automation-lib 5.5.86 → 5.6.1
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/commit.bat +5 -5
- package/dist/index.d.mts +691 -513
- package/dist/index.d.ts +691 -513
- package/dist/index.js +54 -56
- package/dist/index.mjs +54 -55
- package/docs.txt +2 -2
- package/package.json +1 -1
- package/read-file-path.bat +81 -81
package/dist/index.d.ts
CHANGED
|
@@ -219,12 +219,12 @@ declare const CONST_API_CONTROLLERS: {
|
|
|
219
219
|
};
|
|
220
220
|
};
|
|
221
221
|
|
|
222
|
-
declare const index$
|
|
223
|
-
declare const index$
|
|
224
|
-
declare const index$
|
|
225
|
-
declare const index$
|
|
226
|
-
declare namespace index$
|
|
227
|
-
export { index$
|
|
222
|
+
declare const index$l_CONST_API_AUTH: typeof CONST_API_AUTH;
|
|
223
|
+
declare const index$l_CONST_API_COMMON: typeof CONST_API_COMMON;
|
|
224
|
+
declare const index$l_CONST_API_CONTROLLERS: typeof CONST_API_CONTROLLERS;
|
|
225
|
+
declare const index$l_CONST_API_OTP: typeof CONST_API_OTP;
|
|
226
|
+
declare namespace index$l {
|
|
227
|
+
export { index$l_CONST_API_AUTH as CONST_API_AUTH, index$l_CONST_API_COMMON as CONST_API_COMMON, index$l_CONST_API_CONTROLLERS as CONST_API_CONTROLLERS, index$l_CONST_API_OTP as CONST_API_OTP };
|
|
228
228
|
}
|
|
229
229
|
|
|
230
230
|
declare const ACTIONS_DEVICE: {
|
|
@@ -273,13 +273,13 @@ declare const ACTIONS_THREADS: {};
|
|
|
273
273
|
|
|
274
274
|
declare const SERVICE_THREADS: {};
|
|
275
275
|
|
|
276
|
-
declare const index$
|
|
277
|
-
declare const index$
|
|
278
|
-
declare const index$
|
|
279
|
-
declare const index$
|
|
280
|
-
declare const index$
|
|
281
|
-
declare namespace index$
|
|
282
|
-
export { index$
|
|
276
|
+
declare const index$k_ACTIONS_DEVICE: typeof ACTIONS_DEVICE;
|
|
277
|
+
declare const index$k_ACTIONS_INSTAGRAM: typeof ACTIONS_INSTAGRAM;
|
|
278
|
+
declare const index$k_ACTIONS_THREADS: typeof ACTIONS_THREADS;
|
|
279
|
+
declare const index$k_SERVICES_INSTAGRAM: typeof SERVICES_INSTAGRAM;
|
|
280
|
+
declare const index$k_SERVICE_THREADS: typeof SERVICE_THREADS;
|
|
281
|
+
declare namespace index$k {
|
|
282
|
+
export { index$k_ACTIONS_DEVICE as ACTIONS_DEVICE, index$k_ACTIONS_INSTAGRAM as ACTIONS_INSTAGRAM, index$k_ACTIONS_THREADS as ACTIONS_THREADS, index$k_SERVICES_INSTAGRAM as SERVICES_INSTAGRAM, index$k_SERVICE_THREADS as SERVICE_THREADS };
|
|
283
283
|
}
|
|
284
284
|
|
|
285
285
|
declare const CONST_ROLES: {
|
|
@@ -396,15 +396,15 @@ declare const CONST_DEFAULT: {
|
|
|
396
396
|
NULL: string;
|
|
397
397
|
};
|
|
398
398
|
|
|
399
|
-
declare const index$
|
|
400
|
-
declare const index$
|
|
401
|
-
declare const index$
|
|
402
|
-
declare namespace index$
|
|
403
|
-
export { index$
|
|
399
|
+
declare const index$j_CONST_DEFAULT: typeof CONST_DEFAULT;
|
|
400
|
+
declare const index$j_CONST_ROLES: typeof CONST_ROLES;
|
|
401
|
+
declare const index$j_TIME_RANGE_LIMITS_DASHBOARD: typeof TIME_RANGE_LIMITS_DASHBOARD;
|
|
402
|
+
declare namespace index$j {
|
|
403
|
+
export { index$j_CONST_DEFAULT as CONST_DEFAULT, index$j_CONST_ROLES as CONST_ROLES, index$j_TIME_RANGE_LIMITS_DASHBOARD as TIME_RANGE_LIMITS_DASHBOARD };
|
|
404
404
|
}
|
|
405
405
|
|
|
406
|
-
declare namespace index$
|
|
407
|
-
export { index$
|
|
406
|
+
declare namespace index$i {
|
|
407
|
+
export { index$l as CONST_APIS, index$k as CONST_SCRIPTS, index$j as CONST_VALS };
|
|
408
408
|
}
|
|
409
409
|
|
|
410
410
|
declare enum EEmailTagType {
|
|
@@ -427,14 +427,14 @@ declare enum EAIVersionPerplexity {
|
|
|
427
427
|
R1_1776 = "R1 1776"
|
|
428
428
|
}
|
|
429
429
|
|
|
430
|
-
type index$
|
|
431
|
-
declare const index$
|
|
432
|
-
type index$
|
|
433
|
-
declare const index$
|
|
434
|
-
type index$
|
|
435
|
-
declare const index$
|
|
436
|
-
declare namespace index$
|
|
437
|
-
export { index$
|
|
430
|
+
type index$h_EAIVersionGPT = EAIVersionGPT;
|
|
431
|
+
declare const index$h_EAIVersionGPT: typeof EAIVersionGPT;
|
|
432
|
+
type index$h_EAIVersionPerplexity = EAIVersionPerplexity;
|
|
433
|
+
declare const index$h_EAIVersionPerplexity: typeof EAIVersionPerplexity;
|
|
434
|
+
type index$h_EEmailTagType = EEmailTagType;
|
|
435
|
+
declare const index$h_EEmailTagType: typeof EEmailTagType;
|
|
436
|
+
declare namespace index$h {
|
|
437
|
+
export { index$h_EAIVersionGPT as EAIVersionGPT, index$h_EAIVersionPerplexity as EAIVersionPerplexity, index$h_EEmailTagType as EEmailTagType };
|
|
438
438
|
}
|
|
439
439
|
|
|
440
440
|
declare enum EFile {
|
|
@@ -686,8 +686,7 @@ declare enum EYesNo {
|
|
|
686
686
|
|
|
687
687
|
declare enum EStatusUse {
|
|
688
688
|
Draft = "Draft",
|
|
689
|
-
Use = "Use"
|
|
690
|
-
NotUse = "NotUse"
|
|
689
|
+
Use = "Use"
|
|
691
690
|
}
|
|
692
691
|
|
|
693
692
|
declare enum ETimeFilter {
|
|
@@ -702,34 +701,34 @@ declare enum ETimeFilter {
|
|
|
702
701
|
AllTime = "AllTime"
|
|
703
702
|
}
|
|
704
703
|
|
|
705
|
-
type index$
|
|
706
|
-
declare const index$
|
|
707
|
-
type index$
|
|
708
|
-
declare const index$
|
|
709
|
-
type index$
|
|
710
|
-
declare const index$
|
|
711
|
-
type index$
|
|
712
|
-
declare const index$
|
|
713
|
-
type index$
|
|
714
|
-
declare const index$
|
|
715
|
-
type index$
|
|
716
|
-
declare const index$
|
|
717
|
-
type index$
|
|
718
|
-
declare const index$
|
|
719
|
-
type index$
|
|
720
|
-
declare const index$
|
|
721
|
-
type index$
|
|
722
|
-
declare const index$
|
|
723
|
-
type index$
|
|
724
|
-
declare const index$
|
|
725
|
-
type index$
|
|
726
|
-
declare const index$
|
|
727
|
-
type index$
|
|
728
|
-
declare const index$
|
|
729
|
-
type index$
|
|
730
|
-
declare const index$
|
|
731
|
-
declare namespace index$
|
|
732
|
-
export { index$
|
|
704
|
+
type index$g_EDayOfWeek = EDayOfWeek;
|
|
705
|
+
declare const index$g_EDayOfWeek: typeof EDayOfWeek;
|
|
706
|
+
type index$g_EFile = EFile;
|
|
707
|
+
declare const index$g_EFile: typeof EFile;
|
|
708
|
+
type index$g_EGender = EGender;
|
|
709
|
+
declare const index$g_EGender: typeof EGender;
|
|
710
|
+
type index$g_EHaveData = EHaveData;
|
|
711
|
+
declare const index$g_EHaveData: typeof EHaveData;
|
|
712
|
+
type index$g_EInputTypeFilter = EInputTypeFilter;
|
|
713
|
+
declare const index$g_EInputTypeFilter: typeof EInputTypeFilter;
|
|
714
|
+
type index$g_EObjectName = EObjectName;
|
|
715
|
+
declare const index$g_EObjectName: typeof EObjectName;
|
|
716
|
+
type index$g_EPositionUser = EPositionUser;
|
|
717
|
+
declare const index$g_EPositionUser: typeof EPositionUser;
|
|
718
|
+
type index$g_EPriority = EPriority;
|
|
719
|
+
declare const index$g_EPriority: typeof EPriority;
|
|
720
|
+
type index$g_EStartStop = EStartStop;
|
|
721
|
+
declare const index$g_EStartStop: typeof EStartStop;
|
|
722
|
+
type index$g_EStatusUse = EStatusUse;
|
|
723
|
+
declare const index$g_EStatusUse: typeof EStatusUse;
|
|
724
|
+
type index$g_ETimeFilter = ETimeFilter;
|
|
725
|
+
declare const index$g_ETimeFilter: typeof ETimeFilter;
|
|
726
|
+
type index$g_ETimeZone = ETimeZone;
|
|
727
|
+
declare const index$g_ETimeZone: typeof ETimeZone;
|
|
728
|
+
type index$g_EYesNo = EYesNo;
|
|
729
|
+
declare const index$g_EYesNo: typeof EYesNo;
|
|
730
|
+
declare namespace index$g {
|
|
731
|
+
export { index$g_EDayOfWeek as EDayOfWeek, index$g_EFile as EFile, index$g_EGender as EGender, index$g_EHaveData as EHaveData, index$g_EInputTypeFilter as EInputTypeFilter, index$g_EObjectName as EObjectName, index$g_EPositionUser as EPositionUser, index$g_EPriority as EPriority, index$g_EStartStop as EStartStop, index$g_EStatusUse as EStatusUse, index$g_ETimeFilter as ETimeFilter, index$g_ETimeZone as ETimeZone, index$g_EYesNo as EYesNo };
|
|
733
732
|
}
|
|
734
733
|
|
|
735
734
|
declare enum ELarkTypeNotification {
|
|
@@ -837,75 +836,30 @@ declare enum ELarkNotiInstagramDetail {
|
|
|
837
836
|
"Block User" = "Block User"
|
|
838
837
|
}
|
|
839
838
|
|
|
840
|
-
type index$
|
|
841
|
-
declare const index$
|
|
842
|
-
type index$
|
|
843
|
-
declare const index$
|
|
844
|
-
type index$
|
|
845
|
-
declare const index$
|
|
846
|
-
type index$
|
|
847
|
-
declare const index$
|
|
848
|
-
type index$
|
|
849
|
-
declare const index$
|
|
850
|
-
type index$
|
|
851
|
-
declare const index$
|
|
852
|
-
type index$
|
|
853
|
-
declare const index$
|
|
854
|
-
type index$
|
|
855
|
-
declare const index$
|
|
856
|
-
type index$
|
|
857
|
-
declare const index$
|
|
858
|
-
type index$
|
|
859
|
-
declare const index$
|
|
860
|
-
type index$
|
|
861
|
-
declare const index$
|
|
862
|
-
declare namespace index$g {
|
|
863
|
-
export { index$g_ELarkNotiAccountTool as ELarkNotiAccountTool, index$g_ELarkNotiBase as ELarkNotiBase, index$g_ELarkNotiCreateNew as ELarkNotiCreateNew, index$g_ELarkNotiDuplicateAll as ELarkNotiDuplicateAll, index$g_ELarkNotiInstagramDetail as ELarkNotiInstagramDetail, index$g_ELarkNotiManagerSheet as ELarkNotiManagerSheet, index$g_ELarkNotiRunAppDevice as ELarkNotiRunAppDevice, index$g_ELarkNotiSocialImport as ELarkNotiSocialImport, index$g_ELarkNotiToolDevice as ELarkNotiToolDevice, index$g_ELarkObject as ELarkObject, index$g_ELarkTypeNotification as ELarkTypeNotification };
|
|
864
|
-
}
|
|
865
|
-
|
|
866
|
-
declare enum ESheetToolStatusImport {
|
|
867
|
-
'Success' = "Success",
|
|
868
|
-
'Error' = "Error"
|
|
869
|
-
}
|
|
870
|
-
declare enum ESheetToolStatusRun {
|
|
871
|
-
'New' = "New",
|
|
872
|
-
'Running' = "Running",
|
|
873
|
-
'Paused' = "Paused",
|
|
874
|
-
'Error' = "Error"
|
|
875
|
-
}
|
|
876
|
-
declare enum ESheetToolTimeCrawl {
|
|
877
|
-
'1 hour(Quick)' = "1 hour(Quick)",
|
|
878
|
-
'6 hours(Standard)' = "6 hours(Standard)",
|
|
879
|
-
'12 hours(Extended)' = "12 hours(Extended)",
|
|
880
|
-
'24 hours(Full day)' = "24 hours(Full day)",
|
|
881
|
-
'48 hours(2 Days)' = "48 hours(2 Days)",
|
|
882
|
-
'72 hours(3 Days)' = "72 hours(3 Days)"
|
|
883
|
-
}
|
|
884
|
-
declare enum ESheetToolInstagram {
|
|
885
|
-
Post = "Post",
|
|
886
|
-
Follow = "Follow",
|
|
887
|
-
ReplyComment = "Reply comment",
|
|
888
|
-
ReplyMessage = "Reply message"
|
|
889
|
-
}
|
|
890
|
-
declare enum ESheetToolThreads {
|
|
891
|
-
Post = "Post",
|
|
892
|
-
Follow = "Follow",
|
|
893
|
-
ReplyComment = "Reply comment",
|
|
894
|
-
ReplyMessage = "Reply message"
|
|
895
|
-
}
|
|
896
|
-
|
|
897
|
-
type index$f_ESheetToolInstagram = ESheetToolInstagram;
|
|
898
|
-
declare const index$f_ESheetToolInstagram: typeof ESheetToolInstagram;
|
|
899
|
-
type index$f_ESheetToolStatusImport = ESheetToolStatusImport;
|
|
900
|
-
declare const index$f_ESheetToolStatusImport: typeof ESheetToolStatusImport;
|
|
901
|
-
type index$f_ESheetToolStatusRun = ESheetToolStatusRun;
|
|
902
|
-
declare const index$f_ESheetToolStatusRun: typeof ESheetToolStatusRun;
|
|
903
|
-
type index$f_ESheetToolThreads = ESheetToolThreads;
|
|
904
|
-
declare const index$f_ESheetToolThreads: typeof ESheetToolThreads;
|
|
905
|
-
type index$f_ESheetToolTimeCrawl = ESheetToolTimeCrawl;
|
|
906
|
-
declare const index$f_ESheetToolTimeCrawl: typeof ESheetToolTimeCrawl;
|
|
839
|
+
type index$f_ELarkNotiAccountTool = ELarkNotiAccountTool;
|
|
840
|
+
declare const index$f_ELarkNotiAccountTool: typeof ELarkNotiAccountTool;
|
|
841
|
+
type index$f_ELarkNotiBase = ELarkNotiBase;
|
|
842
|
+
declare const index$f_ELarkNotiBase: typeof ELarkNotiBase;
|
|
843
|
+
type index$f_ELarkNotiCreateNew = ELarkNotiCreateNew;
|
|
844
|
+
declare const index$f_ELarkNotiCreateNew: typeof ELarkNotiCreateNew;
|
|
845
|
+
type index$f_ELarkNotiDuplicateAll = ELarkNotiDuplicateAll;
|
|
846
|
+
declare const index$f_ELarkNotiDuplicateAll: typeof ELarkNotiDuplicateAll;
|
|
847
|
+
type index$f_ELarkNotiInstagramDetail = ELarkNotiInstagramDetail;
|
|
848
|
+
declare const index$f_ELarkNotiInstagramDetail: typeof ELarkNotiInstagramDetail;
|
|
849
|
+
type index$f_ELarkNotiManagerSheet = ELarkNotiManagerSheet;
|
|
850
|
+
declare const index$f_ELarkNotiManagerSheet: typeof ELarkNotiManagerSheet;
|
|
851
|
+
type index$f_ELarkNotiRunAppDevice = ELarkNotiRunAppDevice;
|
|
852
|
+
declare const index$f_ELarkNotiRunAppDevice: typeof ELarkNotiRunAppDevice;
|
|
853
|
+
type index$f_ELarkNotiSocialImport = ELarkNotiSocialImport;
|
|
854
|
+
declare const index$f_ELarkNotiSocialImport: typeof ELarkNotiSocialImport;
|
|
855
|
+
type index$f_ELarkNotiToolDevice = ELarkNotiToolDevice;
|
|
856
|
+
declare const index$f_ELarkNotiToolDevice: typeof ELarkNotiToolDevice;
|
|
857
|
+
type index$f_ELarkObject = ELarkObject;
|
|
858
|
+
declare const index$f_ELarkObject: typeof ELarkObject;
|
|
859
|
+
type index$f_ELarkTypeNotification = ELarkTypeNotification;
|
|
860
|
+
declare const index$f_ELarkTypeNotification: typeof ELarkTypeNotification;
|
|
907
861
|
declare namespace index$f {
|
|
908
|
-
export { index$
|
|
862
|
+
export { index$f_ELarkNotiAccountTool as ELarkNotiAccountTool, index$f_ELarkNotiBase as ELarkNotiBase, index$f_ELarkNotiCreateNew as ELarkNotiCreateNew, index$f_ELarkNotiDuplicateAll as ELarkNotiDuplicateAll, index$f_ELarkNotiInstagramDetail as ELarkNotiInstagramDetail, index$f_ELarkNotiManagerSheet as ELarkNotiManagerSheet, index$f_ELarkNotiRunAppDevice as ELarkNotiRunAppDevice, index$f_ELarkNotiSocialImport as ELarkNotiSocialImport, index$f_ELarkNotiToolDevice as ELarkNotiToolDevice, index$f_ELarkObject as ELarkObject, index$f_ELarkTypeNotification as ELarkTypeNotification };
|
|
909
863
|
}
|
|
910
864
|
|
|
911
865
|
declare enum EStatusActive {
|
|
@@ -1640,16 +1594,6 @@ type index$c_EPostType = EPostType;
|
|
|
1640
1594
|
declare const index$c_EPostType: typeof EPostType;
|
|
1641
1595
|
type index$c_EPriority = EPriority;
|
|
1642
1596
|
declare const index$c_EPriority: typeof EPriority;
|
|
1643
|
-
type index$c_ESheetToolInstagram = ESheetToolInstagram;
|
|
1644
|
-
declare const index$c_ESheetToolInstagram: typeof ESheetToolInstagram;
|
|
1645
|
-
type index$c_ESheetToolStatusImport = ESheetToolStatusImport;
|
|
1646
|
-
declare const index$c_ESheetToolStatusImport: typeof ESheetToolStatusImport;
|
|
1647
|
-
type index$c_ESheetToolStatusRun = ESheetToolStatusRun;
|
|
1648
|
-
declare const index$c_ESheetToolStatusRun: typeof ESheetToolStatusRun;
|
|
1649
|
-
type index$c_ESheetToolThreads = ESheetToolThreads;
|
|
1650
|
-
declare const index$c_ESheetToolThreads: typeof ESheetToolThreads;
|
|
1651
|
-
type index$c_ESheetToolTimeCrawl = ESheetToolTimeCrawl;
|
|
1652
|
-
declare const index$c_ESheetToolTimeCrawl: typeof ESheetToolTimeCrawl;
|
|
1653
1597
|
type index$c_EStartStop = EStartStop;
|
|
1654
1598
|
declare const index$c_EStartStop: typeof EStartStop;
|
|
1655
1599
|
type index$c_EStatusAccountSocialCheckAuth = EStatusAccountSocialCheckAuth;
|
|
@@ -1811,7 +1755,7 @@ declare const index$c_ETypeVoiceLanguage: typeof ETypeVoiceLanguage;
|
|
|
1811
1755
|
type index$c_EYesNo = EYesNo;
|
|
1812
1756
|
declare const index$c_EYesNo: typeof EYesNo;
|
|
1813
1757
|
declare namespace index$c {
|
|
1814
|
-
export { index$
|
|
1758
|
+
export { index$h as AI, index$g 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_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$f as Lark, index$e as Status, index$d as Types };
|
|
1815
1759
|
}
|
|
1816
1760
|
|
|
1817
1761
|
type TFilter = 'direct' | 'ref';
|
|
@@ -2393,7 +2337,8 @@ type index$6_CreateLarkDto = CreateLarkDto;
|
|
|
2393
2337
|
type index$6_CreateManagerImageAIInstagramDto = CreateManagerImageAIInstagramDto;
|
|
2394
2338
|
type index$6_CreateManagerImageAIThreadsDto = CreateManagerImageAIThreadsDto;
|
|
2395
2339
|
type index$6_CreateManagerWorkDto = CreateManagerWorkDto;
|
|
2396
|
-
type index$
|
|
2340
|
+
type index$6_CreatePCBrowserDto = CreatePCBrowserDto;
|
|
2341
|
+
type index$6_CreatePCPhoneDto = CreatePCPhoneDto;
|
|
2397
2342
|
type index$6_CreateProxyDto = CreateProxyDto;
|
|
2398
2343
|
type index$6_CreateRoleDto = CreateRoleDto;
|
|
2399
2344
|
type index$6_CreateSheetToolDto = CreateSheetToolDto;
|
|
@@ -2458,6 +2403,16 @@ type index$6_EManualContentSocialThreadsStatusTask = EManualContentSocialThreads
|
|
|
2458
2403
|
declare const index$6_EManualContentSocialThreadsStatusTask: typeof EManualContentSocialThreadsStatusTask;
|
|
2459
2404
|
type index$6_EManualContentSocialThreadsTypePost = EManualContentSocialThreadsTypePost;
|
|
2460
2405
|
declare const index$6_EManualContentSocialThreadsTypePost: typeof EManualContentSocialThreadsTypePost;
|
|
2406
|
+
type index$6_ESheetToolInstagram = ESheetToolInstagram;
|
|
2407
|
+
declare const index$6_ESheetToolInstagram: typeof ESheetToolInstagram;
|
|
2408
|
+
type index$6_ESheetToolStatusImport = ESheetToolStatusImport;
|
|
2409
|
+
declare const index$6_ESheetToolStatusImport: typeof ESheetToolStatusImport;
|
|
2410
|
+
type index$6_ESheetToolStatusRun = ESheetToolStatusRun;
|
|
2411
|
+
declare const index$6_ESheetToolStatusRun: typeof ESheetToolStatusRun;
|
|
2412
|
+
type index$6_ESheetToolThreads = ESheetToolThreads;
|
|
2413
|
+
declare const index$6_ESheetToolThreads: typeof ESheetToolThreads;
|
|
2414
|
+
type index$6_ESheetToolTimeCrawl = ESheetToolTimeCrawl;
|
|
2415
|
+
declare const index$6_ESheetToolTimeCrawl: typeof ESheetToolTimeCrawl;
|
|
2461
2416
|
type index$6_EStatusAccountCHPlayICloud = EStatusAccountCHPlayICloud;
|
|
2462
2417
|
declare const index$6_EStatusAccountCHPlayICloud: typeof EStatusAccountCHPlayICloud;
|
|
2463
2418
|
type index$6_EStatusAccountCanva = EStatusAccountCanva;
|
|
@@ -2560,8 +2515,8 @@ type index$6_FilterManagerSheetDto = FilterManagerSheetDto;
|
|
|
2560
2515
|
type index$6_FilterManagerWorkDto = FilterManagerWorkDto;
|
|
2561
2516
|
type index$6_FilterManualContentSocialInstagramDto = FilterManualContentSocialInstagramDto;
|
|
2562
2517
|
type index$6_FilterManualContentSocialThreadsDto = FilterManualContentSocialThreadsDto;
|
|
2563
|
-
type index$
|
|
2564
|
-
type index$
|
|
2518
|
+
type index$6_FilterPCBrowserDto = FilterPCBrowserDto;
|
|
2519
|
+
type index$6_FilterPCPhoneDto = FilterPCPhoneDto;
|
|
2565
2520
|
type index$6_FilterPerformanceBreakdownInstagramDashboardFollowerDto = FilterPerformanceBreakdownInstagramDashboardFollowerDto;
|
|
2566
2521
|
type index$6_FilterPerformanceBreakdownThreadsDashboardFollowerDto = FilterPerformanceBreakdownThreadsDashboardFollowerDto;
|
|
2567
2522
|
type index$6_FilterProxyDto = FilterProxyDto;
|
|
@@ -2714,15 +2669,17 @@ type index$6_FindOverviewManagerImageAIInstagramDto = FindOverviewManagerImageAI
|
|
|
2714
2669
|
type index$6_FindOverviewManagerImageAIThreadsDto = FindOverviewManagerImageAIThreadsDto;
|
|
2715
2670
|
type index$6_FindOverviewManualContentSocialInstagramDto = FindOverviewManualContentSocialInstagramDto;
|
|
2716
2671
|
type index$6_FindOverviewManualContentSocialThreadsDto = FindOverviewManualContentSocialThreadsDto;
|
|
2717
|
-
type index$
|
|
2672
|
+
type index$6_FindOverviewPCBrowserDto = FindOverviewPCBrowserDto;
|
|
2673
|
+
type index$6_FindOverviewPCPhoneDto = FindOverviewPCPhoneDto;
|
|
2718
2674
|
type index$6_FindOverviewProxyDto = FindOverviewProxyDto;
|
|
2719
2675
|
type index$6_FindOverviewRoleDto = FindOverviewRoleDto;
|
|
2720
2676
|
type index$6_FindOverviewTeamDto = FindOverviewTeamDto;
|
|
2721
2677
|
type index$6_FindOverviewThreadsDashboardFollowerDto = FindOverviewThreadsDashboardFollowerDto;
|
|
2722
2678
|
type index$6_FindOverviewUserDto = FindOverviewUserDto;
|
|
2723
|
-
type index$
|
|
2724
|
-
type index$
|
|
2725
|
-
type index$
|
|
2679
|
+
type index$6_FindPCBrowserDetail = FindPCBrowserDetail;
|
|
2680
|
+
type index$6_FindPCBrowserDto = FindPCBrowserDto;
|
|
2681
|
+
type index$6_FindPCPhoneDetail = FindPCPhoneDetail;
|
|
2682
|
+
type index$6_FindPCPhoneDto = FindPCPhoneDto;
|
|
2726
2683
|
type index$6_FindPerformanceBreakdownInstagramDashboardFollowerDto = FindPerformanceBreakdownInstagramDashboardFollowerDto;
|
|
2727
2684
|
type index$6_FindPerformanceBreakdownOverviewInstagramDashboardFollowerDto = FindPerformanceBreakdownOverviewInstagramDashboardFollowerDto;
|
|
2728
2685
|
type index$6_FindPerformanceBreakdownOverviewThreadsDashboardFollowerDto = FindPerformanceBreakdownOverviewThreadsDashboardFollowerDto;
|
|
@@ -2901,10 +2858,15 @@ type index$6_IManualContentSocialThreadsRunTime = IManualContentSocialThreadsRun
|
|
|
2901
2858
|
type index$6_IOtpConfirm = IOtpConfirm;
|
|
2902
2859
|
type index$6_IOtpCreateSession = IOtpCreateSession;
|
|
2903
2860
|
type index$6_IOtpSend = IOtpSend;
|
|
2904
|
-
type index$
|
|
2905
|
-
type index$
|
|
2906
|
-
type index$
|
|
2907
|
-
type index$
|
|
2861
|
+
type index$6_IPCBrowser = IPCBrowser;
|
|
2862
|
+
type index$6_IPCBrowserLog = IPCBrowserLog;
|
|
2863
|
+
type index$6_IPCBrowserLogELS = IPCBrowserLogELS;
|
|
2864
|
+
type index$6_IPCBrowserLogStoreIdxELS = IPCBrowserLogStoreIdxELS;
|
|
2865
|
+
type index$6_IPCBrowserSheetTool = IPCBrowserSheetTool;
|
|
2866
|
+
type index$6_IPCPhone = IPCPhone;
|
|
2867
|
+
type index$6_IPCPhoneLog = IPCPhoneLog;
|
|
2868
|
+
type index$6_IPCPhoneLogELS = IPCPhoneLogELS;
|
|
2869
|
+
type index$6_IPCPhoneLogStoreIdxELS = IPCPhoneLogStoreIdxELS;
|
|
2908
2870
|
type index$6_IProxy = IProxy;
|
|
2909
2871
|
type index$6_IResponseLogin = IResponseLogin;
|
|
2910
2872
|
type index$6_IRole = IRole;
|
|
@@ -3008,7 +2970,8 @@ type index$6_ITrackingModel = ITrackingModel;
|
|
|
3008
2970
|
type index$6_ITrackingTime = ITrackingTime;
|
|
3009
2971
|
type index$6_IUser = IUser;
|
|
3010
2972
|
type index$6_IUserRole = IUserRole;
|
|
3011
|
-
type index$
|
|
2973
|
+
type index$6_IViewDeviceByPCBrowser = IViewDeviceByPCBrowser;
|
|
2974
|
+
type index$6_IViewDeviceByPCPhone = IViewDeviceByPCPhone;
|
|
3012
2975
|
type index$6_IVoiceGenerated = IVoiceGenerated;
|
|
3013
2976
|
type index$6_IVoiceLanguage = IVoiceLanguage;
|
|
3014
2977
|
type index$6_IVoiceSettingDelay = IVoiceSettingDelay;
|
|
@@ -3043,7 +3006,8 @@ type index$6_UpdateInstagramSettingInteractUnFollowDto = UpdateInstagramSettingI
|
|
|
3043
3006
|
type index$6_UpdateInstagramSettingPostDto = UpdateInstagramSettingPostDto;
|
|
3044
3007
|
type index$6_UpdateLarkDto = UpdateLarkDto;
|
|
3045
3008
|
type index$6_UpdateManagerWorkDto = UpdateManagerWorkDto;
|
|
3046
|
-
type index$
|
|
3009
|
+
type index$6_UpdatePCBrowserDto = UpdatePCBrowserDto;
|
|
3010
|
+
type index$6_UpdatePCPhoneDto = UpdatePCPhoneDto;
|
|
3047
3011
|
type index$6_UpdateProxyDto = UpdateProxyDto;
|
|
3048
3012
|
type index$6_UpdateRoleDto = UpdateRoleDto;
|
|
3049
3013
|
type index$6_UpdateSheetWorkDto = UpdateSheetWorkDto;
|
|
@@ -3079,184 +3043,137 @@ type index$6_ViewDetailSheetsToolDto = ViewDetailSheetsToolDto;
|
|
|
3079
3043
|
type index$6_ViewListGPMProfileDto = ViewListGPMProfileDto;
|
|
3080
3044
|
type index$6_ViewSettingInstagramOfAccountDto = ViewSettingInstagramOfAccountDto;
|
|
3081
3045
|
declare namespace index$6 {
|
|
3082
|
-
export { type index$6_AccountAICreateDto as AccountAICreateDto, type index$6_AccountAIImportDto as AccountAIImportDto, 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_CreatePCDto as CreatePCDto, 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_EAccountAIContentChannelStatus as EAccountAIContentChannelStatus, index$6_EAccountAIContentModel as EAccountAIContentModel, index$6_EAccountAIContentStatus as EAccountAIContentStatus, index$6_EAccountAIModelApiStatus as EAccountAIModelApiStatus, index$6_EAccountAIModelBrowserPlan as EAccountAIModelBrowserPlan, index$6_EAccountAIModelCreditStatus as EAccountAIModelCreditStatus, index$6_EAccountAIModelStatus as EAccountAIModelStatus, index$6_EAccountAIModelType as EAccountAIModelType, index$6_EAccountAISync as EAccountAISync, index$6_EAccountAITypeEmail as EAccountAITypeEmail, 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_FilterAccountAIGoogleDto as FilterAccountAIGoogleDto, 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_FilterPCLogDto as FilterPCLogDto, 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_FindAccountAIDto as FindAccountAIDto, 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_FindDetailAccountAIDto as FindDetailAccountAIDto, 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_FindOverviewAccountAIGoogleDto as FindOverviewAccountAIGoogleDto, 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_FindPCLogDto as FindPCLogDto, 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_IAccountAI as IAccountAI, 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_IAccountAIModelContent as IAccountAIModelContent, type index$6_IAccountAIModelImageVideo as IAccountAIModelImageVideo, type index$6_IAccountAIModelVoice as IAccountAIModelVoice, type index$6_IAccountAIProxy as IAccountAIProxy, 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_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 };
|
|
3046
|
+
export { type index$6_AccountAICreateDto as AccountAICreateDto, type index$6_AccountAIImportDto as AccountAIImportDto, 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_CreatePCBrowserDto as CreatePCBrowserDto, type index$6_CreatePCPhoneDto as CreatePCPhoneDto, 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_EAccountAIContentChannelStatus as EAccountAIContentChannelStatus, index$6_EAccountAIContentModel as EAccountAIContentModel, index$6_EAccountAIContentStatus as EAccountAIContentStatus, index$6_EAccountAIModelApiStatus as EAccountAIModelApiStatus, index$6_EAccountAIModelBrowserPlan as EAccountAIModelBrowserPlan, index$6_EAccountAIModelCreditStatus as EAccountAIModelCreditStatus, index$6_EAccountAIModelStatus as EAccountAIModelStatus, index$6_EAccountAIModelType as EAccountAIModelType, index$6_EAccountAISync as EAccountAISync, index$6_EAccountAITypeEmail as EAccountAITypeEmail, 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_ESheetToolInstagram as ESheetToolInstagram, index$6_ESheetToolStatusImport as ESheetToolStatusImport, index$6_ESheetToolStatusRun as ESheetToolStatusRun, index$6_ESheetToolThreads as ESheetToolThreads, index$6_ESheetToolTimeCrawl as ESheetToolTimeCrawl, 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_FilterAccountAIGoogleDto as FilterAccountAIGoogleDto, 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_FilterPCBrowserDto as FilterPCBrowserDto, type index$6_FilterPCPhoneDto as FilterPCPhoneDto, 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_FindAccountAIDto as FindAccountAIDto, 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_FindDetailAccountAIDto as FindDetailAccountAIDto, 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_FindOverviewAccountAIGoogleDto as FindOverviewAccountAIGoogleDto, 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_FindOverviewPCBrowserDto as FindOverviewPCBrowserDto, type index$6_FindOverviewPCPhoneDto as FindOverviewPCPhoneDto, 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_FindPCBrowserDetail as FindPCBrowserDetail, type index$6_FindPCBrowserDto as FindPCBrowserDto, type index$6_FindPCPhoneDetail as FindPCPhoneDetail, type index$6_FindPCPhoneDto as FindPCPhoneDto, 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_IAccountAI as IAccountAI, 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_IAccountAIModelContent as IAccountAIModelContent, type index$6_IAccountAIModelImageVideo as IAccountAIModelImageVideo, type index$6_IAccountAIModelVoice as IAccountAIModelVoice, type index$6_IAccountAIProxy as IAccountAIProxy, 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_IPCBrowser as IPCBrowser, type index$6_IPCBrowserLog as IPCBrowserLog, type index$6_IPCBrowserLogELS as IPCBrowserLogELS, type index$6_IPCBrowserLogStoreIdxELS as IPCBrowserLogStoreIdxELS, type index$6_IPCBrowserSheetTool as IPCBrowserSheetTool, type index$6_IPCPhone as IPCPhone, type index$6_IPCPhoneLog as IPCPhoneLog, type index$6_IPCPhoneLogELS as IPCPhoneLogELS, type index$6_IPCPhoneLogStoreIdxELS as IPCPhoneLogStoreIdxELS, 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_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_IViewDeviceByPCBrowser as IViewDeviceByPCBrowser, type index$6_IViewDeviceByPCPhone as IViewDeviceByPCPhone, 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_UpdatePCBrowserDto as UpdatePCBrowserDto, type index$6_UpdatePCPhoneDto as UpdatePCPhoneDto, 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 };
|
|
3083
3047
|
}
|
|
3084
3048
|
|
|
3085
|
-
interface
|
|
3049
|
+
interface IDevice extends IBaseModel, IAssignUser, ITrackingModel {
|
|
3050
|
+
idea: string | IManagerWork;
|
|
3051
|
+
niche: string | IManagerWork;
|
|
3052
|
+
pc: IPCPhone | string;
|
|
3053
|
+
os: ETypeDeviceOS;
|
|
3054
|
+
model: string;
|
|
3086
3055
|
name: string;
|
|
3087
|
-
|
|
3088
|
-
|
|
3089
|
-
|
|
3090
|
-
|
|
3091
|
-
|
|
3092
|
-
|
|
3093
|
-
|
|
3094
|
-
|
|
3095
|
-
|
|
3096
|
-
|
|
3097
|
-
|
|
3098
|
-
|
|
3099
|
-
|
|
3100
|
-
|
|
3101
|
-
|
|
3102
|
-
|
|
3103
|
-
|
|
3056
|
+
oldKey: string;
|
|
3057
|
+
newKey: string;
|
|
3058
|
+
hubConnection: string;
|
|
3059
|
+
hubStatus: EStatusDeviceHubStatus;
|
|
3060
|
+
phoneNumber: string;
|
|
3061
|
+
timeExpiredPhoneNumber: Date;
|
|
3062
|
+
countChange: number;
|
|
3063
|
+
wifiName: string;
|
|
3064
|
+
wifiPass: string;
|
|
3065
|
+
numberResetByTheHour: number;
|
|
3066
|
+
nameSystemInformation: string;
|
|
3067
|
+
deviceInheritance: any;
|
|
3068
|
+
setupSetting: {
|
|
3069
|
+
changeLanguageSettings: EStatusDeviceSetupSettingTask;
|
|
3070
|
+
configureNetworkSettings: EStatusDeviceSetupSettingTask;
|
|
3071
|
+
configureDateTime: EStatusDeviceSetupSettingTask;
|
|
3072
|
+
setupLocationServices: EStatusDeviceSetupSettingTask;
|
|
3073
|
+
installSecurityUpdates: EStatusDeviceSetupSettingTask;
|
|
3074
|
+
configurePrivacySettings: EStatusDeviceSetupSettingTask;
|
|
3075
|
+
setupDeviceName: EStatusDeviceSetupSettingTask;
|
|
3076
|
+
configureNotifications: EStatusDeviceSetupSettingTask;
|
|
3077
|
+
configureAccessibility: EStatusDeviceSetupSettingTask;
|
|
3078
|
+
};
|
|
3079
|
+
typeOld: ETypeDevice;
|
|
3080
|
+
typeNew: ETypeDevice;
|
|
3081
|
+
timeChangeType: Date;
|
|
3082
|
+
statusSetup: EStatusDeviceSetup;
|
|
3083
|
+
timeSetup: Date;
|
|
3084
|
+
statusRunningSocial: EStatusDeviceRunningSocial;
|
|
3085
|
+
timeRunningSocial: Date;
|
|
3086
|
+
statusLoginCHPlayICloud: EStatusDeviceLoginCHPlayICloud;
|
|
3087
|
+
timeLoginCHPlayICloud: Date;
|
|
3088
|
+
statusConnectPCOld: EStatusDeviceConnectPC;
|
|
3089
|
+
statusConnectPCNew: EStatusDeviceConnectPC;
|
|
3090
|
+
timeConnectedPC: Date;
|
|
3091
|
+
statusChangeName: EStatusDeviceChangeName;
|
|
3092
|
+
timeChangeName: Date;
|
|
3093
|
+
statusChangeNew: EStatusDeviceChangeNew;
|
|
3094
|
+
timeChangeNew: Date;
|
|
3095
|
+
statusReplace: EStatusDeviceReplace;
|
|
3096
|
+
timeReplace: Date;
|
|
3097
|
+
statusConnectWifi: EStatusDeviceConnectWifi;
|
|
3098
|
+
timeConnectWifi: Date;
|
|
3099
|
+
statusSync: EStatusDeviceSync;
|
|
3100
|
+
noteFix: string;
|
|
3104
3101
|
}
|
|
3105
|
-
|
|
3106
|
-
|
|
3102
|
+
|
|
3103
|
+
interface IDeviceLog extends IBaseModel, ITrackingModel {
|
|
3104
|
+
eventDateStartTime: Date;
|
|
3105
|
+
statusStart: EStatusDeviceLog;
|
|
3106
|
+
eventDateEndTime: Date;
|
|
3107
|
+
statusEnd: EStatusDeviceLog;
|
|
3108
|
+
duration: string;
|
|
3109
|
+
type: ETypeDeviceLog;
|
|
3110
|
+
retryType: number;
|
|
3111
|
+
taskID: ETypeTaskID;
|
|
3112
|
+
taskType: string;
|
|
3113
|
+
taskName: string;
|
|
3114
|
+
typeSocial: ETypeSocial;
|
|
3115
|
+
descriptionBug: string;
|
|
3107
3116
|
deviceName: string;
|
|
3117
|
+
deviceOS: ETypeDeviceOS;
|
|
3118
|
+
deviceModel: string;
|
|
3108
3119
|
deviceKey: string;
|
|
3109
|
-
|
|
3110
|
-
deviceTimeConnect: Date;
|
|
3111
|
-
deviceStatusControl: EStatusPCControl;
|
|
3112
|
-
deviceTimeActive: Date;
|
|
3113
|
-
}
|
|
3114
|
-
interface FindPCDetail {
|
|
3115
|
-
name: string;
|
|
3116
|
-
alias: string;
|
|
3117
|
-
machineGUID: string;
|
|
3118
|
-
ip: string;
|
|
3119
|
-
maxDevice: number;
|
|
3120
|
-
os: string;
|
|
3121
|
-
timeActive: Date;
|
|
3122
|
-
status: EStatusPC;
|
|
3123
|
-
statusControl: EStatusPCControl;
|
|
3124
|
-
timeStatusChange: Date;
|
|
3125
|
-
departmentAssign: string;
|
|
3126
|
-
teamAssign: string;
|
|
3127
|
-
userAssign: string;
|
|
3128
|
-
note: string;
|
|
3129
|
-
startStop: EStartStop;
|
|
3130
|
-
isNotifyConnection: boolean;
|
|
3131
|
-
isNotifyDeviceConnection: boolean;
|
|
3132
|
-
listEmailNotify: string[];
|
|
3133
|
-
numberDeviceAttached: number;
|
|
3134
|
-
listDeviceAttached: IViewDeviceByPC[];
|
|
3135
|
-
organizationAssign: {
|
|
3136
|
-
department: string;
|
|
3137
|
-
team: string;
|
|
3138
|
-
user: string;
|
|
3139
|
-
};
|
|
3140
|
-
auditInformation: {
|
|
3141
|
-
department: string;
|
|
3142
|
-
team: string;
|
|
3143
|
-
user: string;
|
|
3144
|
-
};
|
|
3120
|
+
pcName: string;
|
|
3145
3121
|
}
|
|
3146
|
-
interface
|
|
3147
|
-
|
|
3148
|
-
|
|
3149
|
-
|
|
3150
|
-
|
|
3151
|
-
|
|
3152
|
-
|
|
3153
|
-
|
|
3154
|
-
|
|
3155
|
-
|
|
3156
|
-
|
|
3157
|
-
|
|
3158
|
-
|
|
3159
|
-
|
|
3160
|
-
|
|
3161
|
-
|
|
3162
|
-
|
|
3163
|
-
|
|
3164
|
-
listEmailNotify: string[];
|
|
3165
|
-
numberDeviceAttached: number;
|
|
3122
|
+
interface IDeviceLogELS extends IBaseELS {
|
|
3123
|
+
eventDateStartTime: Date;
|
|
3124
|
+
statusStart: EStatusDeviceLog;
|
|
3125
|
+
eventDateEndTime: Date;
|
|
3126
|
+
statusEnd: EStatusDeviceLog;
|
|
3127
|
+
duration: string;
|
|
3128
|
+
type: ETypeDeviceLog;
|
|
3129
|
+
retryType: number;
|
|
3130
|
+
taskID: ETypeTaskID;
|
|
3131
|
+
taskType: string;
|
|
3132
|
+
taskName: string;
|
|
3133
|
+
typeSocial: ETypeSocial;
|
|
3134
|
+
deviceName: string;
|
|
3135
|
+
deviceModel: string;
|
|
3136
|
+
deviceOS: ETypeDeviceOS;
|
|
3137
|
+
deviceKey: string;
|
|
3138
|
+
pcName: string;
|
|
3139
|
+
descriptionBug: string;
|
|
3166
3140
|
}
|
|
3167
|
-
interface
|
|
3168
|
-
|
|
3169
|
-
|
|
3170
|
-
|
|
3171
|
-
|
|
3172
|
-
|
|
3173
|
-
|
|
3174
|
-
|
|
3175
|
-
|
|
3176
|
-
|
|
3177
|
-
|
|
3178
|
-
|
|
3179
|
-
|
|
3180
|
-
|
|
3181
|
-
|
|
3182
|
-
|
|
3183
|
-
|
|
3184
|
-
|
|
3185
|
-
};
|
|
3141
|
+
interface IDeviceLogStoreIdxELS extends IBaseStoreIdxELS {
|
|
3142
|
+
eventDateStartTime: Date;
|
|
3143
|
+
statusStart: EStatusDeviceLog;
|
|
3144
|
+
eventDateEndTime: Date;
|
|
3145
|
+
statusEnd: EStatusDeviceLog;
|
|
3146
|
+
duration: string;
|
|
3147
|
+
type: ETypeDeviceLog;
|
|
3148
|
+
retryType: number;
|
|
3149
|
+
taskID: ETypeTaskID;
|
|
3150
|
+
taskType: string;
|
|
3151
|
+
taskName: string;
|
|
3152
|
+
typeSocial: ETypeSocial;
|
|
3153
|
+
deviceName: string;
|
|
3154
|
+
deviceModel: string;
|
|
3155
|
+
deviceOS: ETypeDeviceOS;
|
|
3156
|
+
deviceKey: string;
|
|
3157
|
+
pcName: string;
|
|
3158
|
+
descriptionBug: string;
|
|
3186
3159
|
}
|
|
3187
|
-
|
|
3188
|
-
|
|
3189
|
-
|
|
3190
|
-
|
|
3191
|
-
|
|
3192
|
-
|
|
3160
|
+
|
|
3161
|
+
interface IDeviceSettingForAccount extends IBaseModel, ITrackingModel {
|
|
3162
|
+
device: string | IDevice;
|
|
3163
|
+
typeSocial: ETypeSocial;
|
|
3164
|
+
accountSocial: string | IAccountSocialBase;
|
|
3165
|
+
isActive: boolean;
|
|
3193
3166
|
}
|
|
3194
3167
|
|
|
3195
|
-
|
|
3196
|
-
|
|
3197
|
-
|
|
3198
|
-
|
|
3199
|
-
level: EPCLogLevel;
|
|
3200
|
-
description: string;
|
|
3201
|
-
performedBy: string;
|
|
3168
|
+
declare enum EAccountAITypeEmail {
|
|
3169
|
+
Gmail = "Gmail",
|
|
3170
|
+
Hotmail = "Hotmail",
|
|
3171
|
+
Outlook = "Outlook"
|
|
3202
3172
|
}
|
|
3203
|
-
|
|
3204
|
-
|
|
3205
|
-
|
|
3206
|
-
|
|
3207
|
-
}
|
|
3208
|
-
|
|
3209
|
-
interface IPC extends IBaseModel, IAssignUser, ITrackingModel {
|
|
3210
|
-
name: string;
|
|
3211
|
-
alias: string;
|
|
3212
|
-
machineGUID: string;
|
|
3213
|
-
ip: string;
|
|
3214
|
-
maxDevice: number;
|
|
3215
|
-
os: string;
|
|
3216
|
-
status: EStatusPC;
|
|
3217
|
-
statusControl: EStatusPCControl;
|
|
3218
|
-
timeStatusChange: Date;
|
|
3219
|
-
note: string;
|
|
3220
|
-
startStop: EStartStop;
|
|
3221
|
-
isNotifyConnection: boolean;
|
|
3222
|
-
isNotifyDeviceConnection: boolean;
|
|
3223
|
-
listEmailNotify: string[];
|
|
3224
|
-
}
|
|
3225
|
-
|
|
3226
|
-
interface IPCLog extends IBaseModel, ITrackingModel {
|
|
3227
|
-
pc: string | IPC;
|
|
3228
|
-
device: string | IDevice;
|
|
3229
|
-
source: EPCLogSource;
|
|
3230
|
-
level: EPCLogLevel;
|
|
3231
|
-
description: string;
|
|
3232
|
-
performedBy: string;
|
|
3233
|
-
}
|
|
3234
|
-
interface IPCLogStoreIdxELS extends IBaseStoreIdxELS {
|
|
3235
|
-
pcId: string;
|
|
3236
|
-
deviceId: string;
|
|
3237
|
-
source: EPCLogSource;
|
|
3238
|
-
level: EPCLogLevel;
|
|
3239
|
-
description: string;
|
|
3240
|
-
performedBy: string;
|
|
3241
|
-
}
|
|
3242
|
-
interface IPCLogELS extends IBaseELS {
|
|
3243
|
-
pcId: string;
|
|
3244
|
-
deviceId: string;
|
|
3245
|
-
source: EPCLogSource;
|
|
3246
|
-
level: EPCLogLevel;
|
|
3247
|
-
description: string;
|
|
3248
|
-
performedBy: string;
|
|
3249
|
-
}
|
|
3250
|
-
|
|
3251
|
-
declare enum EAccountAITypeEmail {
|
|
3252
|
-
Gmail = "Gmail",
|
|
3253
|
-
Hotmail = "Hotmail",
|
|
3254
|
-
Outlook = "Outlook"
|
|
3255
|
-
}
|
|
3256
|
-
declare enum EAccountAISync {
|
|
3257
|
-
Done = "Done",
|
|
3258
|
-
Error = "Error",
|
|
3259
|
-
Queued = "Queued"
|
|
3173
|
+
declare enum EAccountAISync {
|
|
3174
|
+
Done = "Done",
|
|
3175
|
+
Error = "Error",
|
|
3176
|
+
Queued = "Queued"
|
|
3260
3177
|
}
|
|
3261
3178
|
|
|
3262
3179
|
declare enum EAccountAIModelStatus {
|
|
@@ -5104,39 +5021,6 @@ interface IAccountVPSSocial extends IBaseModel {
|
|
|
5104
5021
|
typeSocial: ETypeSocial;
|
|
5105
5022
|
}
|
|
5106
5023
|
|
|
5107
|
-
interface IGPMProfile extends IBaseModel {
|
|
5108
|
-
typeBrowser: ETypeBrowser;
|
|
5109
|
-
profileName: string;
|
|
5110
|
-
os: ETypePcOS;
|
|
5111
|
-
userAgent: string;
|
|
5112
|
-
language: string;
|
|
5113
|
-
hardware: string;
|
|
5114
|
-
proxy: string | IProxy;
|
|
5115
|
-
emailRaw: string | IEmailRawManager;
|
|
5116
|
-
statusLoginEmail: EVPSStatusGpmLoginEmail;
|
|
5117
|
-
noteFix: string;
|
|
5118
|
-
}
|
|
5119
|
-
|
|
5120
|
-
interface FindAccountVPSGroupDto extends IFindBaseDto, IAccountVPSGroup {
|
|
5121
|
-
numberAccountVPS: number;
|
|
5122
|
-
}
|
|
5123
|
-
interface FindAccountVPSGroupPopupDto {
|
|
5124
|
-
ip: string;
|
|
5125
|
-
port: string;
|
|
5126
|
-
username: string;
|
|
5127
|
-
password: string;
|
|
5128
|
-
displayName: string;
|
|
5129
|
-
statusReplace: EVPSStatusReplace;
|
|
5130
|
-
status: EVPSStatus;
|
|
5131
|
-
provider: string;
|
|
5132
|
-
createdAt: Date;
|
|
5133
|
-
updatedAt: Date;
|
|
5134
|
-
createdBy: string;
|
|
5135
|
-
updatedBy: string;
|
|
5136
|
-
}
|
|
5137
|
-
interface FilterAccountVPSGroupDto extends IFilterBaseDto {
|
|
5138
|
-
}
|
|
5139
|
-
|
|
5140
5024
|
declare enum EStatusEmailManager {
|
|
5141
5025
|
New = "New",// Chưa login
|
|
5142
5026
|
PendingLogin = "PendingLogin",// Chờ login
|
|
@@ -5379,123 +5263,37 @@ interface FilterAccountEmailManagerDto extends IFilterBaseDto {
|
|
|
5379
5263
|
ramVps: string[];
|
|
5380
5264
|
}
|
|
5381
5265
|
|
|
5382
|
-
interface
|
|
5383
|
-
|
|
5384
|
-
|
|
5385
|
-
|
|
5386
|
-
|
|
5387
|
-
|
|
5388
|
-
|
|
5389
|
-
|
|
5390
|
-
|
|
5391
|
-
|
|
5392
|
-
hubStatus: EStatusDeviceHubStatus;
|
|
5393
|
-
phoneNumber: string;
|
|
5394
|
-
timeExpiredPhoneNumber: Date;
|
|
5395
|
-
countChange: number;
|
|
5396
|
-
wifiName: string;
|
|
5397
|
-
wifiPass: string;
|
|
5398
|
-
numberResetByTheHour: number;
|
|
5399
|
-
nameSystemInformation: string;
|
|
5400
|
-
deviceInheritance: any;
|
|
5401
|
-
setupSetting: {
|
|
5402
|
-
changeLanguageSettings: EStatusDeviceSetupSettingTask;
|
|
5403
|
-
configureNetworkSettings: EStatusDeviceSetupSettingTask;
|
|
5404
|
-
configureDateTime: EStatusDeviceSetupSettingTask;
|
|
5405
|
-
setupLocationServices: EStatusDeviceSetupSettingTask;
|
|
5406
|
-
installSecurityUpdates: EStatusDeviceSetupSettingTask;
|
|
5407
|
-
configurePrivacySettings: EStatusDeviceSetupSettingTask;
|
|
5408
|
-
setupDeviceName: EStatusDeviceSetupSettingTask;
|
|
5409
|
-
configureNotifications: EStatusDeviceSetupSettingTask;
|
|
5410
|
-
configureAccessibility: EStatusDeviceSetupSettingTask;
|
|
5411
|
-
};
|
|
5412
|
-
typeOld: ETypeDevice;
|
|
5413
|
-
typeNew: ETypeDevice;
|
|
5414
|
-
timeChangeType: Date;
|
|
5415
|
-
statusSetup: EStatusDeviceSetup;
|
|
5416
|
-
timeSetup: Date;
|
|
5417
|
-
statusRunningSocial: EStatusDeviceRunningSocial;
|
|
5418
|
-
timeRunningSocial: Date;
|
|
5419
|
-
statusLoginCHPlayICloud: EStatusDeviceLoginCHPlayICloud;
|
|
5420
|
-
timeLoginCHPlayICloud: Date;
|
|
5421
|
-
statusConnectPCOld: EStatusDeviceConnectPC;
|
|
5422
|
-
statusConnectPCNew: EStatusDeviceConnectPC;
|
|
5423
|
-
timeConnectedPC: Date;
|
|
5424
|
-
statusChangeName: EStatusDeviceChangeName;
|
|
5425
|
-
timeChangeName: Date;
|
|
5426
|
-
statusChangeNew: EStatusDeviceChangeNew;
|
|
5427
|
-
timeChangeNew: Date;
|
|
5428
|
-
statusReplace: EStatusDeviceReplace;
|
|
5429
|
-
timeReplace: Date;
|
|
5430
|
-
statusConnectWifi: EStatusDeviceConnectWifi;
|
|
5431
|
-
timeConnectWifi: Date;
|
|
5432
|
-
statusSync: EStatusDeviceSync;
|
|
5266
|
+
interface IGPMProfile extends IBaseModel {
|
|
5267
|
+
typeBrowser: ETypeBrowser;
|
|
5268
|
+
profileName: string;
|
|
5269
|
+
os: ETypePcOS;
|
|
5270
|
+
userAgent: string;
|
|
5271
|
+
language: string;
|
|
5272
|
+
hardware: string;
|
|
5273
|
+
proxy: string | IProxy;
|
|
5274
|
+
emailRaw: string | IEmailRawManager;
|
|
5275
|
+
statusLoginEmail: EVPSStatusGpmLoginEmail;
|
|
5433
5276
|
noteFix: string;
|
|
5434
5277
|
}
|
|
5435
5278
|
|
|
5436
|
-
interface
|
|
5437
|
-
|
|
5438
|
-
statusStart: EStatusDeviceLog;
|
|
5439
|
-
eventDateEndTime: Date;
|
|
5440
|
-
statusEnd: EStatusDeviceLog;
|
|
5441
|
-
duration: string;
|
|
5442
|
-
type: ETypeDeviceLog;
|
|
5443
|
-
retryType: number;
|
|
5444
|
-
taskID: ETypeTaskID;
|
|
5445
|
-
taskType: string;
|
|
5446
|
-
taskName: string;
|
|
5447
|
-
typeSocial: ETypeSocial;
|
|
5448
|
-
descriptionBug: string;
|
|
5449
|
-
deviceName: string;
|
|
5450
|
-
deviceOS: ETypeDeviceOS;
|
|
5451
|
-
deviceModel: string;
|
|
5452
|
-
deviceKey: string;
|
|
5453
|
-
pcName: string;
|
|
5454
|
-
}
|
|
5455
|
-
interface IDeviceLogELS extends IBaseELS {
|
|
5456
|
-
eventDateStartTime: Date;
|
|
5457
|
-
statusStart: EStatusDeviceLog;
|
|
5458
|
-
eventDateEndTime: Date;
|
|
5459
|
-
statusEnd: EStatusDeviceLog;
|
|
5460
|
-
duration: string;
|
|
5461
|
-
type: ETypeDeviceLog;
|
|
5462
|
-
retryType: number;
|
|
5463
|
-
taskID: ETypeTaskID;
|
|
5464
|
-
taskType: string;
|
|
5465
|
-
taskName: string;
|
|
5466
|
-
typeSocial: ETypeSocial;
|
|
5467
|
-
deviceName: string;
|
|
5468
|
-
deviceModel: string;
|
|
5469
|
-
deviceOS: ETypeDeviceOS;
|
|
5470
|
-
deviceKey: string;
|
|
5471
|
-
pcName: string;
|
|
5472
|
-
descriptionBug: string;
|
|
5279
|
+
interface FindAccountVPSGroupDto extends IFindBaseDto, IAccountVPSGroup {
|
|
5280
|
+
numberAccountVPS: number;
|
|
5473
5281
|
}
|
|
5474
|
-
interface
|
|
5475
|
-
|
|
5476
|
-
|
|
5477
|
-
|
|
5478
|
-
|
|
5479
|
-
|
|
5480
|
-
|
|
5481
|
-
|
|
5482
|
-
|
|
5483
|
-
|
|
5484
|
-
|
|
5485
|
-
|
|
5486
|
-
|
|
5487
|
-
deviceModel: string;
|
|
5488
|
-
deviceOS: ETypeDeviceOS;
|
|
5489
|
-
deviceKey: string;
|
|
5490
|
-
pcName: string;
|
|
5491
|
-
descriptionBug: string;
|
|
5282
|
+
interface FindAccountVPSGroupPopupDto {
|
|
5283
|
+
ip: string;
|
|
5284
|
+
port: string;
|
|
5285
|
+
username: string;
|
|
5286
|
+
password: string;
|
|
5287
|
+
displayName: string;
|
|
5288
|
+
statusReplace: EVPSStatusReplace;
|
|
5289
|
+
status: EVPSStatus;
|
|
5290
|
+
provider: string;
|
|
5291
|
+
createdAt: Date;
|
|
5292
|
+
updatedAt: Date;
|
|
5293
|
+
createdBy: string;
|
|
5294
|
+
updatedBy: string;
|
|
5492
5295
|
}
|
|
5493
|
-
|
|
5494
|
-
interface IDeviceSettingForAccount extends IBaseModel, ITrackingModel {
|
|
5495
|
-
device: string | IDevice;
|
|
5496
|
-
typeSocial: ETypeSocial;
|
|
5497
|
-
accountSocial: string | IAccountSocialBase;
|
|
5498
|
-
isActive: boolean;
|
|
5296
|
+
interface FilterAccountVPSGroupDto extends IFilterBaseDto {
|
|
5499
5297
|
}
|
|
5500
5298
|
|
|
5501
5299
|
interface IDeviceSettingForCHPlayICloud extends IBaseModel, ITrackingModel {
|
|
@@ -5513,6 +5311,25 @@ interface IDeviceSettingForVPN extends IBaseModel, ITrackingModel {
|
|
|
5513
5311
|
accountVPN: string | IAccountVPN;
|
|
5514
5312
|
}
|
|
5515
5313
|
|
|
5314
|
+
interface IPCPhone extends IBaseModel, IAssignUser, ITrackingModel {
|
|
5315
|
+
name: string;
|
|
5316
|
+
alias: string;
|
|
5317
|
+
machineGUID: string;
|
|
5318
|
+
ip: string;
|
|
5319
|
+
maxDevice: number;
|
|
5320
|
+
os: string;
|
|
5321
|
+
status: EStatusPC;
|
|
5322
|
+
timeStatusChange: Date;
|
|
5323
|
+
statusControl: EStatusPCControl;
|
|
5324
|
+
timeStatusControlChange: Date;
|
|
5325
|
+
startStop: EStartStop;
|
|
5326
|
+
timeStartStopChange: Date;
|
|
5327
|
+
isNotifyConnection: boolean;
|
|
5328
|
+
isNotifyDeviceConnection: boolean;
|
|
5329
|
+
listEmailNotify: string[];
|
|
5330
|
+
note: string;
|
|
5331
|
+
}
|
|
5332
|
+
|
|
5516
5333
|
interface IAccountSocialBase extends IBaseModel, ITrackingModel {
|
|
5517
5334
|
accountID: number;
|
|
5518
5335
|
group: IAccountSocialGroup | string;
|
|
@@ -5522,7 +5339,7 @@ interface IAccountSocialBase extends IBaseModel, ITrackingModel {
|
|
|
5522
5339
|
idea: string | IManagerWork;
|
|
5523
5340
|
niche: string | IManagerWork;
|
|
5524
5341
|
type: ETypeManagerWorkClassify;
|
|
5525
|
-
pc:
|
|
5342
|
+
pc: IPCPhone | string;
|
|
5526
5343
|
device: IDevice | string;
|
|
5527
5344
|
isActiveOnDevice: boolean;
|
|
5528
5345
|
oldUsername?: string;
|
|
@@ -6381,7 +6198,7 @@ interface IInstagramAccountRaw extends IBaseModel, IAssignUser, ITrackingModel,
|
|
|
6381
6198
|
idea: string | IManagerWork;
|
|
6382
6199
|
niche: string | IManagerWork;
|
|
6383
6200
|
type: ETypeManagerWorkClassify;
|
|
6384
|
-
pc:
|
|
6201
|
+
pc: IPCPhone | string;
|
|
6385
6202
|
device: IDevice | string;
|
|
6386
6203
|
status: EStatusAccountSocialRaw;
|
|
6387
6204
|
timeChangeStatus: Date;
|
|
@@ -7204,26 +7021,59 @@ interface IInstagramHistoryChangeInfoStoreIdxELS extends IBaseStoreIdxELS {
|
|
|
7204
7021
|
interface IInstagramHistoryChangeInfoELS extends IInstagramHistoryChangeInfoStoreIdxELS, IBaseELS {
|
|
7205
7022
|
}
|
|
7206
7023
|
|
|
7207
|
-
|
|
7208
|
-
|
|
7209
|
-
|
|
7210
|
-
timeTo: Date;
|
|
7211
|
-
featureAdvance: T;
|
|
7024
|
+
declare enum ESheetToolStatusImport {
|
|
7025
|
+
'Success' = "Success",
|
|
7026
|
+
'Error' = "Error"
|
|
7212
7027
|
}
|
|
7213
|
-
|
|
7214
|
-
|
|
7215
|
-
|
|
7216
|
-
|
|
7217
|
-
|
|
7218
|
-
|
|
7219
|
-
|
|
7220
|
-
|
|
7221
|
-
|
|
7222
|
-
|
|
7223
|
-
|
|
7224
|
-
|
|
7225
|
-
|
|
7226
|
-
|
|
7028
|
+
declare enum ESheetToolStatusRun {
|
|
7029
|
+
'New' = "New",
|
|
7030
|
+
'Running' = "Running",
|
|
7031
|
+
'Paused' = "Paused",
|
|
7032
|
+
'Error' = "Error"
|
|
7033
|
+
}
|
|
7034
|
+
declare enum ESheetToolTimeCrawl {
|
|
7035
|
+
'1 hour(Quick)' = "1 hour(Quick)",
|
|
7036
|
+
'6 hours(Standard)' = "6 hours(Standard)",
|
|
7037
|
+
'12 hours(Extended)' = "12 hours(Extended)",
|
|
7038
|
+
'24 hours(Full day)' = "24 hours(Full day)",
|
|
7039
|
+
'48 hours(2 Days)' = "48 hours(2 Days)",
|
|
7040
|
+
'72 hours(3 Days)' = "72 hours(3 Days)"
|
|
7041
|
+
}
|
|
7042
|
+
declare enum ESheetToolInstagram {
|
|
7043
|
+
Post = "Post",
|
|
7044
|
+
Follow = "Follow",
|
|
7045
|
+
ReplyComment = "Reply comment",
|
|
7046
|
+
ReplyMessage = "Reply message",
|
|
7047
|
+
AvatarCover = "AvatarCover"
|
|
7048
|
+
}
|
|
7049
|
+
declare enum ESheetToolThreads {
|
|
7050
|
+
Post = "Post",
|
|
7051
|
+
Follow = "Follow",
|
|
7052
|
+
ReplyComment = "Reply comment",
|
|
7053
|
+
ReplyMessage = "Reply message",
|
|
7054
|
+
AvatarCover = "AvatarCover"
|
|
7055
|
+
}
|
|
7056
|
+
|
|
7057
|
+
interface ISettingRunTimeSocial<T = any> extends IBaseModel {
|
|
7058
|
+
settingId: string;
|
|
7059
|
+
timeFrom: Date;
|
|
7060
|
+
timeTo: Date;
|
|
7061
|
+
featureAdvance: T;
|
|
7062
|
+
}
|
|
7063
|
+
|
|
7064
|
+
interface FindOverViewInstagramSettingInteractFollowDto {
|
|
7065
|
+
totalDepartments: number;
|
|
7066
|
+
totalLeaders: number;
|
|
7067
|
+
totalMembers: number;
|
|
7068
|
+
totalTeams: number;
|
|
7069
|
+
totalPC: number;
|
|
7070
|
+
totalDevice: number;
|
|
7071
|
+
totalAccountGroups: number;
|
|
7072
|
+
totalAccounts: number;
|
|
7073
|
+
totalIdea: number;
|
|
7074
|
+
totalNiche: number;
|
|
7075
|
+
totalType: {
|
|
7076
|
+
total: number;
|
|
7227
7077
|
TM: number;
|
|
7228
7078
|
NTM: number;
|
|
7229
7079
|
};
|
|
@@ -11365,6 +11215,7 @@ declare enum EManagerImageAIInstagramFolder {
|
|
|
11365
11215
|
interface IManagerImageAIInstagramItemStore extends IBaseModel, ITrackingModel {
|
|
11366
11216
|
typeFolderStore: EManagerImageAIInstagramFolder;
|
|
11367
11217
|
managerImage: IManagerImageAIInstagram | string;
|
|
11218
|
+
statusUse: EStatusUse;
|
|
11368
11219
|
file: IFile | string;
|
|
11369
11220
|
driveId?: string;
|
|
11370
11221
|
driverUrl?: string;
|
|
@@ -11438,7 +11289,6 @@ interface IManagerImageAIThreads extends IBaseModel, ITrackingModel, IAssignUser
|
|
|
11438
11289
|
interface IManagerImageAIThreadsUserAttached extends IBaseModel, ITrackingModel {
|
|
11439
11290
|
accountSocial: string | any;
|
|
11440
11291
|
managerImageAI: string | IManagerImageAIThreads;
|
|
11441
|
-
statusUse: EStatusUse;
|
|
11442
11292
|
}
|
|
11443
11293
|
|
|
11444
11294
|
declare enum EManagerImageAIThreadsModel {
|
|
@@ -11453,6 +11303,7 @@ declare enum EManagerImageAIThreadsFolder {
|
|
|
11453
11303
|
interface IManagerImageAIThreadsItemStore extends IBaseModel, ITrackingModel {
|
|
11454
11304
|
typeFolderStore: EManagerImageAIThreadsFolder;
|
|
11455
11305
|
managerImage: IManagerImageAIThreads | string;
|
|
11306
|
+
statusUse: EStatusUse;
|
|
11456
11307
|
file: IFile | string;
|
|
11457
11308
|
driveId?: string;
|
|
11458
11309
|
driverUrl?: string;
|
|
@@ -11532,6 +11383,293 @@ interface FilterManagerSheetDto extends IFilterBaseDto {
|
|
|
11532
11383
|
isActive: boolean;
|
|
11533
11384
|
}
|
|
11534
11385
|
|
|
11386
|
+
interface CreatePCBrowserDto {
|
|
11387
|
+
name: string;
|
|
11388
|
+
alias: string;
|
|
11389
|
+
machineGUID: string;
|
|
11390
|
+
ip: string;
|
|
11391
|
+
os: string;
|
|
11392
|
+
maxDevice?: number;
|
|
11393
|
+
userAssignId: string;
|
|
11394
|
+
note?: string;
|
|
11395
|
+
}
|
|
11396
|
+
interface UpdatePCBrowserDto {
|
|
11397
|
+
name?: string;
|
|
11398
|
+
alias?: string;
|
|
11399
|
+
userAssignId?: string;
|
|
11400
|
+
maxDevice?: number;
|
|
11401
|
+
note?: string;
|
|
11402
|
+
isNotifyConnection?: boolean;
|
|
11403
|
+
isNotifyDeviceConnection?: boolean;
|
|
11404
|
+
listEmailNotify?: string[];
|
|
11405
|
+
}
|
|
11406
|
+
interface IViewDeviceByPCBrowser {
|
|
11407
|
+
id: string;
|
|
11408
|
+
deviceName: string;
|
|
11409
|
+
deviceKey: string;
|
|
11410
|
+
deviceStatusConnect: EStatusDeviceConnectPC;
|
|
11411
|
+
deviceTimeConnect: Date;
|
|
11412
|
+
deviceStatusControl: EStatusPCControl;
|
|
11413
|
+
deviceTimeActive: Date;
|
|
11414
|
+
}
|
|
11415
|
+
interface FindPCBrowserDetail {
|
|
11416
|
+
name: string;
|
|
11417
|
+
alias: string;
|
|
11418
|
+
machineGUID: string;
|
|
11419
|
+
ip: string;
|
|
11420
|
+
maxDevice: number;
|
|
11421
|
+
os: string;
|
|
11422
|
+
timeActive: Date;
|
|
11423
|
+
status: EStatusPC;
|
|
11424
|
+
statusControl: EStatusPCControl;
|
|
11425
|
+
timeStatusChange: Date;
|
|
11426
|
+
departmentAssign: string;
|
|
11427
|
+
teamAssign: string;
|
|
11428
|
+
userAssign: string;
|
|
11429
|
+
note: string;
|
|
11430
|
+
startStop: EStartStop;
|
|
11431
|
+
isNotifyConnection: boolean;
|
|
11432
|
+
isNotifyDeviceConnection: boolean;
|
|
11433
|
+
listEmailNotify: string[];
|
|
11434
|
+
numberDeviceAttached: number;
|
|
11435
|
+
listDeviceAttached: IViewDeviceByPCBrowser[];
|
|
11436
|
+
organizationAssign: {
|
|
11437
|
+
department: string;
|
|
11438
|
+
team: string;
|
|
11439
|
+
user: string;
|
|
11440
|
+
};
|
|
11441
|
+
auditInformation: {
|
|
11442
|
+
department: string;
|
|
11443
|
+
team: string;
|
|
11444
|
+
user: string;
|
|
11445
|
+
};
|
|
11446
|
+
}
|
|
11447
|
+
interface FindPCBrowserDto extends IFindBaseDto {
|
|
11448
|
+
name: string;
|
|
11449
|
+
alias: string;
|
|
11450
|
+
machineGUID: string;
|
|
11451
|
+
ip: string;
|
|
11452
|
+
maxDevice: number;
|
|
11453
|
+
os: string;
|
|
11454
|
+
status: EStatusPC;
|
|
11455
|
+
statusControl: EStatusPCControl;
|
|
11456
|
+
timeStatusChange: Date;
|
|
11457
|
+
departmentAssign: string;
|
|
11458
|
+
teamAssign: string;
|
|
11459
|
+
userAssign: string;
|
|
11460
|
+
timeActive: Date;
|
|
11461
|
+
note: string;
|
|
11462
|
+
startStop: EStartStop;
|
|
11463
|
+
isNotifyConnection: boolean;
|
|
11464
|
+
isNotifyDeviceConnection: boolean;
|
|
11465
|
+
listEmailNotify: string[];
|
|
11466
|
+
numberDeviceAttached: number;
|
|
11467
|
+
}
|
|
11468
|
+
interface FindOverviewPCBrowserDto extends IBaseOverview {
|
|
11469
|
+
pcStatus: {
|
|
11470
|
+
[EStatusPC.Online]: number;
|
|
11471
|
+
[EStatusPC.Offline]: number;
|
|
11472
|
+
[EStatusPC.Maintenance]: number;
|
|
11473
|
+
[EStatusPC.Busy]: number;
|
|
11474
|
+
total: number;
|
|
11475
|
+
};
|
|
11476
|
+
pcControl: {
|
|
11477
|
+
[EStatusPCControl.Idle]: number;
|
|
11478
|
+
[EStatusPCControl.InUse]: number;
|
|
11479
|
+
total: number;
|
|
11480
|
+
};
|
|
11481
|
+
}
|
|
11482
|
+
interface FilterPCBrowserDto extends IFilterBaseDto {
|
|
11483
|
+
statusPc: EStatusPC[];
|
|
11484
|
+
statusDeviceConnectedPC: EStatusDeviceConnectPC[];
|
|
11485
|
+
typeDevice: ETypeDevice[];
|
|
11486
|
+
statusControl: EStatusPCControl[];
|
|
11487
|
+
}
|
|
11488
|
+
|
|
11489
|
+
interface IPCBrowser extends IBaseModel, IAssignUser, ITrackingModel {
|
|
11490
|
+
name: string;
|
|
11491
|
+
alias: string;
|
|
11492
|
+
machineGUID: string;
|
|
11493
|
+
ip: string;
|
|
11494
|
+
maxDevice: number;
|
|
11495
|
+
os: string;
|
|
11496
|
+
status: EStatusPC;
|
|
11497
|
+
timeStatusChange: Date;
|
|
11498
|
+
statusControl: EStatusPCControl;
|
|
11499
|
+
timeStatusControlChange: Date;
|
|
11500
|
+
startStop: EStartStop;
|
|
11501
|
+
timeStartStopChange: Date;
|
|
11502
|
+
isNotifyConnection: boolean;
|
|
11503
|
+
isNotifyDeviceConnection: boolean;
|
|
11504
|
+
listEmailNotify: string[];
|
|
11505
|
+
note: string;
|
|
11506
|
+
}
|
|
11507
|
+
|
|
11508
|
+
interface IPCBrowserLog extends IBaseModel, ITrackingModel {
|
|
11509
|
+
pc: string | IPCBrowser;
|
|
11510
|
+
device: string | IDevice;
|
|
11511
|
+
source: EPCLogSource;
|
|
11512
|
+
level: EPCLogLevel;
|
|
11513
|
+
description: string;
|
|
11514
|
+
performedBy: string;
|
|
11515
|
+
}
|
|
11516
|
+
interface IPCBrowserLogStoreIdxELS extends IBaseStoreIdxELS {
|
|
11517
|
+
pcId: string;
|
|
11518
|
+
deviceId: string;
|
|
11519
|
+
source: EPCLogSource;
|
|
11520
|
+
level: EPCLogLevel;
|
|
11521
|
+
description: string;
|
|
11522
|
+
performedBy: string;
|
|
11523
|
+
}
|
|
11524
|
+
interface IPCBrowserLogELS extends IBaseELS {
|
|
11525
|
+
pcId: string;
|
|
11526
|
+
deviceId: string;
|
|
11527
|
+
source: EPCLogSource;
|
|
11528
|
+
level: EPCLogLevel;
|
|
11529
|
+
description: string;
|
|
11530
|
+
performedBy: string;
|
|
11531
|
+
}
|
|
11532
|
+
|
|
11533
|
+
interface IPCBrowserSheetTool extends IBaseModel {
|
|
11534
|
+
pcBrowserId: string;
|
|
11535
|
+
sheetToolId: string;
|
|
11536
|
+
startStop: EStartStop;
|
|
11537
|
+
}
|
|
11538
|
+
|
|
11539
|
+
interface CreatePCPhoneDto {
|
|
11540
|
+
name: string;
|
|
11541
|
+
alias: string;
|
|
11542
|
+
machineGUID: string;
|
|
11543
|
+
ip: string;
|
|
11544
|
+
os: string;
|
|
11545
|
+
maxDevice?: number;
|
|
11546
|
+
userAssignId: string;
|
|
11547
|
+
note?: string;
|
|
11548
|
+
}
|
|
11549
|
+
interface UpdatePCPhoneDto {
|
|
11550
|
+
name?: string;
|
|
11551
|
+
alias?: string;
|
|
11552
|
+
userAssignId?: string;
|
|
11553
|
+
maxDevice?: number;
|
|
11554
|
+
note?: string;
|
|
11555
|
+
isNotifyConnection?: boolean;
|
|
11556
|
+
isNotifyDeviceConnection?: boolean;
|
|
11557
|
+
listEmailNotify?: string[];
|
|
11558
|
+
}
|
|
11559
|
+
interface IViewDeviceByPCPhone {
|
|
11560
|
+
id: string;
|
|
11561
|
+
deviceName: string;
|
|
11562
|
+
deviceKey: string;
|
|
11563
|
+
deviceStatusConnect: EStatusDeviceConnectPC;
|
|
11564
|
+
deviceTimeConnect: Date;
|
|
11565
|
+
deviceStatusControl: EStatusPCControl;
|
|
11566
|
+
deviceTimeActive: Date;
|
|
11567
|
+
}
|
|
11568
|
+
interface FindPCPhoneDetail {
|
|
11569
|
+
name: string;
|
|
11570
|
+
alias: string;
|
|
11571
|
+
machineGUID: string;
|
|
11572
|
+
ip: string;
|
|
11573
|
+
maxDevice: number;
|
|
11574
|
+
os: string;
|
|
11575
|
+
timeActive: Date;
|
|
11576
|
+
status: EStatusPC;
|
|
11577
|
+
statusControl: EStatusPCControl;
|
|
11578
|
+
timeStatusChange: Date;
|
|
11579
|
+
departmentAssign: string;
|
|
11580
|
+
teamAssign: string;
|
|
11581
|
+
userAssign: string;
|
|
11582
|
+
note: string;
|
|
11583
|
+
startStop: EStartStop;
|
|
11584
|
+
isNotifyConnection: boolean;
|
|
11585
|
+
isNotifyDeviceConnection: boolean;
|
|
11586
|
+
listEmailNotify: string[];
|
|
11587
|
+
numberDeviceAttached: number;
|
|
11588
|
+
listDeviceAttached: IViewDeviceByPCPhone[];
|
|
11589
|
+
organizationAssign: {
|
|
11590
|
+
department: string;
|
|
11591
|
+
team: string;
|
|
11592
|
+
user: string;
|
|
11593
|
+
};
|
|
11594
|
+
auditInformation: {
|
|
11595
|
+
department: string;
|
|
11596
|
+
team: string;
|
|
11597
|
+
user: string;
|
|
11598
|
+
};
|
|
11599
|
+
}
|
|
11600
|
+
interface FindPCPhoneDto extends IFindBaseDto {
|
|
11601
|
+
name: string;
|
|
11602
|
+
alias: string;
|
|
11603
|
+
machineGUID: string;
|
|
11604
|
+
ip: string;
|
|
11605
|
+
maxDevice: number;
|
|
11606
|
+
os: string;
|
|
11607
|
+
status: EStatusPC;
|
|
11608
|
+
statusControl: EStatusPCControl;
|
|
11609
|
+
timeStatusChange: Date;
|
|
11610
|
+
departmentAssign: string;
|
|
11611
|
+
teamAssign: string;
|
|
11612
|
+
userAssign: string;
|
|
11613
|
+
timeActive: Date;
|
|
11614
|
+
note: string;
|
|
11615
|
+
startStop: EStartStop;
|
|
11616
|
+
isNotifyConnection: boolean;
|
|
11617
|
+
isNotifyDeviceConnection: boolean;
|
|
11618
|
+
listEmailNotify: string[];
|
|
11619
|
+
numberDeviceAttached: number;
|
|
11620
|
+
}
|
|
11621
|
+
interface FindOverviewPCPhoneDto extends IBaseOverview {
|
|
11622
|
+
device: {
|
|
11623
|
+
[EStatusDeviceConnectPC.Connected]: number;
|
|
11624
|
+
[EStatusDeviceConnectPC.Disconnected]: number;
|
|
11625
|
+
[EStatusDeviceConnectPC.Unauthenticated]: number;
|
|
11626
|
+
total: number;
|
|
11627
|
+
};
|
|
11628
|
+
pcStatus: {
|
|
11629
|
+
[EStatusPC.Online]: number;
|
|
11630
|
+
[EStatusPC.Offline]: number;
|
|
11631
|
+
[EStatusPC.Maintenance]: number;
|
|
11632
|
+
[EStatusPC.Busy]: number;
|
|
11633
|
+
total: number;
|
|
11634
|
+
};
|
|
11635
|
+
pcControl: {
|
|
11636
|
+
[EStatusPCControl.Idle]: number;
|
|
11637
|
+
[EStatusPCControl.InUse]: number;
|
|
11638
|
+
total: number;
|
|
11639
|
+
};
|
|
11640
|
+
}
|
|
11641
|
+
interface FilterPCPhoneDto extends IFilterBaseDto {
|
|
11642
|
+
statusPc: EStatusPC[];
|
|
11643
|
+
statusDeviceConnectedPC: EStatusDeviceConnectPC[];
|
|
11644
|
+
typeDevice: ETypeDevice[];
|
|
11645
|
+
statusControl: EStatusPCControl[];
|
|
11646
|
+
}
|
|
11647
|
+
|
|
11648
|
+
interface IPCPhoneLog extends IBaseModel, ITrackingModel {
|
|
11649
|
+
pc: string | IPCPhone;
|
|
11650
|
+
device: string | IDevice;
|
|
11651
|
+
source: EPCLogSource;
|
|
11652
|
+
level: EPCLogLevel;
|
|
11653
|
+
description: string;
|
|
11654
|
+
performedBy: string;
|
|
11655
|
+
}
|
|
11656
|
+
interface IPCPhoneLogStoreIdxELS extends IBaseStoreIdxELS {
|
|
11657
|
+
pcId: string;
|
|
11658
|
+
deviceId: string;
|
|
11659
|
+
source: EPCLogSource;
|
|
11660
|
+
level: EPCLogLevel;
|
|
11661
|
+
description: string;
|
|
11662
|
+
performedBy: string;
|
|
11663
|
+
}
|
|
11664
|
+
interface IPCPhoneLogELS extends IBaseELS {
|
|
11665
|
+
pcId: string;
|
|
11666
|
+
deviceId: string;
|
|
11667
|
+
source: EPCLogSource;
|
|
11668
|
+
level: EPCLogLevel;
|
|
11669
|
+
description: string;
|
|
11670
|
+
performedBy: string;
|
|
11671
|
+
}
|
|
11672
|
+
|
|
11535
11673
|
interface CreateSheetToolDto {
|
|
11536
11674
|
type: ESheetToolInstagram;
|
|
11537
11675
|
typeSocial: ETypeSocial;
|
|
@@ -12915,7 +13053,8 @@ type index$4_ApplyReplaceDeviceDto = ApplyReplaceDeviceDto;
|
|
|
12915
13053
|
type index$4_CreateAccountVPSDto = CreateAccountVPSDto;
|
|
12916
13054
|
type index$4_CreateManagerImageAIInstagramDto = CreateManagerImageAIInstagramDto;
|
|
12917
13055
|
type index$4_CreateManagerImageAIThreadsDto = CreateManagerImageAIThreadsDto;
|
|
12918
|
-
type index$
|
|
13056
|
+
type index$4_CreatePCBrowserDto = CreatePCBrowserDto;
|
|
13057
|
+
type index$4_CreatePCPhoneDto = CreatePCPhoneDto;
|
|
12919
13058
|
type index$4_CreateProxyDto = CreateProxyDto;
|
|
12920
13059
|
type index$4_CreateSheetToolDto = CreateSheetToolDto;
|
|
12921
13060
|
type index$4_CreateTaskAIContentDto = CreateTaskAIContentDto;
|
|
@@ -12964,6 +13103,16 @@ type index$4_EManualContentSocialThreadsStatusTask = EManualContentSocialThreads
|
|
|
12964
13103
|
declare const index$4_EManualContentSocialThreadsStatusTask: typeof EManualContentSocialThreadsStatusTask;
|
|
12965
13104
|
type index$4_EManualContentSocialThreadsTypePost = EManualContentSocialThreadsTypePost;
|
|
12966
13105
|
declare const index$4_EManualContentSocialThreadsTypePost: typeof EManualContentSocialThreadsTypePost;
|
|
13106
|
+
type index$4_ESheetToolInstagram = ESheetToolInstagram;
|
|
13107
|
+
declare const index$4_ESheetToolInstagram: typeof ESheetToolInstagram;
|
|
13108
|
+
type index$4_ESheetToolStatusImport = ESheetToolStatusImport;
|
|
13109
|
+
declare const index$4_ESheetToolStatusImport: typeof ESheetToolStatusImport;
|
|
13110
|
+
type index$4_ESheetToolStatusRun = ESheetToolStatusRun;
|
|
13111
|
+
declare const index$4_ESheetToolStatusRun: typeof ESheetToolStatusRun;
|
|
13112
|
+
type index$4_ESheetToolThreads = ESheetToolThreads;
|
|
13113
|
+
declare const index$4_ESheetToolThreads: typeof ESheetToolThreads;
|
|
13114
|
+
type index$4_ESheetToolTimeCrawl = ESheetToolTimeCrawl;
|
|
13115
|
+
declare const index$4_ESheetToolTimeCrawl: typeof ESheetToolTimeCrawl;
|
|
12967
13116
|
type index$4_EStatusAccountCHPlayICloud = EStatusAccountCHPlayICloud;
|
|
12968
13117
|
declare const index$4_EStatusAccountCHPlayICloud: typeof EStatusAccountCHPlayICloud;
|
|
12969
13118
|
type index$4_EStatusAccountCanva = EStatusAccountCanva;
|
|
@@ -13030,8 +13179,8 @@ type index$4_FilterManagerImageAIThreadsDto = FilterManagerImageAIThreadsDto;
|
|
|
13030
13179
|
type index$4_FilterManagerSheetDto = FilterManagerSheetDto;
|
|
13031
13180
|
type index$4_FilterManualContentSocialInstagramDto = FilterManualContentSocialInstagramDto;
|
|
13032
13181
|
type index$4_FilterManualContentSocialThreadsDto = FilterManualContentSocialThreadsDto;
|
|
13033
|
-
type index$
|
|
13034
|
-
type index$
|
|
13182
|
+
type index$4_FilterPCBrowserDto = FilterPCBrowserDto;
|
|
13183
|
+
type index$4_FilterPCPhoneDto = FilterPCPhoneDto;
|
|
13035
13184
|
type index$4_FilterProxyDto = FilterProxyDto;
|
|
13036
13185
|
type index$4_FilterSheetsToolDto = FilterSheetsToolDto;
|
|
13037
13186
|
type index$4_FilterTaskAIContentDto = FilterTaskAIContentDto;
|
|
@@ -13083,11 +13232,13 @@ type index$4_FindOverviewManagerImageAIInstagramDto = FindOverviewManagerImageAI
|
|
|
13083
13232
|
type index$4_FindOverviewManagerImageAIThreadsDto = FindOverviewManagerImageAIThreadsDto;
|
|
13084
13233
|
type index$4_FindOverviewManualContentSocialInstagramDto = FindOverviewManualContentSocialInstagramDto;
|
|
13085
13234
|
type index$4_FindOverviewManualContentSocialThreadsDto = FindOverviewManualContentSocialThreadsDto;
|
|
13086
|
-
type index$
|
|
13235
|
+
type index$4_FindOverviewPCBrowserDto = FindOverviewPCBrowserDto;
|
|
13236
|
+
type index$4_FindOverviewPCPhoneDto = FindOverviewPCPhoneDto;
|
|
13087
13237
|
type index$4_FindOverviewProxyDto = FindOverviewProxyDto;
|
|
13088
|
-
type index$
|
|
13089
|
-
type index$
|
|
13090
|
-
type index$
|
|
13238
|
+
type index$4_FindPCBrowserDetail = FindPCBrowserDetail;
|
|
13239
|
+
type index$4_FindPCBrowserDto = FindPCBrowserDto;
|
|
13240
|
+
type index$4_FindPCPhoneDetail = FindPCPhoneDetail;
|
|
13241
|
+
type index$4_FindPCPhoneDto = FindPCPhoneDto;
|
|
13091
13242
|
type index$4_FindProxyDto = FindProxyDto;
|
|
13092
13243
|
type index$4_FindReplaceDeviceDto = FindReplaceDeviceDto;
|
|
13093
13244
|
type index$4_FindSheetsToolDto = FindSheetsToolDto;
|
|
@@ -13156,10 +13307,15 @@ type index$4_IManualContentSocialThreadsChildren = IManualContentSocialThreadsCh
|
|
|
13156
13307
|
type index$4_IManualContentSocialThreadsChildrenItemPost = IManualContentSocialThreadsChildrenItemPost;
|
|
13157
13308
|
type index$4_IManualContentSocialThreadsNiche = IManualContentSocialThreadsNiche;
|
|
13158
13309
|
type index$4_IManualContentSocialThreadsRunTime = IManualContentSocialThreadsRunTime;
|
|
13159
|
-
type index$
|
|
13160
|
-
type index$
|
|
13161
|
-
type index$
|
|
13162
|
-
type index$
|
|
13310
|
+
type index$4_IPCBrowser = IPCBrowser;
|
|
13311
|
+
type index$4_IPCBrowserLog = IPCBrowserLog;
|
|
13312
|
+
type index$4_IPCBrowserLogELS = IPCBrowserLogELS;
|
|
13313
|
+
type index$4_IPCBrowserLogStoreIdxELS = IPCBrowserLogStoreIdxELS;
|
|
13314
|
+
type index$4_IPCBrowserSheetTool = IPCBrowserSheetTool;
|
|
13315
|
+
type index$4_IPCPhone = IPCPhone;
|
|
13316
|
+
type index$4_IPCPhoneLog = IPCPhoneLog;
|
|
13317
|
+
type index$4_IPCPhoneLogELS = IPCPhoneLogELS;
|
|
13318
|
+
type index$4_IPCPhoneLogStoreIdxELS = IPCPhoneLogStoreIdxELS;
|
|
13163
13319
|
type index$4_IProxy = IProxy;
|
|
13164
13320
|
type index$4_ISheetsTool = ISheetsTool;
|
|
13165
13321
|
type index$4_ITaskAIContent = ITaskAIContent;
|
|
@@ -13170,7 +13326,8 @@ type index$4_ITaskAIItemAction = ITaskAIItemAction;
|
|
|
13170
13326
|
type index$4_ITaskAIItemGroup = ITaskAIItemGroup;
|
|
13171
13327
|
type index$4_ITaskManualContentSocialInstagram = ITaskManualContentSocialInstagram;
|
|
13172
13328
|
type index$4_ITaskManualContentSocialThreads = ITaskManualContentSocialThreads;
|
|
13173
|
-
type index$
|
|
13329
|
+
type index$4_IViewDeviceByPCBrowser = IViewDeviceByPCBrowser;
|
|
13330
|
+
type index$4_IViewDeviceByPCPhone = IViewDeviceByPCPhone;
|
|
13174
13331
|
type index$4_IVoiceGenerated = IVoiceGenerated;
|
|
13175
13332
|
type index$4_IVoiceLanguage = IVoiceLanguage;
|
|
13176
13333
|
type index$4_IVoiceSettingDelay = IVoiceSettingDelay;
|
|
@@ -13187,7 +13344,8 @@ type index$4_StoreTaskManualContentSocialInstagramForRunDto = StoreTaskManualCon
|
|
|
13187
13344
|
type index$4_StoreTaskManualContentSocialThreadsForRunDto = StoreTaskManualContentSocialThreadsForRunDto;
|
|
13188
13345
|
type index$4_UpdateAccountVPSDto = UpdateAccountVPSDto;
|
|
13189
13346
|
type index$4_UpdateDeviceDto = UpdateDeviceDto;
|
|
13190
|
-
type index$
|
|
13347
|
+
type index$4_UpdatePCBrowserDto = UpdatePCBrowserDto;
|
|
13348
|
+
type index$4_UpdatePCPhoneDto = UpdatePCPhoneDto;
|
|
13191
13349
|
type index$4_UpdateProxyDto = UpdateProxyDto;
|
|
13192
13350
|
type index$4_UpdateSheetsToolDto = UpdateSheetsToolDto;
|
|
13193
13351
|
type index$4_UpdateTaskAIContentDto = UpdateTaskAIContentDto;
|
|
@@ -13207,7 +13365,7 @@ type index$4_ViewDetailFolderThreadsDto = ViewDetailFolderThreadsDto;
|
|
|
13207
13365
|
type index$4_ViewDetailSheetsToolDto = ViewDetailSheetsToolDto;
|
|
13208
13366
|
type index$4_ViewListGPMProfileDto = ViewListGPMProfileDto;
|
|
13209
13367
|
declare namespace index$4 {
|
|
13210
|
-
export { type index$4_AccountAICreateDto as AccountAICreateDto, type index$4_AccountAIImportDto as AccountAIImportDto, 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_CreatePCDto as CreatePCDto, 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_EAccountAIContentChannelStatus as EAccountAIContentChannelStatus, index$4_EAccountAIContentModel as EAccountAIContentModel, index$4_EAccountAIContentStatus as EAccountAIContentStatus, index$4_EAccountAIModelApiStatus as EAccountAIModelApiStatus, index$4_EAccountAIModelBrowserPlan as EAccountAIModelBrowserPlan, index$4_EAccountAIModelCreditStatus as EAccountAIModelCreditStatus, index$4_EAccountAIModelStatus as EAccountAIModelStatus, index$4_EAccountAIModelType as EAccountAIModelType, index$4_EAccountAISync as EAccountAISync, index$4_EAccountAITypeEmail as EAccountAITypeEmail, 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_FilterAccountAIGoogleDto as FilterAccountAIGoogleDto, 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_FilterPCLogDto as FilterPCLogDto, 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_FindAccountAIDto as FindAccountAIDto, 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_FindDetailAccountAIDto as FindDetailAccountAIDto, 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_FindOverviewAccountAIGoogleDto as FindOverviewAccountAIGoogleDto, 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_FindPCLogDto as FindPCLogDto, 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_IAccountAI as IAccountAI, 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_IAccountAIModelContent as IAccountAIModelContent, type index$4_IAccountAIModelImageVideo as IAccountAIModelImageVideo, type index$4_IAccountAIModelVoice as IAccountAIModelVoice, type index$4_IAccountAIProxy as IAccountAIProxy, 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_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 };
|
|
13368
|
+
export { type index$4_AccountAICreateDto as AccountAICreateDto, type index$4_AccountAIImportDto as AccountAIImportDto, 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_CreatePCBrowserDto as CreatePCBrowserDto, type index$4_CreatePCPhoneDto as CreatePCPhoneDto, 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_EAccountAIContentChannelStatus as EAccountAIContentChannelStatus, index$4_EAccountAIContentModel as EAccountAIContentModel, index$4_EAccountAIContentStatus as EAccountAIContentStatus, index$4_EAccountAIModelApiStatus as EAccountAIModelApiStatus, index$4_EAccountAIModelBrowserPlan as EAccountAIModelBrowserPlan, index$4_EAccountAIModelCreditStatus as EAccountAIModelCreditStatus, index$4_EAccountAIModelStatus as EAccountAIModelStatus, index$4_EAccountAIModelType as EAccountAIModelType, index$4_EAccountAISync as EAccountAISync, index$4_EAccountAITypeEmail as EAccountAITypeEmail, 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_ESheetToolInstagram as ESheetToolInstagram, index$4_ESheetToolStatusImport as ESheetToolStatusImport, index$4_ESheetToolStatusRun as ESheetToolStatusRun, index$4_ESheetToolThreads as ESheetToolThreads, index$4_ESheetToolTimeCrawl as ESheetToolTimeCrawl, 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_FilterAccountAIGoogleDto as FilterAccountAIGoogleDto, 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_FilterPCBrowserDto as FilterPCBrowserDto, type index$4_FilterPCPhoneDto as FilterPCPhoneDto, 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_FindAccountAIDto as FindAccountAIDto, 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_FindDetailAccountAIDto as FindDetailAccountAIDto, 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_FindOverviewAccountAIGoogleDto as FindOverviewAccountAIGoogleDto, 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_FindOverviewPCBrowserDto as FindOverviewPCBrowserDto, type index$4_FindOverviewPCPhoneDto as FindOverviewPCPhoneDto, type index$4_FindOverviewProxyDto as FindOverviewProxyDto, type index$4_FindPCBrowserDetail as FindPCBrowserDetail, type index$4_FindPCBrowserDto as FindPCBrowserDto, type index$4_FindPCPhoneDetail as FindPCPhoneDetail, type index$4_FindPCPhoneDto as FindPCPhoneDto, 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_IAccountAI as IAccountAI, 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_IAccountAIModelContent as IAccountAIModelContent, type index$4_IAccountAIModelImageVideo as IAccountAIModelImageVideo, type index$4_IAccountAIModelVoice as IAccountAIModelVoice, type index$4_IAccountAIProxy as IAccountAIProxy, 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_IPCBrowser as IPCBrowser, type index$4_IPCBrowserLog as IPCBrowserLog, type index$4_IPCBrowserLogELS as IPCBrowserLogELS, type index$4_IPCBrowserLogStoreIdxELS as IPCBrowserLogStoreIdxELS, type index$4_IPCBrowserSheetTool as IPCBrowserSheetTool, type index$4_IPCPhone as IPCPhone, type index$4_IPCPhoneLog as IPCPhoneLog, type index$4_IPCPhoneLogELS as IPCPhoneLogELS, type index$4_IPCPhoneLogStoreIdxELS as IPCPhoneLogStoreIdxELS, type index$4_IProxy as IProxy, 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_IViewDeviceByPCBrowser as IViewDeviceByPCBrowser, type index$4_IViewDeviceByPCPhone as IViewDeviceByPCPhone, 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_UpdatePCBrowserDto as UpdatePCBrowserDto, type index$4_UpdatePCPhoneDto as UpdatePCPhoneDto, 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 };
|
|
13211
13369
|
}
|
|
13212
13370
|
|
|
13213
13371
|
interface ITaskInstagramFollow extends IBaseModel, ITrackingModel {
|
|
@@ -15080,7 +15238,7 @@ interface IThreadsAccountRaw extends IBaseModel, IAssignUser, ITrackingModel, IA
|
|
|
15080
15238
|
idea: string | IManagerWork;
|
|
15081
15239
|
niche: string | IManagerWork;
|
|
15082
15240
|
type: ETypeManagerWorkClassify;
|
|
15083
|
-
pc:
|
|
15241
|
+
pc: IPCPhone | string;
|
|
15084
15242
|
device: IDevice | string;
|
|
15085
15243
|
status: EStatusAccountSocialRaw;
|
|
15086
15244
|
timeChangeStatus: Date;
|
|
@@ -17893,7 +18051,8 @@ type index$1_CreateLarkDto = CreateLarkDto;
|
|
|
17893
18051
|
type index$1_CreateManagerImageAIInstagramDto = CreateManagerImageAIInstagramDto;
|
|
17894
18052
|
type index$1_CreateManagerImageAIThreadsDto = CreateManagerImageAIThreadsDto;
|
|
17895
18053
|
type index$1_CreateManagerWorkDto = CreateManagerWorkDto;
|
|
17896
|
-
type index$
|
|
18054
|
+
type index$1_CreatePCBrowserDto = CreatePCBrowserDto;
|
|
18055
|
+
type index$1_CreatePCPhoneDto = CreatePCPhoneDto;
|
|
17897
18056
|
type index$1_CreateProxyDto = CreateProxyDto;
|
|
17898
18057
|
type index$1_CreateRoleDto = CreateRoleDto;
|
|
17899
18058
|
type index$1_CreateSheetToolDto = CreateSheetToolDto;
|
|
@@ -17958,6 +18117,16 @@ type index$1_EManualContentSocialThreadsStatusTask = EManualContentSocialThreads
|
|
|
17958
18117
|
declare const index$1_EManualContentSocialThreadsStatusTask: typeof EManualContentSocialThreadsStatusTask;
|
|
17959
18118
|
type index$1_EManualContentSocialThreadsTypePost = EManualContentSocialThreadsTypePost;
|
|
17960
18119
|
declare const index$1_EManualContentSocialThreadsTypePost: typeof EManualContentSocialThreadsTypePost;
|
|
18120
|
+
type index$1_ESheetToolInstagram = ESheetToolInstagram;
|
|
18121
|
+
declare const index$1_ESheetToolInstagram: typeof ESheetToolInstagram;
|
|
18122
|
+
type index$1_ESheetToolStatusImport = ESheetToolStatusImport;
|
|
18123
|
+
declare const index$1_ESheetToolStatusImport: typeof ESheetToolStatusImport;
|
|
18124
|
+
type index$1_ESheetToolStatusRun = ESheetToolStatusRun;
|
|
18125
|
+
declare const index$1_ESheetToolStatusRun: typeof ESheetToolStatusRun;
|
|
18126
|
+
type index$1_ESheetToolThreads = ESheetToolThreads;
|
|
18127
|
+
declare const index$1_ESheetToolThreads: typeof ESheetToolThreads;
|
|
18128
|
+
type index$1_ESheetToolTimeCrawl = ESheetToolTimeCrawl;
|
|
18129
|
+
declare const index$1_ESheetToolTimeCrawl: typeof ESheetToolTimeCrawl;
|
|
17961
18130
|
type index$1_EStatusAccountCHPlayICloud = EStatusAccountCHPlayICloud;
|
|
17962
18131
|
declare const index$1_EStatusAccountCHPlayICloud: typeof EStatusAccountCHPlayICloud;
|
|
17963
18132
|
type index$1_EStatusAccountCanva = EStatusAccountCanva;
|
|
@@ -18060,8 +18229,8 @@ type index$1_FilterManagerSheetDto = FilterManagerSheetDto;
|
|
|
18060
18229
|
type index$1_FilterManagerWorkDto = FilterManagerWorkDto;
|
|
18061
18230
|
type index$1_FilterManualContentSocialInstagramDto = FilterManualContentSocialInstagramDto;
|
|
18062
18231
|
type index$1_FilterManualContentSocialThreadsDto = FilterManualContentSocialThreadsDto;
|
|
18063
|
-
type index$
|
|
18064
|
-
type index$
|
|
18232
|
+
type index$1_FilterPCBrowserDto = FilterPCBrowserDto;
|
|
18233
|
+
type index$1_FilterPCPhoneDto = FilterPCPhoneDto;
|
|
18065
18234
|
type index$1_FilterPerformanceBreakdownInstagramDashboardFollowerDto = FilterPerformanceBreakdownInstagramDashboardFollowerDto;
|
|
18066
18235
|
type index$1_FilterPerformanceBreakdownThreadsDashboardFollowerDto = FilterPerformanceBreakdownThreadsDashboardFollowerDto;
|
|
18067
18236
|
type index$1_FilterProxyDto = FilterProxyDto;
|
|
@@ -18214,15 +18383,17 @@ type index$1_FindOverviewManagerImageAIInstagramDto = FindOverviewManagerImageAI
|
|
|
18214
18383
|
type index$1_FindOverviewManagerImageAIThreadsDto = FindOverviewManagerImageAIThreadsDto;
|
|
18215
18384
|
type index$1_FindOverviewManualContentSocialInstagramDto = FindOverviewManualContentSocialInstagramDto;
|
|
18216
18385
|
type index$1_FindOverviewManualContentSocialThreadsDto = FindOverviewManualContentSocialThreadsDto;
|
|
18217
|
-
type index$
|
|
18386
|
+
type index$1_FindOverviewPCBrowserDto = FindOverviewPCBrowserDto;
|
|
18387
|
+
type index$1_FindOverviewPCPhoneDto = FindOverviewPCPhoneDto;
|
|
18218
18388
|
type index$1_FindOverviewProxyDto = FindOverviewProxyDto;
|
|
18219
18389
|
type index$1_FindOverviewRoleDto = FindOverviewRoleDto;
|
|
18220
18390
|
type index$1_FindOverviewTeamDto = FindOverviewTeamDto;
|
|
18221
18391
|
type index$1_FindOverviewThreadsDashboardFollowerDto = FindOverviewThreadsDashboardFollowerDto;
|
|
18222
18392
|
type index$1_FindOverviewUserDto = FindOverviewUserDto;
|
|
18223
|
-
type index$
|
|
18224
|
-
type index$
|
|
18225
|
-
type index$
|
|
18393
|
+
type index$1_FindPCBrowserDetail = FindPCBrowserDetail;
|
|
18394
|
+
type index$1_FindPCBrowserDto = FindPCBrowserDto;
|
|
18395
|
+
type index$1_FindPCPhoneDetail = FindPCPhoneDetail;
|
|
18396
|
+
type index$1_FindPCPhoneDto = FindPCPhoneDto;
|
|
18226
18397
|
type index$1_FindPerformanceBreakdownInstagramDashboardFollowerDto = FindPerformanceBreakdownInstagramDashboardFollowerDto;
|
|
18227
18398
|
type index$1_FindPerformanceBreakdownOverviewInstagramDashboardFollowerDto = FindPerformanceBreakdownOverviewInstagramDashboardFollowerDto;
|
|
18228
18399
|
type index$1_FindPerformanceBreakdownOverviewThreadsDashboardFollowerDto = FindPerformanceBreakdownOverviewThreadsDashboardFollowerDto;
|
|
@@ -18396,10 +18567,15 @@ type index$1_IManualContentSocialThreadsRunTime = IManualContentSocialThreadsRun
|
|
|
18396
18567
|
type index$1_IOtpConfirm = IOtpConfirm;
|
|
18397
18568
|
type index$1_IOtpCreateSession = IOtpCreateSession;
|
|
18398
18569
|
type index$1_IOtpSend = IOtpSend;
|
|
18399
|
-
type index$
|
|
18400
|
-
type index$
|
|
18401
|
-
type index$
|
|
18402
|
-
type index$
|
|
18570
|
+
type index$1_IPCBrowser = IPCBrowser;
|
|
18571
|
+
type index$1_IPCBrowserLog = IPCBrowserLog;
|
|
18572
|
+
type index$1_IPCBrowserLogELS = IPCBrowserLogELS;
|
|
18573
|
+
type index$1_IPCBrowserLogStoreIdxELS = IPCBrowserLogStoreIdxELS;
|
|
18574
|
+
type index$1_IPCBrowserSheetTool = IPCBrowserSheetTool;
|
|
18575
|
+
type index$1_IPCPhone = IPCPhone;
|
|
18576
|
+
type index$1_IPCPhoneLog = IPCPhoneLog;
|
|
18577
|
+
type index$1_IPCPhoneLogELS = IPCPhoneLogELS;
|
|
18578
|
+
type index$1_IPCPhoneLogStoreIdxELS = IPCPhoneLogStoreIdxELS;
|
|
18403
18579
|
type index$1_IProxy = IProxy;
|
|
18404
18580
|
type index$1_IRole = IRole;
|
|
18405
18581
|
type index$1_IRoleFeature = IRoleFeature;
|
|
@@ -18502,7 +18678,8 @@ type index$1_ITrackingModel = ITrackingModel;
|
|
|
18502
18678
|
type index$1_ITrackingTime = ITrackingTime;
|
|
18503
18679
|
type index$1_IUser = IUser;
|
|
18504
18680
|
type index$1_IUserRole = IUserRole;
|
|
18505
|
-
type index$
|
|
18681
|
+
type index$1_IViewDeviceByPCBrowser = IViewDeviceByPCBrowser;
|
|
18682
|
+
type index$1_IViewDeviceByPCPhone = IViewDeviceByPCPhone;
|
|
18506
18683
|
type index$1_IVoiceGenerated = IVoiceGenerated;
|
|
18507
18684
|
type index$1_IVoiceLanguage = IVoiceLanguage;
|
|
18508
18685
|
type index$1_IVoiceSettingDelay = IVoiceSettingDelay;
|
|
@@ -18537,7 +18714,8 @@ type index$1_UpdateInstagramSettingInteractUnFollowDto = UpdateInstagramSettingI
|
|
|
18537
18714
|
type index$1_UpdateInstagramSettingPostDto = UpdateInstagramSettingPostDto;
|
|
18538
18715
|
type index$1_UpdateLarkDto = UpdateLarkDto;
|
|
18539
18716
|
type index$1_UpdateManagerWorkDto = UpdateManagerWorkDto;
|
|
18540
|
-
type index$
|
|
18717
|
+
type index$1_UpdatePCBrowserDto = UpdatePCBrowserDto;
|
|
18718
|
+
type index$1_UpdatePCPhoneDto = UpdatePCPhoneDto;
|
|
18541
18719
|
type index$1_UpdateProxyDto = UpdateProxyDto;
|
|
18542
18720
|
type index$1_UpdateRoleDto = UpdateRoleDto;
|
|
18543
18721
|
type index$1_UpdateSheetWorkDto = UpdateSheetWorkDto;
|
|
@@ -18573,7 +18751,7 @@ type index$1_ViewDetailSheetsToolDto = ViewDetailSheetsToolDto;
|
|
|
18573
18751
|
type index$1_ViewListGPMProfileDto = ViewListGPMProfileDto;
|
|
18574
18752
|
type index$1_ViewSettingInstagramOfAccountDto = ViewSettingInstagramOfAccountDto;
|
|
18575
18753
|
declare namespace index$1 {
|
|
18576
|
-
export { type index$1_AccountAICreateDto as AccountAICreateDto, type index$1_AccountAIImportDto as AccountAIImportDto, 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_CreatePCDto as CreatePCDto, 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_EAccountAIContentChannelStatus as EAccountAIContentChannelStatus, index$1_EAccountAIContentModel as EAccountAIContentModel, index$1_EAccountAIContentStatus as EAccountAIContentStatus, index$1_EAccountAIModelApiStatus as EAccountAIModelApiStatus, index$1_EAccountAIModelBrowserPlan as EAccountAIModelBrowserPlan, index$1_EAccountAIModelCreditStatus as EAccountAIModelCreditStatus, index$1_EAccountAIModelStatus as EAccountAIModelStatus, index$1_EAccountAIModelType as EAccountAIModelType, index$1_EAccountAISync as EAccountAISync, index$1_EAccountAITypeEmail as EAccountAITypeEmail, 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_FilterAccountAIGoogleDto as FilterAccountAIGoogleDto, 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_FilterPCLogDto as FilterPCLogDto, 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_FindAccountAIDto as FindAccountAIDto, 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_FindDetailAccountAIDto as FindDetailAccountAIDto, 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_FindOverviewAccountAIGoogleDto as FindOverviewAccountAIGoogleDto, 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_FindPCLogDto as FindPCLogDto, 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_IAccountAI as IAccountAI, 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_IAccountAIModelContent as IAccountAIModelContent, type index$1_IAccountAIModelImageVideo as IAccountAIModelImageVideo, type index$1_IAccountAIModelVoice as IAccountAIModelVoice, type index$1_IAccountAIProxy as IAccountAIProxy, 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_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 };
|
|
18754
|
+
export { type index$1_AccountAICreateDto as AccountAICreateDto, type index$1_AccountAIImportDto as AccountAIImportDto, 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_CreatePCBrowserDto as CreatePCBrowserDto, type index$1_CreatePCPhoneDto as CreatePCPhoneDto, 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_EAccountAIContentChannelStatus as EAccountAIContentChannelStatus, index$1_EAccountAIContentModel as EAccountAIContentModel, index$1_EAccountAIContentStatus as EAccountAIContentStatus, index$1_EAccountAIModelApiStatus as EAccountAIModelApiStatus, index$1_EAccountAIModelBrowserPlan as EAccountAIModelBrowserPlan, index$1_EAccountAIModelCreditStatus as EAccountAIModelCreditStatus, index$1_EAccountAIModelStatus as EAccountAIModelStatus, index$1_EAccountAIModelType as EAccountAIModelType, index$1_EAccountAISync as EAccountAISync, index$1_EAccountAITypeEmail as EAccountAITypeEmail, 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_ESheetToolInstagram as ESheetToolInstagram, index$1_ESheetToolStatusImport as ESheetToolStatusImport, index$1_ESheetToolStatusRun as ESheetToolStatusRun, index$1_ESheetToolThreads as ESheetToolThreads, index$1_ESheetToolTimeCrawl as ESheetToolTimeCrawl, 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_FilterAccountAIGoogleDto as FilterAccountAIGoogleDto, 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_FilterPCBrowserDto as FilterPCBrowserDto, type index$1_FilterPCPhoneDto as FilterPCPhoneDto, 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_FindAccountAIDto as FindAccountAIDto, 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_FindDetailAccountAIDto as FindDetailAccountAIDto, 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_FindOverviewAccountAIGoogleDto as FindOverviewAccountAIGoogleDto, 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_FindOverviewPCBrowserDto as FindOverviewPCBrowserDto, type index$1_FindOverviewPCPhoneDto as FindOverviewPCPhoneDto, 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_FindPCBrowserDetail as FindPCBrowserDetail, type index$1_FindPCBrowserDto as FindPCBrowserDto, type index$1_FindPCPhoneDetail as FindPCPhoneDetail, type index$1_FindPCPhoneDto as FindPCPhoneDto, 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_IAccountAI as IAccountAI, 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_IAccountAIModelContent as IAccountAIModelContent, type index$1_IAccountAIModelImageVideo as IAccountAIModelImageVideo, type index$1_IAccountAIModelVoice as IAccountAIModelVoice, type index$1_IAccountAIProxy as IAccountAIProxy, 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_IPCBrowser as IPCBrowser, type index$1_IPCBrowserLog as IPCBrowserLog, type index$1_IPCBrowserLogELS as IPCBrowserLogELS, type index$1_IPCBrowserLogStoreIdxELS as IPCBrowserLogStoreIdxELS, type index$1_IPCBrowserSheetTool as IPCBrowserSheetTool, type index$1_IPCPhone as IPCPhone, type index$1_IPCPhoneLog as IPCPhoneLog, type index$1_IPCPhoneLogELS as IPCPhoneLogELS, type index$1_IPCPhoneLogStoreIdxELS as IPCPhoneLogStoreIdxELS, 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_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_IViewDeviceByPCBrowser as IViewDeviceByPCBrowser, type index$1_IViewDeviceByPCPhone as IViewDeviceByPCPhone, 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_UpdatePCBrowserDto as UpdatePCBrowserDto, type index$1_UpdatePCPhoneDto as UpdatePCPhoneDto, 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 };
|
|
18577
18755
|
}
|
|
18578
18756
|
|
|
18579
18757
|
interface IUserInfoAssignment {
|
|
@@ -18720,4 +18898,4 @@ declare namespace index {
|
|
|
18720
18898
|
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 };
|
|
18721
18899
|
}
|
|
18722
18900
|
|
|
18723
|
-
export { index$i as AI, type AccountAICreateDto, type AccountAIImportDto, 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 CreatePCDto, 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, EAccountAIContentChannelStatus, EAccountAIContentModel, EAccountAIContentStatus, EAccountAIModelApiStatus, EAccountAIModelBrowserPlan, EAccountAIModelCreditStatus, EAccountAIModelStatus, EAccountAIModelType, EAccountAISync, EAccountAITypeEmail, 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 FilterAccountAIGoogleDto, 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 FilterPCLogDto, 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 FindAccountAIDto, 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 FindDetailAccountAIDto, 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 FindOverviewAccountAIGoogleDto, 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 FindPCLogDto, 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 IAccountAI, type IAccountAIContent, type IAccountAIContentChannel, type IAccountAIContentGroup, type IAccountAIContentInfo, type IAccountAIContentMemberAssigned, type IAccountAIContentTag, type IAccountAIModelContent, type IAccountAIModelImageVideo, type IAccountAIModelVoice, type IAccountAIProxy, 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 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 };
|
|
18901
|
+
export { index$h as AI, type AccountAICreateDto, type AccountAIImportDto, 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$i 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$g 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 CreatePCBrowserDto, type CreatePCPhoneDto, 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, EAccountAIContentChannelStatus, EAccountAIContentModel, EAccountAIContentStatus, EAccountAIModelApiStatus, EAccountAIModelBrowserPlan, EAccountAIModelCreditStatus, EAccountAIModelStatus, EAccountAIModelType, EAccountAISync, EAccountAITypeEmail, 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 FilterAccountAIGoogleDto, 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 FilterPCBrowserDto, type FilterPCPhoneDto, 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 FindAccountAIDto, 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 FindDetailAccountAIDto, 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 FindOverviewAccountAIGoogleDto, 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 FindOverviewPCBrowserDto, type FindOverviewPCPhoneDto, type FindOverviewProxyDto, type FindOverviewRoleDto, type FindOverviewTeamDto, type FindOverviewThreadsDashboardFollowerDto, type FindOverviewUserDto, type FindPCBrowserDetail, type FindPCBrowserDto, type FindPCPhoneDetail, type FindPCPhoneDto, 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 IAccountAI, type IAccountAIContent, type IAccountAIContentChannel, type IAccountAIContentGroup, type IAccountAIContentInfo, type IAccountAIContentMemberAssigned, type IAccountAIContentTag, type IAccountAIModelContent, type IAccountAIModelImageVideo, type IAccountAIModelVoice, type IAccountAIProxy, 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 IPCBrowser, type IPCBrowserLog, type IPCBrowserLogELS, type IPCBrowserLogStoreIdxELS, type IPCBrowserSheetTool, type IPCPhone, type IPCPhoneLog, type IPCPhoneLogELS, type IPCPhoneLogStoreIdxELS, type IProxy, type IResponseLogin, type IRole, type IRoleFeature, type ISettingAccountSocialDto, type ISettingRunTimeInstagramPost, type ISettingRunTimeSocial, type ISheetImportExportSocial, type ISheetWork, type ISheetWorkDepartmentPermission, type ISheetWorkManager, type ISheetWorkUserPermission, type ISheetWorksCategory, type ISheetsTool, type ISocialTaskManager, type ITag, type ITaskAIContent, type 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 IViewDeviceByPCBrowser, type IViewDeviceByPCPhone, type IVoiceGenerated, type IVoiceLanguage, type IVoiceSettingDelay, type IVoiceStores, type ImportAccountVPSDto, type ImportDto, type ImportInstagramAccountRawDto, type ImportManagerWorkDto, type ImportSheetWorkDto, index$f 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$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 UpdatePCBrowserDto, type UpdatePCPhoneDto, 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 };
|