automation-lib 5.5.48 → 5.5.53
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 +925 -435
- package/dist/index.d.ts +925 -435
- package/dist/index.js +141 -133
- package/dist/index.mjs +129 -122
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -413,34 +413,10 @@ declare enum EEmailTagType {
|
|
|
413
413
|
Voice = "Voice"
|
|
414
414
|
}
|
|
415
415
|
|
|
416
|
-
declare enum EAIModelContent {
|
|
417
|
-
GPT = "GPT",
|
|
418
|
-
Perplexity = "Perplexity"
|
|
419
|
-
}
|
|
420
|
-
|
|
421
|
-
declare enum EManagerImageAIModel {
|
|
422
|
-
Freepik = "Freepik",
|
|
423
|
-
Google = "Google"
|
|
424
|
-
}
|
|
425
|
-
declare enum EManagerImageAIFolder {
|
|
426
|
-
Subject = "Subject",
|
|
427
|
-
Scene = "Scene",
|
|
428
|
-
Style = "Style"
|
|
429
|
-
}
|
|
430
|
-
|
|
431
|
-
declare enum EAIModelVoice {
|
|
432
|
-
Google = "Google"
|
|
433
|
-
}
|
|
434
|
-
|
|
435
416
|
declare enum EAIVersionGPT {
|
|
436
417
|
Default = "Default"
|
|
437
418
|
}
|
|
438
419
|
|
|
439
|
-
declare enum EAIVersionImage {
|
|
440
|
-
'Freepik' = "Freepik",
|
|
441
|
-
'Google' = "Google"
|
|
442
|
-
}
|
|
443
|
-
|
|
444
420
|
declare enum EAIVersionPerplexity {
|
|
445
421
|
Best = "Best",
|
|
446
422
|
Sonar = "Sonar",
|
|
@@ -451,49 +427,14 @@ declare enum EAIVersionPerplexity {
|
|
|
451
427
|
R1_1776 = "R1 1776"
|
|
452
428
|
}
|
|
453
429
|
|
|
454
|
-
declare enum EAIVersionVoice {
|
|
455
|
-
Google = "Google"
|
|
456
|
-
}
|
|
457
|
-
|
|
458
|
-
declare enum EStatusAccountAI {
|
|
459
|
-
Active = "Active",
|
|
460
|
-
Limit = "Limit",
|
|
461
|
-
Suspend = "Suspend",
|
|
462
|
-
Wrong2FA = "Wrong2FA",
|
|
463
|
-
WrongPassword = "WrongPassword"
|
|
464
|
-
}
|
|
465
|
-
|
|
466
|
-
declare enum EStatusChannel {
|
|
467
|
-
New = "New",
|
|
468
|
-
Pending = "Pending",
|
|
469
|
-
Active = "Active",
|
|
470
|
-
Error = "Error"
|
|
471
|
-
}
|
|
472
|
-
|
|
473
|
-
type index$i_EAIModelContent = EAIModelContent;
|
|
474
|
-
declare const index$i_EAIModelContent: typeof EAIModelContent;
|
|
475
|
-
type index$i_EAIModelVoice = EAIModelVoice;
|
|
476
|
-
declare const index$i_EAIModelVoice: typeof EAIModelVoice;
|
|
477
430
|
type index$i_EAIVersionGPT = EAIVersionGPT;
|
|
478
431
|
declare const index$i_EAIVersionGPT: typeof EAIVersionGPT;
|
|
479
|
-
type index$i_EAIVersionImage = EAIVersionImage;
|
|
480
|
-
declare const index$i_EAIVersionImage: typeof EAIVersionImage;
|
|
481
432
|
type index$i_EAIVersionPerplexity = EAIVersionPerplexity;
|
|
482
433
|
declare const index$i_EAIVersionPerplexity: typeof EAIVersionPerplexity;
|
|
483
|
-
type index$i_EAIVersionVoice = EAIVersionVoice;
|
|
484
|
-
declare const index$i_EAIVersionVoice: typeof EAIVersionVoice;
|
|
485
434
|
type index$i_EEmailTagType = EEmailTagType;
|
|
486
435
|
declare const index$i_EEmailTagType: typeof EEmailTagType;
|
|
487
|
-
type index$i_EManagerImageAIFolder = EManagerImageAIFolder;
|
|
488
|
-
declare const index$i_EManagerImageAIFolder: typeof EManagerImageAIFolder;
|
|
489
|
-
type index$i_EManagerImageAIModel = EManagerImageAIModel;
|
|
490
|
-
declare const index$i_EManagerImageAIModel: typeof EManagerImageAIModel;
|
|
491
|
-
type index$i_EStatusAccountAI = EStatusAccountAI;
|
|
492
|
-
declare const index$i_EStatusAccountAI: typeof EStatusAccountAI;
|
|
493
|
-
type index$i_EStatusChannel = EStatusChannel;
|
|
494
|
-
declare const index$i_EStatusChannel: typeof EStatusChannel;
|
|
495
436
|
declare namespace index$i {
|
|
496
|
-
export { index$
|
|
437
|
+
export { index$i_EAIVersionGPT as EAIVersionGPT, index$i_EAIVersionPerplexity as EAIVersionPerplexity, index$i_EEmailTagType as EEmailTagType };
|
|
497
438
|
}
|
|
498
439
|
|
|
499
440
|
declare enum EFile {
|
|
@@ -1433,6 +1374,17 @@ declare enum ETypePin {
|
|
|
1433
1374
|
Gim = "Gim"
|
|
1434
1375
|
}
|
|
1435
1376
|
|
|
1377
|
+
declare enum ETypePcOS {
|
|
1378
|
+
Windows = "Windows",
|
|
1379
|
+
Linux = "Linux",
|
|
1380
|
+
Mac = "Mac"
|
|
1381
|
+
}
|
|
1382
|
+
|
|
1383
|
+
declare enum ETypeBrowser {
|
|
1384
|
+
Chrome = "Chrome",
|
|
1385
|
+
Firefox = "Firefox"
|
|
1386
|
+
}
|
|
1387
|
+
|
|
1436
1388
|
declare enum ETypeProxyCountry {
|
|
1437
1389
|
USA = "USA",
|
|
1438
1390
|
UK = "UK",
|
|
@@ -1513,6 +1465,8 @@ type index$d_ETypeAccountInstagramSetting = ETypeAccountInstagramSetting;
|
|
|
1513
1465
|
declare const index$d_ETypeAccountInstagramSetting: typeof ETypeAccountInstagramSetting;
|
|
1514
1466
|
type index$d_ETypeAccountVPN = ETypeAccountVPN;
|
|
1515
1467
|
declare const index$d_ETypeAccountVPN: typeof ETypeAccountVPN;
|
|
1468
|
+
type index$d_ETypeBrowser = ETypeBrowser;
|
|
1469
|
+
declare const index$d_ETypeBrowser: typeof ETypeBrowser;
|
|
1516
1470
|
type index$d_ETypeCanva = ETypeCanva;
|
|
1517
1471
|
declare const index$d_ETypeCanva: typeof ETypeCanva;
|
|
1518
1472
|
type index$d_ETypeColumnManagerWork = ETypeColumnManagerWork;
|
|
@@ -1531,6 +1485,8 @@ type index$d_ETypeManagerWorkClassify = ETypeManagerWorkClassify;
|
|
|
1531
1485
|
declare const index$d_ETypeManagerWorkClassify: typeof ETypeManagerWorkClassify;
|
|
1532
1486
|
type index$d_ETypeManagerWorkType = ETypeManagerWorkType;
|
|
1533
1487
|
declare const index$d_ETypeManagerWorkType: typeof ETypeManagerWorkType;
|
|
1488
|
+
type index$d_ETypePcOS = ETypePcOS;
|
|
1489
|
+
declare const index$d_ETypePcOS: typeof ETypePcOS;
|
|
1534
1490
|
type index$d_ETypePin = ETypePin;
|
|
1535
1491
|
declare const index$d_ETypePin: typeof ETypePin;
|
|
1536
1492
|
type index$d_ETypeProviderAccountVPN = ETypeProviderAccountVPN;
|
|
@@ -1560,7 +1516,7 @@ declare const index$d_ETypeTimeFilter: typeof ETypeTimeFilter;
|
|
|
1560
1516
|
type index$d_ETypeVoiceLanguage = ETypeVoiceLanguage;
|
|
1561
1517
|
declare const index$d_ETypeVoiceLanguage: typeof ETypeVoiceLanguage;
|
|
1562
1518
|
declare namespace index$d {
|
|
1563
|
-
export { 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_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_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_ETypeTimeFilter as ETypeTimeFilter, index$d_ETypeVoiceLanguage as ETypeVoiceLanguage };
|
|
1519
|
+
export { index$d_ETypeAccountInstagramSetting as ETypeAccountInstagramSetting, index$d_ETypeAccountVPN as ETypeAccountVPN, index$d_ETypeBrowser as ETypeBrowser, index$d_ETypeCanva as ETypeCanva, index$d_ETypeColumnManagerWork as ETypeColumnManagerWork, index$d_ETypeDevice as ETypeDevice, 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_ETypePcOS as ETypePcOS, 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_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_ETypeTimeFilter as ETypeTimeFilter, index$d_ETypeVoiceLanguage as ETypeVoiceLanguage };
|
|
1564
1520
|
}
|
|
1565
1521
|
|
|
1566
1522
|
declare enum EStatusDeviceLog {
|
|
@@ -1630,18 +1586,10 @@ declare enum EPCLogSource {
|
|
|
1630
1586
|
UserAction = "UserAction"
|
|
1631
1587
|
}
|
|
1632
1588
|
|
|
1633
|
-
type index$c_EAIModelContent = EAIModelContent;
|
|
1634
|
-
declare const index$c_EAIModelContent: typeof EAIModelContent;
|
|
1635
|
-
type index$c_EAIModelVoice = EAIModelVoice;
|
|
1636
|
-
declare const index$c_EAIModelVoice: typeof EAIModelVoice;
|
|
1637
1589
|
type index$c_EAIVersionGPT = EAIVersionGPT;
|
|
1638
1590
|
declare const index$c_EAIVersionGPT: typeof EAIVersionGPT;
|
|
1639
|
-
type index$c_EAIVersionImage = EAIVersionImage;
|
|
1640
|
-
declare const index$c_EAIVersionImage: typeof EAIVersionImage;
|
|
1641
1591
|
type index$c_EAIVersionPerplexity = EAIVersionPerplexity;
|
|
1642
1592
|
declare const index$c_EAIVersionPerplexity: typeof EAIVersionPerplexity;
|
|
1643
|
-
type index$c_EAIVersionVoice = EAIVersionVoice;
|
|
1644
|
-
declare const index$c_EAIVersionVoice: typeof EAIVersionVoice;
|
|
1645
1593
|
type index$c_EDayOfWeek = EDayOfWeek;
|
|
1646
1594
|
declare const index$c_EDayOfWeek: typeof EDayOfWeek;
|
|
1647
1595
|
type index$c_EDeviceResetTime = EDeviceResetTime;
|
|
@@ -1678,10 +1626,6 @@ type index$c_ELarkObject = ELarkObject;
|
|
|
1678
1626
|
declare const index$c_ELarkObject: typeof ELarkObject;
|
|
1679
1627
|
type index$c_ELarkTypeNotification = ELarkTypeNotification;
|
|
1680
1628
|
declare const index$c_ELarkTypeNotification: typeof ELarkTypeNotification;
|
|
1681
|
-
type index$c_EManagerImageAIFolder = EManagerImageAIFolder;
|
|
1682
|
-
declare const index$c_EManagerImageAIFolder: typeof EManagerImageAIFolder;
|
|
1683
|
-
type index$c_EManagerImageAIModel = EManagerImageAIModel;
|
|
1684
|
-
declare const index$c_EManagerImageAIModel: typeof EManagerImageAIModel;
|
|
1685
1629
|
type index$c_EObjectName = EObjectName;
|
|
1686
1630
|
declare const index$c_EObjectName: typeof EObjectName;
|
|
1687
1631
|
type index$c_EPCLogLevel = EPCLogLevel;
|
|
@@ -1708,8 +1652,6 @@ type index$c_ESheetToolTimeCrawl = ESheetToolTimeCrawl;
|
|
|
1708
1652
|
declare const index$c_ESheetToolTimeCrawl: typeof ESheetToolTimeCrawl;
|
|
1709
1653
|
type index$c_EStartStop = EStartStop;
|
|
1710
1654
|
declare const index$c_EStartStop: typeof EStartStop;
|
|
1711
|
-
type index$c_EStatusAccountAI = EStatusAccountAI;
|
|
1712
|
-
declare const index$c_EStatusAccountAI: typeof EStatusAccountAI;
|
|
1713
1655
|
type index$c_EStatusAccountSocialCheckAuth = EStatusAccountSocialCheckAuth;
|
|
1714
1656
|
declare const index$c_EStatusAccountSocialCheckAuth: typeof EStatusAccountSocialCheckAuth;
|
|
1715
1657
|
type index$c_EStatusAccountSocialFolderName = EStatusAccountSocialFolderName;
|
|
@@ -1734,8 +1676,6 @@ type index$c_EStatusBlog = EStatusBlog;
|
|
|
1734
1676
|
declare const index$c_EStatusBlog: typeof EStatusBlog;
|
|
1735
1677
|
type index$c_EStatusChangeInfo = EStatusChangeInfo;
|
|
1736
1678
|
declare const index$c_EStatusChangeInfo: typeof EStatusChangeInfo;
|
|
1737
|
-
type index$c_EStatusChannel = EStatusChannel;
|
|
1738
|
-
declare const index$c_EStatusChannel: typeof EStatusChannel;
|
|
1739
1679
|
type index$c_EStatusCommon = EStatusCommon;
|
|
1740
1680
|
declare const index$c_EStatusCommon: typeof EStatusCommon;
|
|
1741
1681
|
type index$c_EStatusCreateNew = EStatusCreateNew;
|
|
@@ -1814,6 +1754,8 @@ type index$c_ETypeAccountInstagramSetting = ETypeAccountInstagramSetting;
|
|
|
1814
1754
|
declare const index$c_ETypeAccountInstagramSetting: typeof ETypeAccountInstagramSetting;
|
|
1815
1755
|
type index$c_ETypeAccountVPN = ETypeAccountVPN;
|
|
1816
1756
|
declare const index$c_ETypeAccountVPN: typeof ETypeAccountVPN;
|
|
1757
|
+
type index$c_ETypeBrowser = ETypeBrowser;
|
|
1758
|
+
declare const index$c_ETypeBrowser: typeof ETypeBrowser;
|
|
1817
1759
|
type index$c_ETypeCanva = ETypeCanva;
|
|
1818
1760
|
declare const index$c_ETypeCanva: typeof ETypeCanva;
|
|
1819
1761
|
type index$c_ETypeColumnManagerWork = ETypeColumnManagerWork;
|
|
@@ -1834,6 +1776,8 @@ type index$c_ETypeManagerWorkClassify = ETypeManagerWorkClassify;
|
|
|
1834
1776
|
declare const index$c_ETypeManagerWorkClassify: typeof ETypeManagerWorkClassify;
|
|
1835
1777
|
type index$c_ETypeManagerWorkType = ETypeManagerWorkType;
|
|
1836
1778
|
declare const index$c_ETypeManagerWorkType: typeof ETypeManagerWorkType;
|
|
1779
|
+
type index$c_ETypePcOS = ETypePcOS;
|
|
1780
|
+
declare const index$c_ETypePcOS: typeof ETypePcOS;
|
|
1837
1781
|
type index$c_ETypePin = ETypePin;
|
|
1838
1782
|
declare const index$c_ETypePin: typeof ETypePin;
|
|
1839
1783
|
type index$c_ETypeProviderAccountVPN = ETypeProviderAccountVPN;
|
|
@@ -1867,7 +1811,7 @@ declare const index$c_ETypeVoiceLanguage: typeof ETypeVoiceLanguage;
|
|
|
1867
1811
|
type index$c_EYesNo = EYesNo;
|
|
1868
1812
|
declare const index$c_EYesNo: typeof EYesNo;
|
|
1869
1813
|
declare namespace index$c {
|
|
1870
|
-
export { index$i as AI, index$h as Base, index$
|
|
1814
|
+
export { index$i as AI, index$h as Base, index$c_EAIVersionGPT as EAIVersionGPT, index$c_EAIVersionPerplexity as EAIVersionPerplexity, index$c_EDayOfWeek as EDayOfWeek, index$c_EDeviceResetTime as EDeviceResetTime, index$c_EEmailTagType as EEmailTagType, index$c_EFile as EFile, index$c_EGender as EGender, index$c_EHaveData as EHaveData, index$c_EInputTypeFilter as EInputTypeFilter, index$c_ELarkNotiAccountTool as ELarkNotiAccountTool, index$c_ELarkNotiBase as ELarkNotiBase, index$c_ELarkNotiCreateNew as ELarkNotiCreateNew, index$c_ELarkNotiDuplicateAll as ELarkNotiDuplicateAll, index$c_ELarkNotiInstagramDetail as ELarkNotiInstagramDetail, index$c_ELarkNotiManagerSheet as ELarkNotiManagerSheet, index$c_ELarkNotiRunAppDevice as ELarkNotiRunAppDevice, index$c_ELarkNotiSocialImport as ELarkNotiSocialImport, index$c_ELarkNotiToolDevice as ELarkNotiToolDevice, index$c_ELarkObject as ELarkObject, index$c_ELarkTypeNotification as ELarkTypeNotification, index$c_EObjectName as EObjectName, index$c_EPCLogLevel as EPCLogLevel, index$c_EPCLogSource as EPCLogSource, index$c_EPositionUser as EPositionUser, index$c_EPostStyle as EPostStyle, index$c_EPostType as EPostType, index$c_EPriority as EPriority, index$c_ESheetToolInstagram as ESheetToolInstagram, index$c_ESheetToolStatusImport as ESheetToolStatusImport, index$c_ESheetToolStatusRun as ESheetToolStatusRun, index$c_ESheetToolThreads as ESheetToolThreads, index$c_ESheetToolTimeCrawl as ESheetToolTimeCrawl, index$c_EStartStop as EStartStop, index$c_EStatusAccountSocialCheckAuth as EStatusAccountSocialCheckAuth, index$c_EStatusAccountSocialFolderName as EStatusAccountSocialFolderName, index$c_EStatusAccountSocialLogin as EStatusAccountSocialLogin, index$c_EStatusAccountSocialLoginEmail as EStatusAccountSocialLoginEmail, index$c_EStatusAccountSocialRaw as EStatusAccountSocialRaw, index$c_EStatusAccountSocialRun as EStatusAccountSocialRun, index$c_EStatusAccountSocialSetting as EStatusAccountSocialSetting, index$c_EStatusAccountSocialSync as EStatusAccountSocialSync, index$c_EStatusAccountSocialSyncInstagramThreads as EStatusAccountSocialSyncInstagramThreads, index$c_EStatusActive as EStatusActive, index$c_EStatusBlog as EStatusBlog, index$c_EStatusChangeInfo as EStatusChangeInfo, index$c_EStatusCommon as EStatusCommon, index$c_EStatusCreateNew as EStatusCreateNew, index$c_EStatusDeviceChangeName as EStatusDeviceChangeName, index$c_EStatusDeviceChangeNew as EStatusDeviceChangeNew, index$c_EStatusDeviceConnectPC as EStatusDeviceConnectPC, index$c_EStatusDeviceConnectWifi as EStatusDeviceConnectWifi, index$c_EStatusDeviceHubStatus as EStatusDeviceHubStatus, index$c_EStatusDeviceLog as EStatusDeviceLog, index$c_EStatusDeviceLoginCHPlayICloud as EStatusDeviceLoginCHPlayICloud, index$c_EStatusDeviceReplace as EStatusDeviceReplace, index$c_EStatusDeviceRunningSocial as EStatusDeviceRunningSocial, index$c_EStatusDeviceSetup as EStatusDeviceSetup, index$c_EStatusDeviceSetupSettingTask as EStatusDeviceSetupSettingTask, index$c_EStatusDeviceSync as EStatusDeviceSync, index$c_EStatusEditPost as EStatusEditPost, index$c_EStatusExecuteCommon as EStatusExecuteCommon, index$c_EStatusGenerate as EStatusGenerate, index$c_EStatusImportAccountSocial as EStatusImportAccountSocial, index$c_EStatusLark as EStatusLark, index$c_EStatusMailWork as EStatusMailWork, index$c_EStatusPC as EStatusPC, index$c_EStatusPCControl as EStatusPCControl, index$c_EStatusPost as EStatusPost, index$c_EStatusRole as EStatusRole, index$c_EStatusSheetWork as EStatusSheetWork, index$c_EStatusTaskAIContent as EStatusTaskAIContent, index$c_EStatusTaskAvatarCover as EStatusTaskAvatarCover, index$c_EStatusTaskJob as EStatusTaskJob, index$c_EStatusTaskJobGroup as EStatusTaskJobGroup, index$c_EStatusTaskScript as EStatusTaskScript, index$c_EStatusTaskToolSocials as EStatusTaskToolSocials, index$c_EStatusTeam as EStatusTeam, index$c_EStatusUse as EStatusUse, index$c_EStatusUser as EStatusUser, index$c_ETimeFilter as ETimeFilter, index$c_ETimeZone as ETimeZone, index$c_EToolName as EToolName, index$c_ETypeAccountInstagramSetting as ETypeAccountInstagramSetting, index$c_ETypeAccountVPN as ETypeAccountVPN, index$c_ETypeBrowser as ETypeBrowser, index$c_ETypeCanva as ETypeCanva, index$c_ETypeColumnManagerWork as ETypeColumnManagerWork, index$c_ETypeDevice as ETypeDevice, index$c_ETypeDeviceLog as ETypeDeviceLog, index$c_ETypeDeviceOS as ETypeDeviceOS, index$c_ETypeExport as ETypeExport, index$c_ETypeGenerate as ETypeGenerate, index$c_ETypeImportExport as ETypeImportExport, index$c_ETypeManagerWorkClassify as ETypeManagerWorkClassify, index$c_ETypeManagerWorkType as ETypeManagerWorkType, index$c_ETypePcOS as ETypePcOS, index$c_ETypePin as ETypePin, index$c_ETypeProviderAccountVPN as ETypeProviderAccountVPN, index$c_ETypeProxy as ETypeProxy, index$c_ETypeProxyChecked as ETypeProxyChecked, index$c_ETypeProxyCountry as ETypeProxyCountry, index$c_ETypeProxyNewIP as ETypeProxyNewIP, index$c_ETypeProxyProvider as ETypeProxyProvider, index$c_ETypeSheetWorkClassify as ETypeSheetWorkClassify, index$c_ETypeSheetWorkPin as ETypeSheetWorkPin, index$c_ETypeSocial as ETypeSocial, index$c_ETypeSocialChangeInfoInstagram as ETypeSocialChangeInfoInstagram, index$c_ETypeSocialCreateNew as ETypeSocialCreateNew, index$c_ETypeTaskID as ETypeTaskID, index$c_ETypeTimeFilter as ETypeTimeFilter, index$c_ETypeVoiceLanguage as ETypeVoiceLanguage, index$c_EYesNo as EYesNo, index$g as Lark, index$f as SheetTool, index$e as Status, index$d as Types };
|
|
1871
1815
|
}
|
|
1872
1816
|
|
|
1873
1817
|
type TFilter = 'direct' | 'ref';
|
|
@@ -2407,8 +2351,10 @@ declare namespace index$7 {
|
|
|
2407
2351
|
type index$6_ActionLoadInfoUrlSheetToolDto = ActionLoadInfoUrlSheetToolDto;
|
|
2408
2352
|
type index$6_ActionPopupDeviceAccountDto = ActionPopupDeviceAccountDto;
|
|
2409
2353
|
type index$6_AddAccountForDeviceDto = AddAccountForDeviceDto;
|
|
2410
|
-
type index$
|
|
2411
|
-
type index$
|
|
2354
|
+
type index$6_AddBulkManualContentSocialInstagramChildrenDto = AddBulkManualContentSocialInstagramChildrenDto;
|
|
2355
|
+
type index$6_AddBulkManualContentSocialThreadsChildrenDto = AddBulkManualContentSocialThreadsChildrenDto;
|
|
2356
|
+
type index$6_AddManualContentSocialInstagramChildrenDto = AddManualContentSocialInstagramChildrenDto;
|
|
2357
|
+
type index$6_AddManualContentSocialThreadsChildrenDto = AddManualContentSocialThreadsChildrenDto;
|
|
2412
2358
|
type index$6_AddToDeviceAccountCHPlayICloudDto = AddToDeviceAccountCHPlayICloudDto;
|
|
2413
2359
|
type index$6_AddToDeviceAccountVPNDto = AddToDeviceAccountVPNDto;
|
|
2414
2360
|
type index$6_AddToDeviceProxyDto = AddToDeviceProxyDto;
|
|
@@ -2436,7 +2382,8 @@ type index$6_CreateInstagramSettingInteractReplyMessageDto = CreateInstagramSett
|
|
|
2436
2382
|
type index$6_CreateInstagramSettingInteractUnFollowDto = CreateInstagramSettingInteractUnFollowDto;
|
|
2437
2383
|
type index$6_CreateInstagramSettingPostDto = CreateInstagramSettingPostDto;
|
|
2438
2384
|
type index$6_CreateLarkDto = CreateLarkDto;
|
|
2439
|
-
type index$
|
|
2385
|
+
type index$6_CreateManagerImageAIInstagramDto = CreateManagerImageAIInstagramDto;
|
|
2386
|
+
type index$6_CreateManagerImageAIThreadsDto = CreateManagerImageAIThreadsDto;
|
|
2440
2387
|
type index$6_CreateManagerWorkDto = CreateManagerWorkDto;
|
|
2441
2388
|
type index$6_CreateProxyDto = CreateProxyDto;
|
|
2442
2389
|
type index$6_CreateRoleDto = CreateRoleDto;
|
|
@@ -2462,16 +2409,26 @@ type index$6_DevicePopupOverviewAccountsDto = DevicePopupOverviewAccountsDto;
|
|
|
2462
2409
|
type index$6_DevicePopupOverviewAddAccountDto = DevicePopupOverviewAddAccountDto;
|
|
2463
2410
|
type index$6_DevicePopupViewAccountInstagramDto = DevicePopupViewAccountInstagramDto;
|
|
2464
2411
|
type index$6_DevicePopupViewAccountThreadsDto = DevicePopupViewAccountThreadsDto;
|
|
2465
|
-
type index$
|
|
2466
|
-
declare const index$
|
|
2467
|
-
type index$
|
|
2468
|
-
declare const index$
|
|
2469
|
-
type index$
|
|
2470
|
-
declare const index$
|
|
2471
|
-
type index$
|
|
2472
|
-
declare const index$
|
|
2473
|
-
type index$
|
|
2474
|
-
declare const index$
|
|
2412
|
+
type index$6_EManagerImageAIInstagramFolder = EManagerImageAIInstagramFolder;
|
|
2413
|
+
declare const index$6_EManagerImageAIInstagramFolder: typeof EManagerImageAIInstagramFolder;
|
|
2414
|
+
type index$6_EManagerImageAIInstagramModel = EManagerImageAIInstagramModel;
|
|
2415
|
+
declare const index$6_EManagerImageAIInstagramModel: typeof EManagerImageAIInstagramModel;
|
|
2416
|
+
type index$6_EManagerImageAIThreadsFolder = EManagerImageAIThreadsFolder;
|
|
2417
|
+
declare const index$6_EManagerImageAIThreadsFolder: typeof EManagerImageAIThreadsFolder;
|
|
2418
|
+
type index$6_EManagerImageAIThreadsModel = EManagerImageAIThreadsModel;
|
|
2419
|
+
declare const index$6_EManagerImageAIThreadsModel: typeof EManagerImageAIThreadsModel;
|
|
2420
|
+
type index$6_EManualContentSocialInstagramStatusPost = EManualContentSocialInstagramStatusPost;
|
|
2421
|
+
declare const index$6_EManualContentSocialInstagramStatusPost: typeof EManualContentSocialInstagramStatusPost;
|
|
2422
|
+
type index$6_EManualContentSocialInstagramStatusTask = EManualContentSocialInstagramStatusTask;
|
|
2423
|
+
declare const index$6_EManualContentSocialInstagramStatusTask: typeof EManualContentSocialInstagramStatusTask;
|
|
2424
|
+
type index$6_EManualContentSocialInstagramTypePost = EManualContentSocialInstagramTypePost;
|
|
2425
|
+
declare const index$6_EManualContentSocialInstagramTypePost: typeof EManualContentSocialInstagramTypePost;
|
|
2426
|
+
type index$6_EManualContentSocialThreadsStatusPost = EManualContentSocialThreadsStatusPost;
|
|
2427
|
+
declare const index$6_EManualContentSocialThreadsStatusPost: typeof EManualContentSocialThreadsStatusPost;
|
|
2428
|
+
type index$6_EManualContentSocialThreadsStatusTask = EManualContentSocialThreadsStatusTask;
|
|
2429
|
+
declare const index$6_EManualContentSocialThreadsStatusTask: typeof EManualContentSocialThreadsStatusTask;
|
|
2430
|
+
type index$6_EManualContentSocialThreadsTypePost = EManualContentSocialThreadsTypePost;
|
|
2431
|
+
declare const index$6_EManualContentSocialThreadsTypePost: typeof EManualContentSocialThreadsTypePost;
|
|
2475
2432
|
type index$6_EStatusAccountCHPlayICloud = EStatusAccountCHPlayICloud;
|
|
2476
2433
|
declare const index$6_EStatusAccountCHPlayICloud: typeof EStatusAccountCHPlayICloud;
|
|
2477
2434
|
type index$6_EStatusAccountCanva = EStatusAccountCanva;
|
|
@@ -2516,8 +2473,10 @@ type index$6_EVPSStatusRestart = EVPSStatusRestart;
|
|
|
2516
2473
|
declare const index$6_EVPSStatusRestart: typeof EVPSStatusRestart;
|
|
2517
2474
|
type index$6_EVPSTimeRestart = EVPSTimeRestart;
|
|
2518
2475
|
declare const index$6_EVPSTimeRestart: typeof EVPSTimeRestart;
|
|
2519
|
-
type index$
|
|
2520
|
-
type index$
|
|
2476
|
+
type index$6_EditStatusImageItemInstagramDto = EditStatusImageItemInstagramDto;
|
|
2477
|
+
type index$6_EditStatusImageItemThreadsDto = EditStatusImageItemThreadsDto;
|
|
2478
|
+
type index$6_EditStatusManualContentSocialInstagramChildrenItemPost = EditStatusManualContentSocialInstagramChildrenItemPost;
|
|
2479
|
+
type index$6_EditStatusManualContentSocialThreadsChildrenItemPost = EditStatusManualContentSocialThreadsChildrenItemPost;
|
|
2521
2480
|
type index$6_FilterAccountAIContentChannelDto = FilterAccountAIContentChannelDto;
|
|
2522
2481
|
type index$6_FilterAccountAIContentDto = FilterAccountAIContentDto;
|
|
2523
2482
|
type index$6_FilterAccountAIContentInfoDto = FilterAccountAIContentInfoDto;
|
|
@@ -2565,10 +2524,12 @@ type index$6_FilterInstagramSettingReplyCommentDto = FilterInstagramSettingReply
|
|
|
2565
2524
|
type index$6_FilterInstagramSettingReplyMessageDto = FilterInstagramSettingReplyMessageDto;
|
|
2566
2525
|
type index$6_FilterInstagramSettingUnFollowDto = FilterInstagramSettingUnFollowDto;
|
|
2567
2526
|
type index$6_FilterLarkDto = FilterLarkDto;
|
|
2568
|
-
type index$
|
|
2527
|
+
type index$6_FilterManagerImageAIInstagramDto = FilterManagerImageAIInstagramDto;
|
|
2528
|
+
type index$6_FilterManagerImageAIThreadsDto = FilterManagerImageAIThreadsDto;
|
|
2569
2529
|
type index$6_FilterManagerSheetDto = FilterManagerSheetDto;
|
|
2570
2530
|
type index$6_FilterManagerWorkDto = FilterManagerWorkDto;
|
|
2571
|
-
type index$
|
|
2531
|
+
type index$6_FilterManualContentSocialInstagramDto = FilterManualContentSocialInstagramDto;
|
|
2532
|
+
type index$6_FilterManualContentSocialThreadsDto = FilterManualContentSocialThreadsDto;
|
|
2572
2533
|
type index$6_FilterPCDto = FilterPCDto;
|
|
2573
2534
|
type index$6_FilterPerformanceBreakdownInstagramDashboardFollowerDto = FilterPerformanceBreakdownInstagramDashboardFollowerDto;
|
|
2574
2535
|
type index$6_FilterPerformanceBreakdownThreadsDashboardFollowerDto = FilterPerformanceBreakdownThreadsDashboardFollowerDto;
|
|
@@ -2646,11 +2607,14 @@ type index$6_FindInstagramSettingInteractReplyMessageDto = FindInstagramSettingI
|
|
|
2646
2607
|
type index$6_FindInstagramSettingInteractUnFollowDto = FindInstagramSettingInteractUnFollowDto;
|
|
2647
2608
|
type index$6_FindInstagramSettingPostDto = FindInstagramSettingPostDto;
|
|
2648
2609
|
type index$6_FindLarkDto = FindLarkDto;
|
|
2649
|
-
type index$
|
|
2650
|
-
type index$
|
|
2610
|
+
type index$6_FindListAccountForManualContentSocialInstagramDto = FindListAccountForManualContentSocialInstagramDto;
|
|
2611
|
+
type index$6_FindListAccountForManualContentSocialThreadsDto = FindListAccountForManualContentSocialThreadsDto;
|
|
2612
|
+
type index$6_FindManagerImageAIInstagramDto = FindManagerImageAIInstagramDto;
|
|
2613
|
+
type index$6_FindManagerImageAIThreadsDto = FindManagerImageAIThreadsDto;
|
|
2651
2614
|
type index$6_FindManagerSheetDto = FindManagerSheetDto;
|
|
2652
2615
|
type index$6_FindManagerWorkDto = FindManagerWorkDto;
|
|
2653
|
-
type index$
|
|
2616
|
+
type index$6_FindManualContentSocialInstagramDto = FindManualContentSocialInstagramDto;
|
|
2617
|
+
type index$6_FindManualContentSocialThreadsDto = FindManualContentSocialThreadsDto;
|
|
2654
2618
|
type index$6_FindMemberForAddTeamDto = FindMemberForAddTeamDto;
|
|
2655
2619
|
type index$6_FindOverViewDepartmentDto = FindOverViewDepartmentDto;
|
|
2656
2620
|
type index$6_FindOverViewInstagramAccountRawDto = FindOverViewInstagramAccountRawDto;
|
|
@@ -2712,8 +2676,10 @@ type index$6_FindOverviewInstagramHistoryAutoSyncDto = FindOverviewInstagramHist
|
|
|
2712
2676
|
type index$6_FindOverviewInstagramHistoryChangeInfoDto = FindOverviewInstagramHistoryChangeInfoDto;
|
|
2713
2677
|
type index$6_FindOverviewInstagramHistoryCreateNewDto = FindOverviewInstagramHistoryCreateNewDto;
|
|
2714
2678
|
type index$6_FindOverviewInstagramHistoryGroupDto = FindOverviewInstagramHistoryGroupDto;
|
|
2715
|
-
type index$
|
|
2716
|
-
type index$
|
|
2679
|
+
type index$6_FindOverviewManagerImageAIInstagramDto = FindOverviewManagerImageAIInstagramDto;
|
|
2680
|
+
type index$6_FindOverviewManagerImageAIThreadsDto = FindOverviewManagerImageAIThreadsDto;
|
|
2681
|
+
type index$6_FindOverviewManualContentSocialInstagramDto = FindOverviewManualContentSocialInstagramDto;
|
|
2682
|
+
type index$6_FindOverviewManualContentSocialThreadsDto = FindOverviewManualContentSocialThreadsDto;
|
|
2717
2683
|
type index$6_FindOverviewPCDto = FindOverviewPCDto;
|
|
2718
2684
|
type index$6_FindOverviewProxyDto = FindOverviewProxyDto;
|
|
2719
2685
|
type index$6_FindOverviewRoleDto = FindOverviewRoleDto;
|
|
@@ -2742,7 +2708,8 @@ type index$6_FindTaskInstagramFollowDto = FindTaskInstagramFollowDto;
|
|
|
2742
2708
|
type index$6_FindTaskInstagramPostDto = FindTaskInstagramPostDto;
|
|
2743
2709
|
type index$6_FindTaskInstagramReplyCommentDto = FindTaskInstagramReplyCommentDto;
|
|
2744
2710
|
type index$6_FindTaskInstagramReplyMessageDto = FindTaskInstagramReplyMessageDto;
|
|
2745
|
-
type index$
|
|
2711
|
+
type index$6_FindTaskManualContentSocialInstagramDto = FindTaskManualContentSocialInstagramDto;
|
|
2712
|
+
type index$6_FindTaskManualContentSocialThreadsDto = FindTaskManualContentSocialThreadsDto;
|
|
2746
2713
|
type index$6_FindTaskThreadsFollowDto = FindTaskThreadsFollowDto;
|
|
2747
2714
|
type index$6_FindTaskThreadsPostDto = FindTaskThreadsPostDto;
|
|
2748
2715
|
type index$6_FindTaskThreadsReplyCommentDto = FindTaskThreadsReplyCommentDto;
|
|
@@ -2869,20 +2836,28 @@ type index$6_IInstagramSettingPost = IInstagramSettingPost;
|
|
|
2869
2836
|
type index$6_ILark = ILark;
|
|
2870
2837
|
type index$6_ILarkTeam = ILarkTeam;
|
|
2871
2838
|
type index$6_IMailWork = IMailWork;
|
|
2872
|
-
type index$
|
|
2873
|
-
type index$
|
|
2874
|
-
type index$
|
|
2839
|
+
type index$6_IManagerImageAIInstagram = IManagerImageAIInstagram;
|
|
2840
|
+
type index$6_IManagerImageAIInstagramItemStore = IManagerImageAIInstagramItemStore;
|
|
2841
|
+
type index$6_IManagerImageAIInstagramUserAttached = IManagerImageAIInstagramUserAttached;
|
|
2842
|
+
type index$6_IManagerImageAIThreads = IManagerImageAIThreads;
|
|
2843
|
+
type index$6_IManagerImageAIThreadsItemStore = IManagerImageAIThreadsItemStore;
|
|
2844
|
+
type index$6_IManagerImageAIThreadsUserAttached = IManagerImageAIThreadsUserAttached;
|
|
2875
2845
|
type index$6_IManagerSheet = IManagerSheet;
|
|
2876
2846
|
type index$6_IManagerSheetChildren = IManagerSheetChildren;
|
|
2877
2847
|
type index$6_IManagerSheetChildrenGroup = IManagerSheetChildrenGroup;
|
|
2878
2848
|
type index$6_IManagerSheetChildrenGroupItem = IManagerSheetChildrenGroupItem;
|
|
2879
2849
|
type index$6_IManagerSheetGroup = IManagerSheetGroup;
|
|
2880
2850
|
type index$6_IManagerWork = IManagerWork;
|
|
2881
|
-
type index$
|
|
2882
|
-
type index$
|
|
2883
|
-
type index$
|
|
2884
|
-
type index$
|
|
2885
|
-
type index$
|
|
2851
|
+
type index$6_IManualContentSocialInstagram = IManualContentSocialInstagram;
|
|
2852
|
+
type index$6_IManualContentSocialInstagramChildren = IManualContentSocialInstagramChildren;
|
|
2853
|
+
type index$6_IManualContentSocialInstagramChildrenItemPost = IManualContentSocialInstagramChildrenItemPost;
|
|
2854
|
+
type index$6_IManualContentSocialInstagramNiche = IManualContentSocialInstagramNiche;
|
|
2855
|
+
type index$6_IManualContentSocialInstagramRunTime = IManualContentSocialInstagramRunTime;
|
|
2856
|
+
type index$6_IManualContentSocialThreads = IManualContentSocialThreads;
|
|
2857
|
+
type index$6_IManualContentSocialThreadsChildren = IManualContentSocialThreadsChildren;
|
|
2858
|
+
type index$6_IManualContentSocialThreadsChildrenItemPost = IManualContentSocialThreadsChildrenItemPost;
|
|
2859
|
+
type index$6_IManualContentSocialThreadsNiche = IManualContentSocialThreadsNiche;
|
|
2860
|
+
type index$6_IManualContentSocialThreadsRunTime = IManualContentSocialThreadsRunTime;
|
|
2886
2861
|
type index$6_IOtpConfirm = IOtpConfirm;
|
|
2887
2862
|
type index$6_IOtpCreateSession = IOtpCreateSession;
|
|
2888
2863
|
type index$6_IOtpSend = IOtpSend;
|
|
@@ -2942,7 +2917,8 @@ type index$6_ITaskJobPermission = ITaskJobPermission;
|
|
|
2942
2917
|
type index$6_ITaskJobTeamPermission = ITaskJobTeamPermission;
|
|
2943
2918
|
type index$6_ITaskJobUserPermission = ITaskJobUserPermission;
|
|
2944
2919
|
type index$6_ITaskJobsGroup = ITaskJobsGroup;
|
|
2945
|
-
type index$
|
|
2920
|
+
type index$6_ITaskManualContentSocialInstagram = ITaskManualContentSocialInstagram;
|
|
2921
|
+
type index$6_ITaskManualContentSocialThreads = ITaskManualContentSocialThreads;
|
|
2946
2922
|
type index$6_ITaskThreadsFollow = ITaskThreadsFollow;
|
|
2947
2923
|
type index$6_ITaskThreadsFollowELS = ITaskThreadsFollowELS;
|
|
2948
2924
|
type index$6_ITaskThreadsFollowStoreIdxELS = ITaskThreadsFollowStoreIdxELS;
|
|
@@ -3003,6 +2979,8 @@ type index$6_ImportInstagramAccountRawDto = ImportInstagramAccountRawDto;
|
|
|
3003
2979
|
type index$6_ImportManagerWorkDto = ImportManagerWorkDto;
|
|
3004
2980
|
type index$6_ImportSheetWorkDto = ImportSheetWorkDto;
|
|
3005
2981
|
type index$6_ListManualContentSocialChildrenDto = ListManualContentSocialChildrenDto;
|
|
2982
|
+
type index$6_ListManualContentSocialInstagramChildrenDto = ListManualContentSocialInstagramChildrenDto;
|
|
2983
|
+
type index$6_ListManualContentSocialThreadsChildrenDto = ListManualContentSocialThreadsChildrenDto;
|
|
3006
2984
|
type index$6_LoadInfoUrlSheetToolDto = LoadInfoUrlSheetToolDto;
|
|
3007
2985
|
type index$6_OverviewSheetsToolDto = OverviewSheetsToolDto;
|
|
3008
2986
|
type index$6_PayloadUrlSheetToolDto = PayloadUrlSheetToolDto;
|
|
@@ -3011,7 +2989,8 @@ type index$6_ResultChangeInfoInstagramAccountRawDto = ResultChangeInfoInstagramA
|
|
|
3011
2989
|
type index$6_ResultImportInstagramAccountRawDto = ResultImportInstagramAccountRawDto;
|
|
3012
2990
|
type index$6_StatisticsManagerWorkDto = StatisticsManagerWorkDto;
|
|
3013
2991
|
type index$6_StatisticsSheetWorkDto = StatisticsSheetWorkDto;
|
|
3014
|
-
type index$
|
|
2992
|
+
type index$6_StoreTaskManualContentSocialInstagramForRunDto = StoreTaskManualContentSocialInstagramForRunDto;
|
|
2993
|
+
type index$6_StoreTaskManualContentSocialThreadsForRunDto = StoreTaskManualContentSocialThreadsForRunDto;
|
|
3015
2994
|
type index$6_UpdateAccountSocialGroupDto = UpdateAccountSocialGroupDto;
|
|
3016
2995
|
type index$6_UpdateAccountVPSDto = UpdateAccountVPSDto;
|
|
3017
2996
|
type index$6_UpdateBlogDto = UpdateBlogDto;
|
|
@@ -3044,18 +3023,24 @@ type index$6_UpdateTaskThreadsReplyMessageDto = UpdateTaskThreadsReplyMessageDto
|
|
|
3044
3023
|
type index$6_UpdateTasksJobDto = UpdateTasksJobDto;
|
|
3045
3024
|
type index$6_UpdateTeamDto = UpdateTeamDto;
|
|
3046
3025
|
type index$6_UpdateUserDto = UpdateUserDto;
|
|
3047
|
-
type index$
|
|
3048
|
-
type index$
|
|
3049
|
-
type index$
|
|
3050
|
-
type index$
|
|
3051
|
-
type index$
|
|
3026
|
+
type index$6_UpsertManualContentSocialInstagramChildrenDto = UpsertManualContentSocialInstagramChildrenDto;
|
|
3027
|
+
type index$6_UpsertManualContentSocialInstagramChildrenItemPostDto = UpsertManualContentSocialInstagramChildrenItemPostDto;
|
|
3028
|
+
type index$6_UpsertManualContentSocialInstagramDto = UpsertManualContentSocialInstagramDto;
|
|
3029
|
+
type index$6_UpsertManualContentSocialThreadsChildrenDto = UpsertManualContentSocialThreadsChildrenDto;
|
|
3030
|
+
type index$6_UpsertManualContentSocialThreadsChildrenItemPostDto = UpsertManualContentSocialThreadsChildrenItemPostDto;
|
|
3031
|
+
type index$6_UpsertManualContentSocialThreadsDto = UpsertManualContentSocialThreadsDto;
|
|
3032
|
+
type index$6_ViewAsyncManualContentSocialInstagramDto = ViewAsyncManualContentSocialInstagramDto;
|
|
3033
|
+
type index$6_ViewAsyncManualContentSocialThreadsDto = ViewAsyncManualContentSocialThreadsDto;
|
|
3034
|
+
type index$6_ViewAutoSyncInformationManualContentSocialInstagramDto = ViewAutoSyncInformationManualContentSocialInstagramDto;
|
|
3035
|
+
type index$6_ViewAutoSyncInformationManualContentThreadsDto = ViewAutoSyncInformationManualContentThreadsDto;
|
|
3052
3036
|
type index$6_ViewDetailDeviceDto = ViewDetailDeviceDto;
|
|
3053
|
-
type index$
|
|
3037
|
+
type index$6_ViewDetailFolderInstagramDto = ViewDetailFolderInstagramDto;
|
|
3038
|
+
type index$6_ViewDetailFolderThreadsDto = ViewDetailFolderThreadsDto;
|
|
3054
3039
|
type index$6_ViewDetailSheetsToolDto = ViewDetailSheetsToolDto;
|
|
3055
3040
|
type index$6_ViewListGPMProfileDto = ViewListGPMProfileDto;
|
|
3056
3041
|
type index$6_ViewSettingInstagramOfAccountDto = ViewSettingInstagramOfAccountDto;
|
|
3057
3042
|
declare namespace index$6 {
|
|
3058
|
-
export { type index$6_ActionLoadInfoUrlSheetToolDto as ActionLoadInfoUrlSheetToolDto, type index$6_ActionPopupDeviceAccountDto as ActionPopupDeviceAccountDto, type index$6_AddAccountForDeviceDto as AddAccountForDeviceDto, type index$6_AddBulkManualContentSocialChildrenDto as AddBulkManualContentSocialChildrenDto, type index$6_AddManualContentSocialChildrenDto as AddManualContentSocialChildrenDto, type index$6_AddToDeviceAccountCHPlayICloudDto as AddToDeviceAccountCHPlayICloudDto, type index$6_AddToDeviceAccountVPNDto as AddToDeviceAccountVPNDto, type index$6_AddToDeviceProxyDto as AddToDeviceProxyDto, type index$6_ApplyAutoFillDeviceDto as ApplyAutoFillDeviceDto, type index$6_ApplyReplaceDeviceDto as ApplyReplaceDeviceDto, type index$6_ApplyTimeDashboardDto as ApplyTimeDashboardDto, index$8 as Auth, type index$6_AutoFillAssignedMemberInstagramAccountRawDto as AutoFillAssignedMemberInstagramAccountRawDto, type index$6_AutoFillAssignedMemberThreadsAccountRawDto as AutoFillAssignedMemberThreadsAccountRawDto, type index$6_AutoFillInstagramAccountRawDto as AutoFillInstagramAccountRawDto, type index$6_AutoFillOverviewInstagramAccountRawDto as AutoFillOverviewInstagramAccountRawDto, type index$6_AutoFillOverviewTaskInstagramBlockUserDto as AutoFillOverviewTaskInstagramBlockUserDto, type index$6_AutoFillOverviewThreadsAccountRawDto as AutoFillOverviewThreadsAccountRawDto, type index$6_AutoFillTaskInstagramBlockUserDto as AutoFillTaskInstagramBlockUserDto, type index$6_AutoFillThreadsAccountRawDto as AutoFillThreadsAccountRawDto, type index$6_ChangeInfoInstagramAccountRawDto as ChangeInfoInstagramAccountRawDto, type index$6_CheckSendMessageLark as CheckSendMessageLark, index$9 as Common, type index$6_CreateAccountSocialGroupDto as CreateAccountSocialGroupDto, type index$6_CreateAccountVPSDto as CreateAccountVPSDto, type index$6_CreateBlogDto as CreateBlogDto, type index$6_CreateBlogsCategoryDto as CreateBlogsCategoryDto, type index$6_CreateDepartmentDto as CreateDepartmentDto, type index$6_CreateInstagramSettingInteractFollowDto as CreateInstagramSettingInteractFollowDto, type index$6_CreateInstagramSettingInteractReplyCommentDto as CreateInstagramSettingInteractReplyCommentDto, type index$6_CreateInstagramSettingInteractReplyMessageDto as CreateInstagramSettingInteractReplyMessageDto, type index$6_CreateInstagramSettingInteractUnFollowDto as CreateInstagramSettingInteractUnFollowDto, type index$6_CreateInstagramSettingPostDto as CreateInstagramSettingPostDto, type index$6_CreateLarkDto as CreateLarkDto, type index$6_CreateManagerImageAIDto as CreateManagerImageAIDto, type index$6_CreateManagerWorkDto as CreateManagerWorkDto, type index$6_CreateProxyDto as CreateProxyDto, type index$6_CreateRoleDto as CreateRoleDto, type index$6_CreateSheetToolDto as CreateSheetToolDto, type index$6_CreateSheetWorkDto as CreateSheetWorkDto, type index$6_CreateTaskAIContentDto as CreateTaskAIContentDto, type index$6_CreateTaskInstagramBlockUserDto as CreateTaskInstagramBlockUserDto, type index$6_CreateTaskInstagramChangeInfoDto as CreateTaskInstagramChangeInfoDto, type index$6_CreateTaskInstagramFollowDto as CreateTaskInstagramFollowDto, type index$6_CreateTaskInstagramPostDto as CreateTaskInstagramPostDto, type index$6_CreateTaskInstagramReplyCommentDto as CreateTaskInstagramReplyCommentDto, type index$6_CreateTaskInstagramReplyMessageDto as CreateTaskInstagramReplyMessageDto, type index$6_CreateTaskThreadsFollowDto as CreateTaskThreadsFollowDto, type index$6_CreateTaskThreadsPostDto as CreateTaskThreadsPostDto, type index$6_CreateTaskThreadsReplyCommentDto as CreateTaskThreadsReplyCommentDto, type index$6_CreateTaskThreadsReplyMessageDto as CreateTaskThreadsReplyMessageDto, type index$6_CreateTasksJobDto as CreateTasksJobDto, type index$6_CreateTeamDto as CreateTeamDto, type index$6_CreateUserDto as CreateUserDto, type index$6_DataImportInstagramAccountRawDto as DataImportInstagramAccountRawDto, type index$6_DevicePopupListAddAccountDto as DevicePopupListAddAccountDto, type index$6_DevicePopupOverviewAccountsDto as DevicePopupOverviewAccountsDto, type index$6_DevicePopupOverviewAddAccountDto as DevicePopupOverviewAddAccountDto, type index$6_DevicePopupViewAccountInstagramDto as DevicePopupViewAccountInstagramDto, type index$6_DevicePopupViewAccountThreadsDto as DevicePopupViewAccountThreadsDto, index$6_EManagerImageAIFolder as EManagerImageAIFolder, index$6_EManagerImageAIModel as EManagerImageAIModel, index$6_EManualContentStatusPost as EManualContentStatusPost, index$6_EManualContentStatusTask as EManualContentStatusTask, index$6_EManualContentTypePost as EManualContentTypePost, index$6_EStatusAccountCHPlayICloud as EStatusAccountCHPlayICloud, index$6_EStatusAccountCanva as EStatusAccountCanva, index$6_EStatusAccountDrive as EStatusAccountDrive, index$6_EStatusAccountVPN as EStatusAccountVPN, index$6_EStatusEmail as EStatusEmail, index$6_EStatusProxyChecked as EStatusProxyChecked, index$6_EStatusProxyNewIP as EStatusProxyNewIP, index$6_EStatusTaskAIContent as EStatusTaskAIContent, index$6_ETaskGenerateAIStatus as ETaskGenerateAIStatus, index$6_ETaskGenerateAIType as ETaskGenerateAIType, index$6_ETypeRatioImage as ETypeRatioImage, index$6_ETypeSettingInstagram as ETypeSettingInstagram, index$6_EVPSCore as EVPSCore, index$6_EVPSExtension as EVPSExtension, index$6_EVPSOs as EVPSOs, index$6_EVPSRam as EVPSRam, index$6_EVPSStatus as EVPSStatus, index$6_EVPSStatusConnection as EVPSStatusConnection, index$6_EVPSStatusGpmLoginEmail as EVPSStatusGpmLoginEmail, index$6_EVPSStatusReplace as EVPSStatusReplace, index$6_EVPSStatusRestart as EVPSStatusRestart, index$6_EVPSTimeRestart as EVPSTimeRestart, type index$6_EditStatusImageItemDto as EditStatusImageItemDto, type index$6_EditStatusManualContentSocialChildrenItemPost as EditStatusManualContentSocialChildrenItemPost, type index$6_FilterAccountAIContentChannelDto as FilterAccountAIContentChannelDto, type index$6_FilterAccountAIContentDto as FilterAccountAIContentDto, type index$6_FilterAccountAIContentInfoDto as FilterAccountAIContentInfoDto, type index$6_FilterAccountCHPlayICloudDto as FilterAccountCHPlayICloudDto, type index$6_FilterAccountCanvaDto as FilterAccountCanvaDto, type index$6_FilterAccountDriveDto as FilterAccountDriveDto, type index$6_FilterAccountEmailDto as FilterAccountEmailDto, type index$6_FilterAccountEmailManagerDto as FilterAccountEmailManagerDto, type index$6_FilterAccountSocialGroupDto as FilterAccountSocialGroupDto, type index$6_FilterAccountVPNDto as FilterAccountVPNDto, type index$6_FilterAccountVPSDto as FilterAccountVPSDto, type index$6_FilterAccountVPSGroupDto as FilterAccountVPSGroupDto, type index$6_FilterBlogCategoryDto as FilterBlogCategoryDto, type index$6_FilterBlogDto as FilterBlogDto, type index$6_FilterCheckerAccountInstagramDashboardFollowerDto as FilterCheckerAccountInstagramDashboardFollowerDto, type index$6_FilterCheckerAccountThreadsDashboardFollowerDto as FilterCheckerAccountThreadsDashboardFollowerDto, type index$6_FilterDepartmentDto as FilterDepartmentDto, type index$6_FilterDeviceDto as FilterDeviceDto, type index$6_FilterDeviceLogDto as FilterDeviceLogDto, type index$6_FilterHistoryTaskAIContentDto as FilterHistoryTaskAIContentDto, type index$6_FilterInstagramAccountRawDto as FilterInstagramAccountRawDto, type index$6_FilterInstagramAccountRunDto as FilterInstagramAccountRunDto, type index$6_FilterInstagramDashboardFollowerDto as FilterInstagramDashboardFollowerDto, type index$6_FilterInstagramHistoryAutoSyncDto as FilterInstagramHistoryAutoSyncDto, type index$6_FilterInstagramHistoryChangeInfoDto as FilterInstagramHistoryChangeInfoDto, type index$6_FilterInstagramHistoryCreateNewDto as FilterInstagramHistoryCreateNewDto, type index$6_FilterInstagramHistoryGroupDto as FilterInstagramHistoryGroupDto, type index$6_FilterInstagramReportInteractBlockUserDto as FilterInstagramReportInteractBlockUserDto, type index$6_FilterInstagramReportInteractFollowDto as FilterInstagramReportInteractFollowDto, type index$6_FilterInstagramReportInteractReplyCommentDto as FilterInstagramReportInteractReplyCommentDto, type index$6_FilterInstagramReportInteractReplyMessageDto as FilterInstagramReportInteractReplyMessageDto, type index$6_FilterInstagramReportInteractUnFollowDto as FilterInstagramReportInteractUnFollowDto, type index$6_FilterInstagramReportPostHighLightDto as FilterInstagramReportPostHighLightDto, type index$6_FilterInstagramReportPostNewDto as FilterInstagramReportPostNewDto, type index$6_FilterInstagramReportPostReelDto as FilterInstagramReportPostReelDto, type index$6_FilterInstagramReportPostSquareDto as FilterInstagramReportPostSquareDto, type index$6_FilterInstagramReportPostStoryDto as FilterInstagramReportPostStoryDto, type index$6_FilterInstagramSettingFollowDto as FilterInstagramSettingFollowDto, type index$6_FilterInstagramSettingInteractFollowDto as FilterInstagramSettingInteractFollowDto, type index$6_FilterInstagramSettingInteractReplyCommentDto as FilterInstagramSettingInteractReplyCommentDto, type index$6_FilterInstagramSettingInteractReplyMessageDto as FilterInstagramSettingInteractReplyMessageDto, type index$6_FilterInstagramSettingInteractUnFollowDto as FilterInstagramSettingInteractUnFollowDto, type index$6_FilterInstagramSettingPostDto as FilterInstagramSettingPostDto, type index$6_FilterInstagramSettingReplyCommentDto as FilterInstagramSettingReplyCommentDto, type index$6_FilterInstagramSettingReplyMessageDto as FilterInstagramSettingReplyMessageDto, type index$6_FilterInstagramSettingUnFollowDto as FilterInstagramSettingUnFollowDto, type index$6_FilterLarkDto as FilterLarkDto, type index$6_FilterManagerImageAIDto as FilterManagerImageAIDto, type index$6_FilterManagerSheetDto as FilterManagerSheetDto, type index$6_FilterManagerWorkDto as FilterManagerWorkDto, type index$6_FilterManualContentSocialDto as FilterManualContentSocialDto, type index$6_FilterPCDto as FilterPCDto, type index$6_FilterPerformanceBreakdownInstagramDashboardFollowerDto as FilterPerformanceBreakdownInstagramDashboardFollowerDto, type index$6_FilterPerformanceBreakdownThreadsDashboardFollowerDto as FilterPerformanceBreakdownThreadsDashboardFollowerDto, type index$6_FilterProxyDto as FilterProxyDto, type index$6_FilterRoleDto as FilterRoleDto, type index$6_FilterSheetWorkCategoryDto as FilterSheetWorkCategoryDto, type index$6_FilterSheetWorkDto as FilterSheetWorkDto, type index$6_FilterSheetsToolDto as FilterSheetsToolDto, type index$6_FilterTaskAIContentDto as FilterTaskAIContentDto, type index$6_FilterTaskAIImageVoiceCanvaInstagramDto as FilterTaskAIImageVoiceCanvaInstagramDto, type index$6_FilterTaskInstagramBlockUserDto as FilterTaskInstagramBlockUserDto, type index$6_FilterTaskInstagramChangeInfoDto as FilterTaskInstagramChangeInfoDto, type index$6_FilterTaskInstagramFollowDto as FilterTaskInstagramFollowDto, type index$6_FilterTaskInstagramPostDto as FilterTaskInstagramPostDto, type index$6_FilterTaskInstagramReplyCommentDto as FilterTaskInstagramReplyCommentDto, type index$6_FilterTaskInstagramReplyMessageDto as FilterTaskInstagramReplyMessageDto, type index$6_FilterTaskThreadsFollowDto as FilterTaskThreadsFollowDto, type index$6_FilterTaskThreadsPostDto as FilterTaskThreadsPostDto, type index$6_FilterTaskThreadsReplyCommentDto as FilterTaskThreadsReplyCommentDto, type index$6_FilterTaskThreadsReplyMessageDto as FilterTaskThreadsReplyMessageDto, type index$6_FilterTeamDto as FilterTeamDto, type index$6_FilterThreadsAccountRawDto as FilterThreadsAccountRawDto, type index$6_FilterThreadsAccountRunDto as FilterThreadsAccountRunDto, type index$6_FilterThreadsDashboardFollowerDto as FilterThreadsDashboardFollowerDto, type index$6_FilterThreadsReportInteractFollowDto as FilterThreadsReportInteractFollowDto, type index$6_FilterThreadsReportInteractReplyCommentDto as FilterThreadsReportInteractReplyCommentDto, type index$6_FilterThreadsReportInteractReplyMessageDto as FilterThreadsReportInteractReplyMessageDto, type index$6_FilterThreadsReportInteractUnFollowDto as FilterThreadsReportInteractUnFollowDto, type index$6_FilterThreadsReportPostDto as FilterThreadsReportPostDto, type index$6_FilterThreadsSettingInteractFollowDto as FilterThreadsSettingInteractFollowDto, type index$6_FilterThreadsSettingInteractReplyCommentDto as FilterThreadsSettingInteractReplyCommentDto, type index$6_FilterThreadsSettingInteractReplyMessageDto as FilterThreadsSettingInteractReplyMessageDto, type index$6_FilterThreadsSettingInteractUnFollowDto as FilterThreadsSettingInteractUnFollowDto, type index$6_FilterThreadsSettingPostDto as FilterThreadsSettingPostDto, type index$6_FilterUserDto as FilterUserDto, type index$6_FindAccountAIContentChannelDto as FindAccountAIContentChannelDto, type index$6_FindAccountAIContentDto as FindAccountAIContentDto, type index$6_FindAccountAIContentInfoDto as FindAccountAIContentInfoDto, type index$6_FindAccountCHPlayICloudDto as FindAccountCHPlayICloudDto, type index$6_FindAccountCanvaDto as FindAccountCanvaDto, type index$6_FindAccountDriveDto as FindAccountDriveDto, type index$6_FindAccountEmailDto as FindAccountEmailDto, type index$6_FindAccountForCheckerInstagramDashboard as FindAccountForCheckerInstagramDashboard, type index$6_FindAccountForCheckerThreadsDashboard as FindAccountForCheckerThreadsDashboard, type index$6_FindAccountSocialGroupDto as FindAccountSocialGroupDto, type index$6_FindAccountSocialGroupPopupSocialDto as FindAccountSocialGroupPopupSocialDto, type index$6_FindAccountVPNDto as FindAccountVPNDto, type index$6_FindAccountVPSDto as FindAccountVPSDto, type index$6_FindAccountVPSGroupDto as FindAccountVPSGroupDto, type index$6_FindAccountVPSGroupPopupDto as FindAccountVPSGroupPopupDto, type index$6_FindAutoFillDeviceDto as FindAutoFillDeviceDto, type index$6_FindBlogCategoryDto as FindBlogCategoryDto, type index$6_FindBlogDto as FindBlogDto, type index$6_FindCheckerAccountInstagramDashboardFollowerDto as FindCheckerAccountInstagramDashboardFollowerDto, type index$6_FindCheckerAccountThreadsDashboardFollowerDto as FindCheckerAccountThreadsDashboardFollowerDto, type index$6_FindDepartmentDto as FindDepartmentDto, type index$6_FindDeviceAvailableForAddAccountVPNDto as FindDeviceAvailableForAddAccountVPNDto, type index$6_FindDeviceAvailableForAddCHPlayICloudDto as FindDeviceAvailableForAddCHPlayICloudDto, type index$6_FindDeviceAvailableForAddProxyDto as FindDeviceAvailableForAddProxyDto, type index$6_FindDeviceDto as FindDeviceDto, type index$6_FindDeviceLogDto as FindDeviceLogDto, type index$6_FindGrowthInstagramDashboardFollowerDto as FindGrowthInstagramDashboardFollowerDto, type index$6_FindGrowthThreadsDashboardFollowerDto as FindGrowthThreadsDashboardFollowerDto, type index$6_FindHistoryTaskAIContentDto as FindHistoryTaskAIContentDto, type index$6_FindHistoryTaskAIImageVideoVoiceCanvaInstagramDto as FindHistoryTaskAIImageVideoVoiceCanvaInstagramDto, type index$6_FindInstagramAccountRawDto as FindInstagramAccountRawDto, type index$6_FindInstagramAccountRunDto as FindInstagramAccountRunDto, type index$6_FindInstagramHistoryAutoSyncDto as FindInstagramHistoryAutoSyncDto, type index$6_FindInstagramHistoryChangeInfoDto as FindInstagramHistoryChangeInfoDto, type index$6_FindInstagramHistoryCreateNewDto as FindInstagramHistoryCreateNewDto, type index$6_FindInstagramHistoryGroupDto as FindInstagramHistoryGroupDto, type index$6_FindInstagramSettingInteractFollowDto as FindInstagramSettingInteractFollowDto, type index$6_FindInstagramSettingInteractReplyCommentDto as FindInstagramSettingInteractReplyCommentDto, type index$6_FindInstagramSettingInteractReplyMessageDto as FindInstagramSettingInteractReplyMessageDto, type index$6_FindInstagramSettingInteractUnFollowDto as FindInstagramSettingInteractUnFollowDto, type index$6_FindInstagramSettingPostDto as FindInstagramSettingPostDto, type index$6_FindLarkDto as FindLarkDto, type index$6_FindListAccountSocialForManualContentAdd as FindListAccountSocialForManualContentAdd, type index$6_FindManagerImageAIDto as FindManagerImageAIDto, type index$6_FindManagerSheetDto as FindManagerSheetDto, type index$6_FindManagerWorkDto as FindManagerWorkDto, type index$6_FindManualContentSocialDto as FindManualContentSocialDto, type index$6_FindMemberForAddTeamDto as FindMemberForAddTeamDto, type index$6_FindOverViewDepartmentDto as FindOverViewDepartmentDto, type index$6_FindOverViewInstagramAccountRawDto as FindOverViewInstagramAccountRawDto, type index$6_FindOverViewInstagramAccountRunDto as FindOverViewInstagramAccountRunDto, type index$6_FindOverViewInstagramReportInteractBlockUserDto as FindOverViewInstagramReportInteractBlockUserDto, type index$6_FindOverViewInstagramReportInteractFollowDto as FindOverViewInstagramReportInteractFollowDto, type index$6_FindOverViewInstagramReportInteractReplyCommentDto as FindOverViewInstagramReportInteractReplyCommentDto, type index$6_FindOverViewInstagramReportInteractReplyMessageDto as FindOverViewInstagramReportInteractReplyMessageDto, type index$6_FindOverViewInstagramReportInteractUnFollowDto as FindOverViewInstagramReportInteractUnFollowDto, type index$6_FindOverViewInstagramReportPostHighLightDto as FindOverViewInstagramReportPostHighLightDto, type index$6_FindOverViewInstagramReportPostNewDto as FindOverViewInstagramReportPostNewDto, type index$6_FindOverViewInstagramReportPostReelDto as FindOverViewInstagramReportPostReelDto, type index$6_FindOverViewInstagramReportPostSquareDto as FindOverViewInstagramReportPostSquareDto, type index$6_FindOverViewInstagramReportPostStoryDto as FindOverViewInstagramReportPostStoryDto, type index$6_FindOverViewInstagramSettingInteractFollowDto as FindOverViewInstagramSettingInteractFollowDto, type index$6_FindOverViewInstagramSettingInteractReplyCommentDto as FindOverViewInstagramSettingInteractReplyCommentDto, type index$6_FindOverViewInstagramSettingInteractReplyMessageDto as FindOverViewInstagramSettingInteractReplyMessageDto, type index$6_FindOverViewInstagramSettingInteractUnFollowDto as FindOverViewInstagramSettingInteractUnFollowDto, type index$6_FindOverViewInstagramSettingPostDto as FindOverViewInstagramSettingPostDto, type index$6_FindOverViewLarkDto as FindOverViewLarkDto, type index$6_FindOverViewTaskAIContentDto as FindOverViewTaskAIContentDto, type index$6_FindOverViewTaskAIImageVoiceCanvaInstagramDto as FindOverViewTaskAIImageVoiceCanvaInstagramDto, type index$6_FindOverViewTaskInstagramBlockUserDto as FindOverViewTaskInstagramBlockUserDto, type index$6_FindOverViewTaskInstagramChangeInfoDto as FindOverViewTaskInstagramChangeInfoDto, type index$6_FindOverViewTaskInstagramFollowDto as FindOverViewTaskInstagramFollowDto, type index$6_FindOverViewTaskInstagramPostDto as FindOverViewTaskInstagramPostDto, type index$6_FindOverViewTaskInstagramReplyCommentDto as FindOverViewTaskInstagramReplyCommentDto, type index$6_FindOverViewTaskInstagramReplyMessageDto as FindOverViewTaskInstagramReplyMessageDto, type index$6_FindOverViewTaskThreadsFollowDto as FindOverViewTaskThreadsFollowDto, type index$6_FindOverViewTaskThreadsPostDto as FindOverViewTaskThreadsPostDto, type index$6_FindOverViewTaskThreadsReplyCommentDto as FindOverViewTaskThreadsReplyCommentDto, type index$6_FindOverViewTaskThreadsReplyMessageDto as FindOverViewTaskThreadsReplyMessageDto, type index$6_FindOverViewThreadsAccountDto as FindOverViewThreadsAccountDto, type index$6_FindOverViewThreadsAccountRowDto as FindOverViewThreadsAccountRowDto, type index$6_FindOverViewThreadsReportInteractFollowDto as FindOverViewThreadsReportInteractFollowDto, type index$6_FindOverViewThreadsReportInteractReplyCommentDto as FindOverViewThreadsReportInteractReplyCommentDto, type index$6_FindOverViewThreadsReportInteractReplyMessageDto as FindOverViewThreadsReportInteractReplyMessageDto, type index$6_FindOverViewThreadsReportInteractUnFollowDto as FindOverViewThreadsReportInteractUnFollowDto, type index$6_FindOverViewThreadsReportPostDto as FindOverViewThreadsReportPostDto, type index$6_FindOverViewThreadsSettingInteractFollowDto as FindOverViewThreadsSettingInteractFollowDto, type index$6_FindOverViewThreadsSettingInteractReplyCommentDto as FindOverViewThreadsSettingInteractReplyCommentDto, type index$6_FindOverViewThreadsSettingInteractReplyMessageDto as FindOverViewThreadsSettingInteractReplyMessageDto, type index$6_FindOverViewThreadsSettingInteractUnFollowDto as FindOverViewThreadsSettingInteractUnFollowDto, type index$6_FindOverViewThreadsSettingPostDto as FindOverViewThreadsSettingPostDto, type index$6_FindOverviewAccountCHPlayICloudDto as FindOverviewAccountCHPlayICloudDto, type index$6_FindOverviewAccountCanvaDto as FindOverviewAccountCanvaDto, type index$6_FindOverviewAccountDriveDto as FindOverviewAccountDriveDto, type index$6_FindOverviewAccountEmailDto as FindOverviewAccountEmailDto, type index$6_FindOverviewAccountEmailManagerDto as FindOverviewAccountEmailManagerDto, type index$6_FindOverviewAccountVPNDto as FindOverviewAccountVPNDto, type index$6_FindOverviewAccountVPSDto as FindOverviewAccountVPSDto, type index$6_FindOverviewDeviceBasicDto as FindOverviewDeviceBasicDto, type index$6_FindOverviewDeviceDetailDto as FindOverviewDeviceDetailDto, type index$6_FindOverviewDeviceLog as FindOverviewDeviceLog, type index$6_FindOverviewDeviceSocialMediaAccountDto as FindOverviewDeviceSocialMediaAccountDto, type index$6_FindOverviewDeviceSocialMediaActiveLockedDto as FindOverviewDeviceSocialMediaActiveLockedDto, type index$6_FindOverviewInstagramDashboardFollowerDto as FindOverviewInstagramDashboardFollowerDto, type index$6_FindOverviewInstagramHistoryAutoSyncDto as FindOverviewInstagramHistoryAutoSyncDto, type index$6_FindOverviewInstagramHistoryChangeInfoDto as FindOverviewInstagramHistoryChangeInfoDto, type index$6_FindOverviewInstagramHistoryCreateNewDto as FindOverviewInstagramHistoryCreateNewDto, type index$6_FindOverviewInstagramHistoryGroupDto as FindOverviewInstagramHistoryGroupDto, type index$6_FindOverviewManagerImageAIDto as FindOverviewManagerImageAIDto, type index$6_FindOverviewManualContentSocialDto as FindOverviewManualContentSocialDto, type index$6_FindOverviewPCDto as FindOverviewPCDto, type index$6_FindOverviewProxyDto as FindOverviewProxyDto, type index$6_FindOverviewRoleDto as FindOverviewRoleDto, type index$6_FindOverviewTeamDto as FindOverviewTeamDto, type index$6_FindOverviewThreadsDashboardFollowerDto as FindOverviewThreadsDashboardFollowerDto, type index$6_FindOverviewUserDto as FindOverviewUserDto, type index$6_FindPCDetail as FindPCDetail, type index$6_FindPCDto as FindPCDto, type index$6_FindPerformanceBreakdownInstagramDashboardFollowerDto as FindPerformanceBreakdownInstagramDashboardFollowerDto, type index$6_FindPerformanceBreakdownOverviewInstagramDashboardFollowerDto as FindPerformanceBreakdownOverviewInstagramDashboardFollowerDto, type index$6_FindPerformanceBreakdownOverviewThreadsDashboardFollowerDto as FindPerformanceBreakdownOverviewThreadsDashboardFollowerDto, type index$6_FindPerformanceBreakdownThreadsDashboardFollowerDto as FindPerformanceBreakdownThreadsDashboardFollowerDto, type index$6_FindProxyDto as FindProxyDto, type index$6_FindReplaceDeviceDto as FindReplaceDeviceDto, type index$6_FindRoleDetailDto as FindRoleDetailDto, type index$6_FindRoleDto as FindRoleDto, type index$6_FindRoleOfMe as FindRoleOfMe, type index$6_FindSheetWorkCategoryDto as FindSheetWorkCategoryDto, type index$6_FindSheetWorkDto as FindSheetWorkDto, type index$6_FindSheetsToolDto as FindSheetsToolDto, type index$6_FindTaskAIContentDto as FindTaskAIContentDto, type index$6_FindTaskAvailableAIContentDto as FindTaskAvailableAIContentDto, type index$6_FindTaskInstagramBlockUserDto as FindTaskInstagramBlockUserDto, type index$6_FindTaskInstagramChangeInfoDto as FindTaskInstagramChangeInfoDto, type index$6_FindTaskInstagramFollowDto as FindTaskInstagramFollowDto, type index$6_FindTaskInstagramPostDto as FindTaskInstagramPostDto, type index$6_FindTaskInstagramReplyCommentDto as FindTaskInstagramReplyCommentDto, type index$6_FindTaskInstagramReplyMessageDto as FindTaskInstagramReplyMessageDto, type index$6_FindTaskManualContentSocialDto as FindTaskManualContentSocialDto, type index$6_FindTaskThreadsFollowDto as FindTaskThreadsFollowDto, type index$6_FindTaskThreadsPostDto as FindTaskThreadsPostDto, type index$6_FindTaskThreadsReplyCommentDto as FindTaskThreadsReplyCommentDto, type index$6_FindTaskThreadsReplyMessageDto as FindTaskThreadsReplyMessageDto, type index$6_FindTasksJobDto as FindTasksJobDto, type index$6_FindTeamDto as FindTeamDto, type index$6_FindThreadsAccountRawDto as FindThreadsAccountRawDto, type index$6_FindThreadsAccountRunDto as FindThreadsAccountRunDto, type index$6_FindThreadsSettingInteractFollowDto as FindThreadsSettingInteractFollowDto, type index$6_FindThreadsSettingInteractReplyCommentDto as FindThreadsSettingInteractReplyCommentDto, type index$6_FindThreadsSettingInteractReplyMessageDto as FindThreadsSettingInteractReplyMessageDto, type index$6_FindThreadsSettingInteractUnFollowDto as FindThreadsSettingInteractUnFollowDto, type index$6_FindThreadsSettingPostDto as FindThreadsSettingPostDto, type index$6_FindUserDto as FindUserDto, index$2 as Forum, type index$6_IAccountAIContent as IAccountAIContent, type index$6_IAccountAIContentChannel as IAccountAIContentChannel, type index$6_IAccountAIContentGroup as IAccountAIContentGroup, type index$6_IAccountAIContentInfo as IAccountAIContentInfo, type index$6_IAccountAIContentMemberAssigned as IAccountAIContentMemberAssigned, type index$6_IAccountAIContentTag as IAccountAIContentTag, type index$6_IAccountCHPlayICloud as IAccountCHPlayICloud, type index$6_IAccountCanva as IAccountCanva, type index$6_IAccountDrive as IAccountDrive, type index$6_IAccountEmail as IAccountEmail, type index$6_IAccountEmailProxy as IAccountEmailProxy, type index$6_IAccountEmailTag as IAccountEmailTag, type index$6_IAccountEmailTaskWork as IAccountEmailTaskWork, type index$6_IAccountSocialBase as IAccountSocialBase, type index$6_IAccountSocialGroup as IAccountSocialGroup, type index$6_IAccountVPN as IAccountVPN, type index$6_IAccountVPS as IAccountVPS, type index$6_IAccountVPSGroup as IAccountVPSGroup, type index$6_IAccountVPSProvider as IAccountVPSProvider, type index$6_IAccountVPSSocial as IAccountVPSSocial, type index$6_IAssignTeam as IAssignTeam, type index$6_IAssignUser as IAssignUser, type index$6_IAuthLogin as IAuthLogin, type index$6_IAuthResetPassword as IAuthResetPassword, type index$6_IBaseModel as IBaseModel, type index$6_IBlog as IBlog, type index$6_IBlogCategory as IBlogCategory, type index$6_IBlogDepartmentPermission as IBlogDepartmentPermission, type index$6_IBlogTeamPermission as IBlogTeamPermission, type index$6_IBlogUserPermission as IBlogUserPermission, type index$6_IColsUnSelected as IColsUnSelected, type index$6_IDataDiscussTaskJob as IDataDiscussTaskJob, type index$6_IDataNotification as IDataNotification, type index$6_IDataUser as IDataUser, type index$6_IDepartment as IDepartment, type index$6_IDepartmentMember as IDepartmentMember, type index$6_IDevice as IDevice, type index$6_IDeviceLog as IDeviceLog, type index$6_IDeviceLogELS as IDeviceLogELS, type index$6_IDeviceLogStoreIdxELS as IDeviceLogStoreIdxELS, type index$6_IDevicePopupViewAccountSocial as IDevicePopupViewAccountSocial, type index$6_IDeviceSettingForAccount as IDeviceSettingForAccount, type index$6_IDeviceSettingForCHPlayICloud as IDeviceSettingForCHPlayICloud, type index$6_IDeviceSettingForProxy as IDeviceSettingForProxy, type index$6_IDeviceSettingForVPN as IDeviceSettingForVPN, type index$6_IDomain as IDomain, type index$6_IEmailAccountSocial as IEmailAccountSocial, type index$6_IEmailProxy as IEmailProxy, type index$6_IEmailRawManager as IEmailRawManager, type index$6_IEmailVPS as IEmailVPS, type index$6_IFile as IFile, type index$6_IFilterSettingAccountSocialFindForSettingDto as IFilterSettingAccountSocialFindForSettingDto, type index$6_IFilterStore as IFilterStore, type index$6_IGPMProfile as IGPMProfile, type index$6_IHistoryTaskAIContent as IHistoryTaskAIContent, type index$6_IHistoryTaskAIImageVideoVoiceCanvaInstagram as IHistoryTaskAIImageVideoVoiceCanvaInstagram, type index$6_IHistoryTaskAIImageVideoVoiceCanvaThreads as IHistoryTaskAIImageVideoVoiceCanvaThreads, type index$6_IIncreaseValueTask as IIncreaseValueTask, type index$6_IInstagramAccountRaw as IInstagramAccountRaw, type index$6_IInstagramDashboardFollower as IInstagramDashboardFollower, type index$6_IInstagramDashboardFollowerELS as IInstagramDashboardFollowerELS, type index$6_IInstagramHistoryAutoSync as IInstagramHistoryAutoSync, type index$6_IInstagramHistoryAutoSyncELS as IInstagramHistoryAutoSyncELS, type index$6_IInstagramHistoryAutoSyncStoreIdxELS as IInstagramHistoryAutoSyncStoreIdxELS, type index$6_IInstagramHistoryChangeInfo as IInstagramHistoryChangeInfo, type index$6_IInstagramHistoryChangeInfoELS as IInstagramHistoryChangeInfoELS, type index$6_IInstagramHistoryChangeInfoStoreIdxELS as IInstagramHistoryChangeInfoStoreIdxELS, type index$6_IInstagramHistoryCreateNew as IInstagramHistoryCreateNew, type index$6_IInstagramHistoryCreateNewELS as IInstagramHistoryCreateNewELS, type index$6_IInstagramHistoryCreateNewStoreIdxELS as IInstagramHistoryCreateNewStoreIdxELS, type index$6_IInstagramHistoryGroup as IInstagramHistoryGroup, type index$6_IInstagramHistoryGroupELS as IInstagramHistoryGroupELS, type index$6_IInstagramHistoryGroupStoreIdxELS as IInstagramHistoryGroupStoreIdxELS, type index$6_IInstagramReportInteractBlockUser as IInstagramReportInteractBlockUser, type index$6_IInstagramReportInteractBlockUserELS as IInstagramReportInteractBlockUserELS, type index$6_IInstagramReportInteractBlockUserStoreIdxELS as IInstagramReportInteractBlockUserStoreIdxELS, type index$6_IInstagramReportInteractFollow as IInstagramReportInteractFollow, type index$6_IInstagramReportInteractFollowELS as IInstagramReportInteractFollowELS, type index$6_IInstagramReportInteractFollowStoreIdxELS as IInstagramReportInteractFollowStoreIdxELS, type index$6_IInstagramReportInteractReplyComment as IInstagramReportInteractReplyComment, type index$6_IInstagramReportInteractReplyCommentELS as IInstagramReportInteractReplyCommentELS, type index$6_IInstagramReportInteractReplyCommentStoreIdxELS as IInstagramReportInteractReplyCommentStoreIdxELS, type index$6_IInstagramReportInteractReplyMessage as IInstagramReportInteractReplyMessage, type index$6_IInstagramReportInteractReplyMessageELS as IInstagramReportInteractReplyMessageELS, type index$6_IInstagramReportInteractReplyMessageStoreIdxELS as IInstagramReportInteractReplyMessageStoreIdxELS, type index$6_IInstagramReportInteractUnFollow as IInstagramReportInteractUnFollow, type index$6_IInstagramReportInteractUnFollowELS as IInstagramReportInteractUnFollowELS, type index$6_IInstagramReportInteractUnFollowStoreIdxELS as IInstagramReportInteractUnFollowStoreIdxELS, type index$6_IInstagramReportPostHighLight as IInstagramReportPostHighLight, type index$6_IInstagramReportPostHighLightELS as IInstagramReportPostHighLightELS, type index$6_IInstagramReportPostHighLightStoreIdxELS as IInstagramReportPostHighLightStoreIdxELS, type index$6_IInstagramReportPostNew as IInstagramReportPostNew, type index$6_IInstagramReportPostNewELS as IInstagramReportPostNewELS, type index$6_IInstagramReportPostNewStoreIdxELS as IInstagramReportPostNewStoreIdxELS, type index$6_IInstagramReportPostReel as IInstagramReportPostReel, type index$6_IInstagramReportPostReelELS as IInstagramReportPostReelELS, type index$6_IInstagramReportPostReelStoreIdxELS as IInstagramReportPostReelStoreIdxELS, type index$6_IInstagramReportPostSquare as IInstagramReportPostSquare, type index$6_IInstagramReportPostSquareELS as IInstagramReportPostSquareELS, type index$6_IInstagramReportPostSquareStoreIdxELS as IInstagramReportPostSquareStoreIdxELS, type index$6_IInstagramReportPostStory as IInstagramReportPostStory, type index$6_IInstagramReportPostStoryELS as IInstagramReportPostStoryELS, type index$6_IInstagramReportPostStoryStoreIdxELS as IInstagramReportPostStoryStoreIdxELS, type index$6_IInstagramSettingInteractBlockUser as IInstagramSettingInteractBlockUser, type index$6_IInstagramSettingInteractFollow as IInstagramSettingInteractFollow, type index$6_IInstagramSettingInteractReplyComment as IInstagramSettingInteractReplyComment, type index$6_IInstagramSettingInteractReplyMessage as IInstagramSettingInteractReplyMessage, type index$6_IInstagramSettingInteractUnFollow as IInstagramSettingInteractUnFollow, type index$6_IInstagramSettingPost as IInstagramSettingPost, type index$6_ILark as ILark, type index$6_ILarkTeam as ILarkTeam, type index$6_IMailWork as IMailWork, type index$6_IManagerImageAI as IManagerImageAI, type index$6_IManagerImageAIItemStore as IManagerImageAIItemStore, type index$6_IManagerImageAIUserAttached as IManagerImageAIUserAttached, type index$6_IManagerSheet as IManagerSheet, type index$6_IManagerSheetChildren as IManagerSheetChildren, type index$6_IManagerSheetChildrenGroup as IManagerSheetChildrenGroup, type index$6_IManagerSheetChildrenGroupItem as IManagerSheetChildrenGroupItem, type index$6_IManagerSheetGroup as IManagerSheetGroup, type index$6_IManagerWork as IManagerWork, type index$6_IManualContentRunTime as IManualContentRunTime, type index$6_IManualContentSocial as IManualContentSocial, type index$6_IManualContentSocialChildren as IManualContentSocialChildren, type index$6_IManualContentSocialChildrenItemPost as IManualContentSocialChildrenItemPost, type index$6_IManualContentSocialNiche as IManualContentSocialNiche, type index$6_IOtpConfirm as IOtpConfirm, type index$6_IOtpCreateSession as IOtpCreateSession, type index$6_IOtpSend as IOtpSend, type index$6_IPC as IPC, type index$6_IPCLog as IPCLog, type index$6_IPCLogELS as IPCLogELS, type index$6_IPCLogStoreIdxELS as IPCLogStoreIdxELS, type index$6_IProxy as IProxy, type index$6_IResponseLogin as IResponseLogin, type index$6_IRole as IRole, type index$6_IRoleFeature as IRoleFeature, type index$6_ISettingAccountSocialDto as ISettingAccountSocialDto, type index$6_ISettingRunTimeInstagramPost as ISettingRunTimeInstagramPost, type index$6_ISettingRunTimeSocial as ISettingRunTimeSocial, type index$6_ISettingTool as ISettingTool, type index$6_ISheetImportExportSocial as ISheetImportExportSocial, type index$6_ISheetWork as ISheetWork, type index$6_ISheetWorkDepartmentPermission as ISheetWorkDepartmentPermission, type index$6_ISheetWorkManager as ISheetWorkManager, type index$6_ISheetWorkUserPermission as ISheetWorkUserPermission, type index$6_ISheetWorksCategory as ISheetWorksCategory, type index$6_ISheetsTool as ISheetsTool, type index$6_ISocialTaskManager as ISocialTaskManager, type index$6_ITag as ITag, type index$6_ITaskAIContent as ITaskAIContent, type index$6_ITaskAIImageCanva as ITaskAIImageCanva, type index$6_ITaskAIImageVideoVoiceCanvaInstagram as ITaskAIImageVideoVoiceCanvaInstagram, type index$6_ITaskAIImageVideoVoiceCanvaThreads as ITaskAIImageVideoVoiceCanvaThreads, type index$6_ITaskAIItemAction as ITaskAIItemAction, type index$6_ITaskAIItemGroup as ITaskAIItemGroup, type index$6_ITaskInstagramBlockUser as ITaskInstagramBlockUser, type index$6_ITaskInstagramBlockUserELS as ITaskInstagramBlockUserELS, type index$6_ITaskInstagramBlockUserStoreIdxELS as ITaskInstagramBlockUserStoreIdxELS, type index$6_ITaskInstagramChangeInfo as ITaskInstagramChangeInfo, type index$6_ITaskInstagramChangeInfoELS as ITaskInstagramChangeInfoELS, type index$6_ITaskInstagramChangeInfoStoreIdxELS as ITaskInstagramChangeInfoStoreIdxELS, type index$6_ITaskInstagramFollow as ITaskInstagramFollow, type index$6_ITaskInstagramFollowELS as ITaskInstagramFollowELS, type index$6_ITaskInstagramFollowStoreIdxELS as ITaskInstagramFollowStoreIdxELS, type index$6_ITaskInstagramPost as ITaskInstagramPost, type index$6_ITaskInstagramPostELS as ITaskInstagramPostELS, type index$6_ITaskInstagramPostStoreIdxELS as ITaskInstagramPostStoreIdxELS, type index$6_ITaskInstagramReplyComment as ITaskInstagramReplyComment, type index$6_ITaskInstagramReplyCommentELS as ITaskInstagramReplyCommentELS, type index$6_ITaskInstagramReplyCommentStoreIdxELS as ITaskInstagramReplyCommentStoreIdxELS, type index$6_ITaskInstagramReplyMessage as ITaskInstagramReplyMessage, type index$6_ITaskInstagramReplyMessageELS as ITaskInstagramReplyMessageELS, type index$6_ITaskInstagramReplyMessageStoreIdxELS as ITaskInstagramReplyMessageStoreIdxELS, type index$6_ITaskJob as ITaskJob, type index$6_ITaskJobAttachmentBlog as ITaskJobAttachmentBlog, type index$6_ITaskJobBlogAttached as ITaskJobBlogAttached, type index$6_ITaskJobCheckList as ITaskJobCheckList, type index$6_ITaskJobDepartmentPermission as ITaskJobDepartmentPermission, type index$6_ITaskJobDiscuss as ITaskJobDiscuss, type index$6_ITaskJobLabel as ITaskJobLabel, type index$6_ITaskJobPermission as ITaskJobPermission, type index$6_ITaskJobTeamPermission as ITaskJobTeamPermission, type index$6_ITaskJobUserPermission as ITaskJobUserPermission, type index$6_ITaskJobsGroup as ITaskJobsGroup, type index$6_ITaskManualContentSocial as ITaskManualContentSocial, type index$6_ITaskThreadsFollow as ITaskThreadsFollow, type index$6_ITaskThreadsFollowELS as ITaskThreadsFollowELS, type index$6_ITaskThreadsFollowStoreIdxELS as ITaskThreadsFollowStoreIdxELS, type index$6_ITaskThreadsPost as ITaskThreadsPost, type index$6_ITaskThreadsPostELS as ITaskThreadsPostELS, type index$6_ITaskThreadsPostStoreIdxELS as ITaskThreadsPostStoreIdxELS, type index$6_ITaskThreadsReplyComment as ITaskThreadsReplyComment, type index$6_ITaskThreadsReplyCommentELS as ITaskThreadsReplyCommentELS, type index$6_ITaskThreadsReplyCommentStoreIdxELS as ITaskThreadsReplyCommentStoreIdxELS, type index$6_ITaskThreadsReplyMessage as ITaskThreadsReplyMessage, type index$6_ITaskThreadsReplyMessageELS as ITaskThreadsReplyMessageELS, type index$6_ITaskThreadsReplyMessageStoreIdxELS as ITaskThreadsReplyMessageStoreIdxELS, type index$6_ITeam as ITeam, type index$6_ITeamMember as ITeamMember, type index$6_ITeamRole as ITeamRole, type index$6_IThreadsAccountRaw as IThreadsAccountRaw, type index$6_IThreadsDashboardFollower as IThreadsDashboardFollower, type index$6_IThreadsHistoryAutoSync as IThreadsHistoryAutoSync, type index$6_IThreadsHistoryAutoSyncELS as IThreadsHistoryAutoSyncELS, type index$6_IThreadsHistoryChange as IThreadsHistoryChange, type index$6_IThreadsHistoryChangeInfoELS as IThreadsHistoryChangeInfoELS, type index$6_IThreadsHistoryCreateNew as IThreadsHistoryCreateNew, type index$6_IThreadsHistoryCreateNewELS as IThreadsHistoryCreateNewELS, type index$6_IThreadsHistoryGroup as IThreadsHistoryGroup, type index$6_IThreadsHistoryGroupELS as IThreadsHistoryGroupELS, type index$6_IThreadsReportInteractFollow as IThreadsReportInteractFollow, type index$6_IThreadsReportInteractFollowELS as IThreadsReportInteractFollowELS, type index$6_IThreadsReportInteractFollowStoreIdxELS as IThreadsReportInteractFollowStoreIdxELS, type index$6_IThreadsReportInteractReplyComment as IThreadsReportInteractReplyComment, type index$6_IThreadsReportInteractReplyCommentELS as IThreadsReportInteractReplyCommentELS, type index$6_IThreadsReportInteractReplyCommentStoreIdxELS as IThreadsReportInteractReplyCommentStoreIdxELS, type index$6_IThreadsReportInteractReplyMessage as IThreadsReportInteractReplyMessage, type index$6_IThreadsReportInteractReplyMessageELS as IThreadsReportInteractReplyMessageELS, type index$6_IThreadsReportInteractReplyMessageStoreIdxELS as IThreadsReportInteractReplyMessageStoreIdxELS, type index$6_IThreadsReportInteractUnFollow as IThreadsReportInteractUnFollow, type index$6_IThreadsReportInteractUnFollowELS as IThreadsReportInteractUnFollowELS, type index$6_IThreadsReportInteractUnFollowStoreIdxELS as IThreadsReportInteractUnFollowStoreIdxELS, type index$6_IThreadsReportPost as IThreadsReportPost, type index$6_IThreadsReportPostELS as IThreadsReportPostELS, type index$6_IThreadsReportPostStoreIdxELS as IThreadsReportPostStoreIdxELS, type index$6_IThreadsSettingInteractFollow as IThreadsSettingInteractFollow, type index$6_IThreadsSettingInteractReplyComment as IThreadsSettingInteractReplyComment, type index$6_IThreadsSettingInteractReplyMessage as IThreadsSettingInteractReplyMessage, type index$6_IThreadsSettingInteractUnFollow as IThreadsSettingInteractUnFollow, type index$6_IThreadsSettingPost as IThreadsSettingPost, type index$6_IToken as IToken, type index$6_ITrackingModel as ITrackingModel, type index$6_ITrackingTime as ITrackingTime, type index$6_IUser as IUser, type index$6_IUserRole as IUserRole, type index$6_IViewDeviceByPC as IViewDeviceByPC, type index$6_IVoiceGenerated as IVoiceGenerated, type index$6_IVoiceLanguage as IVoiceLanguage, type index$6_IVoiceSettingDelay as IVoiceSettingDelay, type index$6_IVoiceStores as IVoiceStores, type index$6_ImportAccountVPSDto as ImportAccountVPSDto, type index$6_ImportInstagramAccountRawDto as ImportInstagramAccountRawDto, type index$6_ImportManagerWorkDto as ImportManagerWorkDto, type index$6_ImportSheetWorkDto as ImportSheetWorkDto, type index$6_ListManualContentSocialChildrenDto as ListManualContentSocialChildrenDto, type index$6_LoadInfoUrlSheetToolDto as LoadInfoUrlSheetToolDto, type index$6_OverviewSheetsToolDto as OverviewSheetsToolDto, type index$6_PayloadUrlSheetToolDto as PayloadUrlSheetToolDto, index$a as Permission, type index$6_ReplaceAccountVSPDto as ReplaceAccountVSPDto, type index$6_ResultChangeInfoInstagramAccountRawDto as ResultChangeInfoInstagramAccountRawDto, type index$6_ResultImportInstagramAccountRawDto as ResultImportInstagramAccountRawDto, index$3 as Socials, type index$6_StatisticsManagerWorkDto as StatisticsManagerWorkDto, type index$6_StatisticsSheetWorkDto as StatisticsSheetWorkDto, type index$6_StoreTaskManualContentSocialForRunDto as StoreTaskManualContentSocialForRunDto, index$4 as Tool, type index$6_UpdateAccountSocialGroupDto as UpdateAccountSocialGroupDto, type index$6_UpdateAccountVPSDto as UpdateAccountVPSDto, type index$6_UpdateBlogDto as UpdateBlogDto, type index$6_UpdateBlogsCategoryDto as UpdateBlogsCategoryDto, type index$6_UpdateDepartmentDto as UpdateDepartmentDto, type index$6_UpdateDeviceDto as UpdateDeviceDto, type index$6_UpdateInstagramSettingInteractFollowDto as UpdateInstagramSettingInteractFollowDto, type index$6_UpdateInstagramSettingInteractReplyCommentDto as UpdateInstagramSettingInteractReplyCommentDto, type index$6_UpdateInstagramSettingInteractReplyMessageDto as UpdateInstagramSettingInteractReplyMessageDto, type index$6_UpdateInstagramSettingInteractUnFollowDto as UpdateInstagramSettingInteractUnFollowDto, type index$6_UpdateInstagramSettingPostDto as UpdateInstagramSettingPostDto, type index$6_UpdateLarkDto as UpdateLarkDto, type index$6_UpdateManagerWorkDto as UpdateManagerWorkDto, type index$6_UpdatePCDto as UpdatePCDto, type index$6_UpdateProxyDto as UpdateProxyDto, type index$6_UpdateRoleDto as UpdateRoleDto, type index$6_UpdateSheetWorkDto as UpdateSheetWorkDto, type index$6_UpdateSheetsToolDto as UpdateSheetsToolDto, type index$6_UpdateTaskAIContentDto as UpdateTaskAIContentDto, type index$6_UpdateTaskInstagramBlockUserDto as UpdateTaskInstagramBlockUserDto, type index$6_UpdateTaskInstagramChangeInfoDto as UpdateTaskInstagramChangeInfoDto, type index$6_UpdateTaskInstagramFollowDto as UpdateTaskInstagramFollowDto, type index$6_UpdateTaskInstagramPostDto as UpdateTaskInstagramPostDto, type index$6_UpdateTaskInstagramReplyCommentDto as UpdateTaskInstagramReplyCommentDto, type index$6_UpdateTaskInstagramReplyMessageDto as UpdateTaskInstagramReplyMessageDto, type index$6_UpdateTaskThreadsFollowDto as UpdateTaskThreadsFollowDto, type index$6_UpdateTaskThreadsPostDto as UpdateTaskThreadsPostDto, type index$6_UpdateTaskThreadsReplyCommentDto as UpdateTaskThreadsReplyCommentDto, type index$6_UpdateTaskThreadsReplyMessageDto as UpdateTaskThreadsReplyMessageDto, type index$6_UpdateTasksJobDto as UpdateTasksJobDto, type index$6_UpdateTeamDto as UpdateTeamDto, type index$6_UpdateUserDto as UpdateUserDto, type index$6_UpsertManualContentSocialChildrenDto as UpsertManualContentSocialChildrenDto, type index$6_UpsertManualContentSocialChildrenItemPostDto as UpsertManualContentSocialChildrenItemPostDto, type index$6_UpsertManualContentSocialDto as UpsertManualContentSocialDto, type index$6_ViewAsyncManualContentDto as ViewAsyncManualContentDto, type index$6_ViewAutoSyncInformationManualContentDto as ViewAutoSyncInformationManualContentDto, type index$6_ViewDetailDeviceDto as ViewDetailDeviceDto, type index$6_ViewDetailFolderDto as ViewDetailFolderDto, type index$6_ViewDetailSheetsToolDto as ViewDetailSheetsToolDto, type index$6_ViewListGPMProfileDto as ViewListGPMProfileDto, type index$6_ViewSettingInstagramOfAccountDto as ViewSettingInstagramOfAccountDto, index$5 as Workspace };
|
|
3043
|
+
export { type index$6_ActionLoadInfoUrlSheetToolDto as ActionLoadInfoUrlSheetToolDto, type index$6_ActionPopupDeviceAccountDto as ActionPopupDeviceAccountDto, type index$6_AddAccountForDeviceDto as AddAccountForDeviceDto, type index$6_AddBulkManualContentSocialInstagramChildrenDto as AddBulkManualContentSocialInstagramChildrenDto, type index$6_AddBulkManualContentSocialThreadsChildrenDto as AddBulkManualContentSocialThreadsChildrenDto, type index$6_AddManualContentSocialInstagramChildrenDto as AddManualContentSocialInstagramChildrenDto, type index$6_AddManualContentSocialThreadsChildrenDto as AddManualContentSocialThreadsChildrenDto, type index$6_AddToDeviceAccountCHPlayICloudDto as AddToDeviceAccountCHPlayICloudDto, type index$6_AddToDeviceAccountVPNDto as AddToDeviceAccountVPNDto, type index$6_AddToDeviceProxyDto as AddToDeviceProxyDto, type index$6_ApplyAutoFillDeviceDto as ApplyAutoFillDeviceDto, type index$6_ApplyReplaceDeviceDto as ApplyReplaceDeviceDto, type index$6_ApplyTimeDashboardDto as ApplyTimeDashboardDto, index$8 as Auth, type index$6_AutoFillAssignedMemberInstagramAccountRawDto as AutoFillAssignedMemberInstagramAccountRawDto, type index$6_AutoFillAssignedMemberThreadsAccountRawDto as AutoFillAssignedMemberThreadsAccountRawDto, type index$6_AutoFillInstagramAccountRawDto as AutoFillInstagramAccountRawDto, type index$6_AutoFillOverviewInstagramAccountRawDto as AutoFillOverviewInstagramAccountRawDto, type index$6_AutoFillOverviewTaskInstagramBlockUserDto as AutoFillOverviewTaskInstagramBlockUserDto, type index$6_AutoFillOverviewThreadsAccountRawDto as AutoFillOverviewThreadsAccountRawDto, type index$6_AutoFillTaskInstagramBlockUserDto as AutoFillTaskInstagramBlockUserDto, type index$6_AutoFillThreadsAccountRawDto as AutoFillThreadsAccountRawDto, type index$6_ChangeInfoInstagramAccountRawDto as ChangeInfoInstagramAccountRawDto, type index$6_CheckSendMessageLark as CheckSendMessageLark, index$9 as Common, type index$6_CreateAccountSocialGroupDto as CreateAccountSocialGroupDto, type index$6_CreateAccountVPSDto as CreateAccountVPSDto, type index$6_CreateBlogDto as CreateBlogDto, type index$6_CreateBlogsCategoryDto as CreateBlogsCategoryDto, type index$6_CreateDepartmentDto as CreateDepartmentDto, type index$6_CreateInstagramSettingInteractFollowDto as CreateInstagramSettingInteractFollowDto, type index$6_CreateInstagramSettingInteractReplyCommentDto as CreateInstagramSettingInteractReplyCommentDto, type index$6_CreateInstagramSettingInteractReplyMessageDto as CreateInstagramSettingInteractReplyMessageDto, type index$6_CreateInstagramSettingInteractUnFollowDto as CreateInstagramSettingInteractUnFollowDto, type index$6_CreateInstagramSettingPostDto as CreateInstagramSettingPostDto, type index$6_CreateLarkDto as CreateLarkDto, type index$6_CreateManagerImageAIInstagramDto as CreateManagerImageAIInstagramDto, type index$6_CreateManagerImageAIThreadsDto as CreateManagerImageAIThreadsDto, type index$6_CreateManagerWorkDto as CreateManagerWorkDto, type index$6_CreateProxyDto as CreateProxyDto, type index$6_CreateRoleDto as CreateRoleDto, type index$6_CreateSheetToolDto as CreateSheetToolDto, type index$6_CreateSheetWorkDto as CreateSheetWorkDto, type index$6_CreateTaskAIContentDto as CreateTaskAIContentDto, type index$6_CreateTaskInstagramBlockUserDto as CreateTaskInstagramBlockUserDto, type index$6_CreateTaskInstagramChangeInfoDto as CreateTaskInstagramChangeInfoDto, type index$6_CreateTaskInstagramFollowDto as CreateTaskInstagramFollowDto, type index$6_CreateTaskInstagramPostDto as CreateTaskInstagramPostDto, type index$6_CreateTaskInstagramReplyCommentDto as CreateTaskInstagramReplyCommentDto, type index$6_CreateTaskInstagramReplyMessageDto as CreateTaskInstagramReplyMessageDto, type index$6_CreateTaskThreadsFollowDto as CreateTaskThreadsFollowDto, type index$6_CreateTaskThreadsPostDto as CreateTaskThreadsPostDto, type index$6_CreateTaskThreadsReplyCommentDto as CreateTaskThreadsReplyCommentDto, type index$6_CreateTaskThreadsReplyMessageDto as CreateTaskThreadsReplyMessageDto, type index$6_CreateTasksJobDto as CreateTasksJobDto, type index$6_CreateTeamDto as CreateTeamDto, type index$6_CreateUserDto as CreateUserDto, type index$6_DataImportInstagramAccountRawDto as DataImportInstagramAccountRawDto, type index$6_DevicePopupListAddAccountDto as DevicePopupListAddAccountDto, type index$6_DevicePopupOverviewAccountsDto as DevicePopupOverviewAccountsDto, type index$6_DevicePopupOverviewAddAccountDto as DevicePopupOverviewAddAccountDto, type index$6_DevicePopupViewAccountInstagramDto as DevicePopupViewAccountInstagramDto, type index$6_DevicePopupViewAccountThreadsDto as DevicePopupViewAccountThreadsDto, index$6_EManagerImageAIInstagramFolder as EManagerImageAIInstagramFolder, index$6_EManagerImageAIInstagramModel as EManagerImageAIInstagramModel, index$6_EManagerImageAIThreadsFolder as EManagerImageAIThreadsFolder, index$6_EManagerImageAIThreadsModel as EManagerImageAIThreadsModel, index$6_EManualContentSocialInstagramStatusPost as EManualContentSocialInstagramStatusPost, index$6_EManualContentSocialInstagramStatusTask as EManualContentSocialInstagramStatusTask, index$6_EManualContentSocialInstagramTypePost as EManualContentSocialInstagramTypePost, index$6_EManualContentSocialThreadsStatusPost as EManualContentSocialThreadsStatusPost, index$6_EManualContentSocialThreadsStatusTask as EManualContentSocialThreadsStatusTask, index$6_EManualContentSocialThreadsTypePost as EManualContentSocialThreadsTypePost, index$6_EStatusAccountCHPlayICloud as EStatusAccountCHPlayICloud, index$6_EStatusAccountCanva as EStatusAccountCanva, index$6_EStatusAccountDrive as EStatusAccountDrive, index$6_EStatusAccountVPN as EStatusAccountVPN, index$6_EStatusEmail as EStatusEmail, index$6_EStatusProxyChecked as EStatusProxyChecked, index$6_EStatusProxyNewIP as EStatusProxyNewIP, index$6_EStatusTaskAIContent as EStatusTaskAIContent, index$6_ETaskGenerateAIStatus as ETaskGenerateAIStatus, index$6_ETaskGenerateAIType as ETaskGenerateAIType, index$6_ETypeRatioImage as ETypeRatioImage, index$6_ETypeSettingInstagram as ETypeSettingInstagram, index$6_EVPSCore as EVPSCore, index$6_EVPSExtension as EVPSExtension, index$6_EVPSOs as EVPSOs, index$6_EVPSRam as EVPSRam, index$6_EVPSStatus as EVPSStatus, index$6_EVPSStatusConnection as EVPSStatusConnection, index$6_EVPSStatusGpmLoginEmail as EVPSStatusGpmLoginEmail, index$6_EVPSStatusReplace as EVPSStatusReplace, index$6_EVPSStatusRestart as EVPSStatusRestart, index$6_EVPSTimeRestart as EVPSTimeRestart, type index$6_EditStatusImageItemInstagramDto as EditStatusImageItemInstagramDto, type index$6_EditStatusImageItemThreadsDto as EditStatusImageItemThreadsDto, type index$6_EditStatusManualContentSocialInstagramChildrenItemPost as EditStatusManualContentSocialInstagramChildrenItemPost, type index$6_EditStatusManualContentSocialThreadsChildrenItemPost as EditStatusManualContentSocialThreadsChildrenItemPost, type index$6_FilterAccountAIContentChannelDto as FilterAccountAIContentChannelDto, type index$6_FilterAccountAIContentDto as FilterAccountAIContentDto, type index$6_FilterAccountAIContentInfoDto as FilterAccountAIContentInfoDto, type index$6_FilterAccountCHPlayICloudDto as FilterAccountCHPlayICloudDto, type index$6_FilterAccountCanvaDto as FilterAccountCanvaDto, type index$6_FilterAccountDriveDto as FilterAccountDriveDto, type index$6_FilterAccountEmailDto as FilterAccountEmailDto, type index$6_FilterAccountEmailManagerDto as FilterAccountEmailManagerDto, type index$6_FilterAccountSocialGroupDto as FilterAccountSocialGroupDto, type index$6_FilterAccountVPNDto as FilterAccountVPNDto, type index$6_FilterAccountVPSDto as FilterAccountVPSDto, type index$6_FilterAccountVPSGroupDto as FilterAccountVPSGroupDto, type index$6_FilterBlogCategoryDto as FilterBlogCategoryDto, type index$6_FilterBlogDto as FilterBlogDto, type index$6_FilterCheckerAccountInstagramDashboardFollowerDto as FilterCheckerAccountInstagramDashboardFollowerDto, type index$6_FilterCheckerAccountThreadsDashboardFollowerDto as FilterCheckerAccountThreadsDashboardFollowerDto, type index$6_FilterDepartmentDto as FilterDepartmentDto, type index$6_FilterDeviceDto as FilterDeviceDto, type index$6_FilterDeviceLogDto as FilterDeviceLogDto, type index$6_FilterHistoryTaskAIContentDto as FilterHistoryTaskAIContentDto, type index$6_FilterInstagramAccountRawDto as FilterInstagramAccountRawDto, type index$6_FilterInstagramAccountRunDto as FilterInstagramAccountRunDto, type index$6_FilterInstagramDashboardFollowerDto as FilterInstagramDashboardFollowerDto, type index$6_FilterInstagramHistoryAutoSyncDto as FilterInstagramHistoryAutoSyncDto, type index$6_FilterInstagramHistoryChangeInfoDto as FilterInstagramHistoryChangeInfoDto, type index$6_FilterInstagramHistoryCreateNewDto as FilterInstagramHistoryCreateNewDto, type index$6_FilterInstagramHistoryGroupDto as FilterInstagramHistoryGroupDto, type index$6_FilterInstagramReportInteractBlockUserDto as FilterInstagramReportInteractBlockUserDto, type index$6_FilterInstagramReportInteractFollowDto as FilterInstagramReportInteractFollowDto, type index$6_FilterInstagramReportInteractReplyCommentDto as FilterInstagramReportInteractReplyCommentDto, type index$6_FilterInstagramReportInteractReplyMessageDto as FilterInstagramReportInteractReplyMessageDto, type index$6_FilterInstagramReportInteractUnFollowDto as FilterInstagramReportInteractUnFollowDto, type index$6_FilterInstagramReportPostHighLightDto as FilterInstagramReportPostHighLightDto, type index$6_FilterInstagramReportPostNewDto as FilterInstagramReportPostNewDto, type index$6_FilterInstagramReportPostReelDto as FilterInstagramReportPostReelDto, type index$6_FilterInstagramReportPostSquareDto as FilterInstagramReportPostSquareDto, type index$6_FilterInstagramReportPostStoryDto as FilterInstagramReportPostStoryDto, type index$6_FilterInstagramSettingFollowDto as FilterInstagramSettingFollowDto, type index$6_FilterInstagramSettingInteractFollowDto as FilterInstagramSettingInteractFollowDto, type index$6_FilterInstagramSettingInteractReplyCommentDto as FilterInstagramSettingInteractReplyCommentDto, type index$6_FilterInstagramSettingInteractReplyMessageDto as FilterInstagramSettingInteractReplyMessageDto, type index$6_FilterInstagramSettingInteractUnFollowDto as FilterInstagramSettingInteractUnFollowDto, type index$6_FilterInstagramSettingPostDto as FilterInstagramSettingPostDto, type index$6_FilterInstagramSettingReplyCommentDto as FilterInstagramSettingReplyCommentDto, type index$6_FilterInstagramSettingReplyMessageDto as FilterInstagramSettingReplyMessageDto, type index$6_FilterInstagramSettingUnFollowDto as FilterInstagramSettingUnFollowDto, type index$6_FilterLarkDto as FilterLarkDto, type index$6_FilterManagerImageAIInstagramDto as FilterManagerImageAIInstagramDto, type index$6_FilterManagerImageAIThreadsDto as FilterManagerImageAIThreadsDto, type index$6_FilterManagerSheetDto as FilterManagerSheetDto, type index$6_FilterManagerWorkDto as FilterManagerWorkDto, type index$6_FilterManualContentSocialInstagramDto as FilterManualContentSocialInstagramDto, type index$6_FilterManualContentSocialThreadsDto as FilterManualContentSocialThreadsDto, type index$6_FilterPCDto as FilterPCDto, type index$6_FilterPerformanceBreakdownInstagramDashboardFollowerDto as FilterPerformanceBreakdownInstagramDashboardFollowerDto, type index$6_FilterPerformanceBreakdownThreadsDashboardFollowerDto as FilterPerformanceBreakdownThreadsDashboardFollowerDto, type index$6_FilterProxyDto as FilterProxyDto, type index$6_FilterRoleDto as FilterRoleDto, type index$6_FilterSheetWorkCategoryDto as FilterSheetWorkCategoryDto, type index$6_FilterSheetWorkDto as FilterSheetWorkDto, type index$6_FilterSheetsToolDto as FilterSheetsToolDto, type index$6_FilterTaskAIContentDto as FilterTaskAIContentDto, type index$6_FilterTaskAIImageVoiceCanvaInstagramDto as FilterTaskAIImageVoiceCanvaInstagramDto, type index$6_FilterTaskInstagramBlockUserDto as FilterTaskInstagramBlockUserDto, type index$6_FilterTaskInstagramChangeInfoDto as FilterTaskInstagramChangeInfoDto, type index$6_FilterTaskInstagramFollowDto as FilterTaskInstagramFollowDto, type index$6_FilterTaskInstagramPostDto as FilterTaskInstagramPostDto, type index$6_FilterTaskInstagramReplyCommentDto as FilterTaskInstagramReplyCommentDto, type index$6_FilterTaskInstagramReplyMessageDto as FilterTaskInstagramReplyMessageDto, type index$6_FilterTaskThreadsFollowDto as FilterTaskThreadsFollowDto, type index$6_FilterTaskThreadsPostDto as FilterTaskThreadsPostDto, type index$6_FilterTaskThreadsReplyCommentDto as FilterTaskThreadsReplyCommentDto, type index$6_FilterTaskThreadsReplyMessageDto as FilterTaskThreadsReplyMessageDto, type index$6_FilterTeamDto as FilterTeamDto, type index$6_FilterThreadsAccountRawDto as FilterThreadsAccountRawDto, type index$6_FilterThreadsAccountRunDto as FilterThreadsAccountRunDto, type index$6_FilterThreadsDashboardFollowerDto as FilterThreadsDashboardFollowerDto, type index$6_FilterThreadsReportInteractFollowDto as FilterThreadsReportInteractFollowDto, type index$6_FilterThreadsReportInteractReplyCommentDto as FilterThreadsReportInteractReplyCommentDto, type index$6_FilterThreadsReportInteractReplyMessageDto as FilterThreadsReportInteractReplyMessageDto, type index$6_FilterThreadsReportInteractUnFollowDto as FilterThreadsReportInteractUnFollowDto, type index$6_FilterThreadsReportPostDto as FilterThreadsReportPostDto, type index$6_FilterThreadsSettingInteractFollowDto as FilterThreadsSettingInteractFollowDto, type index$6_FilterThreadsSettingInteractReplyCommentDto as FilterThreadsSettingInteractReplyCommentDto, type index$6_FilterThreadsSettingInteractReplyMessageDto as FilterThreadsSettingInteractReplyMessageDto, type index$6_FilterThreadsSettingInteractUnFollowDto as FilterThreadsSettingInteractUnFollowDto, type index$6_FilterThreadsSettingPostDto as FilterThreadsSettingPostDto, type index$6_FilterUserDto as FilterUserDto, type index$6_FindAccountAIContentChannelDto as FindAccountAIContentChannelDto, type index$6_FindAccountAIContentDto as FindAccountAIContentDto, type index$6_FindAccountAIContentInfoDto as FindAccountAIContentInfoDto, type index$6_FindAccountCHPlayICloudDto as FindAccountCHPlayICloudDto, type index$6_FindAccountCanvaDto as FindAccountCanvaDto, type index$6_FindAccountDriveDto as FindAccountDriveDto, type index$6_FindAccountEmailDto as FindAccountEmailDto, type index$6_FindAccountForCheckerInstagramDashboard as FindAccountForCheckerInstagramDashboard, type index$6_FindAccountForCheckerThreadsDashboard as FindAccountForCheckerThreadsDashboard, type index$6_FindAccountSocialGroupDto as FindAccountSocialGroupDto, type index$6_FindAccountSocialGroupPopupSocialDto as FindAccountSocialGroupPopupSocialDto, type index$6_FindAccountVPNDto as FindAccountVPNDto, type index$6_FindAccountVPSDto as FindAccountVPSDto, type index$6_FindAccountVPSGroupDto as FindAccountVPSGroupDto, type index$6_FindAccountVPSGroupPopupDto as FindAccountVPSGroupPopupDto, type index$6_FindAutoFillDeviceDto as FindAutoFillDeviceDto, type index$6_FindBlogCategoryDto as FindBlogCategoryDto, type index$6_FindBlogDto as FindBlogDto, type index$6_FindCheckerAccountInstagramDashboardFollowerDto as FindCheckerAccountInstagramDashboardFollowerDto, type index$6_FindCheckerAccountThreadsDashboardFollowerDto as FindCheckerAccountThreadsDashboardFollowerDto, type index$6_FindDepartmentDto as FindDepartmentDto, type index$6_FindDeviceAvailableForAddAccountVPNDto as FindDeviceAvailableForAddAccountVPNDto, type index$6_FindDeviceAvailableForAddCHPlayICloudDto as FindDeviceAvailableForAddCHPlayICloudDto, type index$6_FindDeviceAvailableForAddProxyDto as FindDeviceAvailableForAddProxyDto, type index$6_FindDeviceDto as FindDeviceDto, type index$6_FindDeviceLogDto as FindDeviceLogDto, type index$6_FindGrowthInstagramDashboardFollowerDto as FindGrowthInstagramDashboardFollowerDto, type index$6_FindGrowthThreadsDashboardFollowerDto as FindGrowthThreadsDashboardFollowerDto, type index$6_FindHistoryTaskAIContentDto as FindHistoryTaskAIContentDto, type index$6_FindHistoryTaskAIImageVideoVoiceCanvaInstagramDto as FindHistoryTaskAIImageVideoVoiceCanvaInstagramDto, type index$6_FindInstagramAccountRawDto as FindInstagramAccountRawDto, type index$6_FindInstagramAccountRunDto as FindInstagramAccountRunDto, type index$6_FindInstagramHistoryAutoSyncDto as FindInstagramHistoryAutoSyncDto, type index$6_FindInstagramHistoryChangeInfoDto as FindInstagramHistoryChangeInfoDto, type index$6_FindInstagramHistoryCreateNewDto as FindInstagramHistoryCreateNewDto, type index$6_FindInstagramHistoryGroupDto as FindInstagramHistoryGroupDto, type index$6_FindInstagramSettingInteractFollowDto as FindInstagramSettingInteractFollowDto, type index$6_FindInstagramSettingInteractReplyCommentDto as FindInstagramSettingInteractReplyCommentDto, type index$6_FindInstagramSettingInteractReplyMessageDto as FindInstagramSettingInteractReplyMessageDto, type index$6_FindInstagramSettingInteractUnFollowDto as FindInstagramSettingInteractUnFollowDto, type index$6_FindInstagramSettingPostDto as FindInstagramSettingPostDto, type index$6_FindLarkDto as FindLarkDto, type index$6_FindListAccountForManualContentSocialInstagramDto as FindListAccountForManualContentSocialInstagramDto, type index$6_FindListAccountForManualContentSocialThreadsDto as FindListAccountForManualContentSocialThreadsDto, type index$6_FindManagerImageAIInstagramDto as FindManagerImageAIInstagramDto, type index$6_FindManagerImageAIThreadsDto as FindManagerImageAIThreadsDto, type index$6_FindManagerSheetDto as FindManagerSheetDto, type index$6_FindManagerWorkDto as FindManagerWorkDto, type index$6_FindManualContentSocialInstagramDto as FindManualContentSocialInstagramDto, type index$6_FindManualContentSocialThreadsDto as FindManualContentSocialThreadsDto, type index$6_FindMemberForAddTeamDto as FindMemberForAddTeamDto, type index$6_FindOverViewDepartmentDto as FindOverViewDepartmentDto, type index$6_FindOverViewInstagramAccountRawDto as FindOverViewInstagramAccountRawDto, type index$6_FindOverViewInstagramAccountRunDto as FindOverViewInstagramAccountRunDto, type index$6_FindOverViewInstagramReportInteractBlockUserDto as FindOverViewInstagramReportInteractBlockUserDto, type index$6_FindOverViewInstagramReportInteractFollowDto as FindOverViewInstagramReportInteractFollowDto, type index$6_FindOverViewInstagramReportInteractReplyCommentDto as FindOverViewInstagramReportInteractReplyCommentDto, type index$6_FindOverViewInstagramReportInteractReplyMessageDto as FindOverViewInstagramReportInteractReplyMessageDto, type index$6_FindOverViewInstagramReportInteractUnFollowDto as FindOverViewInstagramReportInteractUnFollowDto, type index$6_FindOverViewInstagramReportPostHighLightDto as FindOverViewInstagramReportPostHighLightDto, type index$6_FindOverViewInstagramReportPostNewDto as FindOverViewInstagramReportPostNewDto, type index$6_FindOverViewInstagramReportPostReelDto as FindOverViewInstagramReportPostReelDto, type index$6_FindOverViewInstagramReportPostSquareDto as FindOverViewInstagramReportPostSquareDto, type index$6_FindOverViewInstagramReportPostStoryDto as FindOverViewInstagramReportPostStoryDto, type index$6_FindOverViewInstagramSettingInteractFollowDto as FindOverViewInstagramSettingInteractFollowDto, type index$6_FindOverViewInstagramSettingInteractReplyCommentDto as FindOverViewInstagramSettingInteractReplyCommentDto, type index$6_FindOverViewInstagramSettingInteractReplyMessageDto as FindOverViewInstagramSettingInteractReplyMessageDto, type index$6_FindOverViewInstagramSettingInteractUnFollowDto as FindOverViewInstagramSettingInteractUnFollowDto, type index$6_FindOverViewInstagramSettingPostDto as FindOverViewInstagramSettingPostDto, type index$6_FindOverViewLarkDto as FindOverViewLarkDto, type index$6_FindOverViewTaskAIContentDto as FindOverViewTaskAIContentDto, type index$6_FindOverViewTaskAIImageVoiceCanvaInstagramDto as FindOverViewTaskAIImageVoiceCanvaInstagramDto, type index$6_FindOverViewTaskInstagramBlockUserDto as FindOverViewTaskInstagramBlockUserDto, type index$6_FindOverViewTaskInstagramChangeInfoDto as FindOverViewTaskInstagramChangeInfoDto, type index$6_FindOverViewTaskInstagramFollowDto as FindOverViewTaskInstagramFollowDto, type index$6_FindOverViewTaskInstagramPostDto as FindOverViewTaskInstagramPostDto, type index$6_FindOverViewTaskInstagramReplyCommentDto as FindOverViewTaskInstagramReplyCommentDto, type index$6_FindOverViewTaskInstagramReplyMessageDto as FindOverViewTaskInstagramReplyMessageDto, type index$6_FindOverViewTaskThreadsFollowDto as FindOverViewTaskThreadsFollowDto, type index$6_FindOverViewTaskThreadsPostDto as FindOverViewTaskThreadsPostDto, type index$6_FindOverViewTaskThreadsReplyCommentDto as FindOverViewTaskThreadsReplyCommentDto, type index$6_FindOverViewTaskThreadsReplyMessageDto as FindOverViewTaskThreadsReplyMessageDto, type index$6_FindOverViewThreadsAccountDto as FindOverViewThreadsAccountDto, type index$6_FindOverViewThreadsAccountRowDto as FindOverViewThreadsAccountRowDto, type index$6_FindOverViewThreadsReportInteractFollowDto as FindOverViewThreadsReportInteractFollowDto, type index$6_FindOverViewThreadsReportInteractReplyCommentDto as FindOverViewThreadsReportInteractReplyCommentDto, type index$6_FindOverViewThreadsReportInteractReplyMessageDto as FindOverViewThreadsReportInteractReplyMessageDto, type index$6_FindOverViewThreadsReportInteractUnFollowDto as FindOverViewThreadsReportInteractUnFollowDto, type index$6_FindOverViewThreadsReportPostDto as FindOverViewThreadsReportPostDto, type index$6_FindOverViewThreadsSettingInteractFollowDto as FindOverViewThreadsSettingInteractFollowDto, type index$6_FindOverViewThreadsSettingInteractReplyCommentDto as FindOverViewThreadsSettingInteractReplyCommentDto, type index$6_FindOverViewThreadsSettingInteractReplyMessageDto as FindOverViewThreadsSettingInteractReplyMessageDto, type index$6_FindOverViewThreadsSettingInteractUnFollowDto as FindOverViewThreadsSettingInteractUnFollowDto, type index$6_FindOverViewThreadsSettingPostDto as FindOverViewThreadsSettingPostDto, type index$6_FindOverviewAccountCHPlayICloudDto as FindOverviewAccountCHPlayICloudDto, type index$6_FindOverviewAccountCanvaDto as FindOverviewAccountCanvaDto, type index$6_FindOverviewAccountDriveDto as FindOverviewAccountDriveDto, type index$6_FindOverviewAccountEmailDto as FindOverviewAccountEmailDto, type index$6_FindOverviewAccountEmailManagerDto as FindOverviewAccountEmailManagerDto, type index$6_FindOverviewAccountVPNDto as FindOverviewAccountVPNDto, type index$6_FindOverviewAccountVPSDto as FindOverviewAccountVPSDto, type index$6_FindOverviewDeviceBasicDto as FindOverviewDeviceBasicDto, type index$6_FindOverviewDeviceDetailDto as FindOverviewDeviceDetailDto, type index$6_FindOverviewDeviceLog as FindOverviewDeviceLog, type index$6_FindOverviewDeviceSocialMediaAccountDto as FindOverviewDeviceSocialMediaAccountDto, type index$6_FindOverviewDeviceSocialMediaActiveLockedDto as FindOverviewDeviceSocialMediaActiveLockedDto, type index$6_FindOverviewInstagramDashboardFollowerDto as FindOverviewInstagramDashboardFollowerDto, type index$6_FindOverviewInstagramHistoryAutoSyncDto as FindOverviewInstagramHistoryAutoSyncDto, type index$6_FindOverviewInstagramHistoryChangeInfoDto as FindOverviewInstagramHistoryChangeInfoDto, type index$6_FindOverviewInstagramHistoryCreateNewDto as FindOverviewInstagramHistoryCreateNewDto, type index$6_FindOverviewInstagramHistoryGroupDto as FindOverviewInstagramHistoryGroupDto, type index$6_FindOverviewManagerImageAIInstagramDto as FindOverviewManagerImageAIInstagramDto, type index$6_FindOverviewManagerImageAIThreadsDto as FindOverviewManagerImageAIThreadsDto, type index$6_FindOverviewManualContentSocialInstagramDto as FindOverviewManualContentSocialInstagramDto, type index$6_FindOverviewManualContentSocialThreadsDto as FindOverviewManualContentSocialThreadsDto, type index$6_FindOverviewPCDto as FindOverviewPCDto, type index$6_FindOverviewProxyDto as FindOverviewProxyDto, type index$6_FindOverviewRoleDto as FindOverviewRoleDto, type index$6_FindOverviewTeamDto as FindOverviewTeamDto, type index$6_FindOverviewThreadsDashboardFollowerDto as FindOverviewThreadsDashboardFollowerDto, type index$6_FindOverviewUserDto as FindOverviewUserDto, type index$6_FindPCDetail as FindPCDetail, type index$6_FindPCDto as FindPCDto, type index$6_FindPerformanceBreakdownInstagramDashboardFollowerDto as FindPerformanceBreakdownInstagramDashboardFollowerDto, type index$6_FindPerformanceBreakdownOverviewInstagramDashboardFollowerDto as FindPerformanceBreakdownOverviewInstagramDashboardFollowerDto, type index$6_FindPerformanceBreakdownOverviewThreadsDashboardFollowerDto as FindPerformanceBreakdownOverviewThreadsDashboardFollowerDto, type index$6_FindPerformanceBreakdownThreadsDashboardFollowerDto as FindPerformanceBreakdownThreadsDashboardFollowerDto, type index$6_FindProxyDto as FindProxyDto, type index$6_FindReplaceDeviceDto as FindReplaceDeviceDto, type index$6_FindRoleDetailDto as FindRoleDetailDto, type index$6_FindRoleDto as FindRoleDto, type index$6_FindRoleOfMe as FindRoleOfMe, type index$6_FindSheetWorkCategoryDto as FindSheetWorkCategoryDto, type index$6_FindSheetWorkDto as FindSheetWorkDto, type index$6_FindSheetsToolDto as FindSheetsToolDto, type index$6_FindTaskAIContentDto as FindTaskAIContentDto, type index$6_FindTaskAvailableAIContentDto as FindTaskAvailableAIContentDto, type index$6_FindTaskInstagramBlockUserDto as FindTaskInstagramBlockUserDto, type index$6_FindTaskInstagramChangeInfoDto as FindTaskInstagramChangeInfoDto, type index$6_FindTaskInstagramFollowDto as FindTaskInstagramFollowDto, type index$6_FindTaskInstagramPostDto as FindTaskInstagramPostDto, type index$6_FindTaskInstagramReplyCommentDto as FindTaskInstagramReplyCommentDto, type index$6_FindTaskInstagramReplyMessageDto as FindTaskInstagramReplyMessageDto, type index$6_FindTaskManualContentSocialInstagramDto as FindTaskManualContentSocialInstagramDto, type index$6_FindTaskManualContentSocialThreadsDto as FindTaskManualContentSocialThreadsDto, type index$6_FindTaskThreadsFollowDto as FindTaskThreadsFollowDto, type index$6_FindTaskThreadsPostDto as FindTaskThreadsPostDto, type index$6_FindTaskThreadsReplyCommentDto as FindTaskThreadsReplyCommentDto, type index$6_FindTaskThreadsReplyMessageDto as FindTaskThreadsReplyMessageDto, type index$6_FindTasksJobDto as FindTasksJobDto, type index$6_FindTeamDto as FindTeamDto, type index$6_FindThreadsAccountRawDto as FindThreadsAccountRawDto, type index$6_FindThreadsAccountRunDto as FindThreadsAccountRunDto, type index$6_FindThreadsSettingInteractFollowDto as FindThreadsSettingInteractFollowDto, type index$6_FindThreadsSettingInteractReplyCommentDto as FindThreadsSettingInteractReplyCommentDto, type index$6_FindThreadsSettingInteractReplyMessageDto as FindThreadsSettingInteractReplyMessageDto, type index$6_FindThreadsSettingInteractUnFollowDto as FindThreadsSettingInteractUnFollowDto, type index$6_FindThreadsSettingPostDto as FindThreadsSettingPostDto, type index$6_FindUserDto as FindUserDto, index$2 as Forum, type index$6_IAccountAIContent as IAccountAIContent, type index$6_IAccountAIContentChannel as IAccountAIContentChannel, type index$6_IAccountAIContentGroup as IAccountAIContentGroup, type index$6_IAccountAIContentInfo as IAccountAIContentInfo, type index$6_IAccountAIContentMemberAssigned as IAccountAIContentMemberAssigned, type index$6_IAccountAIContentTag as IAccountAIContentTag, type index$6_IAccountCHPlayICloud as IAccountCHPlayICloud, type index$6_IAccountCanva as IAccountCanva, type index$6_IAccountDrive as IAccountDrive, type index$6_IAccountEmail as IAccountEmail, type index$6_IAccountEmailProxy as IAccountEmailProxy, type index$6_IAccountEmailTag as IAccountEmailTag, type index$6_IAccountEmailTaskWork as IAccountEmailTaskWork, type index$6_IAccountSocialBase as IAccountSocialBase, type index$6_IAccountSocialGroup as IAccountSocialGroup, type index$6_IAccountVPN as IAccountVPN, type index$6_IAccountVPS as IAccountVPS, type index$6_IAccountVPSGroup as IAccountVPSGroup, type index$6_IAccountVPSProvider as IAccountVPSProvider, type index$6_IAccountVPSSocial as IAccountVPSSocial, type index$6_IAssignTeam as IAssignTeam, type index$6_IAssignUser as IAssignUser, type index$6_IAuthLogin as IAuthLogin, type index$6_IAuthResetPassword as IAuthResetPassword, type index$6_IBaseModel as IBaseModel, type index$6_IBlog as IBlog, type index$6_IBlogCategory as IBlogCategory, type index$6_IBlogDepartmentPermission as IBlogDepartmentPermission, type index$6_IBlogTeamPermission as IBlogTeamPermission, type index$6_IBlogUserPermission as IBlogUserPermission, type index$6_IColsUnSelected as IColsUnSelected, type index$6_IDataDiscussTaskJob as IDataDiscussTaskJob, type index$6_IDataNotification as IDataNotification, type index$6_IDataUser as IDataUser, type index$6_IDepartment as IDepartment, type index$6_IDepartmentMember as IDepartmentMember, type index$6_IDevice as IDevice, type index$6_IDeviceLog as IDeviceLog, type index$6_IDeviceLogELS as IDeviceLogELS, type index$6_IDeviceLogStoreIdxELS as IDeviceLogStoreIdxELS, type index$6_IDevicePopupViewAccountSocial as IDevicePopupViewAccountSocial, type index$6_IDeviceSettingForAccount as IDeviceSettingForAccount, type index$6_IDeviceSettingForCHPlayICloud as IDeviceSettingForCHPlayICloud, type index$6_IDeviceSettingForProxy as IDeviceSettingForProxy, type index$6_IDeviceSettingForVPN as IDeviceSettingForVPN, type index$6_IDomain as IDomain, type index$6_IEmailAccountSocial as IEmailAccountSocial, type index$6_IEmailProxy as IEmailProxy, type index$6_IEmailRawManager as IEmailRawManager, type index$6_IEmailVPS as IEmailVPS, type index$6_IFile as IFile, type index$6_IFilterSettingAccountSocialFindForSettingDto as IFilterSettingAccountSocialFindForSettingDto, type index$6_IFilterStore as IFilterStore, type index$6_IGPMProfile as IGPMProfile, type index$6_IHistoryTaskAIContent as IHistoryTaskAIContent, type index$6_IHistoryTaskAIImageVideoVoiceCanvaInstagram as IHistoryTaskAIImageVideoVoiceCanvaInstagram, type index$6_IHistoryTaskAIImageVideoVoiceCanvaThreads as IHistoryTaskAIImageVideoVoiceCanvaThreads, type index$6_IIncreaseValueTask as IIncreaseValueTask, type index$6_IInstagramAccountRaw as IInstagramAccountRaw, type index$6_IInstagramDashboardFollower as IInstagramDashboardFollower, type index$6_IInstagramDashboardFollowerELS as IInstagramDashboardFollowerELS, type index$6_IInstagramHistoryAutoSync as IInstagramHistoryAutoSync, type index$6_IInstagramHistoryAutoSyncELS as IInstagramHistoryAutoSyncELS, type index$6_IInstagramHistoryAutoSyncStoreIdxELS as IInstagramHistoryAutoSyncStoreIdxELS, type index$6_IInstagramHistoryChangeInfo as IInstagramHistoryChangeInfo, type index$6_IInstagramHistoryChangeInfoELS as IInstagramHistoryChangeInfoELS, type index$6_IInstagramHistoryChangeInfoStoreIdxELS as IInstagramHistoryChangeInfoStoreIdxELS, type index$6_IInstagramHistoryCreateNew as IInstagramHistoryCreateNew, type index$6_IInstagramHistoryCreateNewELS as IInstagramHistoryCreateNewELS, type index$6_IInstagramHistoryCreateNewStoreIdxELS as IInstagramHistoryCreateNewStoreIdxELS, type index$6_IInstagramHistoryGroup as IInstagramHistoryGroup, type index$6_IInstagramHistoryGroupELS as IInstagramHistoryGroupELS, type index$6_IInstagramHistoryGroupStoreIdxELS as IInstagramHistoryGroupStoreIdxELS, type index$6_IInstagramReportInteractBlockUser as IInstagramReportInteractBlockUser, type index$6_IInstagramReportInteractBlockUserELS as IInstagramReportInteractBlockUserELS, type index$6_IInstagramReportInteractBlockUserStoreIdxELS as IInstagramReportInteractBlockUserStoreIdxELS, type index$6_IInstagramReportInteractFollow as IInstagramReportInteractFollow, type index$6_IInstagramReportInteractFollowELS as IInstagramReportInteractFollowELS, type index$6_IInstagramReportInteractFollowStoreIdxELS as IInstagramReportInteractFollowStoreIdxELS, type index$6_IInstagramReportInteractReplyComment as IInstagramReportInteractReplyComment, type index$6_IInstagramReportInteractReplyCommentELS as IInstagramReportInteractReplyCommentELS, type index$6_IInstagramReportInteractReplyCommentStoreIdxELS as IInstagramReportInteractReplyCommentStoreIdxELS, type index$6_IInstagramReportInteractReplyMessage as IInstagramReportInteractReplyMessage, type index$6_IInstagramReportInteractReplyMessageELS as IInstagramReportInteractReplyMessageELS, type index$6_IInstagramReportInteractReplyMessageStoreIdxELS as IInstagramReportInteractReplyMessageStoreIdxELS, type index$6_IInstagramReportInteractUnFollow as IInstagramReportInteractUnFollow, type index$6_IInstagramReportInteractUnFollowELS as IInstagramReportInteractUnFollowELS, type index$6_IInstagramReportInteractUnFollowStoreIdxELS as IInstagramReportInteractUnFollowStoreIdxELS, type index$6_IInstagramReportPostHighLight as IInstagramReportPostHighLight, type index$6_IInstagramReportPostHighLightELS as IInstagramReportPostHighLightELS, type index$6_IInstagramReportPostHighLightStoreIdxELS as IInstagramReportPostHighLightStoreIdxELS, type index$6_IInstagramReportPostNew as IInstagramReportPostNew, type index$6_IInstagramReportPostNewELS as IInstagramReportPostNewELS, type index$6_IInstagramReportPostNewStoreIdxELS as IInstagramReportPostNewStoreIdxELS, type index$6_IInstagramReportPostReel as IInstagramReportPostReel, type index$6_IInstagramReportPostReelELS as IInstagramReportPostReelELS, type index$6_IInstagramReportPostReelStoreIdxELS as IInstagramReportPostReelStoreIdxELS, type index$6_IInstagramReportPostSquare as IInstagramReportPostSquare, type index$6_IInstagramReportPostSquareELS as IInstagramReportPostSquareELS, type index$6_IInstagramReportPostSquareStoreIdxELS as IInstagramReportPostSquareStoreIdxELS, type index$6_IInstagramReportPostStory as IInstagramReportPostStory, type index$6_IInstagramReportPostStoryELS as IInstagramReportPostStoryELS, type index$6_IInstagramReportPostStoryStoreIdxELS as IInstagramReportPostStoryStoreIdxELS, type index$6_IInstagramSettingInteractBlockUser as IInstagramSettingInteractBlockUser, type index$6_IInstagramSettingInteractFollow as IInstagramSettingInteractFollow, type index$6_IInstagramSettingInteractReplyComment as IInstagramSettingInteractReplyComment, type index$6_IInstagramSettingInteractReplyMessage as IInstagramSettingInteractReplyMessage, type index$6_IInstagramSettingInteractUnFollow as IInstagramSettingInteractUnFollow, type index$6_IInstagramSettingPost as IInstagramSettingPost, type index$6_ILark as ILark, type index$6_ILarkTeam as ILarkTeam, type index$6_IMailWork as IMailWork, type index$6_IManagerImageAIInstagram as IManagerImageAIInstagram, type index$6_IManagerImageAIInstagramItemStore as IManagerImageAIInstagramItemStore, type index$6_IManagerImageAIInstagramUserAttached as IManagerImageAIInstagramUserAttached, type index$6_IManagerImageAIThreads as IManagerImageAIThreads, type index$6_IManagerImageAIThreadsItemStore as IManagerImageAIThreadsItemStore, type index$6_IManagerImageAIThreadsUserAttached as IManagerImageAIThreadsUserAttached, type index$6_IManagerSheet as IManagerSheet, type index$6_IManagerSheetChildren as IManagerSheetChildren, type index$6_IManagerSheetChildrenGroup as IManagerSheetChildrenGroup, type index$6_IManagerSheetChildrenGroupItem as IManagerSheetChildrenGroupItem, type index$6_IManagerSheetGroup as IManagerSheetGroup, type index$6_IManagerWork as IManagerWork, type index$6_IManualContentSocialInstagram as IManualContentSocialInstagram, type index$6_IManualContentSocialInstagramChildren as IManualContentSocialInstagramChildren, type index$6_IManualContentSocialInstagramChildrenItemPost as IManualContentSocialInstagramChildrenItemPost, type index$6_IManualContentSocialInstagramNiche as IManualContentSocialInstagramNiche, type index$6_IManualContentSocialInstagramRunTime as IManualContentSocialInstagramRunTime, type index$6_IManualContentSocialThreads as IManualContentSocialThreads, type index$6_IManualContentSocialThreadsChildren as IManualContentSocialThreadsChildren, type index$6_IManualContentSocialThreadsChildrenItemPost as IManualContentSocialThreadsChildrenItemPost, type index$6_IManualContentSocialThreadsNiche as IManualContentSocialThreadsNiche, type index$6_IManualContentSocialThreadsRunTime as IManualContentSocialThreadsRunTime, type index$6_IOtpConfirm as IOtpConfirm, type index$6_IOtpCreateSession as IOtpCreateSession, type index$6_IOtpSend as IOtpSend, type index$6_IPC as IPC, type index$6_IPCLog as IPCLog, type index$6_IPCLogELS as IPCLogELS, type index$6_IPCLogStoreIdxELS as IPCLogStoreIdxELS, type index$6_IProxy as IProxy, type index$6_IResponseLogin as IResponseLogin, type index$6_IRole as IRole, type index$6_IRoleFeature as IRoleFeature, type index$6_ISettingAccountSocialDto as ISettingAccountSocialDto, type index$6_ISettingRunTimeInstagramPost as ISettingRunTimeInstagramPost, type index$6_ISettingRunTimeSocial as ISettingRunTimeSocial, type index$6_ISettingTool as ISettingTool, type index$6_ISheetImportExportSocial as ISheetImportExportSocial, type index$6_ISheetWork as ISheetWork, type index$6_ISheetWorkDepartmentPermission as ISheetWorkDepartmentPermission, type index$6_ISheetWorkManager as ISheetWorkManager, type index$6_ISheetWorkUserPermission as ISheetWorkUserPermission, type index$6_ISheetWorksCategory as ISheetWorksCategory, type index$6_ISheetsTool as ISheetsTool, type index$6_ISocialTaskManager as ISocialTaskManager, type index$6_ITag as ITag, type index$6_ITaskAIContent as ITaskAIContent, type index$6_ITaskAIImageCanva as ITaskAIImageCanva, type index$6_ITaskAIImageVideoVoiceCanvaInstagram as ITaskAIImageVideoVoiceCanvaInstagram, type index$6_ITaskAIImageVideoVoiceCanvaThreads as ITaskAIImageVideoVoiceCanvaThreads, type index$6_ITaskAIItemAction as ITaskAIItemAction, type index$6_ITaskAIItemGroup as ITaskAIItemGroup, type index$6_ITaskInstagramBlockUser as ITaskInstagramBlockUser, type index$6_ITaskInstagramBlockUserELS as ITaskInstagramBlockUserELS, type index$6_ITaskInstagramBlockUserStoreIdxELS as ITaskInstagramBlockUserStoreIdxELS, type index$6_ITaskInstagramChangeInfo as ITaskInstagramChangeInfo, type index$6_ITaskInstagramChangeInfoELS as ITaskInstagramChangeInfoELS, type index$6_ITaskInstagramChangeInfoStoreIdxELS as ITaskInstagramChangeInfoStoreIdxELS, type index$6_ITaskInstagramFollow as ITaskInstagramFollow, type index$6_ITaskInstagramFollowELS as ITaskInstagramFollowELS, type index$6_ITaskInstagramFollowStoreIdxELS as ITaskInstagramFollowStoreIdxELS, type index$6_ITaskInstagramPost as ITaskInstagramPost, type index$6_ITaskInstagramPostELS as ITaskInstagramPostELS, type index$6_ITaskInstagramPostStoreIdxELS as ITaskInstagramPostStoreIdxELS, type index$6_ITaskInstagramReplyComment as ITaskInstagramReplyComment, type index$6_ITaskInstagramReplyCommentELS as ITaskInstagramReplyCommentELS, type index$6_ITaskInstagramReplyCommentStoreIdxELS as ITaskInstagramReplyCommentStoreIdxELS, type index$6_ITaskInstagramReplyMessage as ITaskInstagramReplyMessage, type index$6_ITaskInstagramReplyMessageELS as ITaskInstagramReplyMessageELS, type index$6_ITaskInstagramReplyMessageStoreIdxELS as ITaskInstagramReplyMessageStoreIdxELS, type index$6_ITaskJob as ITaskJob, type index$6_ITaskJobAttachmentBlog as ITaskJobAttachmentBlog, type index$6_ITaskJobBlogAttached as ITaskJobBlogAttached, type index$6_ITaskJobCheckList as ITaskJobCheckList, type index$6_ITaskJobDepartmentPermission as ITaskJobDepartmentPermission, type index$6_ITaskJobDiscuss as ITaskJobDiscuss, type index$6_ITaskJobLabel as ITaskJobLabel, type index$6_ITaskJobPermission as ITaskJobPermission, type index$6_ITaskJobTeamPermission as ITaskJobTeamPermission, type index$6_ITaskJobUserPermission as ITaskJobUserPermission, type index$6_ITaskJobsGroup as ITaskJobsGroup, type index$6_ITaskManualContentSocialInstagram as ITaskManualContentSocialInstagram, type index$6_ITaskManualContentSocialThreads as ITaskManualContentSocialThreads, type index$6_ITaskThreadsFollow as ITaskThreadsFollow, type index$6_ITaskThreadsFollowELS as ITaskThreadsFollowELS, type index$6_ITaskThreadsFollowStoreIdxELS as ITaskThreadsFollowStoreIdxELS, type index$6_ITaskThreadsPost as ITaskThreadsPost, type index$6_ITaskThreadsPostELS as ITaskThreadsPostELS, type index$6_ITaskThreadsPostStoreIdxELS as ITaskThreadsPostStoreIdxELS, type index$6_ITaskThreadsReplyComment as ITaskThreadsReplyComment, type index$6_ITaskThreadsReplyCommentELS as ITaskThreadsReplyCommentELS, type index$6_ITaskThreadsReplyCommentStoreIdxELS as ITaskThreadsReplyCommentStoreIdxELS, type index$6_ITaskThreadsReplyMessage as ITaskThreadsReplyMessage, type index$6_ITaskThreadsReplyMessageELS as ITaskThreadsReplyMessageELS, type index$6_ITaskThreadsReplyMessageStoreIdxELS as ITaskThreadsReplyMessageStoreIdxELS, type index$6_ITeam as ITeam, type index$6_ITeamMember as ITeamMember, type index$6_ITeamRole as ITeamRole, type index$6_IThreadsAccountRaw as IThreadsAccountRaw, type index$6_IThreadsDashboardFollower as IThreadsDashboardFollower, type index$6_IThreadsHistoryAutoSync as IThreadsHistoryAutoSync, type index$6_IThreadsHistoryAutoSyncELS as IThreadsHistoryAutoSyncELS, type index$6_IThreadsHistoryChange as IThreadsHistoryChange, type index$6_IThreadsHistoryChangeInfoELS as IThreadsHistoryChangeInfoELS, type index$6_IThreadsHistoryCreateNew as IThreadsHistoryCreateNew, type index$6_IThreadsHistoryCreateNewELS as IThreadsHistoryCreateNewELS, type index$6_IThreadsHistoryGroup as IThreadsHistoryGroup, type index$6_IThreadsHistoryGroupELS as IThreadsHistoryGroupELS, type index$6_IThreadsReportInteractFollow as IThreadsReportInteractFollow, type index$6_IThreadsReportInteractFollowELS as IThreadsReportInteractFollowELS, type index$6_IThreadsReportInteractFollowStoreIdxELS as IThreadsReportInteractFollowStoreIdxELS, type index$6_IThreadsReportInteractReplyComment as IThreadsReportInteractReplyComment, type index$6_IThreadsReportInteractReplyCommentELS as IThreadsReportInteractReplyCommentELS, type index$6_IThreadsReportInteractReplyCommentStoreIdxELS as IThreadsReportInteractReplyCommentStoreIdxELS, type index$6_IThreadsReportInteractReplyMessage as IThreadsReportInteractReplyMessage, type index$6_IThreadsReportInteractReplyMessageELS as IThreadsReportInteractReplyMessageELS, type index$6_IThreadsReportInteractReplyMessageStoreIdxELS as IThreadsReportInteractReplyMessageStoreIdxELS, type index$6_IThreadsReportInteractUnFollow as IThreadsReportInteractUnFollow, type index$6_IThreadsReportInteractUnFollowELS as IThreadsReportInteractUnFollowELS, type index$6_IThreadsReportInteractUnFollowStoreIdxELS as IThreadsReportInteractUnFollowStoreIdxELS, type index$6_IThreadsReportPost as IThreadsReportPost, type index$6_IThreadsReportPostELS as IThreadsReportPostELS, type index$6_IThreadsReportPostStoreIdxELS as IThreadsReportPostStoreIdxELS, type index$6_IThreadsSettingInteractFollow as IThreadsSettingInteractFollow, type index$6_IThreadsSettingInteractReplyComment as IThreadsSettingInteractReplyComment, type index$6_IThreadsSettingInteractReplyMessage as IThreadsSettingInteractReplyMessage, type index$6_IThreadsSettingInteractUnFollow as IThreadsSettingInteractUnFollow, type index$6_IThreadsSettingPost as IThreadsSettingPost, type index$6_IToken as IToken, type index$6_ITrackingModel as ITrackingModel, type index$6_ITrackingTime as ITrackingTime, type index$6_IUser as IUser, type index$6_IUserRole as IUserRole, type index$6_IViewDeviceByPC as IViewDeviceByPC, type index$6_IVoiceGenerated as IVoiceGenerated, type index$6_IVoiceLanguage as IVoiceLanguage, type index$6_IVoiceSettingDelay as IVoiceSettingDelay, type index$6_IVoiceStores as IVoiceStores, type index$6_ImportAccountVPSDto as ImportAccountVPSDto, type index$6_ImportInstagramAccountRawDto as ImportInstagramAccountRawDto, type index$6_ImportManagerWorkDto as ImportManagerWorkDto, type index$6_ImportSheetWorkDto as ImportSheetWorkDto, type index$6_ListManualContentSocialChildrenDto as ListManualContentSocialChildrenDto, type index$6_ListManualContentSocialInstagramChildrenDto as ListManualContentSocialInstagramChildrenDto, type index$6_ListManualContentSocialThreadsChildrenDto as ListManualContentSocialThreadsChildrenDto, type index$6_LoadInfoUrlSheetToolDto as LoadInfoUrlSheetToolDto, type index$6_OverviewSheetsToolDto as OverviewSheetsToolDto, type index$6_PayloadUrlSheetToolDto as PayloadUrlSheetToolDto, index$a as Permission, type index$6_ReplaceAccountVSPDto as ReplaceAccountVSPDto, type index$6_ResultChangeInfoInstagramAccountRawDto as ResultChangeInfoInstagramAccountRawDto, type index$6_ResultImportInstagramAccountRawDto as ResultImportInstagramAccountRawDto, index$3 as Socials, type index$6_StatisticsManagerWorkDto as StatisticsManagerWorkDto, type index$6_StatisticsSheetWorkDto as StatisticsSheetWorkDto, type index$6_StoreTaskManualContentSocialInstagramForRunDto as StoreTaskManualContentSocialInstagramForRunDto, type index$6_StoreTaskManualContentSocialThreadsForRunDto as StoreTaskManualContentSocialThreadsForRunDto, index$4 as Tool, type index$6_UpdateAccountSocialGroupDto as UpdateAccountSocialGroupDto, type index$6_UpdateAccountVPSDto as UpdateAccountVPSDto, type index$6_UpdateBlogDto as UpdateBlogDto, type index$6_UpdateBlogsCategoryDto as UpdateBlogsCategoryDto, type index$6_UpdateDepartmentDto as UpdateDepartmentDto, type index$6_UpdateDeviceDto as UpdateDeviceDto, type index$6_UpdateInstagramSettingInteractFollowDto as UpdateInstagramSettingInteractFollowDto, type index$6_UpdateInstagramSettingInteractReplyCommentDto as UpdateInstagramSettingInteractReplyCommentDto, type index$6_UpdateInstagramSettingInteractReplyMessageDto as UpdateInstagramSettingInteractReplyMessageDto, type index$6_UpdateInstagramSettingInteractUnFollowDto as UpdateInstagramSettingInteractUnFollowDto, type index$6_UpdateInstagramSettingPostDto as UpdateInstagramSettingPostDto, type index$6_UpdateLarkDto as UpdateLarkDto, type index$6_UpdateManagerWorkDto as UpdateManagerWorkDto, type index$6_UpdatePCDto as UpdatePCDto, type index$6_UpdateProxyDto as UpdateProxyDto, type index$6_UpdateRoleDto as UpdateRoleDto, type index$6_UpdateSheetWorkDto as UpdateSheetWorkDto, type index$6_UpdateSheetsToolDto as UpdateSheetsToolDto, type index$6_UpdateTaskAIContentDto as UpdateTaskAIContentDto, type index$6_UpdateTaskInstagramBlockUserDto as UpdateTaskInstagramBlockUserDto, type index$6_UpdateTaskInstagramChangeInfoDto as UpdateTaskInstagramChangeInfoDto, type index$6_UpdateTaskInstagramFollowDto as UpdateTaskInstagramFollowDto, type index$6_UpdateTaskInstagramPostDto as UpdateTaskInstagramPostDto, type index$6_UpdateTaskInstagramReplyCommentDto as UpdateTaskInstagramReplyCommentDto, type index$6_UpdateTaskInstagramReplyMessageDto as UpdateTaskInstagramReplyMessageDto, type index$6_UpdateTaskThreadsFollowDto as UpdateTaskThreadsFollowDto, type index$6_UpdateTaskThreadsPostDto as UpdateTaskThreadsPostDto, type index$6_UpdateTaskThreadsReplyCommentDto as UpdateTaskThreadsReplyCommentDto, type index$6_UpdateTaskThreadsReplyMessageDto as UpdateTaskThreadsReplyMessageDto, type index$6_UpdateTasksJobDto as UpdateTasksJobDto, type index$6_UpdateTeamDto as UpdateTeamDto, type index$6_UpdateUserDto as UpdateUserDto, type index$6_UpsertManualContentSocialInstagramChildrenDto as UpsertManualContentSocialInstagramChildrenDto, type index$6_UpsertManualContentSocialInstagramChildrenItemPostDto as UpsertManualContentSocialInstagramChildrenItemPostDto, type index$6_UpsertManualContentSocialInstagramDto as UpsertManualContentSocialInstagramDto, type index$6_UpsertManualContentSocialThreadsChildrenDto as UpsertManualContentSocialThreadsChildrenDto, type index$6_UpsertManualContentSocialThreadsChildrenItemPostDto as UpsertManualContentSocialThreadsChildrenItemPostDto, type index$6_UpsertManualContentSocialThreadsDto as UpsertManualContentSocialThreadsDto, type index$6_ViewAsyncManualContentSocialInstagramDto as ViewAsyncManualContentSocialInstagramDto, type index$6_ViewAsyncManualContentSocialThreadsDto as ViewAsyncManualContentSocialThreadsDto, type index$6_ViewAutoSyncInformationManualContentSocialInstagramDto as ViewAutoSyncInformationManualContentSocialInstagramDto, type index$6_ViewAutoSyncInformationManualContentThreadsDto as ViewAutoSyncInformationManualContentThreadsDto, type index$6_ViewDetailDeviceDto as ViewDetailDeviceDto, type index$6_ViewDetailFolderInstagramDto as ViewDetailFolderInstagramDto, type index$6_ViewDetailFolderThreadsDto as ViewDetailFolderThreadsDto, type index$6_ViewDetailSheetsToolDto as ViewDetailSheetsToolDto, type index$6_ViewListGPMProfileDto as ViewListGPMProfileDto, type index$6_ViewSettingInstagramOfAccountDto as ViewSettingInstagramOfAccountDto, index$5 as Workspace };
|
|
3059
3044
|
}
|
|
3060
3045
|
|
|
3061
3046
|
interface UpdatePCDto {
|
|
@@ -3727,6 +3712,65 @@ declare enum EStatusEmail {
|
|
|
3727
3712
|
Error = "Error"
|
|
3728
3713
|
}
|
|
3729
3714
|
|
|
3715
|
+
interface FindOverviewAccountEmailDto {
|
|
3716
|
+
totalDepartments: number;
|
|
3717
|
+
totalLeaders: number;
|
|
3718
|
+
totalTeams: number;
|
|
3719
|
+
totalUsers: number;
|
|
3720
|
+
totalEmails: number;
|
|
3721
|
+
totalStatusNew: {
|
|
3722
|
+
total: number;
|
|
3723
|
+
percentage: number;
|
|
3724
|
+
};
|
|
3725
|
+
totalStatusActive: {
|
|
3726
|
+
total: number;
|
|
3727
|
+
percentage: number;
|
|
3728
|
+
};
|
|
3729
|
+
totalStatusSuspend: {
|
|
3730
|
+
total: number;
|
|
3731
|
+
percentage: number;
|
|
3732
|
+
};
|
|
3733
|
+
totalStatusWrong2FA: {
|
|
3734
|
+
total: number;
|
|
3735
|
+
percentage: number;
|
|
3736
|
+
};
|
|
3737
|
+
totalStatusWrongPassword: {
|
|
3738
|
+
total: number;
|
|
3739
|
+
percentage: number;
|
|
3740
|
+
};
|
|
3741
|
+
totalIdeas: number;
|
|
3742
|
+
totalNiches: number;
|
|
3743
|
+
}
|
|
3744
|
+
interface FindAccountEmailDto extends IFindBaseDto, IAccountEmail {
|
|
3745
|
+
listProxyProvider: string[];
|
|
3746
|
+
listProxyType: ETypeProxy[];
|
|
3747
|
+
listProxy: IProxy[];
|
|
3748
|
+
tagWorks?: {
|
|
3749
|
+
idea: IManagerWork;
|
|
3750
|
+
niches: IManagerWork[];
|
|
3751
|
+
}[];
|
|
3752
|
+
tagsContent: IAccountEmailTag[];
|
|
3753
|
+
tagsImage: IAccountEmailTag[];
|
|
3754
|
+
tagsVoice: IAccountEmailTag[];
|
|
3755
|
+
listTypeTags: EEmailTagType[];
|
|
3756
|
+
listAISynchronized: EEmailTagType[];
|
|
3757
|
+
dataStoreGPT: {
|
|
3758
|
+
password: string;
|
|
3759
|
+
code2FA: string;
|
|
3760
|
+
};
|
|
3761
|
+
}
|
|
3762
|
+
interface FilterAccountEmailDto extends IFilterBaseDto {
|
|
3763
|
+
email: string[];
|
|
3764
|
+
emailRecover: string[];
|
|
3765
|
+
status: EStatusEmail[];
|
|
3766
|
+
typeProxy: ETypeProxy[];
|
|
3767
|
+
ideas: string[];
|
|
3768
|
+
niches: string[];
|
|
3769
|
+
proxyType: ETypeProxy[];
|
|
3770
|
+
proxyProvider: string[];
|
|
3771
|
+
listAISynchronized: EEmailTagType[];
|
|
3772
|
+
}
|
|
3773
|
+
|
|
3730
3774
|
interface IAccountEmail extends IBaseModel, ITrackingModel {
|
|
3731
3775
|
sheetUrl: string;
|
|
3732
3776
|
sheetName: string;
|
|
@@ -3739,14 +3783,85 @@ interface IAccountEmail extends IBaseModel, ITrackingModel {
|
|
|
3739
3783
|
note: string;
|
|
3740
3784
|
}
|
|
3741
3785
|
|
|
3786
|
+
declare enum EStatusProxyNewIP {
|
|
3787
|
+
Active = "Active",
|
|
3788
|
+
New = "New",
|
|
3789
|
+
Error = "Error",// Tuong duong inactive
|
|
3790
|
+
Unknown = "Unknown"
|
|
3791
|
+
}
|
|
3792
|
+
declare enum EStatusProxyChecked {
|
|
3793
|
+
Dead = "Dead",
|
|
3794
|
+
Unknown = "Unknown",
|
|
3795
|
+
Working = "Working",
|
|
3796
|
+
Expired = "Expired",
|
|
3797
|
+
ErrorChecker = "ErrorChecker"
|
|
3798
|
+
}
|
|
3799
|
+
|
|
3800
|
+
interface IProxy extends IBaseModel, IAssignUser, ITrackingModel {
|
|
3801
|
+
sheetUrl: string;
|
|
3802
|
+
sheetName: string;
|
|
3803
|
+
typeNewIp: EStatusProxyNewIP;
|
|
3804
|
+
statusChecked: EStatusProxyChecked;
|
|
3805
|
+
type: ETypeProxy;
|
|
3806
|
+
currentIP: string;
|
|
3807
|
+
currentPort: string;
|
|
3808
|
+
currentUsername: string;
|
|
3809
|
+
currentPassword: string;
|
|
3810
|
+
newIP: string;
|
|
3811
|
+
newPort: string;
|
|
3812
|
+
newUsername: string;
|
|
3813
|
+
newPassword: string;
|
|
3814
|
+
provider: string;
|
|
3815
|
+
city: string;
|
|
3816
|
+
speed: string;
|
|
3817
|
+
country: string;
|
|
3818
|
+
startDate: Date;
|
|
3819
|
+
endDate: Date;
|
|
3820
|
+
note: string;
|
|
3821
|
+
}
|
|
3822
|
+
|
|
3823
|
+
interface IAccountEmailProxy extends IBaseModel, ITrackingModel {
|
|
3824
|
+
accountEmail: string | IAccountEmail;
|
|
3825
|
+
proxy: string | IProxy;
|
|
3826
|
+
}
|
|
3827
|
+
|
|
3828
|
+
interface IAccountEmailTag extends IBaseModel, ITrackingModel {
|
|
3829
|
+
email: string;
|
|
3830
|
+
typeTag: EEmailTagType | string;
|
|
3831
|
+
}
|
|
3832
|
+
|
|
3833
|
+
interface IAccountEmailTaskWork extends IBaseModel, ITrackingModel {
|
|
3834
|
+
accountEmail: string;
|
|
3835
|
+
idea: string | IManagerWork;
|
|
3836
|
+
niches: string[] | IManagerWork[];
|
|
3837
|
+
}
|
|
3838
|
+
|
|
3839
|
+
declare enum EAccountAIContentModel {
|
|
3840
|
+
GPT = "GPT",
|
|
3841
|
+
Perplexity = "Perplexity"
|
|
3842
|
+
}
|
|
3843
|
+
declare enum EAccountAIContentStatus {
|
|
3844
|
+
Active = "Active",
|
|
3845
|
+
Limit = "Limit",
|
|
3846
|
+
Suspend = "Suspend",
|
|
3847
|
+
Wrong2FA = "Wrong2FA",
|
|
3848
|
+
WrongPassword = "WrongPassword"
|
|
3849
|
+
}
|
|
3850
|
+
declare enum EAccountAIContentChannelStatus {
|
|
3851
|
+
New = "New",
|
|
3852
|
+
Pending = "Pending",
|
|
3853
|
+
Active = "Active",
|
|
3854
|
+
Error = "Error"
|
|
3855
|
+
}
|
|
3856
|
+
|
|
3742
3857
|
interface IAccountAIContentInfo extends IBaseModel, ITrackingModel {
|
|
3743
|
-
model:
|
|
3858
|
+
model: EAccountAIContentModel;
|
|
3744
3859
|
provider: string;
|
|
3745
3860
|
versionModel: EAIVersionGPT | EAIVersionPerplexity;
|
|
3746
3861
|
emailAccount: string | IAccountEmail;
|
|
3747
3862
|
password: string;
|
|
3748
3863
|
code2FA: string;
|
|
3749
|
-
status:
|
|
3864
|
+
status: EAccountAIContentStatus;
|
|
3750
3865
|
}
|
|
3751
3866
|
|
|
3752
3867
|
interface IAccountAIContentGroup extends IBaseModel, ITrackingModel {
|
|
@@ -3759,8 +3874,8 @@ interface IAccountAIContentChannel extends IBaseModel, ITrackingModel {
|
|
|
3759
3874
|
url: string;
|
|
3760
3875
|
color: string;
|
|
3761
3876
|
note: string;
|
|
3762
|
-
model:
|
|
3763
|
-
status:
|
|
3877
|
+
model: EAccountAIContentModel;
|
|
3878
|
+
status: EAccountAIContentChannelStatus;
|
|
3764
3879
|
}
|
|
3765
3880
|
|
|
3766
3881
|
interface IAccountAIContentMemberAssigned extends IBaseModel, ITrackingModel {
|
|
@@ -3787,15 +3902,15 @@ interface FilterAccountAIContentDto extends IFilterBaseDto {
|
|
|
3787
3902
|
interface FindAccountAIContentInfoDto extends IFindBaseDto, IAccountAIContentInfo {
|
|
3788
3903
|
}
|
|
3789
3904
|
interface FilterAccountAIContentInfoDto extends IFilterBaseDto {
|
|
3790
|
-
model:
|
|
3791
|
-
status:
|
|
3905
|
+
model: EAccountAIContentModel[];
|
|
3906
|
+
status: EAccountAIContentStatus[];
|
|
3792
3907
|
}
|
|
3793
3908
|
|
|
3794
3909
|
interface FindAccountAIContentChannelDto extends IFindBaseDto, IAccountAIContentChannel {
|
|
3795
3910
|
}
|
|
3796
3911
|
interface FilterAccountAIContentChannelDto extends IFilterBaseDto {
|
|
3797
|
-
model:
|
|
3798
|
-
status:
|
|
3912
|
+
model: EAccountAIContentModel[];
|
|
3913
|
+
status: EAccountAIContentChannelStatus[];
|
|
3799
3914
|
}
|
|
3800
3915
|
|
|
3801
3916
|
interface FindHistoryTaskAIContentDto extends IFindBaseDto, IHistoryTaskAIContent {
|
|
@@ -4027,170 +4142,58 @@ interface IAccountDrive extends IBaseModel, IAssignUser, ITrackingModel {
|
|
|
4027
4142
|
note: string;
|
|
4028
4143
|
}
|
|
4029
4144
|
|
|
4030
|
-
interface
|
|
4145
|
+
interface CreateProxyDto {
|
|
4146
|
+
proxyString: string;
|
|
4147
|
+
type: ETypeProxy;
|
|
4148
|
+
provider: string;
|
|
4149
|
+
startDate: Date;
|
|
4150
|
+
endDate: Date;
|
|
4151
|
+
note?: string;
|
|
4152
|
+
}
|
|
4153
|
+
interface UpdateProxyDto {
|
|
4154
|
+
oldProxyString?: string;
|
|
4155
|
+
newProxyString?: string;
|
|
4156
|
+
type?: ETypeProxy;
|
|
4157
|
+
provider?: string;
|
|
4158
|
+
startDate?: Date;
|
|
4159
|
+
endDate?: Date;
|
|
4160
|
+
note?: string;
|
|
4161
|
+
checked?: EStatusProxyChecked;
|
|
4162
|
+
userAssign?: string;
|
|
4163
|
+
}
|
|
4164
|
+
interface AddToDeviceProxyDto {
|
|
4165
|
+
listDeviceIds: string[];
|
|
4166
|
+
}
|
|
4167
|
+
interface FindDeviceAvailableForAddProxyDto {
|
|
4168
|
+
device: IDevice;
|
|
4169
|
+
currentAccount: number;
|
|
4170
|
+
maxAccount: number;
|
|
4171
|
+
isMax: boolean;
|
|
4172
|
+
isChecked: boolean;
|
|
4173
|
+
}
|
|
4174
|
+
interface FindOverviewProxyDto {
|
|
4031
4175
|
totalDepartments: number;
|
|
4032
4176
|
totalLeaders: number;
|
|
4033
4177
|
totalTeams: number;
|
|
4034
4178
|
totalUsers: number;
|
|
4035
|
-
|
|
4036
|
-
totalStatusNew: {
|
|
4037
|
-
total: number;
|
|
4038
|
-
percentage: number;
|
|
4039
|
-
};
|
|
4040
|
-
totalStatusActive: {
|
|
4179
|
+
totalProxies: {
|
|
4041
4180
|
total: number;
|
|
4042
|
-
|
|
4181
|
+
new: number;
|
|
4182
|
+
active: number;
|
|
4043
4183
|
};
|
|
4044
|
-
|
|
4184
|
+
totalProxiesWorking: {
|
|
4045
4185
|
total: number;
|
|
4046
4186
|
percentage: number;
|
|
4047
4187
|
};
|
|
4048
|
-
|
|
4188
|
+
totalProxiesFailed: {
|
|
4049
4189
|
total: number;
|
|
4050
|
-
|
|
4190
|
+
dead: number;
|
|
4191
|
+
failed: number;
|
|
4051
4192
|
};
|
|
4052
|
-
|
|
4193
|
+
totalProxiesConnectedDevice: {
|
|
4053
4194
|
total: number;
|
|
4054
|
-
|
|
4055
|
-
|
|
4056
|
-
totalIdeas: number;
|
|
4057
|
-
totalNiches: number;
|
|
4058
|
-
}
|
|
4059
|
-
interface FindAccountEmailDto extends IFindBaseDto, IAccountEmail {
|
|
4060
|
-
listProxyProvider: string[];
|
|
4061
|
-
listProxyType: ETypeProxy[];
|
|
4062
|
-
listProxy: IProxy[];
|
|
4063
|
-
tagWorks?: {
|
|
4064
|
-
idea: IManagerWork;
|
|
4065
|
-
niches: IManagerWork[];
|
|
4066
|
-
}[];
|
|
4067
|
-
tagsContent: IAccountEmailTag[];
|
|
4068
|
-
tagsImage: IAccountEmailTag[];
|
|
4069
|
-
tagsVoice: IAccountEmailTag[];
|
|
4070
|
-
listTypeTags: EEmailTagType[];
|
|
4071
|
-
listAISynchronized: EEmailTagType[];
|
|
4072
|
-
dataStoreGPT: {
|
|
4073
|
-
password: string;
|
|
4074
|
-
code2FA: string;
|
|
4075
|
-
};
|
|
4076
|
-
}
|
|
4077
|
-
interface FilterAccountEmailDto extends IFilterBaseDto {
|
|
4078
|
-
email: string[];
|
|
4079
|
-
emailRecover: string[];
|
|
4080
|
-
status: EStatusEmail[];
|
|
4081
|
-
typeProxy: ETypeProxy[];
|
|
4082
|
-
ideas: string[];
|
|
4083
|
-
niches: string[];
|
|
4084
|
-
proxyType: ETypeProxy[];
|
|
4085
|
-
proxyProvider: string[];
|
|
4086
|
-
listAISynchronized: EEmailTagType[];
|
|
4087
|
-
}
|
|
4088
|
-
|
|
4089
|
-
declare enum EStatusProxyNewIP {
|
|
4090
|
-
Active = "Active",
|
|
4091
|
-
New = "New",
|
|
4092
|
-
Error = "Error",// Tuong duong inactive
|
|
4093
|
-
Unknown = "Unknown"
|
|
4094
|
-
}
|
|
4095
|
-
declare enum EStatusProxyChecked {
|
|
4096
|
-
Dead = "Dead",
|
|
4097
|
-
Unknown = "Unknown",
|
|
4098
|
-
Working = "Working",
|
|
4099
|
-
Expired = "Expired",
|
|
4100
|
-
ErrorChecker = "ErrorChecker"
|
|
4101
|
-
}
|
|
4102
|
-
|
|
4103
|
-
interface IProxy extends IBaseModel, IAssignUser, ITrackingModel {
|
|
4104
|
-
sheetUrl: string;
|
|
4105
|
-
sheetName: string;
|
|
4106
|
-
typeNewIp: EStatusProxyNewIP;
|
|
4107
|
-
statusChecked: EStatusProxyChecked;
|
|
4108
|
-
type: ETypeProxy;
|
|
4109
|
-
currentIP: string;
|
|
4110
|
-
currentPort: string;
|
|
4111
|
-
currentUsername: string;
|
|
4112
|
-
currentPassword: string;
|
|
4113
|
-
newIP: string;
|
|
4114
|
-
newPort: string;
|
|
4115
|
-
newUsername: string;
|
|
4116
|
-
newPassword: string;
|
|
4117
|
-
provider: string;
|
|
4118
|
-
city: string;
|
|
4119
|
-
speed: string;
|
|
4120
|
-
country: string;
|
|
4121
|
-
startDate: Date;
|
|
4122
|
-
endDate: Date;
|
|
4123
|
-
note: string;
|
|
4124
|
-
}
|
|
4125
|
-
|
|
4126
|
-
interface IAccountEmailProxy extends IBaseModel, ITrackingModel {
|
|
4127
|
-
accountEmail: string | IAccountEmail;
|
|
4128
|
-
proxy: string | IProxy;
|
|
4129
|
-
}
|
|
4130
|
-
|
|
4131
|
-
interface IAccountEmailTag extends IBaseModel, ITrackingModel {
|
|
4132
|
-
email: string;
|
|
4133
|
-
typeTag: EEmailTagType | string;
|
|
4134
|
-
}
|
|
4135
|
-
|
|
4136
|
-
interface IAccountEmailTaskWork extends IBaseModel, ITrackingModel {
|
|
4137
|
-
accountEmail: string;
|
|
4138
|
-
idea: string | IManagerWork;
|
|
4139
|
-
niches: string[] | IManagerWork[];
|
|
4140
|
-
}
|
|
4141
|
-
|
|
4142
|
-
interface CreateProxyDto {
|
|
4143
|
-
proxyString: string;
|
|
4144
|
-
type: ETypeProxy;
|
|
4145
|
-
provider: string;
|
|
4146
|
-
startDate: Date;
|
|
4147
|
-
endDate: Date;
|
|
4148
|
-
note?: string;
|
|
4149
|
-
}
|
|
4150
|
-
interface UpdateProxyDto {
|
|
4151
|
-
oldProxyString?: string;
|
|
4152
|
-
newProxyString?: string;
|
|
4153
|
-
type?: ETypeProxy;
|
|
4154
|
-
provider?: string;
|
|
4155
|
-
startDate?: Date;
|
|
4156
|
-
endDate?: Date;
|
|
4157
|
-
note?: string;
|
|
4158
|
-
checked?: EStatusProxyChecked;
|
|
4159
|
-
userAssign?: string;
|
|
4160
|
-
}
|
|
4161
|
-
interface AddToDeviceProxyDto {
|
|
4162
|
-
listDeviceIds: string[];
|
|
4163
|
-
}
|
|
4164
|
-
interface FindDeviceAvailableForAddProxyDto {
|
|
4165
|
-
device: IDevice;
|
|
4166
|
-
currentAccount: number;
|
|
4167
|
-
maxAccount: number;
|
|
4168
|
-
isMax: boolean;
|
|
4169
|
-
isChecked: boolean;
|
|
4170
|
-
}
|
|
4171
|
-
interface FindOverviewProxyDto {
|
|
4172
|
-
totalDepartments: number;
|
|
4173
|
-
totalLeaders: number;
|
|
4174
|
-
totalTeams: number;
|
|
4175
|
-
totalUsers: number;
|
|
4176
|
-
totalProxies: {
|
|
4177
|
-
total: number;
|
|
4178
|
-
new: number;
|
|
4179
|
-
active: number;
|
|
4180
|
-
};
|
|
4181
|
-
totalProxiesWorking: {
|
|
4182
|
-
total: number;
|
|
4183
|
-
percentage: number;
|
|
4184
|
-
};
|
|
4185
|
-
totalProxiesFailed: {
|
|
4186
|
-
total: number;
|
|
4187
|
-
dead: number;
|
|
4188
|
-
failed: number;
|
|
4189
|
-
};
|
|
4190
|
-
totalProxiesConnectedDevice: {
|
|
4191
|
-
total: number;
|
|
4192
|
-
android: number;
|
|
4193
|
-
ios: number;
|
|
4195
|
+
android: number;
|
|
4196
|
+
ios: number;
|
|
4194
4197
|
};
|
|
4195
4198
|
}
|
|
4196
4199
|
interface FindProxyDto extends IFindBaseDto {
|
|
@@ -4355,11 +4358,6 @@ interface IAccountVPN extends IBaseModel, IAssignUser, ITrackingModel {
|
|
|
4355
4358
|
note: string;
|
|
4356
4359
|
}
|
|
4357
4360
|
|
|
4358
|
-
declare enum ETypeBrowser {
|
|
4359
|
-
Chrome = "Chrome",
|
|
4360
|
-
Firefox = "Firefox"
|
|
4361
|
-
}
|
|
4362
|
-
|
|
4363
4361
|
declare enum EVPSStatus {
|
|
4364
4362
|
New = "New",
|
|
4365
4363
|
Active = "Active",
|
|
@@ -4676,12 +4674,6 @@ interface IAccountVPSSocial extends IBaseModel {
|
|
|
4676
4674
|
typeSocial: ETypeSocial;
|
|
4677
4675
|
}
|
|
4678
4676
|
|
|
4679
|
-
declare enum ETypePcOS {
|
|
4680
|
-
Windows = "Windows",
|
|
4681
|
-
Linux = "Linux",
|
|
4682
|
-
Mac = "Mac"
|
|
4683
|
-
}
|
|
4684
|
-
|
|
4685
4677
|
interface IGPMProfile extends IBaseModel {
|
|
4686
4678
|
typeBrowser: ETypeBrowser;
|
|
4687
4679
|
profileName: string;
|
|
@@ -10871,15 +10863,14 @@ interface FindDeviceLogDto extends IFindBaseDto {
|
|
|
10871
10863
|
pcName: string;
|
|
10872
10864
|
}
|
|
10873
10865
|
|
|
10874
|
-
interface
|
|
10875
|
-
typeSocial: ETypeSocial;
|
|
10866
|
+
interface CreateManagerImageAIInstagramDto {
|
|
10876
10867
|
listAccountSocialIds: string[];
|
|
10877
10868
|
folderName: string;
|
|
10878
|
-
model:
|
|
10869
|
+
model: EManagerImageAIInstagramModel;
|
|
10879
10870
|
ideaId: string;
|
|
10880
10871
|
nicheIds: string[];
|
|
10881
10872
|
}
|
|
10882
|
-
interface
|
|
10873
|
+
interface FindOverviewManagerImageAIInstagramDto {
|
|
10883
10874
|
department: number;
|
|
10884
10875
|
leader: number;
|
|
10885
10876
|
team: number;
|
|
@@ -10890,9 +10881,8 @@ interface FindOverviewManagerImageAIDto {
|
|
|
10890
10881
|
stop: number;
|
|
10891
10882
|
folderImage: number;
|
|
10892
10883
|
}
|
|
10893
|
-
interface
|
|
10884
|
+
interface FindManagerImageAIInstagramDto extends IFindBaseDto {
|
|
10894
10885
|
folderName: string;
|
|
10895
|
-
typeSocial: ETypeSocial;
|
|
10896
10886
|
startStop: EStartStop;
|
|
10897
10887
|
idea: string;
|
|
10898
10888
|
niches: string[];
|
|
@@ -10913,42 +10903,137 @@ interface FindManagerImageAIDto extends IFindBaseDto {
|
|
|
10913
10903
|
};
|
|
10914
10904
|
};
|
|
10915
10905
|
}
|
|
10916
|
-
interface
|
|
10906
|
+
interface ViewDetailFolderInstagramDto {
|
|
10917
10907
|
id: string;
|
|
10918
10908
|
imageUrl: string;
|
|
10919
10909
|
statusUse: EStatusUse;
|
|
10920
10910
|
}
|
|
10921
|
-
interface
|
|
10911
|
+
interface EditStatusImageItemInstagramDto {
|
|
10922
10912
|
statusUse: EStatusUse;
|
|
10923
10913
|
listImageIds: string[];
|
|
10924
10914
|
}
|
|
10925
|
-
interface
|
|
10926
|
-
models:
|
|
10915
|
+
interface FilterManagerImageAIInstagramDto extends IFilterBaseDto, IFilterAssignDto {
|
|
10916
|
+
models: EManagerImageAIInstagramModel[];
|
|
10927
10917
|
ideas: string[];
|
|
10928
10918
|
niches: string[];
|
|
10929
10919
|
type: ETypeManagerWorkClassify[];
|
|
10930
|
-
typeFolderImage:
|
|
10920
|
+
typeFolderImage: EManagerImageAIInstagramFolder[];
|
|
10931
10921
|
startStop: EStartStop[];
|
|
10932
10922
|
}
|
|
10933
10923
|
|
|
10934
|
-
interface
|
|
10924
|
+
interface IManagerImageAIInstagram extends IBaseModel, ITrackingModel, IAssignUser {
|
|
10935
10925
|
folderName: string;
|
|
10936
|
-
typeSocial: ETypeSocial;
|
|
10937
10926
|
idea: IManagerWork | string;
|
|
10938
10927
|
niches: IManagerWork[] | string[];
|
|
10939
10928
|
startStop: EStartStop;
|
|
10940
10929
|
}
|
|
10941
10930
|
|
|
10942
|
-
interface
|
|
10943
|
-
typeSocial: ETypeSocial;
|
|
10931
|
+
interface IManagerImageAIInstagramUserAttached extends IBaseModel, ITrackingModel {
|
|
10944
10932
|
accountSocial: string | any;
|
|
10945
|
-
managerImageAI: string |
|
|
10933
|
+
managerImageAI: string | IManagerImageAIInstagram;
|
|
10946
10934
|
statusUse: EStatusUse;
|
|
10947
10935
|
}
|
|
10948
10936
|
|
|
10949
|
-
|
|
10950
|
-
|
|
10951
|
-
|
|
10937
|
+
declare enum EManagerImageAIInstagramModel {
|
|
10938
|
+
Google = "Google"
|
|
10939
|
+
}
|
|
10940
|
+
declare enum EManagerImageAIInstagramFolder {
|
|
10941
|
+
Subject = "Subject",
|
|
10942
|
+
Scene = "Scene",
|
|
10943
|
+
Style = "Style"
|
|
10944
|
+
}
|
|
10945
|
+
|
|
10946
|
+
interface IManagerImageAIInstagramItemStore extends IBaseModel, ITrackingModel {
|
|
10947
|
+
typeFolderStore: EManagerImageAIInstagramFolder;
|
|
10948
|
+
managerImage: IManagerImageAIInstagram | string;
|
|
10949
|
+
file: IFile | string;
|
|
10950
|
+
driveId?: string;
|
|
10951
|
+
driverUrl?: string;
|
|
10952
|
+
}
|
|
10953
|
+
|
|
10954
|
+
interface CreateManagerImageAIThreadsDto {
|
|
10955
|
+
listAccountSocialIds: string[];
|
|
10956
|
+
folderName: string;
|
|
10957
|
+
model: EManagerImageAIThreadsModel;
|
|
10958
|
+
ideaId: string;
|
|
10959
|
+
nicheIds: string[];
|
|
10960
|
+
}
|
|
10961
|
+
interface FindOverviewManagerImageAIThreadsDto {
|
|
10962
|
+
department: number;
|
|
10963
|
+
leader: number;
|
|
10964
|
+
team: number;
|
|
10965
|
+
user: number;
|
|
10966
|
+
idea: number;
|
|
10967
|
+
niche: number;
|
|
10968
|
+
start: number;
|
|
10969
|
+
stop: number;
|
|
10970
|
+
folderImage: number;
|
|
10971
|
+
}
|
|
10972
|
+
interface FindManagerImageAIThreadsDto extends IFindBaseDto {
|
|
10973
|
+
folderName: string;
|
|
10974
|
+
startStop: EStartStop;
|
|
10975
|
+
idea: string;
|
|
10976
|
+
niches: string[];
|
|
10977
|
+
type: ETypeManagerWorkClassify;
|
|
10978
|
+
listUsername: string[];
|
|
10979
|
+
folders: {
|
|
10980
|
+
subject: {
|
|
10981
|
+
listImages: string[];
|
|
10982
|
+
totalImages: number;
|
|
10983
|
+
};
|
|
10984
|
+
scene: {
|
|
10985
|
+
listImages: string[];
|
|
10986
|
+
totalImages: number;
|
|
10987
|
+
};
|
|
10988
|
+
style: {
|
|
10989
|
+
listImages: string[];
|
|
10990
|
+
totalImages: number;
|
|
10991
|
+
};
|
|
10992
|
+
};
|
|
10993
|
+
}
|
|
10994
|
+
interface ViewDetailFolderThreadsDto {
|
|
10995
|
+
id: string;
|
|
10996
|
+
imageUrl: string;
|
|
10997
|
+
statusUse: EStatusUse;
|
|
10998
|
+
}
|
|
10999
|
+
interface EditStatusImageItemThreadsDto {
|
|
11000
|
+
statusUse: EStatusUse;
|
|
11001
|
+
listImageIds: string[];
|
|
11002
|
+
}
|
|
11003
|
+
interface FilterManagerImageAIThreadsDto extends IFilterBaseDto, IFilterAssignDto {
|
|
11004
|
+
models: EManagerImageAIThreadsModel[];
|
|
11005
|
+
ideas: string[];
|
|
11006
|
+
niches: string[];
|
|
11007
|
+
type: ETypeManagerWorkClassify[];
|
|
11008
|
+
typeFolderImage: EManagerImageAIThreadsFolder[];
|
|
11009
|
+
startStop: EStartStop[];
|
|
11010
|
+
}
|
|
11011
|
+
|
|
11012
|
+
interface IManagerImageAIThreads extends IBaseModel, ITrackingModel, IAssignUser {
|
|
11013
|
+
folderName: string;
|
|
11014
|
+
idea: IManagerWork | string;
|
|
11015
|
+
niches: IManagerWork[] | string[];
|
|
11016
|
+
startStop: EStartStop;
|
|
11017
|
+
}
|
|
11018
|
+
|
|
11019
|
+
interface IManagerImageAIThreadsUserAttached extends IBaseModel, ITrackingModel {
|
|
11020
|
+
accountSocial: string | any;
|
|
11021
|
+
managerImageAI: string | IManagerImageAIThreads;
|
|
11022
|
+
statusUse: EStatusUse;
|
|
11023
|
+
}
|
|
11024
|
+
|
|
11025
|
+
declare enum EManagerImageAIThreadsModel {
|
|
11026
|
+
Google = "Google"
|
|
11027
|
+
}
|
|
11028
|
+
declare enum EManagerImageAIThreadsFolder {
|
|
11029
|
+
Subject = "Subject",
|
|
11030
|
+
Scene = "Scene",
|
|
11031
|
+
Style = "Style"
|
|
11032
|
+
}
|
|
11033
|
+
|
|
11034
|
+
interface IManagerImageAIThreadsItemStore extends IBaseModel, ITrackingModel {
|
|
11035
|
+
typeFolderStore: EManagerImageAIThreadsFolder;
|
|
11036
|
+
managerImage: IManagerImageAIThreads | string;
|
|
10952
11037
|
file: IFile | string;
|
|
10953
11038
|
driveId?: string;
|
|
10954
11039
|
driverUrl?: string;
|
|
@@ -11215,12 +11300,13 @@ interface FindTaskAIContentDto extends IFindBaseDto, Omit<ITaskAIContent, 'accou
|
|
|
11215
11300
|
columnType: ETypeColumnManagerWork;
|
|
11216
11301
|
groupName: string;
|
|
11217
11302
|
colSymbolForRunTask: string;
|
|
11218
|
-
model:
|
|
11303
|
+
model: EAccountAIContentModel;
|
|
11219
11304
|
channelName: string;
|
|
11220
11305
|
channelUrl: string;
|
|
11221
11306
|
inputForRunTask: string;
|
|
11222
11307
|
outputTask: string;
|
|
11223
11308
|
status: EStatusTaskAIContent;
|
|
11309
|
+
note: string;
|
|
11224
11310
|
}
|
|
11225
11311
|
interface FilterTaskAIContentDto extends IFilterBaseDto {
|
|
11226
11312
|
accountAI: string[];
|
|
@@ -11259,13 +11345,14 @@ interface ITaskAIContent extends IBaseModel, ITrackingModel {
|
|
|
11259
11345
|
columnType: ETypeColumnManagerWork;
|
|
11260
11346
|
groupName: string;
|
|
11261
11347
|
colSymbolForRunTask: string;
|
|
11262
|
-
model:
|
|
11348
|
+
model: EAccountAIContentModel;
|
|
11263
11349
|
channelName: string;
|
|
11264
11350
|
channelUrl: string;
|
|
11265
11351
|
inputForRunTask: string;
|
|
11266
11352
|
outputTask: string;
|
|
11267
11353
|
listGroupsActions: Array<ITaskAIItemGroup>;
|
|
11268
11354
|
status: EStatusTaskAIContent;
|
|
11355
|
+
note: string;
|
|
11269
11356
|
}
|
|
11270
11357
|
|
|
11271
11358
|
interface IHistoryTaskAIContent extends IBaseModel, ITrackingModel {
|
|
@@ -11276,7 +11363,7 @@ interface IHistoryTaskAIContent extends IBaseModel, ITrackingModel {
|
|
|
11276
11363
|
input: string;
|
|
11277
11364
|
output: string;
|
|
11278
11365
|
keyWords: string;
|
|
11279
|
-
model:
|
|
11366
|
+
model: EAccountAIContentModel;
|
|
11280
11367
|
versionModel: string;
|
|
11281
11368
|
channelName: string;
|
|
11282
11369
|
channelURL: string;
|
|
@@ -11701,33 +11788,33 @@ interface ITaskAIImageVideoVoiceCanvaThreads extends IBaseModel, ITrackingModel
|
|
|
11701
11788
|
note: string;
|
|
11702
11789
|
}
|
|
11703
11790
|
|
|
11704
|
-
declare enum
|
|
11791
|
+
declare enum EManualContentSocialInstagramStatusPost {
|
|
11705
11792
|
Draft = "Draft",
|
|
11706
11793
|
Use = "Use",
|
|
11707
11794
|
Posted = "Posted",// Có thể chuyển thành Use để chạy cho lần sau
|
|
11708
11795
|
Error = "Error"
|
|
11709
11796
|
}
|
|
11710
|
-
declare enum
|
|
11797
|
+
declare enum EManualContentSocialInstagramTypePost {
|
|
11711
11798
|
New = "New",
|
|
11712
11799
|
Reel = "Reel",
|
|
11713
11800
|
SquareProduct = "SquareProduct"
|
|
11714
11801
|
}
|
|
11715
|
-
declare enum
|
|
11802
|
+
declare enum EManualContentSocialInstagramStatusTask {
|
|
11716
11803
|
Pending = "Pending",
|
|
11717
11804
|
Processing = "Processing",
|
|
11718
11805
|
Error = "Error",
|
|
11719
11806
|
Done = "Done"
|
|
11720
11807
|
}
|
|
11721
11808
|
|
|
11722
|
-
interface
|
|
11809
|
+
interface AddManualContentSocialInstagramChildrenDto {
|
|
11723
11810
|
caption: string;
|
|
11724
11811
|
listFiles: any;
|
|
11725
11812
|
}
|
|
11726
|
-
interface
|
|
11813
|
+
interface AddBulkManualContentSocialInstagramChildrenDto {
|
|
11727
11814
|
numberPost: number;
|
|
11728
11815
|
}
|
|
11729
|
-
interface
|
|
11730
|
-
type:
|
|
11816
|
+
interface UpsertManualContentSocialInstagramChildrenDto {
|
|
11817
|
+
type: EManualContentSocialInstagramTypePost;
|
|
11731
11818
|
dayOfWeeks: EDayOfWeek[];
|
|
11732
11819
|
timezone: ETimeZone;
|
|
11733
11820
|
listRunTimes: Array<{
|
|
@@ -11735,8 +11822,8 @@ interface UpsertManualContentSocialChildrenDto {
|
|
|
11735
11822
|
timeTo: Date;
|
|
11736
11823
|
}>;
|
|
11737
11824
|
}
|
|
11738
|
-
interface
|
|
11739
|
-
type:
|
|
11825
|
+
interface ListManualContentSocialInstagramChildrenDto extends IFindBaseDto {
|
|
11826
|
+
type: EManualContentSocialInstagramTypePost;
|
|
11740
11827
|
dayOfWeeks: EDayOfWeek[];
|
|
11741
11828
|
timezone: ETimeZone;
|
|
11742
11829
|
listRunTimes: Array<{
|
|
@@ -11752,7 +11839,7 @@ interface ListManualContentSocialChildrenDto extends IFindBaseDto {
|
|
|
11752
11839
|
url: string;
|
|
11753
11840
|
type: 'Video' | 'Image';
|
|
11754
11841
|
}>;
|
|
11755
|
-
type:
|
|
11842
|
+
type: EManualContentSocialInstagramTypePost;
|
|
11756
11843
|
manualContentSocialId: string;
|
|
11757
11844
|
dayOfWeek: EDayOfWeek[];
|
|
11758
11845
|
listRunTimes: Array<{
|
|
@@ -11764,7 +11851,7 @@ interface ListManualContentSocialChildrenDto extends IFindBaseDto {
|
|
|
11764
11851
|
timeStopStart: Date;
|
|
11765
11852
|
}
|
|
11766
11853
|
|
|
11767
|
-
interface
|
|
11854
|
+
interface UpsertManualContentSocialInstagramDto {
|
|
11768
11855
|
typeSocial: ETypeSocial;
|
|
11769
11856
|
startStopFolder: EStartStop;
|
|
11770
11857
|
groupAccountId: string;
|
|
@@ -11772,16 +11859,16 @@ interface UpsertManualContentSocialDto {
|
|
|
11772
11859
|
ideaId: string;
|
|
11773
11860
|
nicheIds: string[];
|
|
11774
11861
|
folderName: string;
|
|
11775
|
-
listManualContentSocialChildren: Array<
|
|
11862
|
+
listManualContentSocialChildren: Array<UpsertManualContentSocialInstagramChildrenDto>;
|
|
11776
11863
|
}
|
|
11777
|
-
interface
|
|
11864
|
+
interface ViewAutoSyncInformationManualContentSocialInstagramDto {
|
|
11778
11865
|
typeMW: ETypeManagerWorkClassify;
|
|
11779
11866
|
department: string;
|
|
11780
11867
|
leader: string;
|
|
11781
11868
|
team: string;
|
|
11782
11869
|
member: string;
|
|
11783
11870
|
}
|
|
11784
|
-
interface
|
|
11871
|
+
interface ViewAsyncManualContentSocialInstagramDto {
|
|
11785
11872
|
id: string;
|
|
11786
11873
|
department: string;
|
|
11787
11874
|
leader: string;
|
|
@@ -11789,13 +11876,13 @@ interface ViewAsyncManualContentDto {
|
|
|
11789
11876
|
member: string;
|
|
11790
11877
|
lastUpdated: string;
|
|
11791
11878
|
}
|
|
11792
|
-
interface
|
|
11879
|
+
interface FindListAccountForManualContentSocialInstagramDto {
|
|
11793
11880
|
id: string;
|
|
11794
11881
|
isAdded: boolean;
|
|
11795
11882
|
username: string;
|
|
11796
11883
|
email: string;
|
|
11797
11884
|
}
|
|
11798
|
-
interface
|
|
11885
|
+
interface FindOverviewManualContentSocialInstagramDto {
|
|
11799
11886
|
totalDepartments: number;
|
|
11800
11887
|
totalLeaders: number;
|
|
11801
11888
|
totalTeams: number;
|
|
@@ -11847,10 +11934,10 @@ interface FindOverviewManualContentSocialDto {
|
|
|
11847
11934
|
total: number;
|
|
11848
11935
|
};
|
|
11849
11936
|
statusPosts: {
|
|
11850
|
-
[
|
|
11851
|
-
[
|
|
11852
|
-
[
|
|
11853
|
-
[
|
|
11937
|
+
[EManualContentSocialInstagramStatusPost.Draft]: number;
|
|
11938
|
+
[EManualContentSocialInstagramStatusPost.Use]: number;
|
|
11939
|
+
[EManualContentSocialInstagramStatusPost.Posted]: number;
|
|
11940
|
+
[EManualContentSocialInstagramStatusPost.Error]: number;
|
|
11854
11941
|
total: number;
|
|
11855
11942
|
};
|
|
11856
11943
|
startContentFolder: {
|
|
@@ -11859,7 +11946,7 @@ interface FindOverviewManualContentSocialDto {
|
|
|
11859
11946
|
total: number;
|
|
11860
11947
|
};
|
|
11861
11948
|
}
|
|
11862
|
-
interface
|
|
11949
|
+
interface FindManualContentSocialInstagramDto extends IFindBaseDto {
|
|
11863
11950
|
id: string;
|
|
11864
11951
|
folderName: string;
|
|
11865
11952
|
startStopFolder: EStartStop;
|
|
@@ -11872,7 +11959,7 @@ interface FindManualContentSocialDto extends IFindBaseDto {
|
|
|
11872
11959
|
statusLoginAppClone: EStatusAccountSocialLogin;
|
|
11873
11960
|
listManualContentSocialChildren: Array<{
|
|
11874
11961
|
id: string;
|
|
11875
|
-
type:
|
|
11962
|
+
type: EManualContentSocialInstagramTypePost;
|
|
11876
11963
|
startStop: EStartStop;
|
|
11877
11964
|
timeStopStart: Date;
|
|
11878
11965
|
totalPosts: number;
|
|
@@ -11882,7 +11969,7 @@ interface FindManualContentSocialDto extends IFindBaseDto {
|
|
|
11882
11969
|
totalPostsUse: number;
|
|
11883
11970
|
}>;
|
|
11884
11971
|
}
|
|
11885
|
-
interface
|
|
11972
|
+
interface FilterManualContentSocialInstagramDto extends IFilterBaseDto {
|
|
11886
11973
|
idea: string[];
|
|
11887
11974
|
niche: string[];
|
|
11888
11975
|
type: ETypeManagerWorkClassify[];
|
|
@@ -11896,16 +11983,16 @@ interface FilterManualContentSocialDto extends IFilterBaseDto {
|
|
|
11896
11983
|
startStopSquare: EStartStop[];
|
|
11897
11984
|
}
|
|
11898
11985
|
|
|
11899
|
-
interface
|
|
11900
|
-
status:
|
|
11986
|
+
interface EditStatusManualContentSocialInstagramChildrenItemPost {
|
|
11987
|
+
status: EManualContentSocialInstagramStatusPost;
|
|
11901
11988
|
listItemIds: string;
|
|
11902
11989
|
}
|
|
11903
|
-
interface
|
|
11990
|
+
interface UpsertManualContentSocialInstagramChildrenItemPostDto {
|
|
11904
11991
|
caption: string;
|
|
11905
11992
|
listFiles: any;
|
|
11906
11993
|
}
|
|
11907
11994
|
|
|
11908
|
-
interface
|
|
11995
|
+
interface FindTaskManualContentSocialInstagramDto {
|
|
11909
11996
|
typeSocial: ETypeSocial;
|
|
11910
11997
|
accountSocialInfo: {
|
|
11911
11998
|
id: string;
|
|
@@ -11935,12 +12022,12 @@ interface FindTaskManualContentSocialDto {
|
|
|
11935
12022
|
dayOfWeek: EDayOfWeek;
|
|
11936
12023
|
timeZone: ETimeZone;
|
|
11937
12024
|
caption: string;
|
|
11938
|
-
typePost:
|
|
12025
|
+
typePost: EManualContentSocialInstagramTypePost;
|
|
11939
12026
|
listFilePost: string[];
|
|
11940
|
-
statsPost:
|
|
12027
|
+
statsPost: EManualContentSocialInstagramStatusTask;
|
|
11941
12028
|
note: string;
|
|
11942
12029
|
}
|
|
11943
|
-
interface
|
|
12030
|
+
interface StoreTaskManualContentSocialInstagramForRunDto {
|
|
11944
12031
|
accountSocialType: ETypeSocial;
|
|
11945
12032
|
accountSocialId: string;
|
|
11946
12033
|
accountSocialUsername: string;
|
|
@@ -11962,21 +12049,20 @@ interface StoreTaskManualContentSocialForRunDto {
|
|
|
11962
12049
|
timeExecute: Date;
|
|
11963
12050
|
dayOfWeek: EDayOfWeek;
|
|
11964
12051
|
timeZone: ETimeZone;
|
|
11965
|
-
typePost:
|
|
12052
|
+
typePost: EManualContentSocialInstagramTypePost;
|
|
11966
12053
|
dataPost: {
|
|
11967
12054
|
caption: string;
|
|
11968
12055
|
listFilesPost: string[];
|
|
11969
12056
|
};
|
|
11970
12057
|
}
|
|
11971
12058
|
|
|
11972
|
-
interface
|
|
12059
|
+
interface IManualContentSocialInstagramRunTime extends IBaseModel {
|
|
11973
12060
|
manualContentSocialChildrenId: string;
|
|
11974
12061
|
timeFrom: Date;
|
|
11975
12062
|
timeTo: Date;
|
|
11976
12063
|
}
|
|
11977
12064
|
|
|
11978
|
-
interface
|
|
11979
|
-
typeSocial: ETypeSocial;
|
|
12065
|
+
interface IManualContentSocialInstagram extends IBaseModel, ITrackingModel, IAssignUser {
|
|
11980
12066
|
accountSocialId: string;
|
|
11981
12067
|
groupSocialId: string;
|
|
11982
12068
|
ideaId: string;
|
|
@@ -11985,13 +12071,13 @@ interface IManualContentSocial extends IBaseModel, ITrackingModel, IAssignUser {
|
|
|
11985
12071
|
timeStopStart: Date;
|
|
11986
12072
|
}
|
|
11987
12073
|
|
|
11988
|
-
interface
|
|
12074
|
+
interface IManualContentSocialInstagramNiche extends IBaseModel {
|
|
11989
12075
|
manualContentSocialId: string;
|
|
11990
12076
|
nicheId: string;
|
|
11991
12077
|
}
|
|
11992
12078
|
|
|
11993
|
-
interface
|
|
11994
|
-
typePost:
|
|
12079
|
+
interface IManualContentSocialInstagramChildren extends IBaseModel, ITrackingModel {
|
|
12080
|
+
typePost: EManualContentSocialInstagramTypePost;
|
|
11995
12081
|
manualContentSocialId: string;
|
|
11996
12082
|
startStop: EStartStop;
|
|
11997
12083
|
dayOfWeek: EDayOfWeek[];
|
|
@@ -11999,7 +12085,7 @@ interface IManualContentSocialChildren extends IBaseModel, ITrackingModel {
|
|
|
11999
12085
|
timeStopStart: Date;
|
|
12000
12086
|
}
|
|
12001
12087
|
|
|
12002
|
-
interface
|
|
12088
|
+
interface IManualContentSocialInstagramChildrenItemPost extends IBaseModel, ITrackingModel {
|
|
12003
12089
|
caption: string;
|
|
12004
12090
|
listFiles: Array<{
|
|
12005
12091
|
id: string;
|
|
@@ -12007,14 +12093,336 @@ interface IManualContentSocialChildrenItemPost extends IBaseModel, ITrackingMode
|
|
|
12007
12093
|
type: 'Video' | 'Image';
|
|
12008
12094
|
}>;
|
|
12009
12095
|
manualContentSocialChildrenId: string;
|
|
12010
|
-
status:
|
|
12096
|
+
status: EManualContentSocialInstagramStatusPost;
|
|
12011
12097
|
}
|
|
12012
12098
|
|
|
12013
12099
|
/**
|
|
12014
12100
|
* status: Nếu chạy lỗi sẽ cập nhật thành error và đồng thời cập nhật status error vào IManualContentSocialChildrenItemPost
|
|
12015
12101
|
*/
|
|
12016
|
-
interface
|
|
12017
|
-
|
|
12102
|
+
interface ITaskManualContentSocialInstagram extends IBaseModel, ITrackingModel {
|
|
12103
|
+
accountSocialId: string;
|
|
12104
|
+
manualContentSocialId: string;
|
|
12105
|
+
manualContentSocialChildrenItemPostId: string;
|
|
12106
|
+
timeExecute: Date;
|
|
12107
|
+
dayOfWeek: EDayOfWeek;
|
|
12108
|
+
timeZone: ETimeZone;
|
|
12109
|
+
caption: string;
|
|
12110
|
+
typePost: EManualContentSocialInstagramTypePost;
|
|
12111
|
+
listFilePost: string[];
|
|
12112
|
+
status: EManualContentSocialInstagramStatusTask;
|
|
12113
|
+
note: string;
|
|
12114
|
+
}
|
|
12115
|
+
|
|
12116
|
+
declare enum EManualContentSocialThreadsStatusPost {
|
|
12117
|
+
Draft = "Draft",
|
|
12118
|
+
Use = "Use",
|
|
12119
|
+
Posted = "Posted",// Có thể chuyển thành Use để chạy cho lần sau
|
|
12120
|
+
Error = "Error"
|
|
12121
|
+
}
|
|
12122
|
+
declare enum EManualContentSocialThreadsTypePost {
|
|
12123
|
+
New = "New",
|
|
12124
|
+
Reel = "Reel",
|
|
12125
|
+
SquareProduct = "SquareProduct"
|
|
12126
|
+
}
|
|
12127
|
+
declare enum EManualContentSocialThreadsStatusTask {
|
|
12128
|
+
Pending = "Pending",
|
|
12129
|
+
Processing = "Processing",
|
|
12130
|
+
Error = "Error",
|
|
12131
|
+
Done = "Done"
|
|
12132
|
+
}
|
|
12133
|
+
|
|
12134
|
+
interface AddManualContentSocialThreadsChildrenDto {
|
|
12135
|
+
caption: string;
|
|
12136
|
+
listFiles: any;
|
|
12137
|
+
}
|
|
12138
|
+
interface AddBulkManualContentSocialThreadsChildrenDto {
|
|
12139
|
+
numberPost: number;
|
|
12140
|
+
}
|
|
12141
|
+
interface UpsertManualContentSocialThreadsChildrenDto {
|
|
12142
|
+
type: EManualContentSocialThreadsTypePost;
|
|
12143
|
+
dayOfWeeks: EDayOfWeek[];
|
|
12144
|
+
timezone: ETimeZone;
|
|
12145
|
+
listRunTimes: Array<{
|
|
12146
|
+
timeFrom: Date;
|
|
12147
|
+
timeTo: Date;
|
|
12148
|
+
}>;
|
|
12149
|
+
}
|
|
12150
|
+
interface ListManualContentSocialThreadsChildrenDto extends IFindBaseDto {
|
|
12151
|
+
type: EManualContentSocialThreadsTypePost;
|
|
12152
|
+
dayOfWeeks: EDayOfWeek[];
|
|
12153
|
+
timezone: ETimeZone;
|
|
12154
|
+
listRunTimes: Array<{
|
|
12155
|
+
timeFrom: Date;
|
|
12156
|
+
timeTo: Date;
|
|
12157
|
+
}>;
|
|
12158
|
+
}
|
|
12159
|
+
interface ListManualContentSocialThreadsChildrenDto extends IFindBaseDto {
|
|
12160
|
+
id: string;
|
|
12161
|
+
caption: string;
|
|
12162
|
+
listFiles: Array<{
|
|
12163
|
+
id: string;
|
|
12164
|
+
url: string;
|
|
12165
|
+
type: 'Video' | 'Image';
|
|
12166
|
+
}>;
|
|
12167
|
+
type: EManualContentSocialThreadsTypePost;
|
|
12168
|
+
manualContentSocialId: string;
|
|
12169
|
+
dayOfWeek: EDayOfWeek[];
|
|
12170
|
+
listRunTimes: Array<{
|
|
12171
|
+
timeFrom: Date;
|
|
12172
|
+
timeTo: Date;
|
|
12173
|
+
}>;
|
|
12174
|
+
timezone: ETimeZone;
|
|
12175
|
+
startStop: EStartStop;
|
|
12176
|
+
timeStopStart: Date;
|
|
12177
|
+
}
|
|
12178
|
+
|
|
12179
|
+
interface UpsertManualContentSocialThreadsDto {
|
|
12180
|
+
startStopFolder: EStartStop;
|
|
12181
|
+
groupAccountId: string;
|
|
12182
|
+
accountSocialId: string;
|
|
12183
|
+
ideaId: string;
|
|
12184
|
+
nicheIds: string[];
|
|
12185
|
+
folderName: string;
|
|
12186
|
+
listManualContentSocialChildren: Array<UpsertManualContentSocialThreadsChildrenDto>;
|
|
12187
|
+
}
|
|
12188
|
+
interface ViewAutoSyncInformationManualContentThreadsDto {
|
|
12189
|
+
typeMW: ETypeManagerWorkClassify;
|
|
12190
|
+
department: string;
|
|
12191
|
+
leader: string;
|
|
12192
|
+
team: string;
|
|
12193
|
+
member: string;
|
|
12194
|
+
}
|
|
12195
|
+
interface ViewAsyncManualContentSocialThreadsDto {
|
|
12196
|
+
id: string;
|
|
12197
|
+
department: string;
|
|
12198
|
+
leader: string;
|
|
12199
|
+
team: string;
|
|
12200
|
+
member: string;
|
|
12201
|
+
lastUpdated: string;
|
|
12202
|
+
}
|
|
12203
|
+
interface FindListAccountForManualContentSocialThreadsDto {
|
|
12204
|
+
id: string;
|
|
12205
|
+
isAdded: boolean;
|
|
12206
|
+
username: string;
|
|
12207
|
+
email: string;
|
|
12208
|
+
}
|
|
12209
|
+
interface FindOverviewManualContentSocialThreadsDto {
|
|
12210
|
+
totalDepartments: number;
|
|
12211
|
+
totalLeaders: number;
|
|
12212
|
+
totalTeams: number;
|
|
12213
|
+
totalUsers: number;
|
|
12214
|
+
totalIdea: number;
|
|
12215
|
+
totalNiche: number;
|
|
12216
|
+
totalTM: number;
|
|
12217
|
+
totalNTM: number;
|
|
12218
|
+
totalContentFolder: number;
|
|
12219
|
+
totalNewDaily: number;
|
|
12220
|
+
totalNewMonthly: number;
|
|
12221
|
+
statusAccountSocial: {
|
|
12222
|
+
[EStatusAccountSocialRaw.Available]: number;
|
|
12223
|
+
[EStatusAccountSocialRaw.InUseDevice]: number;
|
|
12224
|
+
[EStatusAccountSocialRaw.LockedOnDevice]: number;
|
|
12225
|
+
[EStatusAccountSocialRaw.NetworkError]: number;
|
|
12226
|
+
[EStatusAccountSocialRaw.Dead]: number;
|
|
12227
|
+
[EStatusAccountSocialRaw.Spam]: number;
|
|
12228
|
+
[EStatusAccountSocialRaw.Checkpoint]: number;
|
|
12229
|
+
[EStatusAccountSocialRaw.ErrorAppClone]: number;
|
|
12230
|
+
[EStatusAccountSocialRaw.LoginError]: number;
|
|
12231
|
+
[EStatusAccountSocialRaw.NA]: number;
|
|
12232
|
+
total: number;
|
|
12233
|
+
};
|
|
12234
|
+
statusLoginAppClone: {
|
|
12235
|
+
[EStatusAccountSocialLogin.Active]: number;
|
|
12236
|
+
[EStatusAccountSocialLogin.NetworkError]: number;
|
|
12237
|
+
[EStatusAccountSocialLogin.LoginError]: number;
|
|
12238
|
+
[EStatusAccountSocialLogin.Dead]: number;
|
|
12239
|
+
[EStatusAccountSocialLogin.Locked]: number;
|
|
12240
|
+
[EStatusAccountSocialLogin.Spam]: number;
|
|
12241
|
+
[EStatusAccountSocialLogin.ErrorAppClone]: number;
|
|
12242
|
+
[EStatusAccountSocialLogin.NA]: number;
|
|
12243
|
+
total: number;
|
|
12244
|
+
};
|
|
12245
|
+
statusNew: {
|
|
12246
|
+
[EStartStop.Start]: number;
|
|
12247
|
+
[EStartStop.Stop]: number;
|
|
12248
|
+
total: number;
|
|
12249
|
+
};
|
|
12250
|
+
statusReel: {
|
|
12251
|
+
[EStartStop.Start]: number;
|
|
12252
|
+
[EStartStop.Stop]: number;
|
|
12253
|
+
total: number;
|
|
12254
|
+
};
|
|
12255
|
+
statusSquareProduct: {
|
|
12256
|
+
[EStartStop.Start]: number;
|
|
12257
|
+
[EStartStop.Stop]: number;
|
|
12258
|
+
total: number;
|
|
12259
|
+
};
|
|
12260
|
+
statusPosts: {
|
|
12261
|
+
[EManualContentSocialThreadsStatusPost.Draft]: number;
|
|
12262
|
+
[EManualContentSocialThreadsStatusPost.Use]: number;
|
|
12263
|
+
[EManualContentSocialThreadsStatusPost.Posted]: number;
|
|
12264
|
+
[EManualContentSocialThreadsStatusPost.Error]: number;
|
|
12265
|
+
total: number;
|
|
12266
|
+
};
|
|
12267
|
+
startContentFolder: {
|
|
12268
|
+
[EStartStop.Start]: number;
|
|
12269
|
+
[EStartStop.Stop]: number;
|
|
12270
|
+
total: number;
|
|
12271
|
+
};
|
|
12272
|
+
}
|
|
12273
|
+
interface FindManualContentSocialThreadsDto extends IFindBaseDto {
|
|
12274
|
+
id: string;
|
|
12275
|
+
folderName: string;
|
|
12276
|
+
startStopFolder: EStartStop;
|
|
12277
|
+
idea: string;
|
|
12278
|
+
niches: string[];
|
|
12279
|
+
type: ETypeManagerWorkClassify;
|
|
12280
|
+
socialGroup: string;
|
|
12281
|
+
username: string;
|
|
12282
|
+
statusAccountSocial: EStatusAccountSocialRaw;
|
|
12283
|
+
statusLoginAppClone: EStatusAccountSocialLogin;
|
|
12284
|
+
listManualContentSocialChildren: Array<{
|
|
12285
|
+
id: string;
|
|
12286
|
+
type: EManualContentSocialThreadsTypePost;
|
|
12287
|
+
startStop: EStartStop;
|
|
12288
|
+
timeStopStart: Date;
|
|
12289
|
+
totalPosts: number;
|
|
12290
|
+
totalPostsPosted: number;
|
|
12291
|
+
totalPostsError: number;
|
|
12292
|
+
totalPostsDraft: number;
|
|
12293
|
+
totalPostsUse: number;
|
|
12294
|
+
}>;
|
|
12295
|
+
}
|
|
12296
|
+
interface FilterManualContentSocialThreadsDto extends IFilterBaseDto {
|
|
12297
|
+
idea: string[];
|
|
12298
|
+
niche: string[];
|
|
12299
|
+
type: ETypeManagerWorkClassify[];
|
|
12300
|
+
username: string[];
|
|
12301
|
+
groupSocial: string[];
|
|
12302
|
+
statusAccountSocial: EStatusAccountSocialRaw[];
|
|
12303
|
+
statusAccountLoginAppClone: EStatusAccountSocialLogin[];
|
|
12304
|
+
startStopFolder: EStartStop[];
|
|
12305
|
+
startStopNew: EStartStop[];
|
|
12306
|
+
startStopReel: EStartStop[];
|
|
12307
|
+
startStopSquare: EStartStop[];
|
|
12308
|
+
}
|
|
12309
|
+
|
|
12310
|
+
interface EditStatusManualContentSocialThreadsChildrenItemPost {
|
|
12311
|
+
status: EManualContentSocialThreadsStatusPost;
|
|
12312
|
+
listItemIds: string;
|
|
12313
|
+
}
|
|
12314
|
+
interface UpsertManualContentSocialThreadsChildrenItemPostDto {
|
|
12315
|
+
caption: string;
|
|
12316
|
+
listFiles: any;
|
|
12317
|
+
}
|
|
12318
|
+
|
|
12319
|
+
interface FindTaskManualContentSocialThreadsDto {
|
|
12320
|
+
accountSocialInfo: {
|
|
12321
|
+
id: string;
|
|
12322
|
+
username: string;
|
|
12323
|
+
group: string;
|
|
12324
|
+
fullname: string;
|
|
12325
|
+
email: string;
|
|
12326
|
+
code2FA: string;
|
|
12327
|
+
};
|
|
12328
|
+
manualContentSocialInfo: {
|
|
12329
|
+
folderName: string;
|
|
12330
|
+
};
|
|
12331
|
+
deviceInfo: {
|
|
12332
|
+
id: string;
|
|
12333
|
+
key: string;
|
|
12334
|
+
name: string;
|
|
12335
|
+
model: string;
|
|
12336
|
+
os: ETypeDeviceOS;
|
|
12337
|
+
typeAppClone: string;
|
|
12338
|
+
nameAppClone: string;
|
|
12339
|
+
nameAppCloneSocial: string;
|
|
12340
|
+
};
|
|
12341
|
+
idea: string;
|
|
12342
|
+
niche: string;
|
|
12343
|
+
typeMW: ETypeManagerWorkClassify;
|
|
12344
|
+
timeExecute: Date;
|
|
12345
|
+
dayOfWeek: EDayOfWeek;
|
|
12346
|
+
timeZone: ETimeZone;
|
|
12347
|
+
caption: string;
|
|
12348
|
+
typePost: EManualContentSocialThreadsTypePost;
|
|
12349
|
+
listFilePost: string[];
|
|
12350
|
+
statsPost: EManualContentSocialThreadsStatusTask;
|
|
12351
|
+
note: string;
|
|
12352
|
+
}
|
|
12353
|
+
interface StoreTaskManualContentSocialThreadsForRunDto {
|
|
12354
|
+
accountSocialType: ETypeSocial;
|
|
12355
|
+
accountSocialId: string;
|
|
12356
|
+
accountSocialUsername: string;
|
|
12357
|
+
accountSocialGroup: string;
|
|
12358
|
+
accountSocialFullname: string;
|
|
12359
|
+
accountSocialEmail: string;
|
|
12360
|
+
accountSocialCode2FA: string;
|
|
12361
|
+
manualContentSocialId: string;
|
|
12362
|
+
manualContentSocialChildrenItemPostId: string;
|
|
12363
|
+
manualContentSocialFolderName: string;
|
|
12364
|
+
deviceId: string;
|
|
12365
|
+
deviceKey: string;
|
|
12366
|
+
deviceName: string;
|
|
12367
|
+
deviceModel: string;
|
|
12368
|
+
deviceOs: ETypeDeviceOS;
|
|
12369
|
+
deviceTypeAppClone: string;
|
|
12370
|
+
deviceNameAppClone: string;
|
|
12371
|
+
deviceNameAppCloneSocial: string;
|
|
12372
|
+
timeExecute: Date;
|
|
12373
|
+
dayOfWeek: EDayOfWeek;
|
|
12374
|
+
timeZone: ETimeZone;
|
|
12375
|
+
typePost: EManualContentSocialThreadsTypePost;
|
|
12376
|
+
dataPost: {
|
|
12377
|
+
caption: string;
|
|
12378
|
+
listFilesPost: string[];
|
|
12379
|
+
};
|
|
12380
|
+
}
|
|
12381
|
+
|
|
12382
|
+
interface IManualContentSocialThreadsRunTime extends IBaseModel {
|
|
12383
|
+
manualContentSocialChildrenId: string;
|
|
12384
|
+
timeFrom: Date;
|
|
12385
|
+
timeTo: Date;
|
|
12386
|
+
}
|
|
12387
|
+
|
|
12388
|
+
interface IManualContentSocialThreads extends IBaseModel, ITrackingModel, IAssignUser {
|
|
12389
|
+
accountSocialId: string;
|
|
12390
|
+
groupSocialId: string;
|
|
12391
|
+
ideaId: string;
|
|
12392
|
+
folderName: string;
|
|
12393
|
+
startStop: EStartStop;
|
|
12394
|
+
timeStopStart: Date;
|
|
12395
|
+
}
|
|
12396
|
+
|
|
12397
|
+
interface IManualContentSocialThreadsNiche extends IBaseModel {
|
|
12398
|
+
manualContentSocialId: string;
|
|
12399
|
+
nicheId: string;
|
|
12400
|
+
}
|
|
12401
|
+
|
|
12402
|
+
interface IManualContentSocialThreadsChildren extends IBaseModel, ITrackingModel {
|
|
12403
|
+
typePost: EManualContentSocialThreadsTypePost;
|
|
12404
|
+
manualContentSocialId: string;
|
|
12405
|
+
startStop: EStartStop;
|
|
12406
|
+
dayOfWeek: EDayOfWeek[];
|
|
12407
|
+
timezone: ETimeZone;
|
|
12408
|
+
timeStopStart: Date;
|
|
12409
|
+
}
|
|
12410
|
+
|
|
12411
|
+
interface IManualContentSocialThreadsChildrenItemPost extends IBaseModel, ITrackingModel {
|
|
12412
|
+
caption: string;
|
|
12413
|
+
listFiles: Array<{
|
|
12414
|
+
id: string;
|
|
12415
|
+
url: string;
|
|
12416
|
+
type: 'Video' | 'Image';
|
|
12417
|
+
}>;
|
|
12418
|
+
manualContentSocialChildrenId: string;
|
|
12419
|
+
status: EManualContentSocialThreadsStatusPost;
|
|
12420
|
+
}
|
|
12421
|
+
|
|
12422
|
+
/**
|
|
12423
|
+
* status: Nếu chạy lỗi sẽ cập nhật thành error và đồng thời cập nhật status error vào IManualContentSocialChildrenItemPost
|
|
12424
|
+
*/
|
|
12425
|
+
interface ITaskManualContentSocialThreads extends IBaseModel, ITrackingModel {
|
|
12018
12426
|
accountSocialId: string;
|
|
12019
12427
|
manualContentSocialId: string;
|
|
12020
12428
|
manualContentSocialChildrenItemPostId: string;
|
|
@@ -12022,9 +12430,9 @@ interface ITaskManualContentSocial extends IBaseModel, ITrackingModel {
|
|
|
12022
12430
|
dayOfWeek: EDayOfWeek;
|
|
12023
12431
|
timeZone: ETimeZone;
|
|
12024
12432
|
caption: string;
|
|
12025
|
-
typePost:
|
|
12433
|
+
typePost: EManualContentSocialThreadsTypePost;
|
|
12026
12434
|
listFilePost: string[];
|
|
12027
|
-
status:
|
|
12435
|
+
status: EManualContentSocialThreadsStatusTask;
|
|
12028
12436
|
note: string;
|
|
12029
12437
|
}
|
|
12030
12438
|
|
|
@@ -12062,15 +12470,18 @@ interface IVoiceSettingDelay extends IBaseModel, ITrackingModel {
|
|
|
12062
12470
|
type index$4_ActionLoadInfoUrlSheetToolDto = ActionLoadInfoUrlSheetToolDto;
|
|
12063
12471
|
type index$4_ActionPopupDeviceAccountDto = ActionPopupDeviceAccountDto;
|
|
12064
12472
|
type index$4_AddAccountForDeviceDto = AddAccountForDeviceDto;
|
|
12065
|
-
type index$
|
|
12066
|
-
type index$
|
|
12473
|
+
type index$4_AddBulkManualContentSocialInstagramChildrenDto = AddBulkManualContentSocialInstagramChildrenDto;
|
|
12474
|
+
type index$4_AddBulkManualContentSocialThreadsChildrenDto = AddBulkManualContentSocialThreadsChildrenDto;
|
|
12475
|
+
type index$4_AddManualContentSocialInstagramChildrenDto = AddManualContentSocialInstagramChildrenDto;
|
|
12476
|
+
type index$4_AddManualContentSocialThreadsChildrenDto = AddManualContentSocialThreadsChildrenDto;
|
|
12067
12477
|
type index$4_AddToDeviceAccountCHPlayICloudDto = AddToDeviceAccountCHPlayICloudDto;
|
|
12068
12478
|
type index$4_AddToDeviceAccountVPNDto = AddToDeviceAccountVPNDto;
|
|
12069
12479
|
type index$4_AddToDeviceProxyDto = AddToDeviceProxyDto;
|
|
12070
12480
|
type index$4_ApplyAutoFillDeviceDto = ApplyAutoFillDeviceDto;
|
|
12071
12481
|
type index$4_ApplyReplaceDeviceDto = ApplyReplaceDeviceDto;
|
|
12072
12482
|
type index$4_CreateAccountVPSDto = CreateAccountVPSDto;
|
|
12073
|
-
type index$
|
|
12483
|
+
type index$4_CreateManagerImageAIInstagramDto = CreateManagerImageAIInstagramDto;
|
|
12484
|
+
type index$4_CreateManagerImageAIThreadsDto = CreateManagerImageAIThreadsDto;
|
|
12074
12485
|
type index$4_CreateProxyDto = CreateProxyDto;
|
|
12075
12486
|
type index$4_CreateSheetToolDto = CreateSheetToolDto;
|
|
12076
12487
|
type index$4_CreateTaskAIContentDto = CreateTaskAIContentDto;
|
|
@@ -12079,16 +12490,26 @@ type index$4_DevicePopupOverviewAccountsDto = DevicePopupOverviewAccountsDto;
|
|
|
12079
12490
|
type index$4_DevicePopupOverviewAddAccountDto = DevicePopupOverviewAddAccountDto;
|
|
12080
12491
|
type index$4_DevicePopupViewAccountInstagramDto = DevicePopupViewAccountInstagramDto;
|
|
12081
12492
|
type index$4_DevicePopupViewAccountThreadsDto = DevicePopupViewAccountThreadsDto;
|
|
12082
|
-
type index$
|
|
12083
|
-
declare const index$
|
|
12084
|
-
type index$
|
|
12085
|
-
declare const index$
|
|
12086
|
-
type index$
|
|
12087
|
-
declare const index$
|
|
12088
|
-
type index$
|
|
12089
|
-
declare const index$
|
|
12090
|
-
type index$
|
|
12091
|
-
declare const index$
|
|
12493
|
+
type index$4_EManagerImageAIInstagramFolder = EManagerImageAIInstagramFolder;
|
|
12494
|
+
declare const index$4_EManagerImageAIInstagramFolder: typeof EManagerImageAIInstagramFolder;
|
|
12495
|
+
type index$4_EManagerImageAIInstagramModel = EManagerImageAIInstagramModel;
|
|
12496
|
+
declare const index$4_EManagerImageAIInstagramModel: typeof EManagerImageAIInstagramModel;
|
|
12497
|
+
type index$4_EManagerImageAIThreadsFolder = EManagerImageAIThreadsFolder;
|
|
12498
|
+
declare const index$4_EManagerImageAIThreadsFolder: typeof EManagerImageAIThreadsFolder;
|
|
12499
|
+
type index$4_EManagerImageAIThreadsModel = EManagerImageAIThreadsModel;
|
|
12500
|
+
declare const index$4_EManagerImageAIThreadsModel: typeof EManagerImageAIThreadsModel;
|
|
12501
|
+
type index$4_EManualContentSocialInstagramStatusPost = EManualContentSocialInstagramStatusPost;
|
|
12502
|
+
declare const index$4_EManualContentSocialInstagramStatusPost: typeof EManualContentSocialInstagramStatusPost;
|
|
12503
|
+
type index$4_EManualContentSocialInstagramStatusTask = EManualContentSocialInstagramStatusTask;
|
|
12504
|
+
declare const index$4_EManualContentSocialInstagramStatusTask: typeof EManualContentSocialInstagramStatusTask;
|
|
12505
|
+
type index$4_EManualContentSocialInstagramTypePost = EManualContentSocialInstagramTypePost;
|
|
12506
|
+
declare const index$4_EManualContentSocialInstagramTypePost: typeof EManualContentSocialInstagramTypePost;
|
|
12507
|
+
type index$4_EManualContentSocialThreadsStatusPost = EManualContentSocialThreadsStatusPost;
|
|
12508
|
+
declare const index$4_EManualContentSocialThreadsStatusPost: typeof EManualContentSocialThreadsStatusPost;
|
|
12509
|
+
type index$4_EManualContentSocialThreadsStatusTask = EManualContentSocialThreadsStatusTask;
|
|
12510
|
+
declare const index$4_EManualContentSocialThreadsStatusTask: typeof EManualContentSocialThreadsStatusTask;
|
|
12511
|
+
type index$4_EManualContentSocialThreadsTypePost = EManualContentSocialThreadsTypePost;
|
|
12512
|
+
declare const index$4_EManualContentSocialThreadsTypePost: typeof EManualContentSocialThreadsTypePost;
|
|
12092
12513
|
type index$4_EStatusAccountCHPlayICloud = EStatusAccountCHPlayICloud;
|
|
12093
12514
|
declare const index$4_EStatusAccountCHPlayICloud: typeof EStatusAccountCHPlayICloud;
|
|
12094
12515
|
type index$4_EStatusAccountCanva = EStatusAccountCanva;
|
|
@@ -12131,8 +12552,10 @@ type index$4_EVPSStatusRestart = EVPSStatusRestart;
|
|
|
12131
12552
|
declare const index$4_EVPSStatusRestart: typeof EVPSStatusRestart;
|
|
12132
12553
|
type index$4_EVPSTimeRestart = EVPSTimeRestart;
|
|
12133
12554
|
declare const index$4_EVPSTimeRestart: typeof EVPSTimeRestart;
|
|
12134
|
-
type index$
|
|
12135
|
-
type index$
|
|
12555
|
+
type index$4_EditStatusImageItemInstagramDto = EditStatusImageItemInstagramDto;
|
|
12556
|
+
type index$4_EditStatusImageItemThreadsDto = EditStatusImageItemThreadsDto;
|
|
12557
|
+
type index$4_EditStatusManualContentSocialInstagramChildrenItemPost = EditStatusManualContentSocialInstagramChildrenItemPost;
|
|
12558
|
+
type index$4_EditStatusManualContentSocialThreadsChildrenItemPost = EditStatusManualContentSocialThreadsChildrenItemPost;
|
|
12136
12559
|
type index$4_FilterAccountAIContentChannelDto = FilterAccountAIContentChannelDto;
|
|
12137
12560
|
type index$4_FilterAccountAIContentDto = FilterAccountAIContentDto;
|
|
12138
12561
|
type index$4_FilterAccountAIContentInfoDto = FilterAccountAIContentInfoDto;
|
|
@@ -12147,9 +12570,11 @@ type index$4_FilterAccountVPSGroupDto = FilterAccountVPSGroupDto;
|
|
|
12147
12570
|
type index$4_FilterDeviceDto = FilterDeviceDto;
|
|
12148
12571
|
type index$4_FilterDeviceLogDto = FilterDeviceLogDto;
|
|
12149
12572
|
type index$4_FilterHistoryTaskAIContentDto = FilterHistoryTaskAIContentDto;
|
|
12150
|
-
type index$
|
|
12573
|
+
type index$4_FilterManagerImageAIInstagramDto = FilterManagerImageAIInstagramDto;
|
|
12574
|
+
type index$4_FilterManagerImageAIThreadsDto = FilterManagerImageAIThreadsDto;
|
|
12151
12575
|
type index$4_FilterManagerSheetDto = FilterManagerSheetDto;
|
|
12152
|
-
type index$
|
|
12576
|
+
type index$4_FilterManualContentSocialInstagramDto = FilterManualContentSocialInstagramDto;
|
|
12577
|
+
type index$4_FilterManualContentSocialThreadsDto = FilterManualContentSocialThreadsDto;
|
|
12153
12578
|
type index$4_FilterPCDto = FilterPCDto;
|
|
12154
12579
|
type index$4_FilterProxyDto = FilterProxyDto;
|
|
12155
12580
|
type index$4_FilterSheetsToolDto = FilterSheetsToolDto;
|
|
@@ -12174,10 +12599,13 @@ type index$4_FindDeviceDto = FindDeviceDto;
|
|
|
12174
12599
|
type index$4_FindDeviceLogDto = FindDeviceLogDto;
|
|
12175
12600
|
type index$4_FindHistoryTaskAIContentDto = FindHistoryTaskAIContentDto;
|
|
12176
12601
|
type index$4_FindHistoryTaskAIImageVideoVoiceCanvaInstagramDto = FindHistoryTaskAIImageVideoVoiceCanvaInstagramDto;
|
|
12177
|
-
type index$
|
|
12178
|
-
type index$
|
|
12602
|
+
type index$4_FindListAccountForManualContentSocialInstagramDto = FindListAccountForManualContentSocialInstagramDto;
|
|
12603
|
+
type index$4_FindListAccountForManualContentSocialThreadsDto = FindListAccountForManualContentSocialThreadsDto;
|
|
12604
|
+
type index$4_FindManagerImageAIInstagramDto = FindManagerImageAIInstagramDto;
|
|
12605
|
+
type index$4_FindManagerImageAIThreadsDto = FindManagerImageAIThreadsDto;
|
|
12179
12606
|
type index$4_FindManagerSheetDto = FindManagerSheetDto;
|
|
12180
|
-
type index$
|
|
12607
|
+
type index$4_FindManualContentSocialInstagramDto = FindManualContentSocialInstagramDto;
|
|
12608
|
+
type index$4_FindManualContentSocialThreadsDto = FindManualContentSocialThreadsDto;
|
|
12181
12609
|
type index$4_FindOverViewTaskAIContentDto = FindOverViewTaskAIContentDto;
|
|
12182
12610
|
type index$4_FindOverViewTaskAIImageVoiceCanvaInstagramDto = FindOverViewTaskAIImageVoiceCanvaInstagramDto;
|
|
12183
12611
|
type index$4_FindOverviewAccountCHPlayICloudDto = FindOverviewAccountCHPlayICloudDto;
|
|
@@ -12192,8 +12620,10 @@ type index$4_FindOverviewDeviceDetailDto = FindOverviewDeviceDetailDto;
|
|
|
12192
12620
|
type index$4_FindOverviewDeviceLog = FindOverviewDeviceLog;
|
|
12193
12621
|
type index$4_FindOverviewDeviceSocialMediaAccountDto = FindOverviewDeviceSocialMediaAccountDto;
|
|
12194
12622
|
type index$4_FindOverviewDeviceSocialMediaActiveLockedDto = FindOverviewDeviceSocialMediaActiveLockedDto;
|
|
12195
|
-
type index$
|
|
12196
|
-
type index$
|
|
12623
|
+
type index$4_FindOverviewManagerImageAIInstagramDto = FindOverviewManagerImageAIInstagramDto;
|
|
12624
|
+
type index$4_FindOverviewManagerImageAIThreadsDto = FindOverviewManagerImageAIThreadsDto;
|
|
12625
|
+
type index$4_FindOverviewManualContentSocialInstagramDto = FindOverviewManualContentSocialInstagramDto;
|
|
12626
|
+
type index$4_FindOverviewManualContentSocialThreadsDto = FindOverviewManualContentSocialThreadsDto;
|
|
12197
12627
|
type index$4_FindOverviewPCDto = FindOverviewPCDto;
|
|
12198
12628
|
type index$4_FindOverviewProxyDto = FindOverviewProxyDto;
|
|
12199
12629
|
type index$4_FindPCDetail = FindPCDetail;
|
|
@@ -12203,7 +12633,8 @@ type index$4_FindReplaceDeviceDto = FindReplaceDeviceDto;
|
|
|
12203
12633
|
type index$4_FindSheetsToolDto = FindSheetsToolDto;
|
|
12204
12634
|
type index$4_FindTaskAIContentDto = FindTaskAIContentDto;
|
|
12205
12635
|
type index$4_FindTaskAvailableAIContentDto = FindTaskAvailableAIContentDto;
|
|
12206
|
-
type index$
|
|
12636
|
+
type index$4_FindTaskManualContentSocialInstagramDto = FindTaskManualContentSocialInstagramDto;
|
|
12637
|
+
type index$4_FindTaskManualContentSocialThreadsDto = FindTaskManualContentSocialThreadsDto;
|
|
12207
12638
|
type index$4_IAccountAIContent = IAccountAIContent;
|
|
12208
12639
|
type index$4_IAccountAIContentChannel = IAccountAIContentChannel;
|
|
12209
12640
|
type index$4_IAccountAIContentGroup = IAccountAIContentGroup;
|
|
@@ -12239,19 +12670,27 @@ type index$4_IGPMProfile = IGPMProfile;
|
|
|
12239
12670
|
type index$4_IHistoryTaskAIContent = IHistoryTaskAIContent;
|
|
12240
12671
|
type index$4_IHistoryTaskAIImageVideoVoiceCanvaInstagram = IHistoryTaskAIImageVideoVoiceCanvaInstagram;
|
|
12241
12672
|
type index$4_IHistoryTaskAIImageVideoVoiceCanvaThreads = IHistoryTaskAIImageVideoVoiceCanvaThreads;
|
|
12242
|
-
type index$
|
|
12243
|
-
type index$
|
|
12244
|
-
type index$
|
|
12673
|
+
type index$4_IManagerImageAIInstagram = IManagerImageAIInstagram;
|
|
12674
|
+
type index$4_IManagerImageAIInstagramItemStore = IManagerImageAIInstagramItemStore;
|
|
12675
|
+
type index$4_IManagerImageAIInstagramUserAttached = IManagerImageAIInstagramUserAttached;
|
|
12676
|
+
type index$4_IManagerImageAIThreads = IManagerImageAIThreads;
|
|
12677
|
+
type index$4_IManagerImageAIThreadsItemStore = IManagerImageAIThreadsItemStore;
|
|
12678
|
+
type index$4_IManagerImageAIThreadsUserAttached = IManagerImageAIThreadsUserAttached;
|
|
12245
12679
|
type index$4_IManagerSheet = IManagerSheet;
|
|
12246
12680
|
type index$4_IManagerSheetChildren = IManagerSheetChildren;
|
|
12247
12681
|
type index$4_IManagerSheetChildrenGroup = IManagerSheetChildrenGroup;
|
|
12248
12682
|
type index$4_IManagerSheetChildrenGroupItem = IManagerSheetChildrenGroupItem;
|
|
12249
12683
|
type index$4_IManagerSheetGroup = IManagerSheetGroup;
|
|
12250
|
-
type index$
|
|
12251
|
-
type index$
|
|
12252
|
-
type index$
|
|
12253
|
-
type index$
|
|
12254
|
-
type index$
|
|
12684
|
+
type index$4_IManualContentSocialInstagram = IManualContentSocialInstagram;
|
|
12685
|
+
type index$4_IManualContentSocialInstagramChildren = IManualContentSocialInstagramChildren;
|
|
12686
|
+
type index$4_IManualContentSocialInstagramChildrenItemPost = IManualContentSocialInstagramChildrenItemPost;
|
|
12687
|
+
type index$4_IManualContentSocialInstagramNiche = IManualContentSocialInstagramNiche;
|
|
12688
|
+
type index$4_IManualContentSocialInstagramRunTime = IManualContentSocialInstagramRunTime;
|
|
12689
|
+
type index$4_IManualContentSocialThreads = IManualContentSocialThreads;
|
|
12690
|
+
type index$4_IManualContentSocialThreadsChildren = IManualContentSocialThreadsChildren;
|
|
12691
|
+
type index$4_IManualContentSocialThreadsChildrenItemPost = IManualContentSocialThreadsChildrenItemPost;
|
|
12692
|
+
type index$4_IManualContentSocialThreadsNiche = IManualContentSocialThreadsNiche;
|
|
12693
|
+
type index$4_IManualContentSocialThreadsRunTime = IManualContentSocialThreadsRunTime;
|
|
12255
12694
|
type index$4_IPC = IPC;
|
|
12256
12695
|
type index$4_IPCLog = IPCLog;
|
|
12257
12696
|
type index$4_IPCLogELS = IPCLogELS;
|
|
@@ -12265,7 +12704,8 @@ type index$4_ITaskAIImageVideoVoiceCanvaInstagram = ITaskAIImageVideoVoiceCanvaI
|
|
|
12265
12704
|
type index$4_ITaskAIImageVideoVoiceCanvaThreads = ITaskAIImageVideoVoiceCanvaThreads;
|
|
12266
12705
|
type index$4_ITaskAIItemAction = ITaskAIItemAction;
|
|
12267
12706
|
type index$4_ITaskAIItemGroup = ITaskAIItemGroup;
|
|
12268
|
-
type index$
|
|
12707
|
+
type index$4_ITaskManualContentSocialInstagram = ITaskManualContentSocialInstagram;
|
|
12708
|
+
type index$4_ITaskManualContentSocialThreads = ITaskManualContentSocialThreads;
|
|
12269
12709
|
type index$4_IViewDeviceByPC = IViewDeviceByPC;
|
|
12270
12710
|
type index$4_IVoiceGenerated = IVoiceGenerated;
|
|
12271
12711
|
type index$4_IVoiceLanguage = IVoiceLanguage;
|
|
@@ -12273,28 +12713,37 @@ type index$4_IVoiceSettingDelay = IVoiceSettingDelay;
|
|
|
12273
12713
|
type index$4_IVoiceStores = IVoiceStores;
|
|
12274
12714
|
type index$4_ImportAccountVPSDto = ImportAccountVPSDto;
|
|
12275
12715
|
type index$4_ListManualContentSocialChildrenDto = ListManualContentSocialChildrenDto;
|
|
12716
|
+
type index$4_ListManualContentSocialInstagramChildrenDto = ListManualContentSocialInstagramChildrenDto;
|
|
12717
|
+
type index$4_ListManualContentSocialThreadsChildrenDto = ListManualContentSocialThreadsChildrenDto;
|
|
12276
12718
|
type index$4_LoadInfoUrlSheetToolDto = LoadInfoUrlSheetToolDto;
|
|
12277
12719
|
type index$4_OverviewSheetsToolDto = OverviewSheetsToolDto;
|
|
12278
12720
|
type index$4_PayloadUrlSheetToolDto = PayloadUrlSheetToolDto;
|
|
12279
12721
|
type index$4_ReplaceAccountVSPDto = ReplaceAccountVSPDto;
|
|
12280
|
-
type index$
|
|
12722
|
+
type index$4_StoreTaskManualContentSocialInstagramForRunDto = StoreTaskManualContentSocialInstagramForRunDto;
|
|
12723
|
+
type index$4_StoreTaskManualContentSocialThreadsForRunDto = StoreTaskManualContentSocialThreadsForRunDto;
|
|
12281
12724
|
type index$4_UpdateAccountVPSDto = UpdateAccountVPSDto;
|
|
12282
12725
|
type index$4_UpdateDeviceDto = UpdateDeviceDto;
|
|
12283
12726
|
type index$4_UpdatePCDto = UpdatePCDto;
|
|
12284
12727
|
type index$4_UpdateProxyDto = UpdateProxyDto;
|
|
12285
12728
|
type index$4_UpdateSheetsToolDto = UpdateSheetsToolDto;
|
|
12286
12729
|
type index$4_UpdateTaskAIContentDto = UpdateTaskAIContentDto;
|
|
12287
|
-
type index$
|
|
12288
|
-
type index$
|
|
12289
|
-
type index$
|
|
12290
|
-
type index$
|
|
12291
|
-
type index$
|
|
12730
|
+
type index$4_UpsertManualContentSocialInstagramChildrenDto = UpsertManualContentSocialInstagramChildrenDto;
|
|
12731
|
+
type index$4_UpsertManualContentSocialInstagramChildrenItemPostDto = UpsertManualContentSocialInstagramChildrenItemPostDto;
|
|
12732
|
+
type index$4_UpsertManualContentSocialInstagramDto = UpsertManualContentSocialInstagramDto;
|
|
12733
|
+
type index$4_UpsertManualContentSocialThreadsChildrenDto = UpsertManualContentSocialThreadsChildrenDto;
|
|
12734
|
+
type index$4_UpsertManualContentSocialThreadsChildrenItemPostDto = UpsertManualContentSocialThreadsChildrenItemPostDto;
|
|
12735
|
+
type index$4_UpsertManualContentSocialThreadsDto = UpsertManualContentSocialThreadsDto;
|
|
12736
|
+
type index$4_ViewAsyncManualContentSocialInstagramDto = ViewAsyncManualContentSocialInstagramDto;
|
|
12737
|
+
type index$4_ViewAsyncManualContentSocialThreadsDto = ViewAsyncManualContentSocialThreadsDto;
|
|
12738
|
+
type index$4_ViewAutoSyncInformationManualContentSocialInstagramDto = ViewAutoSyncInformationManualContentSocialInstagramDto;
|
|
12739
|
+
type index$4_ViewAutoSyncInformationManualContentThreadsDto = ViewAutoSyncInformationManualContentThreadsDto;
|
|
12292
12740
|
type index$4_ViewDetailDeviceDto = ViewDetailDeviceDto;
|
|
12293
|
-
type index$
|
|
12741
|
+
type index$4_ViewDetailFolderInstagramDto = ViewDetailFolderInstagramDto;
|
|
12742
|
+
type index$4_ViewDetailFolderThreadsDto = ViewDetailFolderThreadsDto;
|
|
12294
12743
|
type index$4_ViewDetailSheetsToolDto = ViewDetailSheetsToolDto;
|
|
12295
12744
|
type index$4_ViewListGPMProfileDto = ViewListGPMProfileDto;
|
|
12296
12745
|
declare namespace index$4 {
|
|
12297
|
-
export { type index$4_ActionLoadInfoUrlSheetToolDto as ActionLoadInfoUrlSheetToolDto, type index$4_ActionPopupDeviceAccountDto as ActionPopupDeviceAccountDto, type index$4_AddAccountForDeviceDto as AddAccountForDeviceDto, type index$4_AddBulkManualContentSocialChildrenDto as AddBulkManualContentSocialChildrenDto, type index$4_AddManualContentSocialChildrenDto as AddManualContentSocialChildrenDto, type index$4_AddToDeviceAccountCHPlayICloudDto as AddToDeviceAccountCHPlayICloudDto, type index$4_AddToDeviceAccountVPNDto as AddToDeviceAccountVPNDto, type index$4_AddToDeviceProxyDto as AddToDeviceProxyDto, type index$4_ApplyAutoFillDeviceDto as ApplyAutoFillDeviceDto, type index$4_ApplyReplaceDeviceDto as ApplyReplaceDeviceDto, type index$4_CreateAccountVPSDto as CreateAccountVPSDto, type index$4_CreateManagerImageAIDto as CreateManagerImageAIDto, type index$4_CreateProxyDto as CreateProxyDto, type index$4_CreateSheetToolDto as CreateSheetToolDto, type index$4_CreateTaskAIContentDto as CreateTaskAIContentDto, type index$4_DevicePopupListAddAccountDto as DevicePopupListAddAccountDto, type index$4_DevicePopupOverviewAccountsDto as DevicePopupOverviewAccountsDto, type index$4_DevicePopupOverviewAddAccountDto as DevicePopupOverviewAddAccountDto, type index$4_DevicePopupViewAccountInstagramDto as DevicePopupViewAccountInstagramDto, type index$4_DevicePopupViewAccountThreadsDto as DevicePopupViewAccountThreadsDto, index$4_EManagerImageAIFolder as EManagerImageAIFolder, index$4_EManagerImageAIModel as EManagerImageAIModel, index$4_EManualContentStatusPost as EManualContentStatusPost, index$4_EManualContentStatusTask as EManualContentStatusTask, index$4_EManualContentTypePost as EManualContentTypePost, index$4_EStatusAccountCHPlayICloud as EStatusAccountCHPlayICloud, index$4_EStatusAccountCanva as EStatusAccountCanva, index$4_EStatusAccountDrive as EStatusAccountDrive, index$4_EStatusAccountVPN as EStatusAccountVPN, index$4_EStatusEmail as EStatusEmail, index$4_EStatusProxyChecked as EStatusProxyChecked, index$4_EStatusProxyNewIP as EStatusProxyNewIP, index$4_EStatusTaskAIContent as EStatusTaskAIContent, index$4_ETaskGenerateAIStatus as ETaskGenerateAIStatus, index$4_ETaskGenerateAIType as ETaskGenerateAIType, index$4_ETypeRatioImage as ETypeRatioImage, index$4_EVPSCore as EVPSCore, index$4_EVPSExtension as EVPSExtension, index$4_EVPSOs as EVPSOs, index$4_EVPSRam as EVPSRam, index$4_EVPSStatus as EVPSStatus, index$4_EVPSStatusConnection as EVPSStatusConnection, index$4_EVPSStatusGpmLoginEmail as EVPSStatusGpmLoginEmail, index$4_EVPSStatusReplace as EVPSStatusReplace, index$4_EVPSStatusRestart as EVPSStatusRestart, index$4_EVPSTimeRestart as EVPSTimeRestart, type index$4_EditStatusImageItemDto as EditStatusImageItemDto, type index$4_EditStatusManualContentSocialChildrenItemPost as EditStatusManualContentSocialChildrenItemPost, type index$4_FilterAccountAIContentChannelDto as FilterAccountAIContentChannelDto, type index$4_FilterAccountAIContentDto as FilterAccountAIContentDto, type index$4_FilterAccountAIContentInfoDto as FilterAccountAIContentInfoDto, type index$4_FilterAccountCHPlayICloudDto as FilterAccountCHPlayICloudDto, type index$4_FilterAccountCanvaDto as FilterAccountCanvaDto, type index$4_FilterAccountDriveDto as FilterAccountDriveDto, type index$4_FilterAccountEmailDto as FilterAccountEmailDto, type index$4_FilterAccountEmailManagerDto as FilterAccountEmailManagerDto, type index$4_FilterAccountVPNDto as FilterAccountVPNDto, type index$4_FilterAccountVPSDto as FilterAccountVPSDto, type index$4_FilterAccountVPSGroupDto as FilterAccountVPSGroupDto, type index$4_FilterDeviceDto as FilterDeviceDto, type index$4_FilterDeviceLogDto as FilterDeviceLogDto, type index$4_FilterHistoryTaskAIContentDto as FilterHistoryTaskAIContentDto, type index$4_FilterManagerImageAIDto as FilterManagerImageAIDto, type index$4_FilterManagerSheetDto as FilterManagerSheetDto, type index$4_FilterManualContentSocialDto as FilterManualContentSocialDto, type index$4_FilterPCDto as FilterPCDto, type index$4_FilterProxyDto as FilterProxyDto, type index$4_FilterSheetsToolDto as FilterSheetsToolDto, type index$4_FilterTaskAIContentDto as FilterTaskAIContentDto, type index$4_FilterTaskAIImageVoiceCanvaInstagramDto as FilterTaskAIImageVoiceCanvaInstagramDto, type index$4_FindAccountAIContentChannelDto as FindAccountAIContentChannelDto, type index$4_FindAccountAIContentDto as FindAccountAIContentDto, type index$4_FindAccountAIContentInfoDto as FindAccountAIContentInfoDto, type index$4_FindAccountCHPlayICloudDto as FindAccountCHPlayICloudDto, type index$4_FindAccountCanvaDto as FindAccountCanvaDto, type index$4_FindAccountDriveDto as FindAccountDriveDto, type index$4_FindAccountEmailDto as FindAccountEmailDto, type index$4_FindAccountVPNDto as FindAccountVPNDto, type index$4_FindAccountVPSDto as FindAccountVPSDto, type index$4_FindAccountVPSGroupDto as FindAccountVPSGroupDto, type index$4_FindAccountVPSGroupPopupDto as FindAccountVPSGroupPopupDto, type index$4_FindAutoFillDeviceDto as FindAutoFillDeviceDto, type index$4_FindDeviceAvailableForAddAccountVPNDto as FindDeviceAvailableForAddAccountVPNDto, type index$4_FindDeviceAvailableForAddCHPlayICloudDto as FindDeviceAvailableForAddCHPlayICloudDto, type index$4_FindDeviceAvailableForAddProxyDto as FindDeviceAvailableForAddProxyDto, type index$4_FindDeviceDto as FindDeviceDto, type index$4_FindDeviceLogDto as FindDeviceLogDto, type index$4_FindHistoryTaskAIContentDto as FindHistoryTaskAIContentDto, type index$4_FindHistoryTaskAIImageVideoVoiceCanvaInstagramDto as FindHistoryTaskAIImageVideoVoiceCanvaInstagramDto, type index$4_FindListAccountSocialForManualContentAdd as FindListAccountSocialForManualContentAdd, type index$4_FindManagerImageAIDto as FindManagerImageAIDto, type index$4_FindManagerSheetDto as FindManagerSheetDto, type index$4_FindManualContentSocialDto as FindManualContentSocialDto, type index$4_FindOverViewTaskAIContentDto as FindOverViewTaskAIContentDto, type index$4_FindOverViewTaskAIImageVoiceCanvaInstagramDto as FindOverViewTaskAIImageVoiceCanvaInstagramDto, type index$4_FindOverviewAccountCHPlayICloudDto as FindOverviewAccountCHPlayICloudDto, type index$4_FindOverviewAccountCanvaDto as FindOverviewAccountCanvaDto, type index$4_FindOverviewAccountDriveDto as FindOverviewAccountDriveDto, type index$4_FindOverviewAccountEmailDto as FindOverviewAccountEmailDto, type index$4_FindOverviewAccountEmailManagerDto as FindOverviewAccountEmailManagerDto, type index$4_FindOverviewAccountVPNDto as FindOverviewAccountVPNDto, type index$4_FindOverviewAccountVPSDto as FindOverviewAccountVPSDto, type index$4_FindOverviewDeviceBasicDto as FindOverviewDeviceBasicDto, type index$4_FindOverviewDeviceDetailDto as FindOverviewDeviceDetailDto, type index$4_FindOverviewDeviceLog as FindOverviewDeviceLog, type index$4_FindOverviewDeviceSocialMediaAccountDto as FindOverviewDeviceSocialMediaAccountDto, type index$4_FindOverviewDeviceSocialMediaActiveLockedDto as FindOverviewDeviceSocialMediaActiveLockedDto, type index$4_FindOverviewManagerImageAIDto as FindOverviewManagerImageAIDto, type index$4_FindOverviewManualContentSocialDto as FindOverviewManualContentSocialDto, type index$4_FindOverviewPCDto as FindOverviewPCDto, type index$4_FindOverviewProxyDto as FindOverviewProxyDto, type index$4_FindPCDetail as FindPCDetail, type index$4_FindPCDto as FindPCDto, type index$4_FindProxyDto as FindProxyDto, type index$4_FindReplaceDeviceDto as FindReplaceDeviceDto, type index$4_FindSheetsToolDto as FindSheetsToolDto, type index$4_FindTaskAIContentDto as FindTaskAIContentDto, type index$4_FindTaskAvailableAIContentDto as FindTaskAvailableAIContentDto, type index$4_FindTaskManualContentSocialDto as FindTaskManualContentSocialDto, type index$4_IAccountAIContent as IAccountAIContent, type index$4_IAccountAIContentChannel as IAccountAIContentChannel, type index$4_IAccountAIContentGroup as IAccountAIContentGroup, type index$4_IAccountAIContentInfo as IAccountAIContentInfo, type index$4_IAccountAIContentMemberAssigned as IAccountAIContentMemberAssigned, type index$4_IAccountAIContentTag as IAccountAIContentTag, type index$4_IAccountCHPlayICloud as IAccountCHPlayICloud, type index$4_IAccountCanva as IAccountCanva, type index$4_IAccountDrive as IAccountDrive, type index$4_IAccountEmail as IAccountEmail, type index$4_IAccountEmailProxy as IAccountEmailProxy, type index$4_IAccountEmailTag as IAccountEmailTag, type index$4_IAccountEmailTaskWork as IAccountEmailTaskWork, type index$4_IAccountVPN as IAccountVPN, type index$4_IAccountVPS as IAccountVPS, type index$4_IAccountVPSGroup as IAccountVPSGroup, type index$4_IAccountVPSProvider as IAccountVPSProvider, type index$4_IAccountVPSSocial as IAccountVPSSocial, type index$4_IDevice as IDevice, type index$4_IDeviceLog as IDeviceLog, type index$4_IDeviceLogELS as IDeviceLogELS, type index$4_IDeviceLogStoreIdxELS as IDeviceLogStoreIdxELS, type index$4_IDevicePopupViewAccountSocial as IDevicePopupViewAccountSocial, type index$4_IDeviceSettingForAccount as IDeviceSettingForAccount, type index$4_IDeviceSettingForCHPlayICloud as IDeviceSettingForCHPlayICloud, type index$4_IDeviceSettingForProxy as IDeviceSettingForProxy, type index$4_IDeviceSettingForVPN as IDeviceSettingForVPN, type index$4_IEmailAccountSocial as IEmailAccountSocial, type index$4_IEmailProxy as IEmailProxy, type index$4_IEmailRawManager as IEmailRawManager, type index$4_IEmailVPS as IEmailVPS, type index$4_IGPMProfile as IGPMProfile, type index$4_IHistoryTaskAIContent as IHistoryTaskAIContent, type index$4_IHistoryTaskAIImageVideoVoiceCanvaInstagram as IHistoryTaskAIImageVideoVoiceCanvaInstagram, type index$4_IHistoryTaskAIImageVideoVoiceCanvaThreads as IHistoryTaskAIImageVideoVoiceCanvaThreads, type index$4_IManagerImageAI as IManagerImageAI, type index$4_IManagerImageAIItemStore as IManagerImageAIItemStore, type index$4_IManagerImageAIUserAttached as IManagerImageAIUserAttached, type index$4_IManagerSheet as IManagerSheet, type index$4_IManagerSheetChildren as IManagerSheetChildren, type index$4_IManagerSheetChildrenGroup as IManagerSheetChildrenGroup, type index$4_IManagerSheetChildrenGroupItem as IManagerSheetChildrenGroupItem, type index$4_IManagerSheetGroup as IManagerSheetGroup, type index$4_IManualContentRunTime as IManualContentRunTime, type index$4_IManualContentSocial as IManualContentSocial, type index$4_IManualContentSocialChildren as IManualContentSocialChildren, type index$4_IManualContentSocialChildrenItemPost as IManualContentSocialChildrenItemPost, type index$4_IManualContentSocialNiche as IManualContentSocialNiche, type index$4_IPC as IPC, type index$4_IPCLog as IPCLog, type index$4_IPCLogELS as IPCLogELS, type index$4_IPCLogStoreIdxELS as IPCLogStoreIdxELS, type index$4_IProxy as IProxy, type index$4_ISettingTool as ISettingTool, type index$4_ISheetsTool as ISheetsTool, type index$4_ITaskAIContent as ITaskAIContent, type index$4_ITaskAIImageCanva as ITaskAIImageCanva, type index$4_ITaskAIImageVideoVoiceCanvaInstagram as ITaskAIImageVideoVoiceCanvaInstagram, type index$4_ITaskAIImageVideoVoiceCanvaThreads as ITaskAIImageVideoVoiceCanvaThreads, type index$4_ITaskAIItemAction as ITaskAIItemAction, type index$4_ITaskAIItemGroup as ITaskAIItemGroup, type index$4_ITaskManualContentSocial as ITaskManualContentSocial, type index$4_IViewDeviceByPC as IViewDeviceByPC, type index$4_IVoiceGenerated as IVoiceGenerated, type index$4_IVoiceLanguage as IVoiceLanguage, type index$4_IVoiceSettingDelay as IVoiceSettingDelay, type index$4_IVoiceStores as IVoiceStores, type index$4_ImportAccountVPSDto as ImportAccountVPSDto, type index$4_ListManualContentSocialChildrenDto as ListManualContentSocialChildrenDto, type index$4_LoadInfoUrlSheetToolDto as LoadInfoUrlSheetToolDto, type index$4_OverviewSheetsToolDto as OverviewSheetsToolDto, type index$4_PayloadUrlSheetToolDto as PayloadUrlSheetToolDto, type index$4_ReplaceAccountVSPDto as ReplaceAccountVSPDto, type index$4_StoreTaskManualContentSocialForRunDto as StoreTaskManualContentSocialForRunDto, type index$4_UpdateAccountVPSDto as UpdateAccountVPSDto, type index$4_UpdateDeviceDto as UpdateDeviceDto, type index$4_UpdatePCDto as UpdatePCDto, type index$4_UpdateProxyDto as UpdateProxyDto, type index$4_UpdateSheetsToolDto as UpdateSheetsToolDto, type index$4_UpdateTaskAIContentDto as UpdateTaskAIContentDto, type index$4_UpsertManualContentSocialChildrenDto as UpsertManualContentSocialChildrenDto, type index$4_UpsertManualContentSocialChildrenItemPostDto as UpsertManualContentSocialChildrenItemPostDto, type index$4_UpsertManualContentSocialDto as UpsertManualContentSocialDto, type index$4_ViewAsyncManualContentDto as ViewAsyncManualContentDto, type index$4_ViewAutoSyncInformationManualContentDto as ViewAutoSyncInformationManualContentDto, type index$4_ViewDetailDeviceDto as ViewDetailDeviceDto, type index$4_ViewDetailFolderDto as ViewDetailFolderDto, type index$4_ViewDetailSheetsToolDto as ViewDetailSheetsToolDto, type index$4_ViewListGPMProfileDto as ViewListGPMProfileDto };
|
|
12746
|
+
export { type index$4_ActionLoadInfoUrlSheetToolDto as ActionLoadInfoUrlSheetToolDto, type index$4_ActionPopupDeviceAccountDto as ActionPopupDeviceAccountDto, type index$4_AddAccountForDeviceDto as AddAccountForDeviceDto, type index$4_AddBulkManualContentSocialInstagramChildrenDto as AddBulkManualContentSocialInstagramChildrenDto, type index$4_AddBulkManualContentSocialThreadsChildrenDto as AddBulkManualContentSocialThreadsChildrenDto, type index$4_AddManualContentSocialInstagramChildrenDto as AddManualContentSocialInstagramChildrenDto, type index$4_AddManualContentSocialThreadsChildrenDto as AddManualContentSocialThreadsChildrenDto, type index$4_AddToDeviceAccountCHPlayICloudDto as AddToDeviceAccountCHPlayICloudDto, type index$4_AddToDeviceAccountVPNDto as AddToDeviceAccountVPNDto, type index$4_AddToDeviceProxyDto as AddToDeviceProxyDto, type index$4_ApplyAutoFillDeviceDto as ApplyAutoFillDeviceDto, type index$4_ApplyReplaceDeviceDto as ApplyReplaceDeviceDto, type index$4_CreateAccountVPSDto as CreateAccountVPSDto, type index$4_CreateManagerImageAIInstagramDto as CreateManagerImageAIInstagramDto, type index$4_CreateManagerImageAIThreadsDto as CreateManagerImageAIThreadsDto, type index$4_CreateProxyDto as CreateProxyDto, type index$4_CreateSheetToolDto as CreateSheetToolDto, type index$4_CreateTaskAIContentDto as CreateTaskAIContentDto, type index$4_DevicePopupListAddAccountDto as DevicePopupListAddAccountDto, type index$4_DevicePopupOverviewAccountsDto as DevicePopupOverviewAccountsDto, type index$4_DevicePopupOverviewAddAccountDto as DevicePopupOverviewAddAccountDto, type index$4_DevicePopupViewAccountInstagramDto as DevicePopupViewAccountInstagramDto, type index$4_DevicePopupViewAccountThreadsDto as DevicePopupViewAccountThreadsDto, index$4_EManagerImageAIInstagramFolder as EManagerImageAIInstagramFolder, index$4_EManagerImageAIInstagramModel as EManagerImageAIInstagramModel, index$4_EManagerImageAIThreadsFolder as EManagerImageAIThreadsFolder, index$4_EManagerImageAIThreadsModel as EManagerImageAIThreadsModel, index$4_EManualContentSocialInstagramStatusPost as EManualContentSocialInstagramStatusPost, index$4_EManualContentSocialInstagramStatusTask as EManualContentSocialInstagramStatusTask, index$4_EManualContentSocialInstagramTypePost as EManualContentSocialInstagramTypePost, index$4_EManualContentSocialThreadsStatusPost as EManualContentSocialThreadsStatusPost, index$4_EManualContentSocialThreadsStatusTask as EManualContentSocialThreadsStatusTask, index$4_EManualContentSocialThreadsTypePost as EManualContentSocialThreadsTypePost, index$4_EStatusAccountCHPlayICloud as EStatusAccountCHPlayICloud, index$4_EStatusAccountCanva as EStatusAccountCanva, index$4_EStatusAccountDrive as EStatusAccountDrive, index$4_EStatusAccountVPN as EStatusAccountVPN, index$4_EStatusEmail as EStatusEmail, index$4_EStatusProxyChecked as EStatusProxyChecked, index$4_EStatusProxyNewIP as EStatusProxyNewIP, index$4_EStatusTaskAIContent as EStatusTaskAIContent, index$4_ETaskGenerateAIStatus as ETaskGenerateAIStatus, index$4_ETaskGenerateAIType as ETaskGenerateAIType, index$4_ETypeRatioImage as ETypeRatioImage, index$4_EVPSCore as EVPSCore, index$4_EVPSExtension as EVPSExtension, index$4_EVPSOs as EVPSOs, index$4_EVPSRam as EVPSRam, index$4_EVPSStatus as EVPSStatus, index$4_EVPSStatusConnection as EVPSStatusConnection, index$4_EVPSStatusGpmLoginEmail as EVPSStatusGpmLoginEmail, index$4_EVPSStatusReplace as EVPSStatusReplace, index$4_EVPSStatusRestart as EVPSStatusRestart, index$4_EVPSTimeRestart as EVPSTimeRestart, type index$4_EditStatusImageItemInstagramDto as EditStatusImageItemInstagramDto, type index$4_EditStatusImageItemThreadsDto as EditStatusImageItemThreadsDto, type index$4_EditStatusManualContentSocialInstagramChildrenItemPost as EditStatusManualContentSocialInstagramChildrenItemPost, type index$4_EditStatusManualContentSocialThreadsChildrenItemPost as EditStatusManualContentSocialThreadsChildrenItemPost, type index$4_FilterAccountAIContentChannelDto as FilterAccountAIContentChannelDto, type index$4_FilterAccountAIContentDto as FilterAccountAIContentDto, type index$4_FilterAccountAIContentInfoDto as FilterAccountAIContentInfoDto, type index$4_FilterAccountCHPlayICloudDto as FilterAccountCHPlayICloudDto, type index$4_FilterAccountCanvaDto as FilterAccountCanvaDto, type index$4_FilterAccountDriveDto as FilterAccountDriveDto, type index$4_FilterAccountEmailDto as FilterAccountEmailDto, type index$4_FilterAccountEmailManagerDto as FilterAccountEmailManagerDto, type index$4_FilterAccountVPNDto as FilterAccountVPNDto, type index$4_FilterAccountVPSDto as FilterAccountVPSDto, type index$4_FilterAccountVPSGroupDto as FilterAccountVPSGroupDto, type index$4_FilterDeviceDto as FilterDeviceDto, type index$4_FilterDeviceLogDto as FilterDeviceLogDto, type index$4_FilterHistoryTaskAIContentDto as FilterHistoryTaskAIContentDto, type index$4_FilterManagerImageAIInstagramDto as FilterManagerImageAIInstagramDto, type index$4_FilterManagerImageAIThreadsDto as FilterManagerImageAIThreadsDto, type index$4_FilterManagerSheetDto as FilterManagerSheetDto, type index$4_FilterManualContentSocialInstagramDto as FilterManualContentSocialInstagramDto, type index$4_FilterManualContentSocialThreadsDto as FilterManualContentSocialThreadsDto, type index$4_FilterPCDto as FilterPCDto, type index$4_FilterProxyDto as FilterProxyDto, type index$4_FilterSheetsToolDto as FilterSheetsToolDto, type index$4_FilterTaskAIContentDto as FilterTaskAIContentDto, type index$4_FilterTaskAIImageVoiceCanvaInstagramDto as FilterTaskAIImageVoiceCanvaInstagramDto, type index$4_FindAccountAIContentChannelDto as FindAccountAIContentChannelDto, type index$4_FindAccountAIContentDto as FindAccountAIContentDto, type index$4_FindAccountAIContentInfoDto as FindAccountAIContentInfoDto, type index$4_FindAccountCHPlayICloudDto as FindAccountCHPlayICloudDto, type index$4_FindAccountCanvaDto as FindAccountCanvaDto, type index$4_FindAccountDriveDto as FindAccountDriveDto, type index$4_FindAccountEmailDto as FindAccountEmailDto, type index$4_FindAccountVPNDto as FindAccountVPNDto, type index$4_FindAccountVPSDto as FindAccountVPSDto, type index$4_FindAccountVPSGroupDto as FindAccountVPSGroupDto, type index$4_FindAccountVPSGroupPopupDto as FindAccountVPSGroupPopupDto, type index$4_FindAutoFillDeviceDto as FindAutoFillDeviceDto, type index$4_FindDeviceAvailableForAddAccountVPNDto as FindDeviceAvailableForAddAccountVPNDto, type index$4_FindDeviceAvailableForAddCHPlayICloudDto as FindDeviceAvailableForAddCHPlayICloudDto, type index$4_FindDeviceAvailableForAddProxyDto as FindDeviceAvailableForAddProxyDto, type index$4_FindDeviceDto as FindDeviceDto, type index$4_FindDeviceLogDto as FindDeviceLogDto, type index$4_FindHistoryTaskAIContentDto as FindHistoryTaskAIContentDto, type index$4_FindHistoryTaskAIImageVideoVoiceCanvaInstagramDto as FindHistoryTaskAIImageVideoVoiceCanvaInstagramDto, type index$4_FindListAccountForManualContentSocialInstagramDto as FindListAccountForManualContentSocialInstagramDto, type index$4_FindListAccountForManualContentSocialThreadsDto as FindListAccountForManualContentSocialThreadsDto, type index$4_FindManagerImageAIInstagramDto as FindManagerImageAIInstagramDto, type index$4_FindManagerImageAIThreadsDto as FindManagerImageAIThreadsDto, type index$4_FindManagerSheetDto as FindManagerSheetDto, type index$4_FindManualContentSocialInstagramDto as FindManualContentSocialInstagramDto, type index$4_FindManualContentSocialThreadsDto as FindManualContentSocialThreadsDto, type index$4_FindOverViewTaskAIContentDto as FindOverViewTaskAIContentDto, type index$4_FindOverViewTaskAIImageVoiceCanvaInstagramDto as FindOverViewTaskAIImageVoiceCanvaInstagramDto, type index$4_FindOverviewAccountCHPlayICloudDto as FindOverviewAccountCHPlayICloudDto, type index$4_FindOverviewAccountCanvaDto as FindOverviewAccountCanvaDto, type index$4_FindOverviewAccountDriveDto as FindOverviewAccountDriveDto, type index$4_FindOverviewAccountEmailDto as FindOverviewAccountEmailDto, type index$4_FindOverviewAccountEmailManagerDto as FindOverviewAccountEmailManagerDto, type index$4_FindOverviewAccountVPNDto as FindOverviewAccountVPNDto, type index$4_FindOverviewAccountVPSDto as FindOverviewAccountVPSDto, type index$4_FindOverviewDeviceBasicDto as FindOverviewDeviceBasicDto, type index$4_FindOverviewDeviceDetailDto as FindOverviewDeviceDetailDto, type index$4_FindOverviewDeviceLog as FindOverviewDeviceLog, type index$4_FindOverviewDeviceSocialMediaAccountDto as FindOverviewDeviceSocialMediaAccountDto, type index$4_FindOverviewDeviceSocialMediaActiveLockedDto as FindOverviewDeviceSocialMediaActiveLockedDto, type index$4_FindOverviewManagerImageAIInstagramDto as FindOverviewManagerImageAIInstagramDto, type index$4_FindOverviewManagerImageAIThreadsDto as FindOverviewManagerImageAIThreadsDto, type index$4_FindOverviewManualContentSocialInstagramDto as FindOverviewManualContentSocialInstagramDto, type index$4_FindOverviewManualContentSocialThreadsDto as FindOverviewManualContentSocialThreadsDto, type index$4_FindOverviewPCDto as FindOverviewPCDto, type index$4_FindOverviewProxyDto as FindOverviewProxyDto, type index$4_FindPCDetail as FindPCDetail, type index$4_FindPCDto as FindPCDto, type index$4_FindProxyDto as FindProxyDto, type index$4_FindReplaceDeviceDto as FindReplaceDeviceDto, type index$4_FindSheetsToolDto as FindSheetsToolDto, type index$4_FindTaskAIContentDto as FindTaskAIContentDto, type index$4_FindTaskAvailableAIContentDto as FindTaskAvailableAIContentDto, type index$4_FindTaskManualContentSocialInstagramDto as FindTaskManualContentSocialInstagramDto, type index$4_FindTaskManualContentSocialThreadsDto as FindTaskManualContentSocialThreadsDto, type index$4_IAccountAIContent as IAccountAIContent, type index$4_IAccountAIContentChannel as IAccountAIContentChannel, type index$4_IAccountAIContentGroup as IAccountAIContentGroup, type index$4_IAccountAIContentInfo as IAccountAIContentInfo, type index$4_IAccountAIContentMemberAssigned as IAccountAIContentMemberAssigned, type index$4_IAccountAIContentTag as IAccountAIContentTag, type index$4_IAccountCHPlayICloud as IAccountCHPlayICloud, type index$4_IAccountCanva as IAccountCanva, type index$4_IAccountDrive as IAccountDrive, type index$4_IAccountEmail as IAccountEmail, type index$4_IAccountEmailProxy as IAccountEmailProxy, type index$4_IAccountEmailTag as IAccountEmailTag, type index$4_IAccountEmailTaskWork as IAccountEmailTaskWork, type index$4_IAccountVPN as IAccountVPN, type index$4_IAccountVPS as IAccountVPS, type index$4_IAccountVPSGroup as IAccountVPSGroup, type index$4_IAccountVPSProvider as IAccountVPSProvider, type index$4_IAccountVPSSocial as IAccountVPSSocial, type index$4_IDevice as IDevice, type index$4_IDeviceLog as IDeviceLog, type index$4_IDeviceLogELS as IDeviceLogELS, type index$4_IDeviceLogStoreIdxELS as IDeviceLogStoreIdxELS, type index$4_IDevicePopupViewAccountSocial as IDevicePopupViewAccountSocial, type index$4_IDeviceSettingForAccount as IDeviceSettingForAccount, type index$4_IDeviceSettingForCHPlayICloud as IDeviceSettingForCHPlayICloud, type index$4_IDeviceSettingForProxy as IDeviceSettingForProxy, type index$4_IDeviceSettingForVPN as IDeviceSettingForVPN, type index$4_IEmailAccountSocial as IEmailAccountSocial, type index$4_IEmailProxy as IEmailProxy, type index$4_IEmailRawManager as IEmailRawManager, type index$4_IEmailVPS as IEmailVPS, type index$4_IGPMProfile as IGPMProfile, type index$4_IHistoryTaskAIContent as IHistoryTaskAIContent, type index$4_IHistoryTaskAIImageVideoVoiceCanvaInstagram as IHistoryTaskAIImageVideoVoiceCanvaInstagram, type index$4_IHistoryTaskAIImageVideoVoiceCanvaThreads as IHistoryTaskAIImageVideoVoiceCanvaThreads, type index$4_IManagerImageAIInstagram as IManagerImageAIInstagram, type index$4_IManagerImageAIInstagramItemStore as IManagerImageAIInstagramItemStore, type index$4_IManagerImageAIInstagramUserAttached as IManagerImageAIInstagramUserAttached, type index$4_IManagerImageAIThreads as IManagerImageAIThreads, type index$4_IManagerImageAIThreadsItemStore as IManagerImageAIThreadsItemStore, type index$4_IManagerImageAIThreadsUserAttached as IManagerImageAIThreadsUserAttached, type index$4_IManagerSheet as IManagerSheet, type index$4_IManagerSheetChildren as IManagerSheetChildren, type index$4_IManagerSheetChildrenGroup as IManagerSheetChildrenGroup, type index$4_IManagerSheetChildrenGroupItem as IManagerSheetChildrenGroupItem, type index$4_IManagerSheetGroup as IManagerSheetGroup, type index$4_IManualContentSocialInstagram as IManualContentSocialInstagram, type index$4_IManualContentSocialInstagramChildren as IManualContentSocialInstagramChildren, type index$4_IManualContentSocialInstagramChildrenItemPost as IManualContentSocialInstagramChildrenItemPost, type index$4_IManualContentSocialInstagramNiche as IManualContentSocialInstagramNiche, type index$4_IManualContentSocialInstagramRunTime as IManualContentSocialInstagramRunTime, type index$4_IManualContentSocialThreads as IManualContentSocialThreads, type index$4_IManualContentSocialThreadsChildren as IManualContentSocialThreadsChildren, type index$4_IManualContentSocialThreadsChildrenItemPost as IManualContentSocialThreadsChildrenItemPost, type index$4_IManualContentSocialThreadsNiche as IManualContentSocialThreadsNiche, type index$4_IManualContentSocialThreadsRunTime as IManualContentSocialThreadsRunTime, type index$4_IPC as IPC, type index$4_IPCLog as IPCLog, type index$4_IPCLogELS as IPCLogELS, type index$4_IPCLogStoreIdxELS as IPCLogStoreIdxELS, type index$4_IProxy as IProxy, type index$4_ISettingTool as ISettingTool, type index$4_ISheetsTool as ISheetsTool, type index$4_ITaskAIContent as ITaskAIContent, type index$4_ITaskAIImageCanva as ITaskAIImageCanva, type index$4_ITaskAIImageVideoVoiceCanvaInstagram as ITaskAIImageVideoVoiceCanvaInstagram, type index$4_ITaskAIImageVideoVoiceCanvaThreads as ITaskAIImageVideoVoiceCanvaThreads, type index$4_ITaskAIItemAction as ITaskAIItemAction, type index$4_ITaskAIItemGroup as ITaskAIItemGroup, type index$4_ITaskManualContentSocialInstagram as ITaskManualContentSocialInstagram, type index$4_ITaskManualContentSocialThreads as ITaskManualContentSocialThreads, type index$4_IViewDeviceByPC as IViewDeviceByPC, type index$4_IVoiceGenerated as IVoiceGenerated, type index$4_IVoiceLanguage as IVoiceLanguage, type index$4_IVoiceSettingDelay as IVoiceSettingDelay, type index$4_IVoiceStores as IVoiceStores, type index$4_ImportAccountVPSDto as ImportAccountVPSDto, type index$4_ListManualContentSocialChildrenDto as ListManualContentSocialChildrenDto, type index$4_ListManualContentSocialInstagramChildrenDto as ListManualContentSocialInstagramChildrenDto, type index$4_ListManualContentSocialThreadsChildrenDto as ListManualContentSocialThreadsChildrenDto, type index$4_LoadInfoUrlSheetToolDto as LoadInfoUrlSheetToolDto, type index$4_OverviewSheetsToolDto as OverviewSheetsToolDto, type index$4_PayloadUrlSheetToolDto as PayloadUrlSheetToolDto, type index$4_ReplaceAccountVSPDto as ReplaceAccountVSPDto, type index$4_StoreTaskManualContentSocialInstagramForRunDto as StoreTaskManualContentSocialInstagramForRunDto, type index$4_StoreTaskManualContentSocialThreadsForRunDto as StoreTaskManualContentSocialThreadsForRunDto, type index$4_UpdateAccountVPSDto as UpdateAccountVPSDto, type index$4_UpdateDeviceDto as UpdateDeviceDto, type index$4_UpdatePCDto as UpdatePCDto, type index$4_UpdateProxyDto as UpdateProxyDto, type index$4_UpdateSheetsToolDto as UpdateSheetsToolDto, type index$4_UpdateTaskAIContentDto as UpdateTaskAIContentDto, type index$4_UpsertManualContentSocialInstagramChildrenDto as UpsertManualContentSocialInstagramChildrenDto, type index$4_UpsertManualContentSocialInstagramChildrenItemPostDto as UpsertManualContentSocialInstagramChildrenItemPostDto, type index$4_UpsertManualContentSocialInstagramDto as UpsertManualContentSocialInstagramDto, type index$4_UpsertManualContentSocialThreadsChildrenDto as UpsertManualContentSocialThreadsChildrenDto, type index$4_UpsertManualContentSocialThreadsChildrenItemPostDto as UpsertManualContentSocialThreadsChildrenItemPostDto, type index$4_UpsertManualContentSocialThreadsDto as UpsertManualContentSocialThreadsDto, type index$4_ViewAsyncManualContentSocialInstagramDto as ViewAsyncManualContentSocialInstagramDto, type index$4_ViewAsyncManualContentSocialThreadsDto as ViewAsyncManualContentSocialThreadsDto, type index$4_ViewAutoSyncInformationManualContentSocialInstagramDto as ViewAutoSyncInformationManualContentSocialInstagramDto, type index$4_ViewAutoSyncInformationManualContentThreadsDto as ViewAutoSyncInformationManualContentThreadsDto, type index$4_ViewDetailDeviceDto as ViewDetailDeviceDto, type index$4_ViewDetailFolderInstagramDto as ViewDetailFolderInstagramDto, type index$4_ViewDetailFolderThreadsDto as ViewDetailFolderThreadsDto, type index$4_ViewDetailSheetsToolDto as ViewDetailSheetsToolDto, type index$4_ViewListGPMProfileDto as ViewListGPMProfileDto };
|
|
12298
12747
|
}
|
|
12299
12748
|
|
|
12300
12749
|
interface ITaskInstagramFollow extends IBaseModel, ITrackingModel {
|
|
@@ -16941,8 +17390,10 @@ declare namespace index$2 {
|
|
|
16941
17390
|
type index$1_ActionLoadInfoUrlSheetToolDto = ActionLoadInfoUrlSheetToolDto;
|
|
16942
17391
|
type index$1_ActionPopupDeviceAccountDto = ActionPopupDeviceAccountDto;
|
|
16943
17392
|
type index$1_AddAccountForDeviceDto = AddAccountForDeviceDto;
|
|
16944
|
-
type index$
|
|
16945
|
-
type index$
|
|
17393
|
+
type index$1_AddBulkManualContentSocialInstagramChildrenDto = AddBulkManualContentSocialInstagramChildrenDto;
|
|
17394
|
+
type index$1_AddBulkManualContentSocialThreadsChildrenDto = AddBulkManualContentSocialThreadsChildrenDto;
|
|
17395
|
+
type index$1_AddManualContentSocialInstagramChildrenDto = AddManualContentSocialInstagramChildrenDto;
|
|
17396
|
+
type index$1_AddManualContentSocialThreadsChildrenDto = AddManualContentSocialThreadsChildrenDto;
|
|
16946
17397
|
type index$1_AddToDeviceAccountCHPlayICloudDto = AddToDeviceAccountCHPlayICloudDto;
|
|
16947
17398
|
type index$1_AddToDeviceAccountVPNDto = AddToDeviceAccountVPNDto;
|
|
16948
17399
|
type index$1_AddToDeviceProxyDto = AddToDeviceProxyDto;
|
|
@@ -16970,7 +17421,8 @@ type index$1_CreateInstagramSettingInteractReplyMessageDto = CreateInstagramSett
|
|
|
16970
17421
|
type index$1_CreateInstagramSettingInteractUnFollowDto = CreateInstagramSettingInteractUnFollowDto;
|
|
16971
17422
|
type index$1_CreateInstagramSettingPostDto = CreateInstagramSettingPostDto;
|
|
16972
17423
|
type index$1_CreateLarkDto = CreateLarkDto;
|
|
16973
|
-
type index$
|
|
17424
|
+
type index$1_CreateManagerImageAIInstagramDto = CreateManagerImageAIInstagramDto;
|
|
17425
|
+
type index$1_CreateManagerImageAIThreadsDto = CreateManagerImageAIThreadsDto;
|
|
16974
17426
|
type index$1_CreateManagerWorkDto = CreateManagerWorkDto;
|
|
16975
17427
|
type index$1_CreateProxyDto = CreateProxyDto;
|
|
16976
17428
|
type index$1_CreateRoleDto = CreateRoleDto;
|
|
@@ -16996,16 +17448,26 @@ type index$1_DevicePopupOverviewAccountsDto = DevicePopupOverviewAccountsDto;
|
|
|
16996
17448
|
type index$1_DevicePopupOverviewAddAccountDto = DevicePopupOverviewAddAccountDto;
|
|
16997
17449
|
type index$1_DevicePopupViewAccountInstagramDto = DevicePopupViewAccountInstagramDto;
|
|
16998
17450
|
type index$1_DevicePopupViewAccountThreadsDto = DevicePopupViewAccountThreadsDto;
|
|
16999
|
-
type index$
|
|
17000
|
-
declare const index$
|
|
17001
|
-
type index$
|
|
17002
|
-
declare const index$
|
|
17003
|
-
type index$
|
|
17004
|
-
declare const index$
|
|
17005
|
-
type index$
|
|
17006
|
-
declare const index$
|
|
17007
|
-
type index$
|
|
17008
|
-
declare const index$
|
|
17451
|
+
type index$1_EManagerImageAIInstagramFolder = EManagerImageAIInstagramFolder;
|
|
17452
|
+
declare const index$1_EManagerImageAIInstagramFolder: typeof EManagerImageAIInstagramFolder;
|
|
17453
|
+
type index$1_EManagerImageAIInstagramModel = EManagerImageAIInstagramModel;
|
|
17454
|
+
declare const index$1_EManagerImageAIInstagramModel: typeof EManagerImageAIInstagramModel;
|
|
17455
|
+
type index$1_EManagerImageAIThreadsFolder = EManagerImageAIThreadsFolder;
|
|
17456
|
+
declare const index$1_EManagerImageAIThreadsFolder: typeof EManagerImageAIThreadsFolder;
|
|
17457
|
+
type index$1_EManagerImageAIThreadsModel = EManagerImageAIThreadsModel;
|
|
17458
|
+
declare const index$1_EManagerImageAIThreadsModel: typeof EManagerImageAIThreadsModel;
|
|
17459
|
+
type index$1_EManualContentSocialInstagramStatusPost = EManualContentSocialInstagramStatusPost;
|
|
17460
|
+
declare const index$1_EManualContentSocialInstagramStatusPost: typeof EManualContentSocialInstagramStatusPost;
|
|
17461
|
+
type index$1_EManualContentSocialInstagramStatusTask = EManualContentSocialInstagramStatusTask;
|
|
17462
|
+
declare const index$1_EManualContentSocialInstagramStatusTask: typeof EManualContentSocialInstagramStatusTask;
|
|
17463
|
+
type index$1_EManualContentSocialInstagramTypePost = EManualContentSocialInstagramTypePost;
|
|
17464
|
+
declare const index$1_EManualContentSocialInstagramTypePost: typeof EManualContentSocialInstagramTypePost;
|
|
17465
|
+
type index$1_EManualContentSocialThreadsStatusPost = EManualContentSocialThreadsStatusPost;
|
|
17466
|
+
declare const index$1_EManualContentSocialThreadsStatusPost: typeof EManualContentSocialThreadsStatusPost;
|
|
17467
|
+
type index$1_EManualContentSocialThreadsStatusTask = EManualContentSocialThreadsStatusTask;
|
|
17468
|
+
declare const index$1_EManualContentSocialThreadsStatusTask: typeof EManualContentSocialThreadsStatusTask;
|
|
17469
|
+
type index$1_EManualContentSocialThreadsTypePost = EManualContentSocialThreadsTypePost;
|
|
17470
|
+
declare const index$1_EManualContentSocialThreadsTypePost: typeof EManualContentSocialThreadsTypePost;
|
|
17009
17471
|
type index$1_EStatusAccountCHPlayICloud = EStatusAccountCHPlayICloud;
|
|
17010
17472
|
declare const index$1_EStatusAccountCHPlayICloud: typeof EStatusAccountCHPlayICloud;
|
|
17011
17473
|
type index$1_EStatusAccountCanva = EStatusAccountCanva;
|
|
@@ -17050,8 +17512,10 @@ type index$1_EVPSStatusRestart = EVPSStatusRestart;
|
|
|
17050
17512
|
declare const index$1_EVPSStatusRestart: typeof EVPSStatusRestart;
|
|
17051
17513
|
type index$1_EVPSTimeRestart = EVPSTimeRestart;
|
|
17052
17514
|
declare const index$1_EVPSTimeRestart: typeof EVPSTimeRestart;
|
|
17053
|
-
type index$
|
|
17054
|
-
type index$
|
|
17515
|
+
type index$1_EditStatusImageItemInstagramDto = EditStatusImageItemInstagramDto;
|
|
17516
|
+
type index$1_EditStatusImageItemThreadsDto = EditStatusImageItemThreadsDto;
|
|
17517
|
+
type index$1_EditStatusManualContentSocialInstagramChildrenItemPost = EditStatusManualContentSocialInstagramChildrenItemPost;
|
|
17518
|
+
type index$1_EditStatusManualContentSocialThreadsChildrenItemPost = EditStatusManualContentSocialThreadsChildrenItemPost;
|
|
17055
17519
|
type index$1_FilterAccountAIContentChannelDto = FilterAccountAIContentChannelDto;
|
|
17056
17520
|
type index$1_FilterAccountAIContentDto = FilterAccountAIContentDto;
|
|
17057
17521
|
type index$1_FilterAccountAIContentInfoDto = FilterAccountAIContentInfoDto;
|
|
@@ -17099,10 +17563,12 @@ type index$1_FilterInstagramSettingReplyCommentDto = FilterInstagramSettingReply
|
|
|
17099
17563
|
type index$1_FilterInstagramSettingReplyMessageDto = FilterInstagramSettingReplyMessageDto;
|
|
17100
17564
|
type index$1_FilterInstagramSettingUnFollowDto = FilterInstagramSettingUnFollowDto;
|
|
17101
17565
|
type index$1_FilterLarkDto = FilterLarkDto;
|
|
17102
|
-
type index$
|
|
17566
|
+
type index$1_FilterManagerImageAIInstagramDto = FilterManagerImageAIInstagramDto;
|
|
17567
|
+
type index$1_FilterManagerImageAIThreadsDto = FilterManagerImageAIThreadsDto;
|
|
17103
17568
|
type index$1_FilterManagerSheetDto = FilterManagerSheetDto;
|
|
17104
17569
|
type index$1_FilterManagerWorkDto = FilterManagerWorkDto;
|
|
17105
|
-
type index$
|
|
17570
|
+
type index$1_FilterManualContentSocialInstagramDto = FilterManualContentSocialInstagramDto;
|
|
17571
|
+
type index$1_FilterManualContentSocialThreadsDto = FilterManualContentSocialThreadsDto;
|
|
17106
17572
|
type index$1_FilterPCDto = FilterPCDto;
|
|
17107
17573
|
type index$1_FilterPerformanceBreakdownInstagramDashboardFollowerDto = FilterPerformanceBreakdownInstagramDashboardFollowerDto;
|
|
17108
17574
|
type index$1_FilterPerformanceBreakdownThreadsDashboardFollowerDto = FilterPerformanceBreakdownThreadsDashboardFollowerDto;
|
|
@@ -17180,11 +17646,14 @@ type index$1_FindInstagramSettingInteractReplyMessageDto = FindInstagramSettingI
|
|
|
17180
17646
|
type index$1_FindInstagramSettingInteractUnFollowDto = FindInstagramSettingInteractUnFollowDto;
|
|
17181
17647
|
type index$1_FindInstagramSettingPostDto = FindInstagramSettingPostDto;
|
|
17182
17648
|
type index$1_FindLarkDto = FindLarkDto;
|
|
17183
|
-
type index$
|
|
17184
|
-
type index$
|
|
17649
|
+
type index$1_FindListAccountForManualContentSocialInstagramDto = FindListAccountForManualContentSocialInstagramDto;
|
|
17650
|
+
type index$1_FindListAccountForManualContentSocialThreadsDto = FindListAccountForManualContentSocialThreadsDto;
|
|
17651
|
+
type index$1_FindManagerImageAIInstagramDto = FindManagerImageAIInstagramDto;
|
|
17652
|
+
type index$1_FindManagerImageAIThreadsDto = FindManagerImageAIThreadsDto;
|
|
17185
17653
|
type index$1_FindManagerSheetDto = FindManagerSheetDto;
|
|
17186
17654
|
type index$1_FindManagerWorkDto = FindManagerWorkDto;
|
|
17187
|
-
type index$
|
|
17655
|
+
type index$1_FindManualContentSocialInstagramDto = FindManualContentSocialInstagramDto;
|
|
17656
|
+
type index$1_FindManualContentSocialThreadsDto = FindManualContentSocialThreadsDto;
|
|
17188
17657
|
type index$1_FindMemberForAddTeamDto = FindMemberForAddTeamDto;
|
|
17189
17658
|
type index$1_FindOverViewDepartmentDto = FindOverViewDepartmentDto;
|
|
17190
17659
|
type index$1_FindOverViewInstagramAccountRawDto = FindOverViewInstagramAccountRawDto;
|
|
@@ -17246,8 +17715,10 @@ type index$1_FindOverviewInstagramHistoryAutoSyncDto = FindOverviewInstagramHist
|
|
|
17246
17715
|
type index$1_FindOverviewInstagramHistoryChangeInfoDto = FindOverviewInstagramHistoryChangeInfoDto;
|
|
17247
17716
|
type index$1_FindOverviewInstagramHistoryCreateNewDto = FindOverviewInstagramHistoryCreateNewDto;
|
|
17248
17717
|
type index$1_FindOverviewInstagramHistoryGroupDto = FindOverviewInstagramHistoryGroupDto;
|
|
17249
|
-
type index$
|
|
17250
|
-
type index$
|
|
17718
|
+
type index$1_FindOverviewManagerImageAIInstagramDto = FindOverviewManagerImageAIInstagramDto;
|
|
17719
|
+
type index$1_FindOverviewManagerImageAIThreadsDto = FindOverviewManagerImageAIThreadsDto;
|
|
17720
|
+
type index$1_FindOverviewManualContentSocialInstagramDto = FindOverviewManualContentSocialInstagramDto;
|
|
17721
|
+
type index$1_FindOverviewManualContentSocialThreadsDto = FindOverviewManualContentSocialThreadsDto;
|
|
17251
17722
|
type index$1_FindOverviewPCDto = FindOverviewPCDto;
|
|
17252
17723
|
type index$1_FindOverviewProxyDto = FindOverviewProxyDto;
|
|
17253
17724
|
type index$1_FindOverviewRoleDto = FindOverviewRoleDto;
|
|
@@ -17276,7 +17747,8 @@ type index$1_FindTaskInstagramFollowDto = FindTaskInstagramFollowDto;
|
|
|
17276
17747
|
type index$1_FindTaskInstagramPostDto = FindTaskInstagramPostDto;
|
|
17277
17748
|
type index$1_FindTaskInstagramReplyCommentDto = FindTaskInstagramReplyCommentDto;
|
|
17278
17749
|
type index$1_FindTaskInstagramReplyMessageDto = FindTaskInstagramReplyMessageDto;
|
|
17279
|
-
type index$
|
|
17750
|
+
type index$1_FindTaskManualContentSocialInstagramDto = FindTaskManualContentSocialInstagramDto;
|
|
17751
|
+
type index$1_FindTaskManualContentSocialThreadsDto = FindTaskManualContentSocialThreadsDto;
|
|
17280
17752
|
type index$1_FindTaskThreadsFollowDto = FindTaskThreadsFollowDto;
|
|
17281
17753
|
type index$1_FindTaskThreadsPostDto = FindTaskThreadsPostDto;
|
|
17282
17754
|
type index$1_FindTaskThreadsReplyCommentDto = FindTaskThreadsReplyCommentDto;
|
|
@@ -17398,20 +17870,28 @@ type index$1_IInstagramSettingPost = IInstagramSettingPost;
|
|
|
17398
17870
|
type index$1_ILark = ILark;
|
|
17399
17871
|
type index$1_ILarkTeam = ILarkTeam;
|
|
17400
17872
|
type index$1_IMailWork = IMailWork;
|
|
17401
|
-
type index$
|
|
17402
|
-
type index$
|
|
17403
|
-
type index$
|
|
17873
|
+
type index$1_IManagerImageAIInstagram = IManagerImageAIInstagram;
|
|
17874
|
+
type index$1_IManagerImageAIInstagramItemStore = IManagerImageAIInstagramItemStore;
|
|
17875
|
+
type index$1_IManagerImageAIInstagramUserAttached = IManagerImageAIInstagramUserAttached;
|
|
17876
|
+
type index$1_IManagerImageAIThreads = IManagerImageAIThreads;
|
|
17877
|
+
type index$1_IManagerImageAIThreadsItemStore = IManagerImageAIThreadsItemStore;
|
|
17878
|
+
type index$1_IManagerImageAIThreadsUserAttached = IManagerImageAIThreadsUserAttached;
|
|
17404
17879
|
type index$1_IManagerSheet = IManagerSheet;
|
|
17405
17880
|
type index$1_IManagerSheetChildren = IManagerSheetChildren;
|
|
17406
17881
|
type index$1_IManagerSheetChildrenGroup = IManagerSheetChildrenGroup;
|
|
17407
17882
|
type index$1_IManagerSheetChildrenGroupItem = IManagerSheetChildrenGroupItem;
|
|
17408
17883
|
type index$1_IManagerSheetGroup = IManagerSheetGroup;
|
|
17409
17884
|
type index$1_IManagerWork = IManagerWork;
|
|
17410
|
-
type index$
|
|
17411
|
-
type index$
|
|
17412
|
-
type index$
|
|
17413
|
-
type index$
|
|
17414
|
-
type index$
|
|
17885
|
+
type index$1_IManualContentSocialInstagram = IManualContentSocialInstagram;
|
|
17886
|
+
type index$1_IManualContentSocialInstagramChildren = IManualContentSocialInstagramChildren;
|
|
17887
|
+
type index$1_IManualContentSocialInstagramChildrenItemPost = IManualContentSocialInstagramChildrenItemPost;
|
|
17888
|
+
type index$1_IManualContentSocialInstagramNiche = IManualContentSocialInstagramNiche;
|
|
17889
|
+
type index$1_IManualContentSocialInstagramRunTime = IManualContentSocialInstagramRunTime;
|
|
17890
|
+
type index$1_IManualContentSocialThreads = IManualContentSocialThreads;
|
|
17891
|
+
type index$1_IManualContentSocialThreadsChildren = IManualContentSocialThreadsChildren;
|
|
17892
|
+
type index$1_IManualContentSocialThreadsChildrenItemPost = IManualContentSocialThreadsChildrenItemPost;
|
|
17893
|
+
type index$1_IManualContentSocialThreadsNiche = IManualContentSocialThreadsNiche;
|
|
17894
|
+
type index$1_IManualContentSocialThreadsRunTime = IManualContentSocialThreadsRunTime;
|
|
17415
17895
|
type index$1_IOtpConfirm = IOtpConfirm;
|
|
17416
17896
|
type index$1_IOtpCreateSession = IOtpCreateSession;
|
|
17417
17897
|
type index$1_IOtpSend = IOtpSend;
|
|
@@ -17470,7 +17950,8 @@ type index$1_ITaskJobPermission = ITaskJobPermission;
|
|
|
17470
17950
|
type index$1_ITaskJobTeamPermission = ITaskJobTeamPermission;
|
|
17471
17951
|
type index$1_ITaskJobUserPermission = ITaskJobUserPermission;
|
|
17472
17952
|
type index$1_ITaskJobsGroup = ITaskJobsGroup;
|
|
17473
|
-
type index$
|
|
17953
|
+
type index$1_ITaskManualContentSocialInstagram = ITaskManualContentSocialInstagram;
|
|
17954
|
+
type index$1_ITaskManualContentSocialThreads = ITaskManualContentSocialThreads;
|
|
17474
17955
|
type index$1_ITaskThreadsFollow = ITaskThreadsFollow;
|
|
17475
17956
|
type index$1_ITaskThreadsFollowELS = ITaskThreadsFollowELS;
|
|
17476
17957
|
type index$1_ITaskThreadsFollowStoreIdxELS = ITaskThreadsFollowStoreIdxELS;
|
|
@@ -17531,6 +18012,8 @@ type index$1_ImportInstagramAccountRawDto = ImportInstagramAccountRawDto;
|
|
|
17531
18012
|
type index$1_ImportManagerWorkDto = ImportManagerWorkDto;
|
|
17532
18013
|
type index$1_ImportSheetWorkDto = ImportSheetWorkDto;
|
|
17533
18014
|
type index$1_ListManualContentSocialChildrenDto = ListManualContentSocialChildrenDto;
|
|
18015
|
+
type index$1_ListManualContentSocialInstagramChildrenDto = ListManualContentSocialInstagramChildrenDto;
|
|
18016
|
+
type index$1_ListManualContentSocialThreadsChildrenDto = ListManualContentSocialThreadsChildrenDto;
|
|
17534
18017
|
type index$1_LoadInfoUrlSheetToolDto = LoadInfoUrlSheetToolDto;
|
|
17535
18018
|
type index$1_OverviewSheetsToolDto = OverviewSheetsToolDto;
|
|
17536
18019
|
type index$1_PayloadUrlSheetToolDto = PayloadUrlSheetToolDto;
|
|
@@ -17539,7 +18022,8 @@ type index$1_ResultChangeInfoInstagramAccountRawDto = ResultChangeInfoInstagramA
|
|
|
17539
18022
|
type index$1_ResultImportInstagramAccountRawDto = ResultImportInstagramAccountRawDto;
|
|
17540
18023
|
type index$1_StatisticsManagerWorkDto = StatisticsManagerWorkDto;
|
|
17541
18024
|
type index$1_StatisticsSheetWorkDto = StatisticsSheetWorkDto;
|
|
17542
|
-
type index$
|
|
18025
|
+
type index$1_StoreTaskManualContentSocialInstagramForRunDto = StoreTaskManualContentSocialInstagramForRunDto;
|
|
18026
|
+
type index$1_StoreTaskManualContentSocialThreadsForRunDto = StoreTaskManualContentSocialThreadsForRunDto;
|
|
17543
18027
|
type index$1_UpdateAccountSocialGroupDto = UpdateAccountSocialGroupDto;
|
|
17544
18028
|
type index$1_UpdateAccountVPSDto = UpdateAccountVPSDto;
|
|
17545
18029
|
type index$1_UpdateBlogDto = UpdateBlogDto;
|
|
@@ -17572,18 +18056,24 @@ type index$1_UpdateTaskThreadsReplyMessageDto = UpdateTaskThreadsReplyMessageDto
|
|
|
17572
18056
|
type index$1_UpdateTasksJobDto = UpdateTasksJobDto;
|
|
17573
18057
|
type index$1_UpdateTeamDto = UpdateTeamDto;
|
|
17574
18058
|
type index$1_UpdateUserDto = UpdateUserDto;
|
|
17575
|
-
type index$
|
|
17576
|
-
type index$
|
|
17577
|
-
type index$
|
|
17578
|
-
type index$
|
|
17579
|
-
type index$
|
|
18059
|
+
type index$1_UpsertManualContentSocialInstagramChildrenDto = UpsertManualContentSocialInstagramChildrenDto;
|
|
18060
|
+
type index$1_UpsertManualContentSocialInstagramChildrenItemPostDto = UpsertManualContentSocialInstagramChildrenItemPostDto;
|
|
18061
|
+
type index$1_UpsertManualContentSocialInstagramDto = UpsertManualContentSocialInstagramDto;
|
|
18062
|
+
type index$1_UpsertManualContentSocialThreadsChildrenDto = UpsertManualContentSocialThreadsChildrenDto;
|
|
18063
|
+
type index$1_UpsertManualContentSocialThreadsChildrenItemPostDto = UpsertManualContentSocialThreadsChildrenItemPostDto;
|
|
18064
|
+
type index$1_UpsertManualContentSocialThreadsDto = UpsertManualContentSocialThreadsDto;
|
|
18065
|
+
type index$1_ViewAsyncManualContentSocialInstagramDto = ViewAsyncManualContentSocialInstagramDto;
|
|
18066
|
+
type index$1_ViewAsyncManualContentSocialThreadsDto = ViewAsyncManualContentSocialThreadsDto;
|
|
18067
|
+
type index$1_ViewAutoSyncInformationManualContentSocialInstagramDto = ViewAutoSyncInformationManualContentSocialInstagramDto;
|
|
18068
|
+
type index$1_ViewAutoSyncInformationManualContentThreadsDto = ViewAutoSyncInformationManualContentThreadsDto;
|
|
17580
18069
|
type index$1_ViewDetailDeviceDto = ViewDetailDeviceDto;
|
|
17581
|
-
type index$
|
|
18070
|
+
type index$1_ViewDetailFolderInstagramDto = ViewDetailFolderInstagramDto;
|
|
18071
|
+
type index$1_ViewDetailFolderThreadsDto = ViewDetailFolderThreadsDto;
|
|
17582
18072
|
type index$1_ViewDetailSheetsToolDto = ViewDetailSheetsToolDto;
|
|
17583
18073
|
type index$1_ViewListGPMProfileDto = ViewListGPMProfileDto;
|
|
17584
18074
|
type index$1_ViewSettingInstagramOfAccountDto = ViewSettingInstagramOfAccountDto;
|
|
17585
18075
|
declare namespace index$1 {
|
|
17586
|
-
export { type index$1_ActionLoadInfoUrlSheetToolDto as ActionLoadInfoUrlSheetToolDto, type index$1_ActionPopupDeviceAccountDto as ActionPopupDeviceAccountDto, type index$1_AddAccountForDeviceDto as AddAccountForDeviceDto, type index$1_AddBulkManualContentSocialChildrenDto as AddBulkManualContentSocialChildrenDto, type index$1_AddManualContentSocialChildrenDto as AddManualContentSocialChildrenDto, type index$1_AddToDeviceAccountCHPlayICloudDto as AddToDeviceAccountCHPlayICloudDto, type index$1_AddToDeviceAccountVPNDto as AddToDeviceAccountVPNDto, type index$1_AddToDeviceProxyDto as AddToDeviceProxyDto, type index$1_ApplyAutoFillDeviceDto as ApplyAutoFillDeviceDto, type index$1_ApplyReplaceDeviceDto as ApplyReplaceDeviceDto, type index$1_ApplyTimeDashboardDto as ApplyTimeDashboardDto, index$8 as Auth, type index$1_AutoFillAssignedMemberInstagramAccountRawDto as AutoFillAssignedMemberInstagramAccountRawDto, type index$1_AutoFillAssignedMemberThreadsAccountRawDto as AutoFillAssignedMemberThreadsAccountRawDto, type index$1_AutoFillInstagramAccountRawDto as AutoFillInstagramAccountRawDto, type index$1_AutoFillOverviewInstagramAccountRawDto as AutoFillOverviewInstagramAccountRawDto, type index$1_AutoFillOverviewTaskInstagramBlockUserDto as AutoFillOverviewTaskInstagramBlockUserDto, type index$1_AutoFillOverviewThreadsAccountRawDto as AutoFillOverviewThreadsAccountRawDto, type index$1_AutoFillTaskInstagramBlockUserDto as AutoFillTaskInstagramBlockUserDto, type index$1_AutoFillThreadsAccountRawDto as AutoFillThreadsAccountRawDto, type index$1_ChangeInfoInstagramAccountRawDto as ChangeInfoInstagramAccountRawDto, type index$1_CheckSendMessageLark as CheckSendMessageLark, index$9 as Common, type index$1_CreateAccountSocialGroupDto as CreateAccountSocialGroupDto, type index$1_CreateAccountVPSDto as CreateAccountVPSDto, type index$1_CreateBlogDto as CreateBlogDto, type index$1_CreateBlogsCategoryDto as CreateBlogsCategoryDto, type index$1_CreateDepartmentDto as CreateDepartmentDto, type index$1_CreateInstagramSettingInteractFollowDto as CreateInstagramSettingInteractFollowDto, type index$1_CreateInstagramSettingInteractReplyCommentDto as CreateInstagramSettingInteractReplyCommentDto, type index$1_CreateInstagramSettingInteractReplyMessageDto as CreateInstagramSettingInteractReplyMessageDto, type index$1_CreateInstagramSettingInteractUnFollowDto as CreateInstagramSettingInteractUnFollowDto, type index$1_CreateInstagramSettingPostDto as CreateInstagramSettingPostDto, type index$1_CreateLarkDto as CreateLarkDto, type index$1_CreateManagerImageAIDto as CreateManagerImageAIDto, type index$1_CreateManagerWorkDto as CreateManagerWorkDto, type index$1_CreateProxyDto as CreateProxyDto, type index$1_CreateRoleDto as CreateRoleDto, type index$1_CreateSheetToolDto as CreateSheetToolDto, type index$1_CreateSheetWorkDto as CreateSheetWorkDto, type index$1_CreateTaskAIContentDto as CreateTaskAIContentDto, type index$1_CreateTaskInstagramBlockUserDto as CreateTaskInstagramBlockUserDto, type index$1_CreateTaskInstagramChangeInfoDto as CreateTaskInstagramChangeInfoDto, type index$1_CreateTaskInstagramFollowDto as CreateTaskInstagramFollowDto, type index$1_CreateTaskInstagramPostDto as CreateTaskInstagramPostDto, type index$1_CreateTaskInstagramReplyCommentDto as CreateTaskInstagramReplyCommentDto, type index$1_CreateTaskInstagramReplyMessageDto as CreateTaskInstagramReplyMessageDto, type index$1_CreateTaskThreadsFollowDto as CreateTaskThreadsFollowDto, type index$1_CreateTaskThreadsPostDto as CreateTaskThreadsPostDto, type index$1_CreateTaskThreadsReplyCommentDto as CreateTaskThreadsReplyCommentDto, type index$1_CreateTaskThreadsReplyMessageDto as CreateTaskThreadsReplyMessageDto, type index$1_CreateTasksJobDto as CreateTasksJobDto, type index$1_CreateTeamDto as CreateTeamDto, type index$1_CreateUserDto as CreateUserDto, type index$1_DataImportInstagramAccountRawDto as DataImportInstagramAccountRawDto, 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_EManagerImageAIFolder as EManagerImageAIFolder, index$1_EManagerImageAIModel as EManagerImageAIModel, index$1_EManualContentStatusPost as EManualContentStatusPost, index$1_EManualContentStatusTask as EManualContentStatusTask, index$1_EManualContentTypePost as EManualContentTypePost, index$1_EStatusAccountCHPlayICloud as EStatusAccountCHPlayICloud, index$1_EStatusAccountCanva as EStatusAccountCanva, index$1_EStatusAccountDrive as EStatusAccountDrive, index$1_EStatusAccountVPN as EStatusAccountVPN, index$1_EStatusEmail as EStatusEmail, index$1_EStatusProxyChecked as EStatusProxyChecked, index$1_EStatusProxyNewIP as EStatusProxyNewIP, index$1_EStatusTaskAIContent as EStatusTaskAIContent, index$1_ETaskGenerateAIStatus as ETaskGenerateAIStatus, index$1_ETaskGenerateAIType as ETaskGenerateAIType, index$1_ETypeRatioImage as ETypeRatioImage, index$1_ETypeSettingInstagram as ETypeSettingInstagram, index$1_EVPSCore as EVPSCore, index$1_EVPSExtension as EVPSExtension, index$1_EVPSOs as EVPSOs, index$1_EVPSRam as EVPSRam, index$1_EVPSStatus as EVPSStatus, index$1_EVPSStatusConnection as EVPSStatusConnection, index$1_EVPSStatusGpmLoginEmail as EVPSStatusGpmLoginEmail, index$1_EVPSStatusReplace as EVPSStatusReplace, index$1_EVPSStatusRestart as EVPSStatusRestart, index$1_EVPSTimeRestart as EVPSTimeRestart, type index$1_EditStatusImageItemDto as EditStatusImageItemDto, type index$1_EditStatusManualContentSocialChildrenItemPost as EditStatusManualContentSocialChildrenItemPost, type index$1_FilterAccountAIContentChannelDto as FilterAccountAIContentChannelDto, type index$1_FilterAccountAIContentDto as FilterAccountAIContentDto, type index$1_FilterAccountAIContentInfoDto as FilterAccountAIContentInfoDto, type index$1_FilterAccountCHPlayICloudDto as FilterAccountCHPlayICloudDto, type index$1_FilterAccountCanvaDto as FilterAccountCanvaDto, type index$1_FilterAccountDriveDto as FilterAccountDriveDto, type index$1_FilterAccountEmailDto as FilterAccountEmailDto, type index$1_FilterAccountEmailManagerDto as FilterAccountEmailManagerDto, type index$1_FilterAccountSocialGroupDto as FilterAccountSocialGroupDto, type index$1_FilterAccountVPNDto as FilterAccountVPNDto, type index$1_FilterAccountVPSDto as FilterAccountVPSDto, type index$1_FilterAccountVPSGroupDto as FilterAccountVPSGroupDto, type index$1_FilterBlogCategoryDto as FilterBlogCategoryDto, type index$1_FilterBlogDto as FilterBlogDto, type index$1_FilterCheckerAccountInstagramDashboardFollowerDto as FilterCheckerAccountInstagramDashboardFollowerDto, type index$1_FilterCheckerAccountThreadsDashboardFollowerDto as FilterCheckerAccountThreadsDashboardFollowerDto, type index$1_FilterDepartmentDto as FilterDepartmentDto, type index$1_FilterDeviceDto as FilterDeviceDto, type index$1_FilterDeviceLogDto as FilterDeviceLogDto, type index$1_FilterHistoryTaskAIContentDto as FilterHistoryTaskAIContentDto, type index$1_FilterInstagramAccountRawDto as FilterInstagramAccountRawDto, type index$1_FilterInstagramAccountRunDto as FilterInstagramAccountRunDto, type index$1_FilterInstagramDashboardFollowerDto as FilterInstagramDashboardFollowerDto, type index$1_FilterInstagramHistoryAutoSyncDto as FilterInstagramHistoryAutoSyncDto, type index$1_FilterInstagramHistoryChangeInfoDto as FilterInstagramHistoryChangeInfoDto, type index$1_FilterInstagramHistoryCreateNewDto as FilterInstagramHistoryCreateNewDto, type index$1_FilterInstagramHistoryGroupDto as FilterInstagramHistoryGroupDto, type index$1_FilterInstagramReportInteractBlockUserDto as FilterInstagramReportInteractBlockUserDto, type index$1_FilterInstagramReportInteractFollowDto as FilterInstagramReportInteractFollowDto, type index$1_FilterInstagramReportInteractReplyCommentDto as FilterInstagramReportInteractReplyCommentDto, type index$1_FilterInstagramReportInteractReplyMessageDto as FilterInstagramReportInteractReplyMessageDto, type index$1_FilterInstagramReportInteractUnFollowDto as FilterInstagramReportInteractUnFollowDto, type index$1_FilterInstagramReportPostHighLightDto as FilterInstagramReportPostHighLightDto, type index$1_FilterInstagramReportPostNewDto as FilterInstagramReportPostNewDto, type index$1_FilterInstagramReportPostReelDto as FilterInstagramReportPostReelDto, type index$1_FilterInstagramReportPostSquareDto as FilterInstagramReportPostSquareDto, type index$1_FilterInstagramReportPostStoryDto as FilterInstagramReportPostStoryDto, type index$1_FilterInstagramSettingFollowDto as FilterInstagramSettingFollowDto, type index$1_FilterInstagramSettingInteractFollowDto as FilterInstagramSettingInteractFollowDto, type index$1_FilterInstagramSettingInteractReplyCommentDto as FilterInstagramSettingInteractReplyCommentDto, type index$1_FilterInstagramSettingInteractReplyMessageDto as FilterInstagramSettingInteractReplyMessageDto, type index$1_FilterInstagramSettingInteractUnFollowDto as FilterInstagramSettingInteractUnFollowDto, type index$1_FilterInstagramSettingPostDto as FilterInstagramSettingPostDto, type index$1_FilterInstagramSettingReplyCommentDto as FilterInstagramSettingReplyCommentDto, type index$1_FilterInstagramSettingReplyMessageDto as FilterInstagramSettingReplyMessageDto, type index$1_FilterInstagramSettingUnFollowDto as FilterInstagramSettingUnFollowDto, type index$1_FilterLarkDto as FilterLarkDto, type index$1_FilterManagerImageAIDto as FilterManagerImageAIDto, type index$1_FilterManagerSheetDto as FilterManagerSheetDto, type index$1_FilterManagerWorkDto as FilterManagerWorkDto, type index$1_FilterManualContentSocialDto as FilterManualContentSocialDto, type index$1_FilterPCDto as FilterPCDto, type index$1_FilterPerformanceBreakdownInstagramDashboardFollowerDto as FilterPerformanceBreakdownInstagramDashboardFollowerDto, type index$1_FilterPerformanceBreakdownThreadsDashboardFollowerDto as FilterPerformanceBreakdownThreadsDashboardFollowerDto, type index$1_FilterProxyDto as FilterProxyDto, type index$1_FilterRoleDto as FilterRoleDto, type index$1_FilterSheetWorkCategoryDto as FilterSheetWorkCategoryDto, type index$1_FilterSheetWorkDto as FilterSheetWorkDto, type index$1_FilterSheetsToolDto as FilterSheetsToolDto, type index$1_FilterTaskAIContentDto as FilterTaskAIContentDto, type index$1_FilterTaskAIImageVoiceCanvaInstagramDto as FilterTaskAIImageVoiceCanvaInstagramDto, type index$1_FilterTaskInstagramBlockUserDto as FilterTaskInstagramBlockUserDto, type index$1_FilterTaskInstagramChangeInfoDto as FilterTaskInstagramChangeInfoDto, type index$1_FilterTaskInstagramFollowDto as FilterTaskInstagramFollowDto, type index$1_FilterTaskInstagramPostDto as FilterTaskInstagramPostDto, type index$1_FilterTaskInstagramReplyCommentDto as FilterTaskInstagramReplyCommentDto, type index$1_FilterTaskInstagramReplyMessageDto as FilterTaskInstagramReplyMessageDto, type index$1_FilterTaskThreadsFollowDto as FilterTaskThreadsFollowDto, type index$1_FilterTaskThreadsPostDto as FilterTaskThreadsPostDto, type index$1_FilterTaskThreadsReplyCommentDto as FilterTaskThreadsReplyCommentDto, type index$1_FilterTaskThreadsReplyMessageDto as FilterTaskThreadsReplyMessageDto, type index$1_FilterTeamDto as FilterTeamDto, type index$1_FilterThreadsAccountRawDto as FilterThreadsAccountRawDto, type index$1_FilterThreadsAccountRunDto as FilterThreadsAccountRunDto, type index$1_FilterThreadsDashboardFollowerDto as FilterThreadsDashboardFollowerDto, type index$1_FilterThreadsReportInteractFollowDto as FilterThreadsReportInteractFollowDto, type index$1_FilterThreadsReportInteractReplyCommentDto as FilterThreadsReportInteractReplyCommentDto, type index$1_FilterThreadsReportInteractReplyMessageDto as FilterThreadsReportInteractReplyMessageDto, type index$1_FilterThreadsReportInteractUnFollowDto as FilterThreadsReportInteractUnFollowDto, type index$1_FilterThreadsReportPostDto as FilterThreadsReportPostDto, type index$1_FilterThreadsSettingInteractFollowDto as FilterThreadsSettingInteractFollowDto, type index$1_FilterThreadsSettingInteractReplyCommentDto as FilterThreadsSettingInteractReplyCommentDto, type index$1_FilterThreadsSettingInteractReplyMessageDto as FilterThreadsSettingInteractReplyMessageDto, type index$1_FilterThreadsSettingInteractUnFollowDto as FilterThreadsSettingInteractUnFollowDto, type index$1_FilterThreadsSettingPostDto as FilterThreadsSettingPostDto, type index$1_FilterUserDto as FilterUserDto, type index$1_FindAccountAIContentChannelDto as FindAccountAIContentChannelDto, type index$1_FindAccountAIContentDto as FindAccountAIContentDto, type index$1_FindAccountAIContentInfoDto as FindAccountAIContentInfoDto, type index$1_FindAccountCHPlayICloudDto as FindAccountCHPlayICloudDto, type index$1_FindAccountCanvaDto as FindAccountCanvaDto, type index$1_FindAccountDriveDto as FindAccountDriveDto, type index$1_FindAccountEmailDto as FindAccountEmailDto, type index$1_FindAccountForCheckerInstagramDashboard as FindAccountForCheckerInstagramDashboard, type index$1_FindAccountForCheckerThreadsDashboard as FindAccountForCheckerThreadsDashboard, type index$1_FindAccountSocialGroupDto as FindAccountSocialGroupDto, type index$1_FindAccountSocialGroupPopupSocialDto as FindAccountSocialGroupPopupSocialDto, type index$1_FindAccountVPNDto as FindAccountVPNDto, type index$1_FindAccountVPSDto as FindAccountVPSDto, type index$1_FindAccountVPSGroupDto as FindAccountVPSGroupDto, type index$1_FindAccountVPSGroupPopupDto as FindAccountVPSGroupPopupDto, type index$1_FindAutoFillDeviceDto as FindAutoFillDeviceDto, type index$1_FindBlogCategoryDto as FindBlogCategoryDto, type index$1_FindBlogDto as FindBlogDto, type index$1_FindCheckerAccountInstagramDashboardFollowerDto as FindCheckerAccountInstagramDashboardFollowerDto, type index$1_FindCheckerAccountThreadsDashboardFollowerDto as FindCheckerAccountThreadsDashboardFollowerDto, type index$1_FindDepartmentDto as FindDepartmentDto, type index$1_FindDeviceAvailableForAddAccountVPNDto as FindDeviceAvailableForAddAccountVPNDto, type index$1_FindDeviceAvailableForAddCHPlayICloudDto as FindDeviceAvailableForAddCHPlayICloudDto, type index$1_FindDeviceAvailableForAddProxyDto as FindDeviceAvailableForAddProxyDto, type index$1_FindDeviceDto as FindDeviceDto, type index$1_FindDeviceLogDto as FindDeviceLogDto, type index$1_FindGrowthInstagramDashboardFollowerDto as FindGrowthInstagramDashboardFollowerDto, type index$1_FindGrowthThreadsDashboardFollowerDto as FindGrowthThreadsDashboardFollowerDto, type index$1_FindHistoryTaskAIContentDto as FindHistoryTaskAIContentDto, type index$1_FindHistoryTaskAIImageVideoVoiceCanvaInstagramDto as FindHistoryTaskAIImageVideoVoiceCanvaInstagramDto, type index$1_FindInstagramAccountRawDto as FindInstagramAccountRawDto, type index$1_FindInstagramAccountRunDto as FindInstagramAccountRunDto, type index$1_FindInstagramHistoryAutoSyncDto as FindInstagramHistoryAutoSyncDto, type index$1_FindInstagramHistoryChangeInfoDto as FindInstagramHistoryChangeInfoDto, type index$1_FindInstagramHistoryCreateNewDto as FindInstagramHistoryCreateNewDto, type index$1_FindInstagramHistoryGroupDto as FindInstagramHistoryGroupDto, type index$1_FindInstagramSettingInteractFollowDto as FindInstagramSettingInteractFollowDto, type index$1_FindInstagramSettingInteractReplyCommentDto as FindInstagramSettingInteractReplyCommentDto, type index$1_FindInstagramSettingInteractReplyMessageDto as FindInstagramSettingInteractReplyMessageDto, type index$1_FindInstagramSettingInteractUnFollowDto as FindInstagramSettingInteractUnFollowDto, type index$1_FindInstagramSettingPostDto as FindInstagramSettingPostDto, type index$1_FindLarkDto as FindLarkDto, type index$1_FindListAccountSocialForManualContentAdd as FindListAccountSocialForManualContentAdd, type index$1_FindManagerImageAIDto as FindManagerImageAIDto, type index$1_FindManagerSheetDto as FindManagerSheetDto, type index$1_FindManagerWorkDto as FindManagerWorkDto, type index$1_FindManualContentSocialDto as FindManualContentSocialDto, type index$1_FindMemberForAddTeamDto as FindMemberForAddTeamDto, type index$1_FindOverViewDepartmentDto as FindOverViewDepartmentDto, type index$1_FindOverViewInstagramAccountRawDto as FindOverViewInstagramAccountRawDto, type index$1_FindOverViewInstagramAccountRunDto as FindOverViewInstagramAccountRunDto, type index$1_FindOverViewInstagramReportInteractBlockUserDto as FindOverViewInstagramReportInteractBlockUserDto, type index$1_FindOverViewInstagramReportInteractFollowDto as FindOverViewInstagramReportInteractFollowDto, type index$1_FindOverViewInstagramReportInteractReplyCommentDto as FindOverViewInstagramReportInteractReplyCommentDto, type index$1_FindOverViewInstagramReportInteractReplyMessageDto as FindOverViewInstagramReportInteractReplyMessageDto, type index$1_FindOverViewInstagramReportInteractUnFollowDto as FindOverViewInstagramReportInteractUnFollowDto, type index$1_FindOverViewInstagramReportPostHighLightDto as FindOverViewInstagramReportPostHighLightDto, type index$1_FindOverViewInstagramReportPostNewDto as FindOverViewInstagramReportPostNewDto, type index$1_FindOverViewInstagramReportPostReelDto as FindOverViewInstagramReportPostReelDto, type index$1_FindOverViewInstagramReportPostSquareDto as FindOverViewInstagramReportPostSquareDto, type index$1_FindOverViewInstagramReportPostStoryDto as FindOverViewInstagramReportPostStoryDto, type index$1_FindOverViewInstagramSettingInteractFollowDto as FindOverViewInstagramSettingInteractFollowDto, type index$1_FindOverViewInstagramSettingInteractReplyCommentDto as FindOverViewInstagramSettingInteractReplyCommentDto, type index$1_FindOverViewInstagramSettingInteractReplyMessageDto as FindOverViewInstagramSettingInteractReplyMessageDto, type index$1_FindOverViewInstagramSettingInteractUnFollowDto as FindOverViewInstagramSettingInteractUnFollowDto, type index$1_FindOverViewInstagramSettingPostDto as FindOverViewInstagramSettingPostDto, type index$1_FindOverViewLarkDto as FindOverViewLarkDto, type index$1_FindOverViewTaskAIContentDto as FindOverViewTaskAIContentDto, type index$1_FindOverViewTaskAIImageVoiceCanvaInstagramDto as FindOverViewTaskAIImageVoiceCanvaInstagramDto, type index$1_FindOverViewTaskInstagramBlockUserDto as FindOverViewTaskInstagramBlockUserDto, type index$1_FindOverViewTaskInstagramChangeInfoDto as FindOverViewTaskInstagramChangeInfoDto, type index$1_FindOverViewTaskInstagramFollowDto as FindOverViewTaskInstagramFollowDto, type index$1_FindOverViewTaskInstagramPostDto as FindOverViewTaskInstagramPostDto, type index$1_FindOverViewTaskInstagramReplyCommentDto as FindOverViewTaskInstagramReplyCommentDto, type index$1_FindOverViewTaskInstagramReplyMessageDto as FindOverViewTaskInstagramReplyMessageDto, type index$1_FindOverViewTaskThreadsFollowDto as FindOverViewTaskThreadsFollowDto, type index$1_FindOverViewTaskThreadsPostDto as FindOverViewTaskThreadsPostDto, type index$1_FindOverViewTaskThreadsReplyCommentDto as FindOverViewTaskThreadsReplyCommentDto, type index$1_FindOverViewTaskThreadsReplyMessageDto as FindOverViewTaskThreadsReplyMessageDto, type index$1_FindOverViewThreadsAccountDto as FindOverViewThreadsAccountDto, type index$1_FindOverViewThreadsAccountRowDto as FindOverViewThreadsAccountRowDto, type index$1_FindOverViewThreadsReportInteractFollowDto as FindOverViewThreadsReportInteractFollowDto, type index$1_FindOverViewThreadsReportInteractReplyCommentDto as FindOverViewThreadsReportInteractReplyCommentDto, type index$1_FindOverViewThreadsReportInteractReplyMessageDto as FindOverViewThreadsReportInteractReplyMessageDto, type index$1_FindOverViewThreadsReportInteractUnFollowDto as FindOverViewThreadsReportInteractUnFollowDto, type index$1_FindOverViewThreadsReportPostDto as FindOverViewThreadsReportPostDto, type index$1_FindOverViewThreadsSettingInteractFollowDto as FindOverViewThreadsSettingInteractFollowDto, type index$1_FindOverViewThreadsSettingInteractReplyCommentDto as FindOverViewThreadsSettingInteractReplyCommentDto, type index$1_FindOverViewThreadsSettingInteractReplyMessageDto as FindOverViewThreadsSettingInteractReplyMessageDto, type index$1_FindOverViewThreadsSettingInteractUnFollowDto as FindOverViewThreadsSettingInteractUnFollowDto, type index$1_FindOverViewThreadsSettingPostDto as FindOverViewThreadsSettingPostDto, type index$1_FindOverviewAccountCHPlayICloudDto as FindOverviewAccountCHPlayICloudDto, type index$1_FindOverviewAccountCanvaDto as FindOverviewAccountCanvaDto, type index$1_FindOverviewAccountDriveDto as FindOverviewAccountDriveDto, type index$1_FindOverviewAccountEmailDto as FindOverviewAccountEmailDto, type index$1_FindOverviewAccountEmailManagerDto as FindOverviewAccountEmailManagerDto, type index$1_FindOverviewAccountVPNDto as FindOverviewAccountVPNDto, type index$1_FindOverviewAccountVPSDto as FindOverviewAccountVPSDto, 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_FindOverviewInstagramDashboardFollowerDto as FindOverviewInstagramDashboardFollowerDto, type index$1_FindOverviewInstagramHistoryAutoSyncDto as FindOverviewInstagramHistoryAutoSyncDto, type index$1_FindOverviewInstagramHistoryChangeInfoDto as FindOverviewInstagramHistoryChangeInfoDto, type index$1_FindOverviewInstagramHistoryCreateNewDto as FindOverviewInstagramHistoryCreateNewDto, type index$1_FindOverviewInstagramHistoryGroupDto as FindOverviewInstagramHistoryGroupDto, type index$1_FindOverviewManagerImageAIDto as FindOverviewManagerImageAIDto, type index$1_FindOverviewManualContentSocialDto as FindOverviewManualContentSocialDto, type index$1_FindOverviewPCDto as FindOverviewPCDto, type index$1_FindOverviewProxyDto as FindOverviewProxyDto, type index$1_FindOverviewRoleDto as FindOverviewRoleDto, type index$1_FindOverviewTeamDto as FindOverviewTeamDto, type index$1_FindOverviewThreadsDashboardFollowerDto as FindOverviewThreadsDashboardFollowerDto, type index$1_FindOverviewUserDto as FindOverviewUserDto, type index$1_FindPCDetail as FindPCDetail, type index$1_FindPCDto as FindPCDto, type index$1_FindPerformanceBreakdownInstagramDashboardFollowerDto as FindPerformanceBreakdownInstagramDashboardFollowerDto, type index$1_FindPerformanceBreakdownOverviewInstagramDashboardFollowerDto as FindPerformanceBreakdownOverviewInstagramDashboardFollowerDto, type index$1_FindPerformanceBreakdownOverviewThreadsDashboardFollowerDto as FindPerformanceBreakdownOverviewThreadsDashboardFollowerDto, type index$1_FindPerformanceBreakdownThreadsDashboardFollowerDto as FindPerformanceBreakdownThreadsDashboardFollowerDto, type index$1_FindProxyDto as FindProxyDto, type index$1_FindReplaceDeviceDto as FindReplaceDeviceDto, type index$1_FindRoleDetailDto as FindRoleDetailDto, type index$1_FindRoleDto as FindRoleDto, type index$1_FindRoleOfMe as FindRoleOfMe, type index$1_FindSheetWorkCategoryDto as FindSheetWorkCategoryDto, type index$1_FindSheetWorkDto as FindSheetWorkDto, type index$1_FindSheetsToolDto as FindSheetsToolDto, type index$1_FindTaskAIContentDto as FindTaskAIContentDto, type index$1_FindTaskAvailableAIContentDto as FindTaskAvailableAIContentDto, type index$1_FindTaskInstagramBlockUserDto as FindTaskInstagramBlockUserDto, type index$1_FindTaskInstagramChangeInfoDto as FindTaskInstagramChangeInfoDto, type index$1_FindTaskInstagramFollowDto as FindTaskInstagramFollowDto, type index$1_FindTaskInstagramPostDto as FindTaskInstagramPostDto, type index$1_FindTaskInstagramReplyCommentDto as FindTaskInstagramReplyCommentDto, type index$1_FindTaskInstagramReplyMessageDto as FindTaskInstagramReplyMessageDto, type index$1_FindTaskManualContentSocialDto as FindTaskManualContentSocialDto, type index$1_FindTaskThreadsFollowDto as FindTaskThreadsFollowDto, type index$1_FindTaskThreadsPostDto as FindTaskThreadsPostDto, type index$1_FindTaskThreadsReplyCommentDto as FindTaskThreadsReplyCommentDto, type index$1_FindTaskThreadsReplyMessageDto as FindTaskThreadsReplyMessageDto, type index$1_FindTasksJobDto as FindTasksJobDto, type index$1_FindTeamDto as FindTeamDto, type index$1_FindThreadsAccountRawDto as FindThreadsAccountRawDto, type index$1_FindThreadsAccountRunDto as FindThreadsAccountRunDto, type index$1_FindThreadsSettingInteractFollowDto as FindThreadsSettingInteractFollowDto, type index$1_FindThreadsSettingInteractReplyCommentDto as FindThreadsSettingInteractReplyCommentDto, type index$1_FindThreadsSettingInteractReplyMessageDto as FindThreadsSettingInteractReplyMessageDto, type index$1_FindThreadsSettingInteractUnFollowDto as FindThreadsSettingInteractUnFollowDto, type index$1_FindThreadsSettingPostDto as FindThreadsSettingPostDto, type index$1_FindUserDto as FindUserDto, index$2 as Forum, 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_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_IAccountVPSProvider as IAccountVPSProvider, type index$1_IAccountVPSSocial as IAccountVPSSocial, type index$1_IAssignTeam as IAssignTeam, 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_IFilterSettingAccountSocialFindForSettingDto as IFilterSettingAccountSocialFindForSettingDto, type index$1_IGPMProfile as IGPMProfile, type index$1_IHistoryTaskAIContent as IHistoryTaskAIContent, type index$1_IHistoryTaskAIImageVideoVoiceCanvaInstagram as IHistoryTaskAIImageVideoVoiceCanvaInstagram, type index$1_IHistoryTaskAIImageVideoVoiceCanvaThreads as IHistoryTaskAIImageVideoVoiceCanvaThreads, 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_IMailWork as IMailWork, 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_IManualContentRunTime as IManualContentRunTime, type index$1_IManualContentSocial as IManualContentSocial, type index$1_IManualContentSocialChildren as IManualContentSocialChildren, type index$1_IManualContentSocialChildrenItemPost as IManualContentSocialChildrenItemPost, type index$1_IManualContentSocialNiche as IManualContentSocialNiche, 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_ISettingAccountSocialDto as ISettingAccountSocialDto, 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_ITaskAIImageCanva as ITaskAIImageCanva, type index$1_ITaskAIImageVideoVoiceCanvaInstagram as ITaskAIImageVideoVoiceCanvaInstagram, type index$1_ITaskAIImageVideoVoiceCanvaThreads as ITaskAIImageVideoVoiceCanvaThreads, 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_ITaskManualContentSocial as ITaskManualContentSocial, 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, type index$1_ImportAccountVPSDto as ImportAccountVPSDto, type index$1_ImportInstagramAccountRawDto as ImportInstagramAccountRawDto, type index$1_ImportManagerWorkDto as ImportManagerWorkDto, type index$1_ImportSheetWorkDto as ImportSheetWorkDto, type index$1_ListManualContentSocialChildrenDto as ListManualContentSocialChildrenDto, type index$1_LoadInfoUrlSheetToolDto as LoadInfoUrlSheetToolDto, type index$1_OverviewSheetsToolDto as OverviewSheetsToolDto, type index$1_PayloadUrlSheetToolDto as PayloadUrlSheetToolDto, index$a as Permission, type index$1_ReplaceAccountVSPDto as ReplaceAccountVSPDto, type index$1_ResultChangeInfoInstagramAccountRawDto as ResultChangeInfoInstagramAccountRawDto, type index$1_ResultImportInstagramAccountRawDto as ResultImportInstagramAccountRawDto, index$3 as Socials, type index$1_StatisticsManagerWorkDto as StatisticsManagerWorkDto, type index$1_StatisticsSheetWorkDto as StatisticsSheetWorkDto, type index$1_StoreTaskManualContentSocialForRunDto as StoreTaskManualContentSocialForRunDto, index$4 as Tool, type index$1_UpdateAccountSocialGroupDto as UpdateAccountSocialGroupDto, type index$1_UpdateAccountVPSDto as UpdateAccountVPSDto, type index$1_UpdateBlogDto as UpdateBlogDto, type index$1_UpdateBlogsCategoryDto as UpdateBlogsCategoryDto, type index$1_UpdateDepartmentDto as UpdateDepartmentDto, type index$1_UpdateDeviceDto as UpdateDeviceDto, type index$1_UpdateInstagramSettingInteractFollowDto as UpdateInstagramSettingInteractFollowDto, type index$1_UpdateInstagramSettingInteractReplyCommentDto as UpdateInstagramSettingInteractReplyCommentDto, type index$1_UpdateInstagramSettingInteractReplyMessageDto as UpdateInstagramSettingInteractReplyMessageDto, type index$1_UpdateInstagramSettingInteractUnFollowDto as UpdateInstagramSettingInteractUnFollowDto, type index$1_UpdateInstagramSettingPostDto as UpdateInstagramSettingPostDto, type index$1_UpdateLarkDto as UpdateLarkDto, type index$1_UpdateManagerWorkDto as UpdateManagerWorkDto, type index$1_UpdatePCDto as UpdatePCDto, type index$1_UpdateProxyDto as UpdateProxyDto, type index$1_UpdateRoleDto as UpdateRoleDto, type index$1_UpdateSheetWorkDto as UpdateSheetWorkDto, type index$1_UpdateSheetsToolDto as UpdateSheetsToolDto, type index$1_UpdateTaskAIContentDto as UpdateTaskAIContentDto, type index$1_UpdateTaskInstagramBlockUserDto as UpdateTaskInstagramBlockUserDto, type index$1_UpdateTaskInstagramChangeInfoDto as UpdateTaskInstagramChangeInfoDto, type index$1_UpdateTaskInstagramFollowDto as UpdateTaskInstagramFollowDto, type index$1_UpdateTaskInstagramPostDto as UpdateTaskInstagramPostDto, type index$1_UpdateTaskInstagramReplyCommentDto as UpdateTaskInstagramReplyCommentDto, type index$1_UpdateTaskInstagramReplyMessageDto as UpdateTaskInstagramReplyMessageDto, type index$1_UpdateTaskThreadsFollowDto as UpdateTaskThreadsFollowDto, type index$1_UpdateTaskThreadsPostDto as UpdateTaskThreadsPostDto, type index$1_UpdateTaskThreadsReplyCommentDto as UpdateTaskThreadsReplyCommentDto, type index$1_UpdateTaskThreadsReplyMessageDto as UpdateTaskThreadsReplyMessageDto, type index$1_UpdateTasksJobDto as UpdateTasksJobDto, type index$1_UpdateTeamDto as UpdateTeamDto, type index$1_UpdateUserDto as UpdateUserDto, type index$1_UpsertManualContentSocialChildrenDto as UpsertManualContentSocialChildrenDto, type index$1_UpsertManualContentSocialChildrenItemPostDto as UpsertManualContentSocialChildrenItemPostDto, type index$1_UpsertManualContentSocialDto as UpsertManualContentSocialDto, type index$1_ViewAsyncManualContentDto as ViewAsyncManualContentDto, type index$1_ViewAutoSyncInformationManualContentDto as ViewAutoSyncInformationManualContentDto, type index$1_ViewDetailDeviceDto as ViewDetailDeviceDto, type index$1_ViewDetailFolderDto as ViewDetailFolderDto, type index$1_ViewDetailSheetsToolDto as ViewDetailSheetsToolDto, type index$1_ViewListGPMProfileDto as ViewListGPMProfileDto, type index$1_ViewSettingInstagramOfAccountDto as ViewSettingInstagramOfAccountDto, index$5 as Workspace };
|
|
18076
|
+
export { type index$1_ActionLoadInfoUrlSheetToolDto as ActionLoadInfoUrlSheetToolDto, type index$1_ActionPopupDeviceAccountDto as ActionPopupDeviceAccountDto, type index$1_AddAccountForDeviceDto as AddAccountForDeviceDto, type index$1_AddBulkManualContentSocialInstagramChildrenDto as AddBulkManualContentSocialInstagramChildrenDto, type index$1_AddBulkManualContentSocialThreadsChildrenDto as AddBulkManualContentSocialThreadsChildrenDto, type index$1_AddManualContentSocialInstagramChildrenDto as AddManualContentSocialInstagramChildrenDto, type index$1_AddManualContentSocialThreadsChildrenDto as AddManualContentSocialThreadsChildrenDto, type index$1_AddToDeviceAccountCHPlayICloudDto as AddToDeviceAccountCHPlayICloudDto, type index$1_AddToDeviceAccountVPNDto as AddToDeviceAccountVPNDto, type index$1_AddToDeviceProxyDto as AddToDeviceProxyDto, type index$1_ApplyAutoFillDeviceDto as ApplyAutoFillDeviceDto, type index$1_ApplyReplaceDeviceDto as ApplyReplaceDeviceDto, type index$1_ApplyTimeDashboardDto as ApplyTimeDashboardDto, index$8 as Auth, type index$1_AutoFillAssignedMemberInstagramAccountRawDto as AutoFillAssignedMemberInstagramAccountRawDto, type index$1_AutoFillAssignedMemberThreadsAccountRawDto as AutoFillAssignedMemberThreadsAccountRawDto, type index$1_AutoFillInstagramAccountRawDto as AutoFillInstagramAccountRawDto, type index$1_AutoFillOverviewInstagramAccountRawDto as AutoFillOverviewInstagramAccountRawDto, type index$1_AutoFillOverviewTaskInstagramBlockUserDto as AutoFillOverviewTaskInstagramBlockUserDto, type index$1_AutoFillOverviewThreadsAccountRawDto as AutoFillOverviewThreadsAccountRawDto, type index$1_AutoFillTaskInstagramBlockUserDto as AutoFillTaskInstagramBlockUserDto, type index$1_AutoFillThreadsAccountRawDto as AutoFillThreadsAccountRawDto, type index$1_ChangeInfoInstagramAccountRawDto as ChangeInfoInstagramAccountRawDto, type index$1_CheckSendMessageLark as CheckSendMessageLark, index$9 as Common, type index$1_CreateAccountSocialGroupDto as CreateAccountSocialGroupDto, type index$1_CreateAccountVPSDto as CreateAccountVPSDto, type index$1_CreateBlogDto as CreateBlogDto, type index$1_CreateBlogsCategoryDto as CreateBlogsCategoryDto, type index$1_CreateDepartmentDto as CreateDepartmentDto, type index$1_CreateInstagramSettingInteractFollowDto as CreateInstagramSettingInteractFollowDto, type index$1_CreateInstagramSettingInteractReplyCommentDto as CreateInstagramSettingInteractReplyCommentDto, type index$1_CreateInstagramSettingInteractReplyMessageDto as CreateInstagramSettingInteractReplyMessageDto, type index$1_CreateInstagramSettingInteractUnFollowDto as CreateInstagramSettingInteractUnFollowDto, type index$1_CreateInstagramSettingPostDto as CreateInstagramSettingPostDto, type index$1_CreateLarkDto as CreateLarkDto, type index$1_CreateManagerImageAIInstagramDto as CreateManagerImageAIInstagramDto, type index$1_CreateManagerImageAIThreadsDto as CreateManagerImageAIThreadsDto, type index$1_CreateManagerWorkDto as CreateManagerWorkDto, type index$1_CreateProxyDto as CreateProxyDto, type index$1_CreateRoleDto as CreateRoleDto, type index$1_CreateSheetToolDto as CreateSheetToolDto, type index$1_CreateSheetWorkDto as CreateSheetWorkDto, type index$1_CreateTaskAIContentDto as CreateTaskAIContentDto, type index$1_CreateTaskInstagramBlockUserDto as CreateTaskInstagramBlockUserDto, type index$1_CreateTaskInstagramChangeInfoDto as CreateTaskInstagramChangeInfoDto, type index$1_CreateTaskInstagramFollowDto as CreateTaskInstagramFollowDto, type index$1_CreateTaskInstagramPostDto as CreateTaskInstagramPostDto, type index$1_CreateTaskInstagramReplyCommentDto as CreateTaskInstagramReplyCommentDto, type index$1_CreateTaskInstagramReplyMessageDto as CreateTaskInstagramReplyMessageDto, type index$1_CreateTaskThreadsFollowDto as CreateTaskThreadsFollowDto, type index$1_CreateTaskThreadsPostDto as CreateTaskThreadsPostDto, type index$1_CreateTaskThreadsReplyCommentDto as CreateTaskThreadsReplyCommentDto, type index$1_CreateTaskThreadsReplyMessageDto as CreateTaskThreadsReplyMessageDto, type index$1_CreateTasksJobDto as CreateTasksJobDto, type index$1_CreateTeamDto as CreateTeamDto, type index$1_CreateUserDto as CreateUserDto, type index$1_DataImportInstagramAccountRawDto as DataImportInstagramAccountRawDto, 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_EManagerImageAIInstagramFolder as EManagerImageAIInstagramFolder, index$1_EManagerImageAIInstagramModel as EManagerImageAIInstagramModel, index$1_EManagerImageAIThreadsFolder as EManagerImageAIThreadsFolder, index$1_EManagerImageAIThreadsModel as EManagerImageAIThreadsModel, index$1_EManualContentSocialInstagramStatusPost as EManualContentSocialInstagramStatusPost, index$1_EManualContentSocialInstagramStatusTask as EManualContentSocialInstagramStatusTask, index$1_EManualContentSocialInstagramTypePost as EManualContentSocialInstagramTypePost, index$1_EManualContentSocialThreadsStatusPost as EManualContentSocialThreadsStatusPost, index$1_EManualContentSocialThreadsStatusTask as EManualContentSocialThreadsStatusTask, index$1_EManualContentSocialThreadsTypePost as EManualContentSocialThreadsTypePost, index$1_EStatusAccountCHPlayICloud as EStatusAccountCHPlayICloud, index$1_EStatusAccountCanva as EStatusAccountCanva, index$1_EStatusAccountDrive as EStatusAccountDrive, index$1_EStatusAccountVPN as EStatusAccountVPN, index$1_EStatusEmail as EStatusEmail, index$1_EStatusProxyChecked as EStatusProxyChecked, index$1_EStatusProxyNewIP as EStatusProxyNewIP, index$1_EStatusTaskAIContent as EStatusTaskAIContent, index$1_ETaskGenerateAIStatus as ETaskGenerateAIStatus, index$1_ETaskGenerateAIType as ETaskGenerateAIType, index$1_ETypeRatioImage as ETypeRatioImage, index$1_ETypeSettingInstagram as ETypeSettingInstagram, index$1_EVPSCore as EVPSCore, index$1_EVPSExtension as EVPSExtension, index$1_EVPSOs as EVPSOs, index$1_EVPSRam as EVPSRam, index$1_EVPSStatus as EVPSStatus, index$1_EVPSStatusConnection as EVPSStatusConnection, index$1_EVPSStatusGpmLoginEmail as EVPSStatusGpmLoginEmail, index$1_EVPSStatusReplace as EVPSStatusReplace, index$1_EVPSStatusRestart as EVPSStatusRestart, index$1_EVPSTimeRestart as EVPSTimeRestart, type index$1_EditStatusImageItemInstagramDto as EditStatusImageItemInstagramDto, type index$1_EditStatusImageItemThreadsDto as EditStatusImageItemThreadsDto, type index$1_EditStatusManualContentSocialInstagramChildrenItemPost as EditStatusManualContentSocialInstagramChildrenItemPost, type index$1_EditStatusManualContentSocialThreadsChildrenItemPost as EditStatusManualContentSocialThreadsChildrenItemPost, type index$1_FilterAccountAIContentChannelDto as FilterAccountAIContentChannelDto, type index$1_FilterAccountAIContentDto as FilterAccountAIContentDto, type index$1_FilterAccountAIContentInfoDto as FilterAccountAIContentInfoDto, type index$1_FilterAccountCHPlayICloudDto as FilterAccountCHPlayICloudDto, type index$1_FilterAccountCanvaDto as FilterAccountCanvaDto, type index$1_FilterAccountDriveDto as FilterAccountDriveDto, type index$1_FilterAccountEmailDto as FilterAccountEmailDto, type index$1_FilterAccountEmailManagerDto as FilterAccountEmailManagerDto, type index$1_FilterAccountSocialGroupDto as FilterAccountSocialGroupDto, type index$1_FilterAccountVPNDto as FilterAccountVPNDto, type index$1_FilterAccountVPSDto as FilterAccountVPSDto, type index$1_FilterAccountVPSGroupDto as FilterAccountVPSGroupDto, type index$1_FilterBlogCategoryDto as FilterBlogCategoryDto, type index$1_FilterBlogDto as FilterBlogDto, type index$1_FilterCheckerAccountInstagramDashboardFollowerDto as FilterCheckerAccountInstagramDashboardFollowerDto, type index$1_FilterCheckerAccountThreadsDashboardFollowerDto as FilterCheckerAccountThreadsDashboardFollowerDto, type index$1_FilterDepartmentDto as FilterDepartmentDto, type index$1_FilterDeviceDto as FilterDeviceDto, type index$1_FilterDeviceLogDto as FilterDeviceLogDto, type index$1_FilterHistoryTaskAIContentDto as FilterHistoryTaskAIContentDto, type index$1_FilterInstagramAccountRawDto as FilterInstagramAccountRawDto, type index$1_FilterInstagramAccountRunDto as FilterInstagramAccountRunDto, type index$1_FilterInstagramDashboardFollowerDto as FilterInstagramDashboardFollowerDto, type index$1_FilterInstagramHistoryAutoSyncDto as FilterInstagramHistoryAutoSyncDto, type index$1_FilterInstagramHistoryChangeInfoDto as FilterInstagramHistoryChangeInfoDto, type index$1_FilterInstagramHistoryCreateNewDto as FilterInstagramHistoryCreateNewDto, type index$1_FilterInstagramHistoryGroupDto as FilterInstagramHistoryGroupDto, type index$1_FilterInstagramReportInteractBlockUserDto as FilterInstagramReportInteractBlockUserDto, type index$1_FilterInstagramReportInteractFollowDto as FilterInstagramReportInteractFollowDto, type index$1_FilterInstagramReportInteractReplyCommentDto as FilterInstagramReportInteractReplyCommentDto, type index$1_FilterInstagramReportInteractReplyMessageDto as FilterInstagramReportInteractReplyMessageDto, type index$1_FilterInstagramReportInteractUnFollowDto as FilterInstagramReportInteractUnFollowDto, type index$1_FilterInstagramReportPostHighLightDto as FilterInstagramReportPostHighLightDto, type index$1_FilterInstagramReportPostNewDto as FilterInstagramReportPostNewDto, type index$1_FilterInstagramReportPostReelDto as FilterInstagramReportPostReelDto, type index$1_FilterInstagramReportPostSquareDto as FilterInstagramReportPostSquareDto, type index$1_FilterInstagramReportPostStoryDto as FilterInstagramReportPostStoryDto, type index$1_FilterInstagramSettingFollowDto as FilterInstagramSettingFollowDto, type index$1_FilterInstagramSettingInteractFollowDto as FilterInstagramSettingInteractFollowDto, type index$1_FilterInstagramSettingInteractReplyCommentDto as FilterInstagramSettingInteractReplyCommentDto, type index$1_FilterInstagramSettingInteractReplyMessageDto as FilterInstagramSettingInteractReplyMessageDto, type index$1_FilterInstagramSettingInteractUnFollowDto as FilterInstagramSettingInteractUnFollowDto, type index$1_FilterInstagramSettingPostDto as FilterInstagramSettingPostDto, type index$1_FilterInstagramSettingReplyCommentDto as FilterInstagramSettingReplyCommentDto, type index$1_FilterInstagramSettingReplyMessageDto as FilterInstagramSettingReplyMessageDto, type index$1_FilterInstagramSettingUnFollowDto as FilterInstagramSettingUnFollowDto, type index$1_FilterLarkDto as FilterLarkDto, type index$1_FilterManagerImageAIInstagramDto as FilterManagerImageAIInstagramDto, type index$1_FilterManagerImageAIThreadsDto as FilterManagerImageAIThreadsDto, type index$1_FilterManagerSheetDto as FilterManagerSheetDto, type index$1_FilterManagerWorkDto as FilterManagerWorkDto, type index$1_FilterManualContentSocialInstagramDto as FilterManualContentSocialInstagramDto, type index$1_FilterManualContentSocialThreadsDto as FilterManualContentSocialThreadsDto, type index$1_FilterPCDto as FilterPCDto, type index$1_FilterPerformanceBreakdownInstagramDashboardFollowerDto as FilterPerformanceBreakdownInstagramDashboardFollowerDto, type index$1_FilterPerformanceBreakdownThreadsDashboardFollowerDto as FilterPerformanceBreakdownThreadsDashboardFollowerDto, type index$1_FilterProxyDto as FilterProxyDto, type index$1_FilterRoleDto as FilterRoleDto, type index$1_FilterSheetWorkCategoryDto as FilterSheetWorkCategoryDto, type index$1_FilterSheetWorkDto as FilterSheetWorkDto, type index$1_FilterSheetsToolDto as FilterSheetsToolDto, type index$1_FilterTaskAIContentDto as FilterTaskAIContentDto, type index$1_FilterTaskAIImageVoiceCanvaInstagramDto as FilterTaskAIImageVoiceCanvaInstagramDto, type index$1_FilterTaskInstagramBlockUserDto as FilterTaskInstagramBlockUserDto, type index$1_FilterTaskInstagramChangeInfoDto as FilterTaskInstagramChangeInfoDto, type index$1_FilterTaskInstagramFollowDto as FilterTaskInstagramFollowDto, type index$1_FilterTaskInstagramPostDto as FilterTaskInstagramPostDto, type index$1_FilterTaskInstagramReplyCommentDto as FilterTaskInstagramReplyCommentDto, type index$1_FilterTaskInstagramReplyMessageDto as FilterTaskInstagramReplyMessageDto, type index$1_FilterTaskThreadsFollowDto as FilterTaskThreadsFollowDto, type index$1_FilterTaskThreadsPostDto as FilterTaskThreadsPostDto, type index$1_FilterTaskThreadsReplyCommentDto as FilterTaskThreadsReplyCommentDto, type index$1_FilterTaskThreadsReplyMessageDto as FilterTaskThreadsReplyMessageDto, type index$1_FilterTeamDto as FilterTeamDto, type index$1_FilterThreadsAccountRawDto as FilterThreadsAccountRawDto, type index$1_FilterThreadsAccountRunDto as FilterThreadsAccountRunDto, type index$1_FilterThreadsDashboardFollowerDto as FilterThreadsDashboardFollowerDto, type index$1_FilterThreadsReportInteractFollowDto as FilterThreadsReportInteractFollowDto, type index$1_FilterThreadsReportInteractReplyCommentDto as FilterThreadsReportInteractReplyCommentDto, type index$1_FilterThreadsReportInteractReplyMessageDto as FilterThreadsReportInteractReplyMessageDto, type index$1_FilterThreadsReportInteractUnFollowDto as FilterThreadsReportInteractUnFollowDto, type index$1_FilterThreadsReportPostDto as FilterThreadsReportPostDto, type index$1_FilterThreadsSettingInteractFollowDto as FilterThreadsSettingInteractFollowDto, type index$1_FilterThreadsSettingInteractReplyCommentDto as FilterThreadsSettingInteractReplyCommentDto, type index$1_FilterThreadsSettingInteractReplyMessageDto as FilterThreadsSettingInteractReplyMessageDto, type index$1_FilterThreadsSettingInteractUnFollowDto as FilterThreadsSettingInteractUnFollowDto, type index$1_FilterThreadsSettingPostDto as FilterThreadsSettingPostDto, type index$1_FilterUserDto as FilterUserDto, type index$1_FindAccountAIContentChannelDto as FindAccountAIContentChannelDto, type index$1_FindAccountAIContentDto as FindAccountAIContentDto, type index$1_FindAccountAIContentInfoDto as FindAccountAIContentInfoDto, type index$1_FindAccountCHPlayICloudDto as FindAccountCHPlayICloudDto, type index$1_FindAccountCanvaDto as FindAccountCanvaDto, type index$1_FindAccountDriveDto as FindAccountDriveDto, type index$1_FindAccountEmailDto as FindAccountEmailDto, type index$1_FindAccountForCheckerInstagramDashboard as FindAccountForCheckerInstagramDashboard, type index$1_FindAccountForCheckerThreadsDashboard as FindAccountForCheckerThreadsDashboard, type index$1_FindAccountSocialGroupDto as FindAccountSocialGroupDto, type index$1_FindAccountSocialGroupPopupSocialDto as FindAccountSocialGroupPopupSocialDto, type index$1_FindAccountVPNDto as FindAccountVPNDto, type index$1_FindAccountVPSDto as FindAccountVPSDto, type index$1_FindAccountVPSGroupDto as FindAccountVPSGroupDto, type index$1_FindAccountVPSGroupPopupDto as FindAccountVPSGroupPopupDto, type index$1_FindAutoFillDeviceDto as FindAutoFillDeviceDto, type index$1_FindBlogCategoryDto as FindBlogCategoryDto, type index$1_FindBlogDto as FindBlogDto, type index$1_FindCheckerAccountInstagramDashboardFollowerDto as FindCheckerAccountInstagramDashboardFollowerDto, type index$1_FindCheckerAccountThreadsDashboardFollowerDto as FindCheckerAccountThreadsDashboardFollowerDto, type index$1_FindDepartmentDto as FindDepartmentDto, type index$1_FindDeviceAvailableForAddAccountVPNDto as FindDeviceAvailableForAddAccountVPNDto, type index$1_FindDeviceAvailableForAddCHPlayICloudDto as FindDeviceAvailableForAddCHPlayICloudDto, type index$1_FindDeviceAvailableForAddProxyDto as FindDeviceAvailableForAddProxyDto, type index$1_FindDeviceDto as FindDeviceDto, type index$1_FindDeviceLogDto as FindDeviceLogDto, type index$1_FindGrowthInstagramDashboardFollowerDto as FindGrowthInstagramDashboardFollowerDto, type index$1_FindGrowthThreadsDashboardFollowerDto as FindGrowthThreadsDashboardFollowerDto, type index$1_FindHistoryTaskAIContentDto as FindHistoryTaskAIContentDto, type index$1_FindHistoryTaskAIImageVideoVoiceCanvaInstagramDto as FindHistoryTaskAIImageVideoVoiceCanvaInstagramDto, type index$1_FindInstagramAccountRawDto as FindInstagramAccountRawDto, type index$1_FindInstagramAccountRunDto as FindInstagramAccountRunDto, type index$1_FindInstagramHistoryAutoSyncDto as FindInstagramHistoryAutoSyncDto, type index$1_FindInstagramHistoryChangeInfoDto as FindInstagramHistoryChangeInfoDto, type index$1_FindInstagramHistoryCreateNewDto as FindInstagramHistoryCreateNewDto, type index$1_FindInstagramHistoryGroupDto as FindInstagramHistoryGroupDto, type index$1_FindInstagramSettingInteractFollowDto as FindInstagramSettingInteractFollowDto, type index$1_FindInstagramSettingInteractReplyCommentDto as FindInstagramSettingInteractReplyCommentDto, type index$1_FindInstagramSettingInteractReplyMessageDto as FindInstagramSettingInteractReplyMessageDto, type index$1_FindInstagramSettingInteractUnFollowDto as FindInstagramSettingInteractUnFollowDto, type index$1_FindInstagramSettingPostDto as FindInstagramSettingPostDto, type index$1_FindLarkDto as FindLarkDto, type index$1_FindListAccountForManualContentSocialInstagramDto as FindListAccountForManualContentSocialInstagramDto, type index$1_FindListAccountForManualContentSocialThreadsDto as FindListAccountForManualContentSocialThreadsDto, type index$1_FindManagerImageAIInstagramDto as FindManagerImageAIInstagramDto, type index$1_FindManagerImageAIThreadsDto as FindManagerImageAIThreadsDto, type index$1_FindManagerSheetDto as FindManagerSheetDto, type index$1_FindManagerWorkDto as FindManagerWorkDto, type index$1_FindManualContentSocialInstagramDto as FindManualContentSocialInstagramDto, type index$1_FindManualContentSocialThreadsDto as FindManualContentSocialThreadsDto, type index$1_FindMemberForAddTeamDto as FindMemberForAddTeamDto, type index$1_FindOverViewDepartmentDto as FindOverViewDepartmentDto, type index$1_FindOverViewInstagramAccountRawDto as FindOverViewInstagramAccountRawDto, type index$1_FindOverViewInstagramAccountRunDto as FindOverViewInstagramAccountRunDto, type index$1_FindOverViewInstagramReportInteractBlockUserDto as FindOverViewInstagramReportInteractBlockUserDto, type index$1_FindOverViewInstagramReportInteractFollowDto as FindOverViewInstagramReportInteractFollowDto, type index$1_FindOverViewInstagramReportInteractReplyCommentDto as FindOverViewInstagramReportInteractReplyCommentDto, type index$1_FindOverViewInstagramReportInteractReplyMessageDto as FindOverViewInstagramReportInteractReplyMessageDto, type index$1_FindOverViewInstagramReportInteractUnFollowDto as FindOverViewInstagramReportInteractUnFollowDto, type index$1_FindOverViewInstagramReportPostHighLightDto as FindOverViewInstagramReportPostHighLightDto, type index$1_FindOverViewInstagramReportPostNewDto as FindOverViewInstagramReportPostNewDto, type index$1_FindOverViewInstagramReportPostReelDto as FindOverViewInstagramReportPostReelDto, type index$1_FindOverViewInstagramReportPostSquareDto as FindOverViewInstagramReportPostSquareDto, type index$1_FindOverViewInstagramReportPostStoryDto as FindOverViewInstagramReportPostStoryDto, type index$1_FindOverViewInstagramSettingInteractFollowDto as FindOverViewInstagramSettingInteractFollowDto, type index$1_FindOverViewInstagramSettingInteractReplyCommentDto as FindOverViewInstagramSettingInteractReplyCommentDto, type index$1_FindOverViewInstagramSettingInteractReplyMessageDto as FindOverViewInstagramSettingInteractReplyMessageDto, type index$1_FindOverViewInstagramSettingInteractUnFollowDto as FindOverViewInstagramSettingInteractUnFollowDto, type index$1_FindOverViewInstagramSettingPostDto as FindOverViewInstagramSettingPostDto, type index$1_FindOverViewLarkDto as FindOverViewLarkDto, type index$1_FindOverViewTaskAIContentDto as FindOverViewTaskAIContentDto, type index$1_FindOverViewTaskAIImageVoiceCanvaInstagramDto as FindOverViewTaskAIImageVoiceCanvaInstagramDto, type index$1_FindOverViewTaskInstagramBlockUserDto as FindOverViewTaskInstagramBlockUserDto, type index$1_FindOverViewTaskInstagramChangeInfoDto as FindOverViewTaskInstagramChangeInfoDto, type index$1_FindOverViewTaskInstagramFollowDto as FindOverViewTaskInstagramFollowDto, type index$1_FindOverViewTaskInstagramPostDto as FindOverViewTaskInstagramPostDto, type index$1_FindOverViewTaskInstagramReplyCommentDto as FindOverViewTaskInstagramReplyCommentDto, type index$1_FindOverViewTaskInstagramReplyMessageDto as FindOverViewTaskInstagramReplyMessageDto, type index$1_FindOverViewTaskThreadsFollowDto as FindOverViewTaskThreadsFollowDto, type index$1_FindOverViewTaskThreadsPostDto as FindOverViewTaskThreadsPostDto, type index$1_FindOverViewTaskThreadsReplyCommentDto as FindOverViewTaskThreadsReplyCommentDto, type index$1_FindOverViewTaskThreadsReplyMessageDto as FindOverViewTaskThreadsReplyMessageDto, type index$1_FindOverViewThreadsAccountDto as FindOverViewThreadsAccountDto, type index$1_FindOverViewThreadsAccountRowDto as FindOverViewThreadsAccountRowDto, type index$1_FindOverViewThreadsReportInteractFollowDto as FindOverViewThreadsReportInteractFollowDto, type index$1_FindOverViewThreadsReportInteractReplyCommentDto as FindOverViewThreadsReportInteractReplyCommentDto, type index$1_FindOverViewThreadsReportInteractReplyMessageDto as FindOverViewThreadsReportInteractReplyMessageDto, type index$1_FindOverViewThreadsReportInteractUnFollowDto as FindOverViewThreadsReportInteractUnFollowDto, type index$1_FindOverViewThreadsReportPostDto as FindOverViewThreadsReportPostDto, type index$1_FindOverViewThreadsSettingInteractFollowDto as FindOverViewThreadsSettingInteractFollowDto, type index$1_FindOverViewThreadsSettingInteractReplyCommentDto as FindOverViewThreadsSettingInteractReplyCommentDto, type index$1_FindOverViewThreadsSettingInteractReplyMessageDto as FindOverViewThreadsSettingInteractReplyMessageDto, type index$1_FindOverViewThreadsSettingInteractUnFollowDto as FindOverViewThreadsSettingInteractUnFollowDto, type index$1_FindOverViewThreadsSettingPostDto as FindOverViewThreadsSettingPostDto, type index$1_FindOverviewAccountCHPlayICloudDto as FindOverviewAccountCHPlayICloudDto, type index$1_FindOverviewAccountCanvaDto as FindOverviewAccountCanvaDto, type index$1_FindOverviewAccountDriveDto as FindOverviewAccountDriveDto, type index$1_FindOverviewAccountEmailDto as FindOverviewAccountEmailDto, type index$1_FindOverviewAccountEmailManagerDto as FindOverviewAccountEmailManagerDto, type index$1_FindOverviewAccountVPNDto as FindOverviewAccountVPNDto, type index$1_FindOverviewAccountVPSDto as FindOverviewAccountVPSDto, 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_FindOverviewInstagramDashboardFollowerDto as FindOverviewInstagramDashboardFollowerDto, type index$1_FindOverviewInstagramHistoryAutoSyncDto as FindOverviewInstagramHistoryAutoSyncDto, type index$1_FindOverviewInstagramHistoryChangeInfoDto as FindOverviewInstagramHistoryChangeInfoDto, type index$1_FindOverviewInstagramHistoryCreateNewDto as FindOverviewInstagramHistoryCreateNewDto, type index$1_FindOverviewInstagramHistoryGroupDto as FindOverviewInstagramHistoryGroupDto, type index$1_FindOverviewManagerImageAIInstagramDto as FindOverviewManagerImageAIInstagramDto, type index$1_FindOverviewManagerImageAIThreadsDto as FindOverviewManagerImageAIThreadsDto, type index$1_FindOverviewManualContentSocialInstagramDto as FindOverviewManualContentSocialInstagramDto, type index$1_FindOverviewManualContentSocialThreadsDto as FindOverviewManualContentSocialThreadsDto, type index$1_FindOverviewPCDto as FindOverviewPCDto, type index$1_FindOverviewProxyDto as FindOverviewProxyDto, type index$1_FindOverviewRoleDto as FindOverviewRoleDto, type index$1_FindOverviewTeamDto as FindOverviewTeamDto, type index$1_FindOverviewThreadsDashboardFollowerDto as FindOverviewThreadsDashboardFollowerDto, type index$1_FindOverviewUserDto as FindOverviewUserDto, type index$1_FindPCDetail as FindPCDetail, type index$1_FindPCDto as FindPCDto, type index$1_FindPerformanceBreakdownInstagramDashboardFollowerDto as FindPerformanceBreakdownInstagramDashboardFollowerDto, type index$1_FindPerformanceBreakdownOverviewInstagramDashboardFollowerDto as FindPerformanceBreakdownOverviewInstagramDashboardFollowerDto, type index$1_FindPerformanceBreakdownOverviewThreadsDashboardFollowerDto as FindPerformanceBreakdownOverviewThreadsDashboardFollowerDto, type index$1_FindPerformanceBreakdownThreadsDashboardFollowerDto as FindPerformanceBreakdownThreadsDashboardFollowerDto, type index$1_FindProxyDto as FindProxyDto, type index$1_FindReplaceDeviceDto as FindReplaceDeviceDto, type index$1_FindRoleDetailDto as FindRoleDetailDto, type index$1_FindRoleDto as FindRoleDto, type index$1_FindRoleOfMe as FindRoleOfMe, type index$1_FindSheetWorkCategoryDto as FindSheetWorkCategoryDto, type index$1_FindSheetWorkDto as FindSheetWorkDto, type index$1_FindSheetsToolDto as FindSheetsToolDto, type index$1_FindTaskAIContentDto as FindTaskAIContentDto, type index$1_FindTaskAvailableAIContentDto as FindTaskAvailableAIContentDto, type index$1_FindTaskInstagramBlockUserDto as FindTaskInstagramBlockUserDto, type index$1_FindTaskInstagramChangeInfoDto as FindTaskInstagramChangeInfoDto, type index$1_FindTaskInstagramFollowDto as FindTaskInstagramFollowDto, type index$1_FindTaskInstagramPostDto as FindTaskInstagramPostDto, type index$1_FindTaskInstagramReplyCommentDto as FindTaskInstagramReplyCommentDto, type index$1_FindTaskInstagramReplyMessageDto as FindTaskInstagramReplyMessageDto, type index$1_FindTaskManualContentSocialInstagramDto as FindTaskManualContentSocialInstagramDto, type index$1_FindTaskManualContentSocialThreadsDto as FindTaskManualContentSocialThreadsDto, type index$1_FindTaskThreadsFollowDto as FindTaskThreadsFollowDto, type index$1_FindTaskThreadsPostDto as FindTaskThreadsPostDto, type index$1_FindTaskThreadsReplyCommentDto as FindTaskThreadsReplyCommentDto, type index$1_FindTaskThreadsReplyMessageDto as FindTaskThreadsReplyMessageDto, type index$1_FindTasksJobDto as FindTasksJobDto, type index$1_FindTeamDto as FindTeamDto, type index$1_FindThreadsAccountRawDto as FindThreadsAccountRawDto, type index$1_FindThreadsAccountRunDto as FindThreadsAccountRunDto, type index$1_FindThreadsSettingInteractFollowDto as FindThreadsSettingInteractFollowDto, type index$1_FindThreadsSettingInteractReplyCommentDto as FindThreadsSettingInteractReplyCommentDto, type index$1_FindThreadsSettingInteractReplyMessageDto as FindThreadsSettingInteractReplyMessageDto, type index$1_FindThreadsSettingInteractUnFollowDto as FindThreadsSettingInteractUnFollowDto, type index$1_FindThreadsSettingPostDto as FindThreadsSettingPostDto, type index$1_FindUserDto as FindUserDto, index$2 as Forum, 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_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_IAccountVPSProvider as IAccountVPSProvider, type index$1_IAccountVPSSocial as IAccountVPSSocial, type index$1_IAssignTeam as IAssignTeam, 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_IFilterSettingAccountSocialFindForSettingDto as IFilterSettingAccountSocialFindForSettingDto, type index$1_IGPMProfile as IGPMProfile, type index$1_IHistoryTaskAIContent as IHistoryTaskAIContent, type index$1_IHistoryTaskAIImageVideoVoiceCanvaInstagram as IHistoryTaskAIImageVideoVoiceCanvaInstagram, type index$1_IHistoryTaskAIImageVideoVoiceCanvaThreads as IHistoryTaskAIImageVideoVoiceCanvaThreads, 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_IMailWork as IMailWork, type index$1_IManagerImageAIInstagram as IManagerImageAIInstagram, type index$1_IManagerImageAIInstagramItemStore as IManagerImageAIInstagramItemStore, type index$1_IManagerImageAIInstagramUserAttached as IManagerImageAIInstagramUserAttached, type index$1_IManagerImageAIThreads as IManagerImageAIThreads, type index$1_IManagerImageAIThreadsItemStore as IManagerImageAIThreadsItemStore, type index$1_IManagerImageAIThreadsUserAttached as IManagerImageAIThreadsUserAttached, 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_IManualContentSocialInstagram as IManualContentSocialInstagram, type index$1_IManualContentSocialInstagramChildren as IManualContentSocialInstagramChildren, type index$1_IManualContentSocialInstagramChildrenItemPost as IManualContentSocialInstagramChildrenItemPost, type index$1_IManualContentSocialInstagramNiche as IManualContentSocialInstagramNiche, type index$1_IManualContentSocialInstagramRunTime as IManualContentSocialInstagramRunTime, type index$1_IManualContentSocialThreads as IManualContentSocialThreads, type index$1_IManualContentSocialThreadsChildren as IManualContentSocialThreadsChildren, type index$1_IManualContentSocialThreadsChildrenItemPost as IManualContentSocialThreadsChildrenItemPost, type index$1_IManualContentSocialThreadsNiche as IManualContentSocialThreadsNiche, type index$1_IManualContentSocialThreadsRunTime as IManualContentSocialThreadsRunTime, 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_ISettingAccountSocialDto as ISettingAccountSocialDto, 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_ITaskAIImageCanva as ITaskAIImageCanva, type index$1_ITaskAIImageVideoVoiceCanvaInstagram as ITaskAIImageVideoVoiceCanvaInstagram, type index$1_ITaskAIImageVideoVoiceCanvaThreads as ITaskAIImageVideoVoiceCanvaThreads, 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_ITaskManualContentSocialInstagram as ITaskManualContentSocialInstagram, type index$1_ITaskManualContentSocialThreads as ITaskManualContentSocialThreads, 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, type index$1_ImportAccountVPSDto as ImportAccountVPSDto, type index$1_ImportInstagramAccountRawDto as ImportInstagramAccountRawDto, type index$1_ImportManagerWorkDto as ImportManagerWorkDto, type index$1_ImportSheetWorkDto as ImportSheetWorkDto, type index$1_ListManualContentSocialChildrenDto as ListManualContentSocialChildrenDto, type index$1_ListManualContentSocialInstagramChildrenDto as ListManualContentSocialInstagramChildrenDto, type index$1_ListManualContentSocialThreadsChildrenDto as ListManualContentSocialThreadsChildrenDto, type index$1_LoadInfoUrlSheetToolDto as LoadInfoUrlSheetToolDto, type index$1_OverviewSheetsToolDto as OverviewSheetsToolDto, type index$1_PayloadUrlSheetToolDto as PayloadUrlSheetToolDto, index$a as Permission, type index$1_ReplaceAccountVSPDto as ReplaceAccountVSPDto, type index$1_ResultChangeInfoInstagramAccountRawDto as ResultChangeInfoInstagramAccountRawDto, type index$1_ResultImportInstagramAccountRawDto as ResultImportInstagramAccountRawDto, index$3 as Socials, type index$1_StatisticsManagerWorkDto as StatisticsManagerWorkDto, type index$1_StatisticsSheetWorkDto as StatisticsSheetWorkDto, type index$1_StoreTaskManualContentSocialInstagramForRunDto as StoreTaskManualContentSocialInstagramForRunDto, type index$1_StoreTaskManualContentSocialThreadsForRunDto as StoreTaskManualContentSocialThreadsForRunDto, index$4 as Tool, type index$1_UpdateAccountSocialGroupDto as UpdateAccountSocialGroupDto, type index$1_UpdateAccountVPSDto as UpdateAccountVPSDto, type index$1_UpdateBlogDto as UpdateBlogDto, type index$1_UpdateBlogsCategoryDto as UpdateBlogsCategoryDto, type index$1_UpdateDepartmentDto as UpdateDepartmentDto, type index$1_UpdateDeviceDto as UpdateDeviceDto, type index$1_UpdateInstagramSettingInteractFollowDto as UpdateInstagramSettingInteractFollowDto, type index$1_UpdateInstagramSettingInteractReplyCommentDto as UpdateInstagramSettingInteractReplyCommentDto, type index$1_UpdateInstagramSettingInteractReplyMessageDto as UpdateInstagramSettingInteractReplyMessageDto, type index$1_UpdateInstagramSettingInteractUnFollowDto as UpdateInstagramSettingInteractUnFollowDto, type index$1_UpdateInstagramSettingPostDto as UpdateInstagramSettingPostDto, type index$1_UpdateLarkDto as UpdateLarkDto, type index$1_UpdateManagerWorkDto as UpdateManagerWorkDto, type index$1_UpdatePCDto as UpdatePCDto, type index$1_UpdateProxyDto as UpdateProxyDto, type index$1_UpdateRoleDto as UpdateRoleDto, type index$1_UpdateSheetWorkDto as UpdateSheetWorkDto, type index$1_UpdateSheetsToolDto as UpdateSheetsToolDto, type index$1_UpdateTaskAIContentDto as UpdateTaskAIContentDto, type index$1_UpdateTaskInstagramBlockUserDto as UpdateTaskInstagramBlockUserDto, type index$1_UpdateTaskInstagramChangeInfoDto as UpdateTaskInstagramChangeInfoDto, type index$1_UpdateTaskInstagramFollowDto as UpdateTaskInstagramFollowDto, type index$1_UpdateTaskInstagramPostDto as UpdateTaskInstagramPostDto, type index$1_UpdateTaskInstagramReplyCommentDto as UpdateTaskInstagramReplyCommentDto, type index$1_UpdateTaskInstagramReplyMessageDto as UpdateTaskInstagramReplyMessageDto, type index$1_UpdateTaskThreadsFollowDto as UpdateTaskThreadsFollowDto, type index$1_UpdateTaskThreadsPostDto as UpdateTaskThreadsPostDto, type index$1_UpdateTaskThreadsReplyCommentDto as UpdateTaskThreadsReplyCommentDto, type index$1_UpdateTaskThreadsReplyMessageDto as UpdateTaskThreadsReplyMessageDto, type index$1_UpdateTasksJobDto as UpdateTasksJobDto, type index$1_UpdateTeamDto as UpdateTeamDto, type index$1_UpdateUserDto as UpdateUserDto, type index$1_UpsertManualContentSocialInstagramChildrenDto as UpsertManualContentSocialInstagramChildrenDto, type index$1_UpsertManualContentSocialInstagramChildrenItemPostDto as UpsertManualContentSocialInstagramChildrenItemPostDto, type index$1_UpsertManualContentSocialInstagramDto as UpsertManualContentSocialInstagramDto, type index$1_UpsertManualContentSocialThreadsChildrenDto as UpsertManualContentSocialThreadsChildrenDto, type index$1_UpsertManualContentSocialThreadsChildrenItemPostDto as UpsertManualContentSocialThreadsChildrenItemPostDto, type index$1_UpsertManualContentSocialThreadsDto as UpsertManualContentSocialThreadsDto, type index$1_ViewAsyncManualContentSocialInstagramDto as ViewAsyncManualContentSocialInstagramDto, type index$1_ViewAsyncManualContentSocialThreadsDto as ViewAsyncManualContentSocialThreadsDto, type index$1_ViewAutoSyncInformationManualContentSocialInstagramDto as ViewAutoSyncInformationManualContentSocialInstagramDto, type index$1_ViewAutoSyncInformationManualContentThreadsDto as ViewAutoSyncInformationManualContentThreadsDto, type index$1_ViewDetailDeviceDto as ViewDetailDeviceDto, type index$1_ViewDetailFolderInstagramDto as ViewDetailFolderInstagramDto, type index$1_ViewDetailFolderThreadsDto as ViewDetailFolderThreadsDto, type index$1_ViewDetailSheetsToolDto as ViewDetailSheetsToolDto, type index$1_ViewListGPMProfileDto as ViewListGPMProfileDto, type index$1_ViewSettingInstagramOfAccountDto as ViewSettingInstagramOfAccountDto, index$5 as Workspace };
|
|
17587
18077
|
}
|
|
17588
18078
|
|
|
17589
18079
|
interface IUserInfoAssignment {
|
|
@@ -17730,4 +18220,4 @@ declare namespace index {
|
|
|
17730
18220
|
export type { index_ExportDto as ExportDto, index_FilterBaseDto as FilterBaseDto, index_FilterBaseSocialDto as FilterBaseSocialDto, 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_IFindBaseDto as IFindBaseDto, index_IUserInfoAssignment as IUserInfoAssignment, index_ImportDto as ImportDto };
|
|
17731
18221
|
}
|
|
17732
18222
|
|
|
17733
|
-
export { index$i as AI, type ActionLoadInfoUrlSheetToolDto, type ActionPopupDeviceAccountDto, type AddAccountForDeviceDto, type AddBulkManualContentSocialChildrenDto, type AddManualContentSocialChildrenDto, type AddToDeviceAccountCHPlayICloudDto, type AddToDeviceAccountVPNDto, type AddToDeviceProxyDto, type ApplyAutoFillDeviceDto, type ApplyReplaceDeviceDto, type ApplyTimeDashboardDto, index$8 as Auth, index$j as AutoConstants, index as AutoDto, index$c as AutoEnums, type AutoFillAssignedMemberInstagramAccountRawDto, type AutoFillAssignedMemberThreadsAccountRawDto, type AutoFillInstagramAccountRawDto, type AutoFillOverviewInstagramAccountRawDto, type AutoFillOverviewTaskInstagramBlockUserDto, type AutoFillOverviewThreadsAccountRawDto, type AutoFillTaskInstagramBlockUserDto, type AutoFillThreadsAccountRawDto, index$6 as AutoInterfaces, index$7 as AutoInterfacesCommon, index$1 as AutoInterfacesModels, index$b as AutoTypes, index$h as Base, type ChangeInfoInstagramAccountRawDto, type CheckSendMessageLark, index$9 as Common, type CreateAccountSocialGroupDto, type CreateAccountVPSDto, type CreateBlogDto, type CreateBlogsCategoryDto, type CreateDepartmentDto, type CreateInstagramSettingInteractFollowDto, type CreateInstagramSettingInteractReplyCommentDto, type CreateInstagramSettingInteractReplyMessageDto, type CreateInstagramSettingInteractUnFollowDto, type CreateInstagramSettingPostDto, type CreateLarkDto, type CreateManagerImageAIDto, type CreateManagerWorkDto, type CreateProxyDto, type CreateRoleDto, type CreateSheetToolDto, type CreateSheetWorkDto, type CreateTaskAIContentDto, 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, EAIModelVoice, EAIVersionGPT, EAIVersionImage, EAIVersionPerplexity, EAIVersionVoice, EDayOfWeek, EDeviceResetTime, EEmailTagType, EFile, EGender, EHaveData, EInputTypeFilter, ELarkNotiAccountTool, ELarkNotiBase, ELarkNotiCreateNew, ELarkNotiDuplicateAll, ELarkNotiInstagramDetail, ELarkNotiManagerSheet, ELarkNotiRunAppDevice, ELarkNotiSocialImport, ELarkNotiToolDevice, ELarkObject, ELarkTypeNotification, EManagerImageAIFolder, EManagerImageAIModel, EManualContentStatusPost, EManualContentStatusTask, EManualContentTypePost, EObjectName, EPCLogLevel, EPCLogSource, EPositionUser, EPostStyle, EPostType, EPriority, ESheetToolInstagram, ESheetToolStatusImport, ESheetToolStatusRun, ESheetToolThreads, ESheetToolTimeCrawl, EStartStop, EStatusAccountAI, EStatusAccountCHPlayICloud, EStatusAccountCanva, EStatusAccountDrive, EStatusAccountSocialCheckAuth, EStatusAccountSocialFolderName, EStatusAccountSocialLogin, EStatusAccountSocialLoginEmail, EStatusAccountSocialRaw, EStatusAccountSocialRun, EStatusAccountSocialSetting, EStatusAccountSocialSync, EStatusAccountSocialSyncInstagramThreads, EStatusAccountVPN, EStatusActive, EStatusBlog, EStatusChangeInfo, EStatusChannel, EStatusCommon, EStatusCreateNew, EStatusDeviceChangeName, EStatusDeviceChangeNew, EStatusDeviceConnectPC, EStatusDeviceConnectWifi, EStatusDeviceHubStatus, EStatusDeviceLog, EStatusDeviceLoginCHPlayICloud, EStatusDeviceReplace, EStatusDeviceRunningSocial, EStatusDeviceSetup, EStatusDeviceSetupSettingTask, EStatusDeviceSync, EStatusEditPost, EStatusEmail, EStatusExecuteCommon, EStatusGenerate, EStatusImportAccountSocial, EStatusLark, EStatusMailWork, EStatusPC, EStatusPCControl, EStatusPost, EStatusProxyChecked, EStatusProxyNewIP, EStatusRole, EStatusSheetWork, EStatusTaskAIContent, EStatusTaskAvatarCover, EStatusTaskJob, EStatusTaskJobGroup, EStatusTaskScript, EStatusTaskToolSocials, EStatusTeam, EStatusUse, EStatusUser, ETaskGenerateAIStatus, ETaskGenerateAIType, ETimeFilter, ETimeZone, EToolName, ETypeAccountInstagramSetting, ETypeAccountVPN, ETypeCanva, ETypeColumnManagerWork, ETypeDevice, ETypeDeviceLog, ETypeDeviceOS, ETypeExport, ETypeGenerate, ETypeImportExport, ETypeManagerWorkClassify, ETypeManagerWorkType, ETypePin, ETypeProviderAccountVPN, ETypeProxy, ETypeProxyChecked, ETypeProxyCountry, ETypeProxyNewIP, ETypeProxyProvider, ETypeRatioImage, ETypeSettingInstagram, ETypeSheetWorkClassify, ETypeSheetWorkPin, ETypeSocial, ETypeSocialChangeInfoInstagram, ETypeSocialCreateNew, ETypeTaskID, ETypeTimeFilter, ETypeVoiceLanguage, EVPSCore, EVPSExtension, EVPSOs, EVPSRam, EVPSStatus, EVPSStatusConnection, EVPSStatusGpmLoginEmail, EVPSStatusReplace, EVPSStatusRestart, EVPSTimeRestart, EYesNo, type EditStatusImageItemDto, type EditStatusManualContentSocialChildrenItemPost, type ExportDto, type FilterAccountAIContentChannelDto, type FilterAccountAIContentDto, type FilterAccountAIContentInfoDto, 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 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 FilterManualContentSocialDto, type FilterPCDto, type FilterPerformanceBreakdownInstagramDashboardFollowerDto, type FilterPerformanceBreakdownThreadsDashboardFollowerDto, type FilterProxyDto, type FilterRoleDto, type FilterSheetWorkCategoryDto, type FilterSheetWorkDto, type FilterSheetsToolDto, type FilterTaskAIContentDto, type FilterTaskAIImageVoiceCanvaInstagramDto, 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 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 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 FindGrowthInstagramDashboardFollowerDto, type FindGrowthThreadsDashboardFollowerDto, type FindHistoryTaskAIContentDto, type FindHistoryTaskAIImageVideoVoiceCanvaInstagramDto, 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 FindListAccountSocialForManualContentAdd, type FindManagerImageAIDto, type FindManagerSheetDto, type FindManagerWorkDto, type FindManualContentSocialDto, 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 FindOverViewTaskAIImageVoiceCanvaInstagramDto, 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 FindOverviewManagerImageAIDto, type FindOverviewManualContentSocialDto, type FindOverviewPCDto, type FindOverviewProxyDto, type FindOverviewRoleDto, type FindOverviewTeamDto, type FindOverviewThreadsDashboardFollowerDto, 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 FindTaskAvailableAIContentDto, type FindTaskInstagramBlockUserDto, type FindTaskInstagramChangeInfoDto, type FindTaskInstagramFollowDto, type FindTaskInstagramPostDto, type FindTaskInstagramReplyCommentDto, type FindTaskInstagramReplyMessageDto, type FindTaskManualContentSocialDto, type FindTaskThreadsFollowDto, type FindTaskThreadsPostDto, type FindTaskThreadsReplyCommentDto, type FindTaskThreadsReplyMessageDto, type FindTasksJobDto, type FindTeamDto, type FindThreadsAccountRawDto, type FindThreadsAccountRunDto, type FindThreadsSettingInteractFollowDto, type FindThreadsSettingInteractReplyCommentDto, type FindThreadsSettingInteractReplyMessageDto, type FindThreadsSettingInteractUnFollowDto, type FindThreadsSettingPostDto, type FindUserDto, index$2 as Forum, type IAccountAIContent, type IAccountAIContentChannel, type IAccountAIContentGroup, type IAccountAIContentInfo, type IAccountAIContentMemberAssigned, type IAccountAIContentTag, 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 IAccountVPSProvider, type IAccountVPSSocial, type IAssignTeam, 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 IHistoryTaskAIImageVideoVoiceCanvaInstagram, type IHistoryTaskAIImageVideoVoiceCanvaThreads, 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 IMailWork, type IManagerImageAI, type IManagerImageAIItemStore, type IManagerImageAIUserAttached, type IManagerSheet, type IManagerSheetChildren, type IManagerSheetChildrenGroup, type IManagerSheetChildrenGroupItem, type IManagerSheetGroup, type IManagerWork, type IManualContentRunTime, type IManualContentSocial, type IManualContentSocialChildren, type IManualContentSocialChildrenItemPost, type IManualContentSocialNiche, 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 ITaskAIImageCanva, type ITaskAIImageVideoVoiceCanvaInstagram, type ITaskAIImageVideoVoiceCanvaThreads, 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 ITaskManualContentSocial, 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$g as Lark, type ListManualContentSocialChildrenDto, type LoadInfoUrlSheetToolDto, type OverviewSheetsToolDto, type PayloadUrlSheetToolDto, index$a as Permission, type ReplaceAccountVSPDto, type ResultChangeInfoInstagramAccountRawDto, type ResultImportInstagramAccountRawDto, index$f as SheetTool, index$3 as Socials, type StatisticsManagerWorkDto, type StatisticsSheetWorkDto, index$e as Status, type StoreTaskManualContentSocialForRunDto, type TActionRole, type TCompare, type TFilter, type TPost, type TPostStyle, index$4 as Tool, index$d as Types, type UpdateAccountSocialGroupDto, type UpdateAccountVPSDto, type UpdateBlogDto, type UpdateBlogsCategoryDto, type UpdateDepartmentDto, type UpdateDeviceDto, type UpdateInstagramSettingInteractFollowDto, type UpdateInstagramSettingInteractReplyCommentDto, type UpdateInstagramSettingInteractReplyMessageDto, type UpdateInstagramSettingInteractUnFollowDto, type UpdateInstagramSettingPostDto, type UpdateLarkDto, type UpdateManagerWorkDto, type UpdatePCDto, type UpdateProxyDto, type UpdateRoleDto, type UpdateSheetWorkDto, type UpdateSheetsToolDto, type UpdateTaskAIContentDto, type 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 UpsertManualContentSocialChildrenDto, type UpsertManualContentSocialChildrenItemPostDto, type UpsertManualContentSocialDto, type ViewAsyncManualContentDto, type ViewAutoSyncInformationManualContentDto, type ViewDetailDeviceDto, type ViewDetailFolderDto, type ViewDetailSheetsToolDto, type ViewListGPMProfileDto, type ViewSettingInstagramOfAccountDto, index$5 as Workspace };
|
|
18223
|
+
export { index$i as AI, type ActionLoadInfoUrlSheetToolDto, type ActionPopupDeviceAccountDto, type AddAccountForDeviceDto, type AddBulkManualContentSocialInstagramChildrenDto, type AddBulkManualContentSocialThreadsChildrenDto, type AddManualContentSocialInstagramChildrenDto, type AddManualContentSocialThreadsChildrenDto, type AddToDeviceAccountCHPlayICloudDto, type AddToDeviceAccountVPNDto, type AddToDeviceProxyDto, type ApplyAutoFillDeviceDto, type ApplyReplaceDeviceDto, type ApplyTimeDashboardDto, index$8 as Auth, index$j as AutoConstants, index as AutoDto, index$c as AutoEnums, type AutoFillAssignedMemberInstagramAccountRawDto, type AutoFillAssignedMemberThreadsAccountRawDto, type AutoFillInstagramAccountRawDto, type AutoFillOverviewInstagramAccountRawDto, type AutoFillOverviewTaskInstagramBlockUserDto, type AutoFillOverviewThreadsAccountRawDto, type AutoFillTaskInstagramBlockUserDto, type AutoFillThreadsAccountRawDto, index$6 as AutoInterfaces, index$7 as AutoInterfacesCommon, index$1 as AutoInterfacesModels, index$b as AutoTypes, index$h as Base, type ChangeInfoInstagramAccountRawDto, type CheckSendMessageLark, index$9 as Common, type CreateAccountSocialGroupDto, type CreateAccountVPSDto, type CreateBlogDto, type CreateBlogsCategoryDto, type CreateDepartmentDto, type CreateInstagramSettingInteractFollowDto, type CreateInstagramSettingInteractReplyCommentDto, type CreateInstagramSettingInteractReplyMessageDto, type CreateInstagramSettingInteractUnFollowDto, type CreateInstagramSettingPostDto, type CreateLarkDto, type CreateManagerImageAIInstagramDto, type CreateManagerImageAIThreadsDto, type CreateManagerWorkDto, type CreateProxyDto, type CreateRoleDto, type CreateSheetToolDto, type CreateSheetWorkDto, type CreateTaskAIContentDto, 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, EAIVersionGPT, EAIVersionPerplexity, EDayOfWeek, EDeviceResetTime, EEmailTagType, EFile, EGender, EHaveData, EInputTypeFilter, ELarkNotiAccountTool, ELarkNotiBase, ELarkNotiCreateNew, ELarkNotiDuplicateAll, ELarkNotiInstagramDetail, ELarkNotiManagerSheet, ELarkNotiRunAppDevice, ELarkNotiSocialImport, ELarkNotiToolDevice, ELarkObject, ELarkTypeNotification, EManagerImageAIInstagramFolder, EManagerImageAIInstagramModel, EManagerImageAIThreadsFolder, EManagerImageAIThreadsModel, EManualContentSocialInstagramStatusPost, EManualContentSocialInstagramStatusTask, EManualContentSocialInstagramTypePost, EManualContentSocialThreadsStatusPost, EManualContentSocialThreadsStatusTask, EManualContentSocialThreadsTypePost, EObjectName, EPCLogLevel, EPCLogSource, EPositionUser, EPostStyle, EPostType, EPriority, ESheetToolInstagram, ESheetToolStatusImport, ESheetToolStatusRun, ESheetToolThreads, ESheetToolTimeCrawl, EStartStop, EStatusAccountCHPlayICloud, EStatusAccountCanva, EStatusAccountDrive, EStatusAccountSocialCheckAuth, EStatusAccountSocialFolderName, EStatusAccountSocialLogin, EStatusAccountSocialLoginEmail, EStatusAccountSocialRaw, EStatusAccountSocialRun, EStatusAccountSocialSetting, EStatusAccountSocialSync, EStatusAccountSocialSyncInstagramThreads, EStatusAccountVPN, EStatusActive, EStatusBlog, EStatusChangeInfo, EStatusCommon, EStatusCreateNew, EStatusDeviceChangeName, EStatusDeviceChangeNew, EStatusDeviceConnectPC, EStatusDeviceConnectWifi, EStatusDeviceHubStatus, EStatusDeviceLog, EStatusDeviceLoginCHPlayICloud, EStatusDeviceReplace, EStatusDeviceRunningSocial, EStatusDeviceSetup, EStatusDeviceSetupSettingTask, EStatusDeviceSync, EStatusEditPost, EStatusEmail, EStatusExecuteCommon, EStatusGenerate, EStatusImportAccountSocial, EStatusLark, EStatusMailWork, EStatusPC, EStatusPCControl, EStatusPost, EStatusProxyChecked, EStatusProxyNewIP, EStatusRole, EStatusSheetWork, EStatusTaskAIContent, EStatusTaskAvatarCover, EStatusTaskJob, EStatusTaskJobGroup, EStatusTaskScript, EStatusTaskToolSocials, EStatusTeam, EStatusUse, EStatusUser, ETaskGenerateAIStatus, ETaskGenerateAIType, ETimeFilter, ETimeZone, EToolName, ETypeAccountInstagramSetting, ETypeAccountVPN, ETypeBrowser, ETypeCanva, ETypeColumnManagerWork, ETypeDevice, ETypeDeviceLog, ETypeDeviceOS, ETypeExport, ETypeGenerate, ETypeImportExport, ETypeManagerWorkClassify, ETypeManagerWorkType, ETypePcOS, ETypePin, ETypeProviderAccountVPN, ETypeProxy, ETypeProxyChecked, ETypeProxyCountry, ETypeProxyNewIP, ETypeProxyProvider, ETypeRatioImage, ETypeSettingInstagram, ETypeSheetWorkClassify, ETypeSheetWorkPin, ETypeSocial, ETypeSocialChangeInfoInstagram, ETypeSocialCreateNew, ETypeTaskID, ETypeTimeFilter, ETypeVoiceLanguage, EVPSCore, EVPSExtension, EVPSOs, EVPSRam, EVPSStatus, EVPSStatusConnection, EVPSStatusGpmLoginEmail, EVPSStatusReplace, EVPSStatusRestart, EVPSTimeRestart, EYesNo, type EditStatusImageItemInstagramDto, type EditStatusImageItemThreadsDto, type EditStatusManualContentSocialInstagramChildrenItemPost, type EditStatusManualContentSocialThreadsChildrenItemPost, type ExportDto, type FilterAccountAIContentChannelDto, type FilterAccountAIContentDto, type FilterAccountAIContentInfoDto, 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 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 FilterManagerImageAIInstagramDto, type FilterManagerImageAIThreadsDto, type FilterManagerSheetDto, type FilterManagerWorkDto, type FilterManualContentSocialInstagramDto, type FilterManualContentSocialThreadsDto, type FilterPCDto, type FilterPerformanceBreakdownInstagramDashboardFollowerDto, type FilterPerformanceBreakdownThreadsDashboardFollowerDto, type FilterProxyDto, type FilterRoleDto, type FilterSheetWorkCategoryDto, type FilterSheetWorkDto, type FilterSheetsToolDto, type FilterTaskAIContentDto, type FilterTaskAIImageVoiceCanvaInstagramDto, 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 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 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 FindGrowthInstagramDashboardFollowerDto, type FindGrowthThreadsDashboardFollowerDto, type FindHistoryTaskAIContentDto, type FindHistoryTaskAIImageVideoVoiceCanvaInstagramDto, 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 FindListAccountForManualContentSocialInstagramDto, type FindListAccountForManualContentSocialThreadsDto, type FindManagerImageAIInstagramDto, type FindManagerImageAIThreadsDto, type FindManagerSheetDto, type FindManagerWorkDto, type FindManualContentSocialInstagramDto, type FindManualContentSocialThreadsDto, 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 FindOverViewTaskAIImageVoiceCanvaInstagramDto, 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 FindOverviewManagerImageAIInstagramDto, type FindOverviewManagerImageAIThreadsDto, type FindOverviewManualContentSocialInstagramDto, type FindOverviewManualContentSocialThreadsDto, type FindOverviewPCDto, type FindOverviewProxyDto, type FindOverviewRoleDto, type FindOverviewTeamDto, type FindOverviewThreadsDashboardFollowerDto, 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 FindTaskAvailableAIContentDto, type FindTaskInstagramBlockUserDto, type FindTaskInstagramChangeInfoDto, type FindTaskInstagramFollowDto, type FindTaskInstagramPostDto, type FindTaskInstagramReplyCommentDto, type FindTaskInstagramReplyMessageDto, type FindTaskManualContentSocialInstagramDto, type FindTaskManualContentSocialThreadsDto, type FindTaskThreadsFollowDto, type FindTaskThreadsPostDto, type FindTaskThreadsReplyCommentDto, type FindTaskThreadsReplyMessageDto, type FindTasksJobDto, type FindTeamDto, type FindThreadsAccountRawDto, type FindThreadsAccountRunDto, type FindThreadsSettingInteractFollowDto, type FindThreadsSettingInteractReplyCommentDto, type FindThreadsSettingInteractReplyMessageDto, type FindThreadsSettingInteractUnFollowDto, type FindThreadsSettingPostDto, type FindUserDto, index$2 as Forum, type IAccountAIContent, type IAccountAIContentChannel, type IAccountAIContentGroup, type IAccountAIContentInfo, type IAccountAIContentMemberAssigned, type IAccountAIContentTag, 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 IAccountVPSProvider, type IAccountVPSSocial, type IAssignTeam, 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 IHistoryTaskAIImageVideoVoiceCanvaInstagram, type IHistoryTaskAIImageVideoVoiceCanvaThreads, 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 IMailWork, type IManagerImageAIInstagram, type IManagerImageAIInstagramItemStore, type IManagerImageAIInstagramUserAttached, type IManagerImageAIThreads, type IManagerImageAIThreadsItemStore, type IManagerImageAIThreadsUserAttached, type IManagerSheet, type IManagerSheetChildren, type IManagerSheetChildrenGroup, type IManagerSheetChildrenGroupItem, type IManagerSheetGroup, type IManagerWork, type IManualContentSocialInstagram, type IManualContentSocialInstagramChildren, type IManualContentSocialInstagramChildrenItemPost, type IManualContentSocialInstagramNiche, type IManualContentSocialInstagramRunTime, type IManualContentSocialThreads, type IManualContentSocialThreadsChildren, type IManualContentSocialThreadsChildrenItemPost, type IManualContentSocialThreadsNiche, type IManualContentSocialThreadsRunTime, 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 ITaskAIImageCanva, type ITaskAIImageVideoVoiceCanvaInstagram, type ITaskAIImageVideoVoiceCanvaThreads, 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 ITaskManualContentSocialInstagram, type ITaskManualContentSocialThreads, 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$g as Lark, type ListManualContentSocialChildrenDto, type ListManualContentSocialInstagramChildrenDto, type ListManualContentSocialThreadsChildrenDto, type LoadInfoUrlSheetToolDto, type OverviewSheetsToolDto, type PayloadUrlSheetToolDto, index$a as Permission, type ReplaceAccountVSPDto, type ResultChangeInfoInstagramAccountRawDto, type ResultImportInstagramAccountRawDto, index$f as SheetTool, index$3 as Socials, type StatisticsManagerWorkDto, type StatisticsSheetWorkDto, index$e as Status, type StoreTaskManualContentSocialInstagramForRunDto, type StoreTaskManualContentSocialThreadsForRunDto, type TActionRole, type TCompare, type TFilter, type TPost, type TPostStyle, index$4 as Tool, index$d as Types, type UpdateAccountSocialGroupDto, type UpdateAccountVPSDto, type UpdateBlogDto, type UpdateBlogsCategoryDto, type UpdateDepartmentDto, type UpdateDeviceDto, type UpdateInstagramSettingInteractFollowDto, type UpdateInstagramSettingInteractReplyCommentDto, type UpdateInstagramSettingInteractReplyMessageDto, type UpdateInstagramSettingInteractUnFollowDto, type UpdateInstagramSettingPostDto, type UpdateLarkDto, type UpdateManagerWorkDto, type UpdatePCDto, type UpdateProxyDto, type UpdateRoleDto, type UpdateSheetWorkDto, type UpdateSheetsToolDto, type UpdateTaskAIContentDto, type 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 UpsertManualContentSocialInstagramChildrenDto, type UpsertManualContentSocialInstagramChildrenItemPostDto, type UpsertManualContentSocialInstagramDto, type UpsertManualContentSocialThreadsChildrenDto, type UpsertManualContentSocialThreadsChildrenItemPostDto, type UpsertManualContentSocialThreadsDto, type ViewAsyncManualContentSocialInstagramDto, type ViewAsyncManualContentSocialThreadsDto, type ViewAutoSyncInformationManualContentSocialInstagramDto, type ViewAutoSyncInformationManualContentThreadsDto, type ViewDetailDeviceDto, type ViewDetailFolderInstagramDto, type ViewDetailFolderThreadsDto, type ViewDetailSheetsToolDto, type ViewListGPMProfileDto, type ViewSettingInstagramOfAccountDto, index$5 as Workspace };
|