automation-lib 5.4.234 → 5.4.243
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.mts +108 -244
- package/dist/index.d.ts +108 -244
- package/dist/index.js +32 -55
- package/dist/index.mjs +31 -53
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -989,20 +989,6 @@ declare enum EStatusRole {
|
|
|
989
989
|
InActive = "InActive"
|
|
990
990
|
}
|
|
991
991
|
|
|
992
|
-
declare enum EStatusAccountSocial {
|
|
993
|
-
Good = "Good",
|
|
994
|
-
Logout = "Logout",
|
|
995
|
-
LoginError = "LoginError",
|
|
996
|
-
SpamWarning = "SpamWarning",
|
|
997
|
-
Locked = "Locked",
|
|
998
|
-
Checkpoint = "Checkpoint",
|
|
999
|
-
IdentifyVerificationRequired = "IdentifyVerificationRequired",
|
|
1000
|
-
PendingProcessing = "PendingProcessing",
|
|
1001
|
-
DeviceNotConnected = "DeviceNotConnected",
|
|
1002
|
-
WaitingForDeviceSetup = "WaitingForDeviceSetup",
|
|
1003
|
-
Unknown = "Unknown"
|
|
1004
|
-
}
|
|
1005
|
-
|
|
1006
992
|
declare enum EStatusAccountSocialFolderName {
|
|
1007
993
|
Done = "Done",
|
|
1008
994
|
Pending = "Pending",
|
|
@@ -1023,6 +1009,28 @@ declare enum EStatusAccountSocialLoginEmail {
|
|
|
1023
1009
|
LoginError = "LoginError"
|
|
1024
1010
|
}
|
|
1025
1011
|
|
|
1012
|
+
declare enum EStatusAccountSocialRaw {
|
|
1013
|
+
Available = "Available",
|
|
1014
|
+
Pending = "Pending",
|
|
1015
|
+
InUse = "InUse",
|
|
1016
|
+
Locked = "Locked",
|
|
1017
|
+
Suspended = "Suspended"
|
|
1018
|
+
}
|
|
1019
|
+
|
|
1020
|
+
declare enum EStatusAccountSocialRun {
|
|
1021
|
+
Active = "Active",// Đã active
|
|
1022
|
+
NotFound = "Not found",// Không tìm thấy
|
|
1023
|
+
Login = "Login",// Đã login
|
|
1024
|
+
LoginError = "Login error",// Lỗi login
|
|
1025
|
+
Logout = "Logout",// Đã logout
|
|
1026
|
+
SpamWarning = "Spam warning",// Cảnh báo spam
|
|
1027
|
+
AccountCheckpoint = "Account checkpoint",// Checkpoint
|
|
1028
|
+
AccountLocked = "Account locked",// Account đã bị khóa
|
|
1029
|
+
WaitingForVirtualDeviceSetup = "Waiting for virtual device setup",// Chờ thiết bị
|
|
1030
|
+
IdentityVerificationRequired = "Identity verification required",// Yêu cầu xác thực
|
|
1031
|
+
UnknownStatus = "Unknown"
|
|
1032
|
+
}
|
|
1033
|
+
|
|
1026
1034
|
declare enum EStatusAccountSocialSetting {
|
|
1027
1035
|
Pending = "Pending",
|
|
1028
1036
|
Done = "Done",
|
|
@@ -1031,11 +1039,10 @@ declare enum EStatusAccountSocialSetting {
|
|
|
1031
1039
|
}
|
|
1032
1040
|
|
|
1033
1041
|
declare enum EStatusAccountSocialSync {
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
Failed = "Failed"
|
|
1042
|
+
Waiting = "Waiting",// Chờ sync
|
|
1043
|
+
Failed = "Failed",// Sync lỗi
|
|
1044
|
+
New = "New",// Sync nhưng chưa chạy
|
|
1045
|
+
Done = "Done"
|
|
1039
1046
|
}
|
|
1040
1047
|
|
|
1041
1048
|
declare enum EStatusAccountTypeChangeInfoInstagram {
|
|
@@ -1068,29 +1075,6 @@ declare enum EStatusCreateNew {
|
|
|
1068
1075
|
Failed = "Failed"
|
|
1069
1076
|
}
|
|
1070
1077
|
|
|
1071
|
-
declare enum EStatusSocialAccountRaw {
|
|
1072
|
-
Available = "Available",
|
|
1073
|
-
Pending = "Pending",
|
|
1074
|
-
InUse = "InUse",
|
|
1075
|
-
Locked = "Locked",
|
|
1076
|
-
Suspended = "Suspended"
|
|
1077
|
-
}
|
|
1078
|
-
|
|
1079
|
-
declare enum EStatusAccountSocialRun {
|
|
1080
|
-
ACTIVE_GOOD = "Active Good",
|
|
1081
|
-
ACCOUNT_NOT_FOUND = "Account not found",
|
|
1082
|
-
LOGIN_ERROR = "Login error",
|
|
1083
|
-
LOGGED_OUT = "Logged out",
|
|
1084
|
-
SPAM_WARNING = "Spam warning",
|
|
1085
|
-
ACCOUNT_CHECKPOINT = "Account checkpoint",
|
|
1086
|
-
ACCOUNT_LOCKED = "Account locked",
|
|
1087
|
-
WAITING_FOR_VIRTUAL_DEVICE_SETUP = "Waiting for virtual device setup",
|
|
1088
|
-
PENDING_PROCESSING = "Pending processing",
|
|
1089
|
-
DEVICE_NOT_CONNECTED = "Device not connected",
|
|
1090
|
-
IDENTITY_VERIFICATION_REQUIRED = "Identity verification required",
|
|
1091
|
-
UNKNOWN_STATUS = "Unknown status"
|
|
1092
|
-
}
|
|
1093
|
-
|
|
1094
1078
|
declare enum EStatusDeviceSetup {
|
|
1095
1079
|
Completed = "Completed",
|
|
1096
1080
|
Pending = "Pending",
|
|
@@ -1099,7 +1083,6 @@ declare enum EStatusDeviceSetup {
|
|
|
1099
1083
|
declare enum EStatusDeviceConnectPC {
|
|
1100
1084
|
Connected = "Connected",
|
|
1101
1085
|
Disconnected = "Disconnected",
|
|
1102
|
-
Failed = "Failed",
|
|
1103
1086
|
Error = "Error",
|
|
1104
1087
|
Unknown = "Unknown"
|
|
1105
1088
|
}
|
|
@@ -1368,14 +1351,14 @@ type index$e_EStatusAccountCanva = EStatusAccountCanva;
|
|
|
1368
1351
|
declare const index$e_EStatusAccountCanva: typeof EStatusAccountCanva;
|
|
1369
1352
|
type index$e_EStatusAccountDrive = EStatusAccountDrive;
|
|
1370
1353
|
declare const index$e_EStatusAccountDrive: typeof EStatusAccountDrive;
|
|
1371
|
-
type index$e_EStatusAccountSocial = EStatusAccountSocial;
|
|
1372
|
-
declare const index$e_EStatusAccountSocial: typeof EStatusAccountSocial;
|
|
1373
1354
|
type index$e_EStatusAccountSocialFolderName = EStatusAccountSocialFolderName;
|
|
1374
1355
|
declare const index$e_EStatusAccountSocialFolderName: typeof EStatusAccountSocialFolderName;
|
|
1375
1356
|
type index$e_EStatusAccountSocialLogin = EStatusAccountSocialLogin;
|
|
1376
1357
|
declare const index$e_EStatusAccountSocialLogin: typeof EStatusAccountSocialLogin;
|
|
1377
1358
|
type index$e_EStatusAccountSocialLoginEmail = EStatusAccountSocialLoginEmail;
|
|
1378
1359
|
declare const index$e_EStatusAccountSocialLoginEmail: typeof EStatusAccountSocialLoginEmail;
|
|
1360
|
+
type index$e_EStatusAccountSocialRaw = EStatusAccountSocialRaw;
|
|
1361
|
+
declare const index$e_EStatusAccountSocialRaw: typeof EStatusAccountSocialRaw;
|
|
1379
1362
|
type index$e_EStatusAccountSocialRun = EStatusAccountSocialRun;
|
|
1380
1363
|
declare const index$e_EStatusAccountSocialRun: typeof EStatusAccountSocialRun;
|
|
1381
1364
|
type index$e_EStatusAccountSocialSetting = EStatusAccountSocialSetting;
|
|
@@ -1442,8 +1425,6 @@ type index$e_EStatusRole = EStatusRole;
|
|
|
1442
1425
|
declare const index$e_EStatusRole: typeof EStatusRole;
|
|
1443
1426
|
type index$e_EStatusSheetWork = EStatusSheetWork;
|
|
1444
1427
|
declare const index$e_EStatusSheetWork: typeof EStatusSheetWork;
|
|
1445
|
-
type index$e_EStatusSocialAccountRaw = EStatusSocialAccountRaw;
|
|
1446
|
-
declare const index$e_EStatusSocialAccountRaw: typeof EStatusSocialAccountRaw;
|
|
1447
1428
|
type index$e_EStatusTaskAIContent = EStatusTaskAIContent;
|
|
1448
1429
|
declare const index$e_EStatusTaskAIContent: typeof EStatusTaskAIContent;
|
|
1449
1430
|
type index$e_EStatusTaskAvatarCover = EStatusTaskAvatarCover;
|
|
@@ -1471,7 +1452,7 @@ declare const index$e_EStatusVPS: typeof EStatusVPS;
|
|
|
1471
1452
|
type index$e_EStatusVPSReplace = EStatusVPSReplace;
|
|
1472
1453
|
declare const index$e_EStatusVPSReplace: typeof EStatusVPSReplace;
|
|
1473
1454
|
declare namespace index$e {
|
|
1474
|
-
export { index$e_EDeviceResetTime as EDeviceResetTime, index$e_EStatusAccountCHPlayICloud as EStatusAccountCHPlayICloud, index$e_EStatusAccountCanva as EStatusAccountCanva, index$e_EStatusAccountDrive as EStatusAccountDrive, index$
|
|
1455
|
+
export { index$e_EDeviceResetTime as EDeviceResetTime, index$e_EStatusAccountCHPlayICloud as EStatusAccountCHPlayICloud, index$e_EStatusAccountCanva as EStatusAccountCanva, index$e_EStatusAccountDrive as EStatusAccountDrive, index$e_EStatusAccountSocialFolderName as EStatusAccountSocialFolderName, index$e_EStatusAccountSocialLogin as EStatusAccountSocialLogin, index$e_EStatusAccountSocialLoginEmail as EStatusAccountSocialLoginEmail, index$e_EStatusAccountSocialRaw as EStatusAccountSocialRaw, index$e_EStatusAccountSocialRun as EStatusAccountSocialRun, index$e_EStatusAccountSocialSetting as EStatusAccountSocialSetting, index$e_EStatusAccountSocialSync as EStatusAccountSocialSync, index$e_EStatusAccountTypeChangeInfoInstagram as EStatusAccountTypeChangeInfoInstagram, index$e_EStatusAccountTypeChangeInfoThreads as EStatusAccountTypeChangeInfoThreads, index$e_EStatusAccountVPN as EStatusAccountVPN, index$e_EStatusActive as EStatusActive, index$e_EStatusBlog as EStatusBlog, index$e_EStatusChangeInfo as EStatusChangeInfo, index$e_EStatusCommon as EStatusCommon, index$e_EStatusCreateNew as EStatusCreateNew, index$e_EStatusDevice as EStatusDevice, index$e_EStatusDeviceChangeName as EStatusDeviceChangeName, index$e_EStatusDeviceChangeNew as EStatusDeviceChangeNew, index$e_EStatusDeviceConnectPC as EStatusDeviceConnectPC, index$e_EStatusDeviceConnectWifi as EStatusDeviceConnectWifi, index$e_EStatusDeviceHubStatus as EStatusDeviceHubStatus, index$e_EStatusDeviceLoginCHPlayICloud as EStatusDeviceLoginCHPlayICloud, index$e_EStatusDeviceReplace as EStatusDeviceReplace, index$e_EStatusDeviceRunningSocial as EStatusDeviceRunningSocial, index$e_EStatusDeviceSetup as EStatusDeviceSetup, index$e_EStatusDeviceSetupSettingTask as EStatusDeviceSetupSettingTask, index$e_EStatusDeviceSync as EStatusDeviceSync, index$e_EStatusExecuteCommon as EStatusExecuteCommon, index$e_EStatusGenerate as EStatusGenerate, index$e_EStatusLark as EStatusLark, index$e_EStatusMailWork as EStatusMailWork, index$e_EStatusPC as EStatusPC, index$e_EStatusPost as EStatusPost, index$e_EStatusProxyChecked as EStatusProxyChecked, index$e_EStatusProxyNewIP as EStatusProxyNewIP, index$e_EStatusRole as EStatusRole, index$e_EStatusSheetWork as EStatusSheetWork, index$e_EStatusTaskAIContent as EStatusTaskAIContent, index$e_EStatusTaskAvatarCover as EStatusTaskAvatarCover, index$e_EStatusTaskCanva as EStatusTaskCanva, index$e_EStatusTaskImage as EStatusTaskImage, index$e_EStatusTaskJob as EStatusTaskJob, index$e_EStatusTaskJobGroup as EStatusTaskJobGroup, index$e_EStatusTaskScript as EStatusTaskScript, index$e_EStatusTaskToolSocials as EStatusTaskToolSocials, index$e_EStatusTaskVoice as EStatusTaskVoice, index$e_EStatusTeam as EStatusTeam, index$e_EStatusUser as EStatusUser, index$e_EStatusVPS as EStatusVPS, index$e_EStatusVPSReplace as EStatusVPSReplace };
|
|
1475
1456
|
}
|
|
1476
1457
|
|
|
1477
1458
|
declare enum ETypeProxy {
|
|
@@ -1800,14 +1781,14 @@ type index$c_EStatusAccountCanva = EStatusAccountCanva;
|
|
|
1800
1781
|
declare const index$c_EStatusAccountCanva: typeof EStatusAccountCanva;
|
|
1801
1782
|
type index$c_EStatusAccountDrive = EStatusAccountDrive;
|
|
1802
1783
|
declare const index$c_EStatusAccountDrive: typeof EStatusAccountDrive;
|
|
1803
|
-
type index$c_EStatusAccountSocial = EStatusAccountSocial;
|
|
1804
|
-
declare const index$c_EStatusAccountSocial: typeof EStatusAccountSocial;
|
|
1805
1784
|
type index$c_EStatusAccountSocialFolderName = EStatusAccountSocialFolderName;
|
|
1806
1785
|
declare const index$c_EStatusAccountSocialFolderName: typeof EStatusAccountSocialFolderName;
|
|
1807
1786
|
type index$c_EStatusAccountSocialLogin = EStatusAccountSocialLogin;
|
|
1808
1787
|
declare const index$c_EStatusAccountSocialLogin: typeof EStatusAccountSocialLogin;
|
|
1809
1788
|
type index$c_EStatusAccountSocialLoginEmail = EStatusAccountSocialLoginEmail;
|
|
1810
1789
|
declare const index$c_EStatusAccountSocialLoginEmail: typeof EStatusAccountSocialLoginEmail;
|
|
1790
|
+
type index$c_EStatusAccountSocialRaw = EStatusAccountSocialRaw;
|
|
1791
|
+
declare const index$c_EStatusAccountSocialRaw: typeof EStatusAccountSocialRaw;
|
|
1811
1792
|
type index$c_EStatusAccountSocialRun = EStatusAccountSocialRun;
|
|
1812
1793
|
declare const index$c_EStatusAccountSocialRun: typeof EStatusAccountSocialRun;
|
|
1813
1794
|
type index$c_EStatusAccountSocialSetting = EStatusAccountSocialSetting;
|
|
@@ -1880,8 +1861,6 @@ type index$c_EStatusRole = EStatusRole;
|
|
|
1880
1861
|
declare const index$c_EStatusRole: typeof EStatusRole;
|
|
1881
1862
|
type index$c_EStatusSheetWork = EStatusSheetWork;
|
|
1882
1863
|
declare const index$c_EStatusSheetWork: typeof EStatusSheetWork;
|
|
1883
|
-
type index$c_EStatusSocialAccountRaw = EStatusSocialAccountRaw;
|
|
1884
|
-
declare const index$c_EStatusSocialAccountRaw: typeof EStatusSocialAccountRaw;
|
|
1885
1864
|
type index$c_EStatusTaskAIContent = EStatusTaskAIContent;
|
|
1886
1865
|
declare const index$c_EStatusTaskAIContent: typeof EStatusTaskAIContent;
|
|
1887
1866
|
type index$c_EStatusTaskAvatarCover = EStatusTaskAvatarCover;
|
|
@@ -1965,7 +1944,7 @@ declare const index$c_ETypeTimeFilter: typeof ETypeTimeFilter;
|
|
|
1965
1944
|
type index$c_ETypeVoiceLanguage = ETypeVoiceLanguage;
|
|
1966
1945
|
declare const index$c_ETypeVoiceLanguage: typeof ETypeVoiceLanguage;
|
|
1967
1946
|
declare namespace index$c {
|
|
1968
|
-
export { index$i as AI, index$h as Base, index$c_EAIModelContent as EAIModelContent, index$c_EAIModelImage as EAIModelImage, index$c_EAIModelVoice as EAIModelVoice, index$c_EAIVersionGPT as EAIVersionGPT, index$c_EAIVersionImage as EAIVersionImage, index$c_EAIVersionPerplexity as EAIVersionPerplexity, index$c_EAIVersionVoice as EAIVersionVoice, index$c_EDayOfWeek as EDayOfWeek, index$c_EDeviceResetTime as EDeviceResetTime, index$c_EEmailTagType as EEmailTagType, index$c_EFile as EFile, index$c_EFolderImageAI as EFolderImageAI, index$c_EGender as EGender, index$c_EHaveData as EHaveData, index$c_EInputTypeFilter as EInputTypeFilter, index$c_ELarkNotiAccountTool as ELarkNotiAccountTool, index$c_ELarkNotiBase as ELarkNotiBase, index$c_ELarkNotiCreateNew as ELarkNotiCreateNew, index$c_ELarkNotiDuplicateAll as ELarkNotiDuplicateAll, index$c_ELarkNotiInstagramDetail as ELarkNotiInstagramDetail, index$c_ELarkNotiManagerSheet as ELarkNotiManagerSheet, index$c_ELarkNotiRunAppDevice as ELarkNotiRunAppDevice, index$c_ELarkNotiSocialImport as ELarkNotiSocialImport, index$c_ELarkNotiToolDevice as ELarkNotiToolDevice, index$c_ELarkObject as ELarkObject, index$c_ELarkTypeNotification as ELarkTypeNotification, index$c_EObjectName as EObjectName, index$c_EPositionUser as EPositionUser, index$c_EPostStyle as EPostStyle, index$c_EPostType as EPostType, index$c_EPriority as EPriority, index$c_ESheetToolInstagram as ESheetToolInstagram, index$c_ESheetToolStatusImport as ESheetToolStatusImport, index$c_ESheetToolStatusRun as ESheetToolStatusRun, index$c_ESheetToolThreads as ESheetToolThreads, index$c_ESheetToolTimeCrawl as ESheetToolTimeCrawl, index$c_EStatusAccountAI as EStatusAccountAI, index$c_EStatusAccountCHPlayICloud as EStatusAccountCHPlayICloud, index$c_EStatusAccountCanva as EStatusAccountCanva, index$c_EStatusAccountDrive as EStatusAccountDrive, index$
|
|
1947
|
+
export { index$i as AI, index$h as Base, index$c_EAIModelContent as EAIModelContent, index$c_EAIModelImage as EAIModelImage, index$c_EAIModelVoice as EAIModelVoice, index$c_EAIVersionGPT as EAIVersionGPT, index$c_EAIVersionImage as EAIVersionImage, index$c_EAIVersionPerplexity as EAIVersionPerplexity, index$c_EAIVersionVoice as EAIVersionVoice, index$c_EDayOfWeek as EDayOfWeek, index$c_EDeviceResetTime as EDeviceResetTime, index$c_EEmailTagType as EEmailTagType, index$c_EFile as EFile, index$c_EFolderImageAI as EFolderImageAI, index$c_EGender as EGender, index$c_EHaveData as EHaveData, index$c_EInputTypeFilter as EInputTypeFilter, index$c_ELarkNotiAccountTool as ELarkNotiAccountTool, index$c_ELarkNotiBase as ELarkNotiBase, index$c_ELarkNotiCreateNew as ELarkNotiCreateNew, index$c_ELarkNotiDuplicateAll as ELarkNotiDuplicateAll, index$c_ELarkNotiInstagramDetail as ELarkNotiInstagramDetail, index$c_ELarkNotiManagerSheet as ELarkNotiManagerSheet, index$c_ELarkNotiRunAppDevice as ELarkNotiRunAppDevice, index$c_ELarkNotiSocialImport as ELarkNotiSocialImport, index$c_ELarkNotiToolDevice as ELarkNotiToolDevice, index$c_ELarkObject as ELarkObject, index$c_ELarkTypeNotification as ELarkTypeNotification, index$c_EObjectName as EObjectName, index$c_EPositionUser as EPositionUser, index$c_EPostStyle as EPostStyle, index$c_EPostType as EPostType, index$c_EPriority as EPriority, index$c_ESheetToolInstagram as ESheetToolInstagram, index$c_ESheetToolStatusImport as ESheetToolStatusImport, index$c_ESheetToolStatusRun as ESheetToolStatusRun, index$c_ESheetToolThreads as ESheetToolThreads, index$c_ESheetToolTimeCrawl as ESheetToolTimeCrawl, index$c_EStatusAccountAI as EStatusAccountAI, index$c_EStatusAccountCHPlayICloud as EStatusAccountCHPlayICloud, index$c_EStatusAccountCanva as EStatusAccountCanva, index$c_EStatusAccountDrive as EStatusAccountDrive, index$c_EStatusAccountSocialFolderName as EStatusAccountSocialFolderName, index$c_EStatusAccountSocialLogin as EStatusAccountSocialLogin, index$c_EStatusAccountSocialLoginEmail as EStatusAccountSocialLoginEmail, index$c_EStatusAccountSocialRaw as EStatusAccountSocialRaw, index$c_EStatusAccountSocialRun as EStatusAccountSocialRun, index$c_EStatusAccountSocialSetting as EStatusAccountSocialSetting, index$c_EStatusAccountSocialSync as EStatusAccountSocialSync, index$c_EStatusAccountTypeChangeInfoInstagram as EStatusAccountTypeChangeInfoInstagram, index$c_EStatusAccountTypeChangeInfoThreads as EStatusAccountTypeChangeInfoThreads, index$c_EStatusAccountVPN as EStatusAccountVPN, index$c_EStatusActive as EStatusActive, index$c_EStatusBlog as EStatusBlog, index$c_EStatusChangeInfo as EStatusChangeInfo, index$c_EStatusChannel as EStatusChannel, index$c_EStatusCommon as EStatusCommon, index$c_EStatusCreateNew as EStatusCreateNew, index$c_EStatusDevice as EStatusDevice, index$c_EStatusDeviceChangeName as EStatusDeviceChangeName, index$c_EStatusDeviceChangeNew as EStatusDeviceChangeNew, index$c_EStatusDeviceConnectPC as EStatusDeviceConnectPC, index$c_EStatusDeviceConnectWifi as EStatusDeviceConnectWifi, index$c_EStatusDeviceHubStatus as EStatusDeviceHubStatus, index$c_EStatusDeviceLog as EStatusDeviceLog, index$c_EStatusDeviceLoginCHPlayICloud as EStatusDeviceLoginCHPlayICloud, index$c_EStatusDeviceReplace as EStatusDeviceReplace, index$c_EStatusDeviceRunningSocial as EStatusDeviceRunningSocial, index$c_EStatusDeviceSetup as EStatusDeviceSetup, index$c_EStatusDeviceSetupSettingTask as EStatusDeviceSetupSettingTask, index$c_EStatusDeviceSync as EStatusDeviceSync, index$c_EStatusEmail as EStatusEmail, index$c_EStatusExecuteCommon as EStatusExecuteCommon, index$c_EStatusGenerate as EStatusGenerate, index$c_EStatusLark as EStatusLark, index$c_EStatusMailWork as EStatusMailWork, index$c_EStatusPC as EStatusPC, index$c_EStatusPost as EStatusPost, index$c_EStatusProxyChecked as EStatusProxyChecked, index$c_EStatusProxyNewIP as EStatusProxyNewIP, index$c_EStatusRole as EStatusRole, index$c_EStatusSheetWork as EStatusSheetWork, index$c_EStatusTaskAIContent as EStatusTaskAIContent, index$c_EStatusTaskAvatarCover as EStatusTaskAvatarCover, index$c_EStatusTaskCanva as EStatusTaskCanva, index$c_EStatusTaskImage as EStatusTaskImage, index$c_EStatusTaskJob as EStatusTaskJob, index$c_EStatusTaskJobGroup as EStatusTaskJobGroup, index$c_EStatusTaskScript as EStatusTaskScript, index$c_EStatusTaskToolSocials as EStatusTaskToolSocials, index$c_EStatusTaskVoice as EStatusTaskVoice, index$c_EStatusTeam as EStatusTeam, index$c_EStatusUser as EStatusUser, index$c_EStatusVPS as EStatusVPS, index$c_EStatusVPSReplace as EStatusVPSReplace, index$c_ETimeZone as ETimeZone, index$c_ETypeAccountInstagramSetting as ETypeAccountInstagramSetting, index$c_ETypeAccountVPN as ETypeAccountVPN, index$c_ETypeCanva as ETypeCanva, index$c_ETypeColumnManagerWork as ETypeColumnManagerWork, index$c_ETypeDevice as ETypeDevice, index$c_ETypeDeviceLog as ETypeDeviceLog, index$c_ETypeDeviceOS as ETypeDeviceOS, index$c_ETypeExport as ETypeExport, index$c_ETypeGenerate as ETypeGenerate, index$c_ETypeManagerWorkClassify as ETypeManagerWorkClassify, index$c_ETypeManagerWorkType as ETypeManagerWorkType, index$c_ETypePin as ETypePin, index$c_ETypeProviderAccountVPN as ETypeProviderAccountVPN, index$c_ETypeProxy as ETypeProxy, index$c_ETypeProxyChecked as ETypeProxyChecked, index$c_ETypeProxyCountry as ETypeProxyCountry, index$c_ETypeProxyNewIP as ETypeProxyNewIP, index$c_ETypeProxyProvider as ETypeProxyProvider, index$c_ETypeRatioImage as ETypeRatioImage, index$c_ETypeSheetWorkClassify as ETypeSheetWorkClassify, index$c_ETypeSheetWorkPin as ETypeSheetWorkPin, index$c_ETypeSocial as ETypeSocial, index$c_ETypeSocialChangeInfoThreads as ETypeSocialChangeInfoThreads, index$c_ETypeSocialCreateNew as ETypeSocialCreateNew, index$c_ETypeTaskID as ETypeTaskID, index$c_ETypeTimeFilter as ETypeTimeFilter, index$c_ETypeVoiceLanguage as ETypeVoiceLanguage, index$g as Lark, index$f as SheetTool, index$e as Status, index$d as Types };
|
|
1969
1948
|
}
|
|
1970
1949
|
|
|
1971
1950
|
type TFilter = 'direct' | 'ref';
|
|
@@ -2958,7 +2937,7 @@ interface FindAccountSocialGroupPopupSocialDto {
|
|
|
2958
2937
|
numberFollower: number;
|
|
2959
2938
|
numberFollowing: number;
|
|
2960
2939
|
statusLogin: EStatusAccountSocialLogin;
|
|
2961
|
-
status:
|
|
2940
|
+
status: EStatusAccountSocialRaw;
|
|
2962
2941
|
typeAppClone: string;
|
|
2963
2942
|
nameAppClone: string;
|
|
2964
2943
|
nameAppCloneSocial: string;
|
|
@@ -2977,7 +2956,7 @@ interface ISettingAccountSocialDto {
|
|
|
2977
2956
|
username: string;
|
|
2978
2957
|
groupName: string;
|
|
2979
2958
|
hasSetting: boolean;
|
|
2980
|
-
statusAccount:
|
|
2959
|
+
statusAccount: EStatusAccountSocialRaw;
|
|
2981
2960
|
isStart: boolean;
|
|
2982
2961
|
}
|
|
2983
2962
|
|
|
@@ -3257,7 +3236,7 @@ interface FindThreadsAccountRawDto extends IFindBaseDto {
|
|
|
3257
3236
|
accountSetting: {
|
|
3258
3237
|
typeAccount: ETypeAccountInstagramSetting;
|
|
3259
3238
|
timeChangeTypeAccount: Date;
|
|
3260
|
-
|
|
3239
|
+
status: EStatusAccountSocialSetting;
|
|
3261
3240
|
timeChangeAccount: Date;
|
|
3262
3241
|
};
|
|
3263
3242
|
avatarInfo: {
|
|
@@ -3338,7 +3317,7 @@ interface FilterThreadsAccountRawDto extends IFilterBaseDto {
|
|
|
3338
3317
|
updatedBy: string[];
|
|
3339
3318
|
fileNameSheetImport: string[];
|
|
3340
3319
|
accountIDRange: [number, number];
|
|
3341
|
-
accountStatus:
|
|
3320
|
+
accountStatus: EStatusAccountSocialRaw[];
|
|
3342
3321
|
loginSocialStatus: EStatusAccountSocialLogin[];
|
|
3343
3322
|
loginEmailStatus: EStatusAccountSocialLoginEmail[];
|
|
3344
3323
|
accountSettingStatus: EStatusAccountSocialSetting[];
|
|
@@ -3349,10 +3328,10 @@ interface FilterThreadsAccountRawDto extends IFilterBaseDto {
|
|
|
3349
3328
|
passwordChangeStatus: EStatusChangeInfo[];
|
|
3350
3329
|
twoFactorAuthChangeStatus: EStatusChangeInfo[];
|
|
3351
3330
|
emailChangeStatus: EStatusChangeInfo[];
|
|
3352
|
-
avatarStatus:
|
|
3353
|
-
coverStatus:
|
|
3354
|
-
bioStatus:
|
|
3355
|
-
linksStatus:
|
|
3331
|
+
avatarStatus: EStatusAccountSocialRaw[];
|
|
3332
|
+
coverStatus: EStatusAccountSocialRaw[];
|
|
3333
|
+
bioStatus: EStatusAccountSocialRaw[];
|
|
3334
|
+
linksStatus: EStatusAccountSocialRaw[];
|
|
3356
3335
|
hasAvatar: EHaveData[];
|
|
3357
3336
|
hasCover: EHaveData[];
|
|
3358
3337
|
hasBio: EHaveData[];
|
|
@@ -4650,12 +4629,11 @@ interface IInstagramAccountRaw extends IBaseModel, ITrackingModel<IUser>, IAccou
|
|
|
4650
4629
|
pc: IPC | string;
|
|
4651
4630
|
device: IDevice | string;
|
|
4652
4631
|
isActiveOnDevice: boolean;
|
|
4653
|
-
status:
|
|
4632
|
+
status: EStatusAccountSocialRaw;
|
|
4654
4633
|
timeAddToDevice: Date;
|
|
4655
|
-
|
|
4656
|
-
|
|
4657
|
-
|
|
4658
|
-
timeSyncAccount: Date;
|
|
4634
|
+
numberFollowers: number;
|
|
4635
|
+
numberFollowings: number;
|
|
4636
|
+
numberPosts: number;
|
|
4659
4637
|
folderNameImage: string;
|
|
4660
4638
|
statusFolderNameImage: EStatusAccountSocialFolderName;
|
|
4661
4639
|
timeFolderNameImage: Date;
|
|
@@ -4707,6 +4685,14 @@ interface IInstagramAccountRaw extends IBaseModel, ITrackingModel<IUser>, IAccou
|
|
|
4707
4685
|
timeLoginEmail: Date;
|
|
4708
4686
|
timeLastUsed: Date;
|
|
4709
4687
|
lastUserUsed: string | IUser;
|
|
4688
|
+
statusSyncAccount: EStatusAccountSocialSync;
|
|
4689
|
+
timeSyncAccount: Date;
|
|
4690
|
+
isAccountRun: boolean;
|
|
4691
|
+
runStartDateTime: Date;
|
|
4692
|
+
runEndDateTime: Date;
|
|
4693
|
+
statusRun: EStatusAccountSocialRun;
|
|
4694
|
+
statusConnectDevice: EStatusDeviceConnectPC;
|
|
4695
|
+
noteConnectDevice: string;
|
|
4710
4696
|
}
|
|
4711
4697
|
|
|
4712
4698
|
interface IInstagramHistoryGroup extends IBaseModel, ITrackingModel<IUser> {
|
|
@@ -5056,21 +5042,6 @@ interface IInstagramHistoryChangeInfoELS extends IBaseELS {
|
|
|
5056
5042
|
note: string;
|
|
5057
5043
|
}
|
|
5058
5044
|
|
|
5059
|
-
interface IInstagramAccountRun extends IBaseModel, ITrackingModel<IUser> {
|
|
5060
|
-
accountRaw: string | IInstagramAccountRaw;
|
|
5061
|
-
numberPost: number;
|
|
5062
|
-
numberFollowers: number;
|
|
5063
|
-
numberFollowings: number;
|
|
5064
|
-
runStartDateTime: Date;
|
|
5065
|
-
runEndDateTime: Date;
|
|
5066
|
-
statusRun: EStatusAccountSocialRun;
|
|
5067
|
-
statusConnectDevice: EStatusDeviceConnectPC;
|
|
5068
|
-
noteConnectDevice: string;
|
|
5069
|
-
currentActiveTime: Date;
|
|
5070
|
-
lastActiveTime: Date;
|
|
5071
|
-
note: string;
|
|
5072
|
-
}
|
|
5073
|
-
|
|
5074
5045
|
interface FindOverviewInstagramHistoryAutoSyncDto {
|
|
5075
5046
|
totalDepartments: number;
|
|
5076
5047
|
totalLeaders: number;
|
|
@@ -5274,7 +5245,7 @@ interface FindInstagramHistoryChangeInfoDto extends IFindBaseDto, IInstagramHist
|
|
|
5274
5245
|
accountSetting: {
|
|
5275
5246
|
typeAccount: ETypeAccountInstagramSetting;
|
|
5276
5247
|
timeChangeTypeAccount: Date;
|
|
5277
|
-
|
|
5248
|
+
status: EStatusAccountSocialSetting;
|
|
5278
5249
|
timeChangeAccount: Date;
|
|
5279
5250
|
};
|
|
5280
5251
|
emailInfo: {
|
|
@@ -5505,7 +5476,7 @@ interface FilterInstagramHistoryGroupDto extends IFilterBaseDto, Omit<IFilterBas
|
|
|
5505
5476
|
}
|
|
5506
5477
|
|
|
5507
5478
|
interface FindInstagramAccountRawDto extends IFindBaseDto {
|
|
5508
|
-
accountStatus:
|
|
5479
|
+
accountStatus: EStatusAccountSocialRaw;
|
|
5509
5480
|
pcInfo: {
|
|
5510
5481
|
name: string;
|
|
5511
5482
|
department: string;
|
|
@@ -5589,7 +5560,7 @@ interface FindInstagramAccountRawDto extends IFindBaseDto {
|
|
|
5589
5560
|
accountSetting: {
|
|
5590
5561
|
typeAccount: ETypeAccountInstagramSetting;
|
|
5591
5562
|
timeChangeTypeAccount: Date;
|
|
5592
|
-
|
|
5563
|
+
status: EStatusAccountSocialSetting;
|
|
5593
5564
|
timeChangeAccount: Date;
|
|
5594
5565
|
};
|
|
5595
5566
|
avatarInfo: {
|
|
@@ -5647,7 +5618,7 @@ interface FilterInstagramAccountRawDto extends IFilterBaseDto {
|
|
|
5647
5618
|
createdBy: string[];
|
|
5648
5619
|
updatedBy: string[];
|
|
5649
5620
|
accountIDRange: [number, number];
|
|
5650
|
-
accountStatus:
|
|
5621
|
+
accountStatus: EStatusAccountSocialRaw[];
|
|
5651
5622
|
loginSocialStatus: EStatusAccountSocialLogin[];
|
|
5652
5623
|
loginEmailStatus: EStatusAccountSocialLoginEmail[];
|
|
5653
5624
|
accountSettingStatus: EStatusAccountSocialSetting[];
|
|
@@ -5658,10 +5629,10 @@ interface FilterInstagramAccountRawDto extends IFilterBaseDto {
|
|
|
5658
5629
|
passwordChangeStatus: EStatusChangeInfo[];
|
|
5659
5630
|
twoFactorAuthChangeStatus: EStatusChangeInfo[];
|
|
5660
5631
|
emailChangeStatus: EStatusChangeInfo[];
|
|
5661
|
-
avatarStatus:
|
|
5662
|
-
coverStatus:
|
|
5663
|
-
bioStatus:
|
|
5664
|
-
linksStatus:
|
|
5632
|
+
avatarStatus: EStatusAccountSocialRaw[];
|
|
5633
|
+
coverStatus: EStatusAccountSocialRaw[];
|
|
5634
|
+
bioStatus: EStatusAccountSocialRaw[];
|
|
5635
|
+
linksStatus: EStatusAccountSocialRaw[];
|
|
5665
5636
|
hasAvatar: EHaveData[];
|
|
5666
5637
|
hasCover: EHaveData[];
|
|
5667
5638
|
hasBio: EHaveData[];
|
|
@@ -5928,7 +5899,7 @@ interface FindInstagramAccountRunDto extends IFindBaseDto {
|
|
|
5928
5899
|
accountSetting: {
|
|
5929
5900
|
typeAccount: ETypeAccountInstagramSetting;
|
|
5930
5901
|
timeChangeTypeAccount: Date;
|
|
5931
|
-
|
|
5902
|
+
status: EStatusAccountSocialSetting;
|
|
5932
5903
|
timeChangeAccount: Date;
|
|
5933
5904
|
};
|
|
5934
5905
|
avatarInfo: {
|
|
@@ -6071,7 +6042,7 @@ interface FilterInstagramReportPostHighLightDto extends IFilterBaseDto, IFilterB
|
|
|
6071
6042
|
typePost: string[];
|
|
6072
6043
|
stylePost: string[];
|
|
6073
6044
|
sheetName: string[];
|
|
6074
|
-
statusAccount:
|
|
6045
|
+
statusAccount: EStatusAccountSocialRaw[];
|
|
6075
6046
|
statusLogin: EStatusAccountSocialLogin[];
|
|
6076
6047
|
statusSheet: ESheetToolStatusRun[];
|
|
6077
6048
|
}
|
|
@@ -6125,7 +6096,7 @@ interface FilterInstagramReportPostNewDto extends IFilterBaseDto, IFilterBaseAcc
|
|
|
6125
6096
|
typePost: string[];
|
|
6126
6097
|
stylePost: string[];
|
|
6127
6098
|
sheetName: string[];
|
|
6128
|
-
statusAccount:
|
|
6099
|
+
statusAccount: EStatusAccountSocialRaw[];
|
|
6129
6100
|
statusLogin: EStatusAccountSocialLogin[];
|
|
6130
6101
|
statusSheet: ESheetToolStatusRun[];
|
|
6131
6102
|
}
|
|
@@ -6179,7 +6150,7 @@ interface FilterInstagramReportPostReelDto extends IFilterBaseDto, IFilterBaseAc
|
|
|
6179
6150
|
typePost: string[];
|
|
6180
6151
|
stylePost: string[];
|
|
6181
6152
|
sheetName: string[];
|
|
6182
|
-
statusAccount:
|
|
6153
|
+
statusAccount: EStatusAccountSocialRaw[];
|
|
6183
6154
|
statusLogin: EStatusAccountSocialLogin[];
|
|
6184
6155
|
statusSheet: ESheetToolStatusRun[];
|
|
6185
6156
|
}
|
|
@@ -6233,7 +6204,7 @@ interface FilterInstagramReportPostStoryDto extends IFilterBaseDto, IFilterBaseA
|
|
|
6233
6204
|
typePost: string[];
|
|
6234
6205
|
stylePost: string[];
|
|
6235
6206
|
sheetName: string[];
|
|
6236
|
-
statusAccount:
|
|
6207
|
+
statusAccount: EStatusAccountSocialRaw[];
|
|
6237
6208
|
statusLogin: EStatusAccountSocialLogin[];
|
|
6238
6209
|
statusSheet: ESheetToolStatusRun[];
|
|
6239
6210
|
}
|
|
@@ -6287,7 +6258,7 @@ interface FilterInstagramReportPostSquareDto extends IFilterBaseDto, IFilterBase
|
|
|
6287
6258
|
typePost: string[];
|
|
6288
6259
|
stylePost: string[];
|
|
6289
6260
|
sheetName: string[];
|
|
6290
|
-
statusAccount:
|
|
6261
|
+
statusAccount: EStatusAccountSocialRaw[];
|
|
6291
6262
|
statusLogin: EStatusAccountSocialLogin[];
|
|
6292
6263
|
statusSheet: ESheetToolStatusRun[];
|
|
6293
6264
|
}
|
|
@@ -6433,7 +6404,7 @@ interface FilterInstagramReportInteractFollowDto extends IFilterBaseDto, IFilter
|
|
|
6433
6404
|
timezone: ETimeZone[];
|
|
6434
6405
|
listDateOfWeeks: EDayOfWeek[];
|
|
6435
6406
|
sheetName: string[];
|
|
6436
|
-
statusAccount:
|
|
6407
|
+
statusAccount: EStatusAccountSocialRaw[];
|
|
6437
6408
|
statusLogin: EStatusAccountSocialLogin[];
|
|
6438
6409
|
statusSheet: ESheetToolStatusRun[];
|
|
6439
6410
|
}
|
|
@@ -6531,7 +6502,7 @@ interface FilterInstagramReportInteractReplyCommentDto extends IFilterBaseDto, I
|
|
|
6531
6502
|
timezone: ETimeZone[];
|
|
6532
6503
|
listDateOfWeeks: EDayOfWeek[];
|
|
6533
6504
|
sheetName: string[];
|
|
6534
|
-
statusAccount:
|
|
6505
|
+
statusAccount: EStatusAccountSocialRaw[];
|
|
6535
6506
|
statusLogin: EStatusAccountSocialLogin[];
|
|
6536
6507
|
statusSheet: ESheetToolStatusRun[];
|
|
6537
6508
|
}
|
|
@@ -6582,7 +6553,7 @@ interface FilterInstagramReportInteractReplyMessageDto extends IFilterBaseDto, I
|
|
|
6582
6553
|
timezone: ETimeZone[];
|
|
6583
6554
|
listDateOfWeeks: EDayOfWeek[];
|
|
6584
6555
|
sheetName: string[];
|
|
6585
|
-
statusAccount:
|
|
6556
|
+
statusAccount: EStatusAccountSocialRaw[];
|
|
6586
6557
|
statusLogin: EStatusAccountSocialLogin[];
|
|
6587
6558
|
statusSheet: ESheetToolStatusRun[];
|
|
6588
6559
|
}
|
|
@@ -6680,7 +6651,7 @@ interface FilterInstagramReportInteractUnFollowDto extends IFilterBaseDto, IFilt
|
|
|
6680
6651
|
timezone: ETimeZone[];
|
|
6681
6652
|
listDateOfWeeks: EDayOfWeek[];
|
|
6682
6653
|
sheetName: string[];
|
|
6683
|
-
statusAccount:
|
|
6654
|
+
statusAccount: EStatusAccountSocialRaw[];
|
|
6684
6655
|
statusLogin: EStatusAccountSocialLogin[];
|
|
6685
6656
|
statusSheet: ESheetToolStatusRun[];
|
|
6686
6657
|
}
|
|
@@ -7901,7 +7872,7 @@ interface FindTaskInstagramPostDto extends IFindBaseDto {
|
|
|
7901
7872
|
typePost: TPost;
|
|
7902
7873
|
postStyle: string;
|
|
7903
7874
|
statusLogin: EStatusAccountSocialLogin;
|
|
7904
|
-
statusSocial:
|
|
7875
|
+
statusSocial: EStatusAccountSocialRun;
|
|
7905
7876
|
statusPost: string;
|
|
7906
7877
|
urlVoicePage1GenAI: string;
|
|
7907
7878
|
urlVoicePage3456GenAI: string;
|
|
@@ -8907,7 +8878,7 @@ interface IDevicePopupViewAccountSocial {
|
|
|
8907
8878
|
lastLogin: Date;
|
|
8908
8879
|
keyDeviceOld: string;
|
|
8909
8880
|
keyDeviceNew: string;
|
|
8910
|
-
status:
|
|
8881
|
+
status: EStatusAccountSocialRaw;
|
|
8911
8882
|
isActiveOnDevice: boolean;
|
|
8912
8883
|
}
|
|
8913
8884
|
interface DevicePopupViewAccountInstagramDto extends IDevicePopupViewAccountSocial {
|
|
@@ -9650,7 +9621,7 @@ interface ITaskAIImageCanvaThreads extends IBaseModel, ITrackingModel<IUser> {
|
|
|
9650
9621
|
sheetName: string;
|
|
9651
9622
|
rowID: string;
|
|
9652
9623
|
row: number;
|
|
9653
|
-
accountSocial: string |
|
|
9624
|
+
accountSocial: string | IThreadsAccountRaw;
|
|
9654
9625
|
typeRatioImage: ETypeRatioImage;
|
|
9655
9626
|
channelImage: string | IAccountAIImageChannel;
|
|
9656
9627
|
accountAIImageInfo: string | IAccountAIImageInfo;
|
|
@@ -9672,7 +9643,7 @@ interface ITaskAIImageCanvaInstagram extends IBaseModel, ITrackingModel<IUser> {
|
|
|
9672
9643
|
sheetName: string;
|
|
9673
9644
|
rowID: string;
|
|
9674
9645
|
row: number;
|
|
9675
|
-
accountSocial: string |
|
|
9646
|
+
accountSocial: string | IInstagramAccountRaw;
|
|
9676
9647
|
typeRatioImage: ETypeRatioImage;
|
|
9677
9648
|
channelImage: string | IAccountAIImageChannel;
|
|
9678
9649
|
accountAIImageInfo: string | IAccountAIImageInfo;
|
|
@@ -9694,7 +9665,7 @@ interface ITaskAIImageVoiceCanvaThreads extends IBaseModel, ITrackingModel<IUser
|
|
|
9694
9665
|
sheetName: string;
|
|
9695
9666
|
rowID: string;
|
|
9696
9667
|
row: number;
|
|
9697
|
-
accountSocial: string |
|
|
9668
|
+
accountSocial: string | IThreadsAccountRaw;
|
|
9698
9669
|
typeRatioImage: ETypeRatioImage;
|
|
9699
9670
|
channelImage: string | IAccountAIImageChannel;
|
|
9700
9671
|
accountAIImageInfo: string | IAccountAIImageInfo;
|
|
@@ -9759,7 +9730,7 @@ interface ITaskAIImageVoiceCanvaInstagram extends IBaseModel, ITrackingModel<IUs
|
|
|
9759
9730
|
sheetName: string;
|
|
9760
9731
|
rowID: string;
|
|
9761
9732
|
row: number;
|
|
9762
|
-
accountSocial: string |
|
|
9733
|
+
accountSocial: string | IInstagramAccountRaw;
|
|
9763
9734
|
typeRatioImage: ETypeRatioImage;
|
|
9764
9735
|
channelImage: string | IAccountAIImageChannel;
|
|
9765
9736
|
accountAIImageInfo: string | IAccountAIImageInfo;
|
|
@@ -11099,57 +11070,6 @@ declare namespace index$6 {
|
|
|
11099
11070
|
export type { index$6_ActionLoadInfoUrlSheetToolDto as ActionLoadInfoUrlSheetToolDto, index$6_ActionPopupDeviceAccountDto as ActionPopupDeviceAccountDto, index$6_AddAccountForDeviceDto as AddAccountForDeviceDto, index$6_AddToDeviceAccountCHPlayICloudDto as AddToDeviceAccountCHPlayICloudDto, index$6_AddToDeviceAccountVPNDto as AddToDeviceAccountVPNDto, index$6_AddToDeviceProxyDto as AddToDeviceProxyDto, index$6_ApplyAutoFillDeviceDto as ApplyAutoFillDeviceDto, index$6_ApplyReplaceDeviceDto as ApplyReplaceDeviceDto, index$6_ApplyTimeDashboardDto as ApplyTimeDashboardDto, index$6_AutoFillAssignedMemberInstagramAccountRawDto as AutoFillAssignedMemberInstagramAccountRawDto, index$6_AutoFillAssignedMemberThreadsAccountRawDto as AutoFillAssignedMemberThreadsAccountRawDto, index$6_AutoFillInstagramAccountRawDto as AutoFillInstagramAccountRawDto, index$6_AutoFillOverviewInstagramAccountRawDto as AutoFillOverviewInstagramAccountRawDto, index$6_AutoFillOverviewTaskInstagramBlockUserDto as AutoFillOverviewTaskInstagramBlockUserDto, index$6_AutoFillOverviewThreadsAccountRawDto as AutoFillOverviewThreadsAccountRawDto, index$6_AutoFillTaskInstagramBlockUserDto as AutoFillTaskInstagramBlockUserDto, index$6_AutoFillThreadsAccountRawDto as AutoFillThreadsAccountRawDto, index$6_CheckSendMessageLark as CheckSendMessageLark, index$6_CreateAccountSocialGroupDto as CreateAccountSocialGroupDto, index$6_CreateAccountVPSDto as CreateAccountVPSDto, index$6_CreateBlogDto as CreateBlogDto, index$6_CreateBlogsCategoryDto as CreateBlogsCategoryDto, index$6_CreateDepartmentDto as CreateDepartmentDto, index$6_CreateInstagramSettingInteractFollowDto as CreateInstagramSettingInteractFollowDto, index$6_CreateInstagramSettingInteractReplyCommentDto as CreateInstagramSettingInteractReplyCommentDto, index$6_CreateInstagramSettingInteractReplyMessageDto as CreateInstagramSettingInteractReplyMessageDto, index$6_CreateInstagramSettingInteractUnFollowDto as CreateInstagramSettingInteractUnFollowDto, index$6_CreateInstagramSettingPostDto as CreateInstagramSettingPostDto, index$6_CreateLarkDto as CreateLarkDto, index$6_CreateManagerWorkDto as CreateManagerWorkDto, index$6_CreatePCDto as CreatePCDto, index$6_CreateProxyDto as CreateProxyDto, index$6_CreateRoleDto as CreateRoleDto, index$6_CreateSheetToolDto as CreateSheetToolDto, index$6_CreateSheetWorkDto as CreateSheetWorkDto, index$6_CreateTaskAIContentDto as CreateTaskAIContentDto, index$6_CreateTaskAIImageCanvaInstagramDto as CreateTaskAIImageCanvaInstagramDto, index$6_CreateTaskAIImageCanvaThreadsDto as CreateTaskAIImageCanvaThreadsDto, index$6_CreateTaskAIImageVoiceCanvaInstagramDto as CreateTaskAIImageVoiceCanvaInstagramDto, index$6_CreateTaskAIImageVoiceCanvaThreadsDto as CreateTaskAIImageVoiceCanvaThreadsDto, index$6_CreateTaskInstagramBlockUserDto as CreateTaskInstagramBlockUserDto, index$6_CreateTaskInstagramChangeInfoDto as CreateTaskInstagramChangeInfoDto, index$6_CreateTaskInstagramFollowDto as CreateTaskInstagramFollowDto, index$6_CreateTaskInstagramInteractExploreDto as CreateTaskInstagramInteractExploreDto, index$6_CreateTaskInstagramInteractReelDto as CreateTaskInstagramInteractReelDto, index$6_CreateTaskInstagramInteractStoryDto as CreateTaskInstagramInteractStoryDto, index$6_CreateTaskInstagramPostDto as CreateTaskInstagramPostDto, index$6_CreateTaskInstagramReplyCommentDto as CreateTaskInstagramReplyCommentDto, index$6_CreateTaskInstagramReplyMessageDto as CreateTaskInstagramReplyMessageDto, index$6_CreateTaskThreadsFollowDto as CreateTaskThreadsFollowDto, index$6_CreateTaskThreadsPostDto as CreateTaskThreadsPostDto, index$6_CreateTaskThreadsReplyCommentDto as CreateTaskThreadsReplyCommentDto, index$6_CreateTaskThreadsReplyMessageDto as CreateTaskThreadsReplyMessageDto, index$6_CreateTasksJobDto as CreateTasksJobDto, index$6_CreateTeamDto as CreateTeamDto, index$6_CreateUserDto as CreateUserDto, index$6_DevicePopupListAddAccountDto as DevicePopupListAddAccountDto, index$6_DevicePopupOverviewAccountsDto as DevicePopupOverviewAccountsDto, index$6_DevicePopupOverviewAddAccountDto as DevicePopupOverviewAddAccountDto, index$6_DevicePopupViewAccountInstagramDto as DevicePopupViewAccountInstagramDto, index$6_DevicePopupViewAccountThreadsDto as DevicePopupViewAccountThreadsDto, index$6_ExportDto as ExportDto, index$6_FilterAccountAIContentChannelDto as FilterAccountAIContentChannelDto, index$6_FilterAccountAIContentDto as FilterAccountAIContentDto, index$6_FilterAccountAIContentInfoDto as FilterAccountAIContentInfoDto, index$6_FilterAccountAIImageChannelDto as FilterAccountAIImageChannelDto, index$6_FilterAccountAIImageDto as FilterAccountAIImageDto, index$6_FilterAccountAIImageInfoDto as FilterAccountAIImageInfoDto, index$6_FilterAccountAIVoiceChannelDto as FilterAccountAIVoiceChannelDto, index$6_FilterAccountAIVoiceDto as FilterAccountAIVoiceDto, index$6_FilterAccountAIVoiceInfoDto as FilterAccountAIVoiceInfoDto, index$6_FilterAccountCHPlayICloudDto as FilterAccountCHPlayICloudDto, index$6_FilterAccountCanvaDto as FilterAccountCanvaDto, index$6_FilterAccountDriveDto as FilterAccountDriveDto, index$6_FilterAccountEmailDto as FilterAccountEmailDto, index$6_FilterAccountSocialGroupDto as FilterAccountSocialGroupDto, index$6_FilterAccountVPNDto as FilterAccountVPNDto, index$6_FilterAccountVPSDto as FilterAccountVPSDto, index$6_FilterAccountVPSGroupDto as FilterAccountVPSGroupDto, index$6_FilterBaseDto as FilterBaseDto, index$6_FilterBaseSocialDto as FilterBaseSocialDto, index$6_FilterBlogCategoryDto as FilterBlogCategoryDto, index$6_FilterBlogDto as FilterBlogDto, index$6_FilterCheckerAccountInstagramDashboardFollowerDto as FilterCheckerAccountInstagramDashboardFollowerDto, index$6_FilterCheckerAccountThreadsDashboardFollowerDto as FilterCheckerAccountThreadsDashboardFollowerDto, index$6_FilterDepartmentDto as FilterDepartmentDto, index$6_FilterDeviceDto as FilterDeviceDto, index$6_FilterDeviceLogDto as FilterDeviceLogDto, index$6_FilterHistoryTaskAIContentDto as FilterHistoryTaskAIContentDto, index$6_FilterHistoryTaskAIImageDto as FilterHistoryTaskAIImageDto, index$6_FilterHistoryTaskAIVoiceDto as FilterHistoryTaskAIVoiceDto, index$6_FilterHistoryTaskCanvaDto as FilterHistoryTaskCanvaDto, index$6_FilterInstagramAccountRawDto as FilterInstagramAccountRawDto, index$6_FilterInstagramAccountRunDto as FilterInstagramAccountRunDto, index$6_FilterInstagramDashboardFollowerDto as FilterInstagramDashboardFollowerDto, index$6_FilterInstagramHistoryAutoSyncDto as FilterInstagramHistoryAutoSyncDto, index$6_FilterInstagramHistoryChangeInfoDto as FilterInstagramHistoryChangeInfoDto, index$6_FilterInstagramHistoryCreateNewDto as FilterInstagramHistoryCreateNewDto, index$6_FilterInstagramHistoryGroupDto as FilterInstagramHistoryGroupDto, index$6_FilterInstagramReportInteractBlockUserDto as FilterInstagramReportInteractBlockUserDto, index$6_FilterInstagramReportInteractExploreDto as FilterInstagramReportInteractExploreDto, index$6_FilterInstagramReportInteractFollowDto as FilterInstagramReportInteractFollowDto, index$6_FilterInstagramReportInteractReelDto as FilterInstagramReportInteractReelDto, index$6_FilterInstagramReportInteractReplyCommentDto as FilterInstagramReportInteractReplyCommentDto, index$6_FilterInstagramReportInteractReplyMessageDto as FilterInstagramReportInteractReplyMessageDto, index$6_FilterInstagramReportInteractStoryDto as FilterInstagramReportInteractStoryDto, index$6_FilterInstagramReportInteractUnFollowDto as FilterInstagramReportInteractUnFollowDto, index$6_FilterInstagramReportPostHighLightDto as FilterInstagramReportPostHighLightDto, index$6_FilterInstagramReportPostNewDto as FilterInstagramReportPostNewDto, index$6_FilterInstagramReportPostReelDto as FilterInstagramReportPostReelDto, index$6_FilterInstagramReportPostSquareDto as FilterInstagramReportPostSquareDto, index$6_FilterInstagramReportPostStoryDto as FilterInstagramReportPostStoryDto, index$6_FilterInstagramSettingInteractFollowDto as FilterInstagramSettingInteractFollowDto, index$6_FilterInstagramSettingInteractReplyCommentDto as FilterInstagramSettingInteractReplyCommentDto, index$6_FilterInstagramSettingInteractReplyMessageDto as FilterInstagramSettingInteractReplyMessageDto, index$6_FilterInstagramSettingInteractUnFollowDto as FilterInstagramSettingInteractUnFollowDto, index$6_FilterInstagramSettingPostDto as FilterInstagramSettingPostDto, index$6_FilterLarkDto as FilterLarkDto, index$6_FilterManagerImageAIDto as FilterManagerImageAIDto, index$6_FilterManagerSheetDto as FilterManagerSheetDto, index$6_FilterManagerWorkDto as FilterManagerWorkDto, index$6_FilterPCDto as FilterPCDto, index$6_FilterPerformanceBreakdownInstagramDashboardFollowerDto as FilterPerformanceBreakdownInstagramDashboardFollowerDto, index$6_FilterPerformanceBreakdownThreadsDashboardFollowerDto as FilterPerformanceBreakdownThreadsDashboardFollowerDto, index$6_FilterProxyDto as FilterProxyDto, index$6_FilterRoleDto as FilterRoleDto, index$6_FilterSheetWorkCategoryDto as FilterSheetWorkCategoryDto, index$6_FilterSheetWorkDto as FilterSheetWorkDto, index$6_FilterSheetsToolDto as FilterSheetsToolDto, index$6_FilterTaskAIContentDto as FilterTaskAIContentDto, index$6_FilterTaskAIImageCanvaInstagramDto as FilterTaskAIImageCanvaInstagramDto, index$6_FilterTaskAIImageCanvaThreadsDto as FilterTaskAIImageCanvaThreadsDto, index$6_FilterTaskAIImageVoiceCanvaInstagramDto as FilterTaskAIImageVoiceCanvaInstagramDto, index$6_FilterTaskAIImageVoiceCanvaThreadsDto as FilterTaskAIImageVoiceCanvaThreadsDto, index$6_FilterTaskInstagramBlockUserDto as FilterTaskInstagramBlockUserDto, index$6_FilterTaskInstagramChangeInfoDto as FilterTaskInstagramChangeInfoDto, index$6_FilterTaskInstagramFollowDto as FilterTaskInstagramFollowDto, index$6_FilterTaskInstagramInteractExploreDto as FilterTaskInstagramInteractExploreDto, index$6_FilterTaskInstagramInteractReelDto as FilterTaskInstagramInteractReelDto, index$6_FilterTaskInstagramInteractStoryDto as FilterTaskInstagramInteractStoryDto, index$6_FilterTaskInstagramPostDto as FilterTaskInstagramPostDto, index$6_FilterTaskInstagramReplyCommentDto as FilterTaskInstagramReplyCommentDto, index$6_FilterTaskInstagramReplyMessageDto as FilterTaskInstagramReplyMessageDto, index$6_FilterTaskThreadsFollowDto as FilterTaskThreadsFollowDto, index$6_FilterTaskThreadsPostDto as FilterTaskThreadsPostDto, index$6_FilterTaskThreadsReplyCommentDto as FilterTaskThreadsReplyCommentDto, index$6_FilterTaskThreadsReplyMessageDto as FilterTaskThreadsReplyMessageDto, index$6_FilterTeamDto as FilterTeamDto, index$6_FilterThreadsAccountRawDto as FilterThreadsAccountRawDto, index$6_FilterThreadsAccountRunDto as FilterThreadsAccountRunDto, index$6_FilterThreadsDashboardFollowerDto as FilterThreadsDashboardFollowerDto, index$6_FilterThreadsHistoryAutoSyncDto as FilterThreadsHistoryAutoSyncDto, index$6_FilterThreadsHistoryChangeDto as FilterThreadsHistoryChangeDto, index$6_FilterThreadsHistoryCreateNewDto as FilterThreadsHistoryCreateNewDto, index$6_FilterThreadsHistoryGroupDto as FilterThreadsHistoryGroupDto, index$6_FilterThreadsReportInteractFollowDto as FilterThreadsReportInteractFollowDto, index$6_FilterThreadsReportInteractReplyCommentDto as FilterThreadsReportInteractReplyCommentDto, index$6_FilterThreadsReportInteractReplyMessageDto as FilterThreadsReportInteractReplyMessageDto, index$6_FilterThreadsReportInteractUnFollowDto as FilterThreadsReportInteractUnFollowDto, index$6_FilterThreadsReportPostDto as FilterThreadsReportPostDto, index$6_FilterThreadsSettingInteractFollowDto as FilterThreadsSettingInteractFollowDto, index$6_FilterThreadsSettingInteractReplyCommentDto as FilterThreadsSettingInteractReplyCommentDto, index$6_FilterThreadsSettingInteractReplyMessageDto as FilterThreadsSettingInteractReplyMessageDto, index$6_FilterThreadsSettingInteractUnFollowDto as FilterThreadsSettingInteractUnFollowDto, index$6_FilterThreadsSettingPostDto as FilterThreadsSettingPostDto, index$6_FilterUserDto as FilterUserDto, index$6_FindAccountAIContentChannelDto as FindAccountAIContentChannelDto, index$6_FindAccountAIContentDto as FindAccountAIContentDto, index$6_FindAccountAIContentInfoDto as FindAccountAIContentInfoDto, index$6_FindAccountAIImageChannelDto as FindAccountAIImageChannelDto, index$6_FindAccountAIImageDto as FindAccountAIImageDto, index$6_FindAccountAIImageInfoDto as FindAccountAIImageInfoDto, index$6_FindAccountAIVoiceChannelDto as FindAccountAIVoiceChannelDto, index$6_FindAccountAIVoiceDto as FindAccountAIVoiceDto, index$6_FindAccountAIVoiceInfoDto as FindAccountAIVoiceInfoDto, index$6_FindAccountCHPlayICloudDto as FindAccountCHPlayICloudDto, index$6_FindAccountCanvaDto as FindAccountCanvaDto, index$6_FindAccountDriveDto as FindAccountDriveDto, index$6_FindAccountEmailDto as FindAccountEmailDto, index$6_FindAccountForCheckerInstagramDashboard as FindAccountForCheckerInstagramDashboard, index$6_FindAccountForCheckerThreadsDashboard as FindAccountForCheckerThreadsDashboard, index$6_FindAccountSocialGroupDto as FindAccountSocialGroupDto, index$6_FindAccountSocialGroupPopupSocialDto as FindAccountSocialGroupPopupSocialDto, index$6_FindAccountVPNDto as FindAccountVPNDto, index$6_FindAccountVPSDto as FindAccountVPSDto, index$6_FindAccountVPSGroupDto as FindAccountVPSGroupDto, index$6_FindAccountVPSGroupPopupDto as FindAccountVPSGroupPopupDto, index$6_FindAutoFillDeviceDto as FindAutoFillDeviceDto, index$6_FindBlogCategoryDto as FindBlogCategoryDto, index$6_FindBlogDto as FindBlogDto, index$6_FindCheckerAccountInstagramDashboardFollowerDto as FindCheckerAccountInstagramDashboardFollowerDto, index$6_FindCheckerAccountThreadsDashboardFollowerDto as FindCheckerAccountThreadsDashboardFollowerDto, index$6_FindDepartmentDto as FindDepartmentDto, index$6_FindDeviceAvailableForAddAccountVPNDto as FindDeviceAvailableForAddAccountVPNDto, index$6_FindDeviceAvailableForAddCHPlayICloudDto as FindDeviceAvailableForAddCHPlayICloudDto, index$6_FindDeviceAvailableForAddProxyDto as FindDeviceAvailableForAddProxyDto, index$6_FindDeviceDto as FindDeviceDto, index$6_FindDeviceLogDto as FindDeviceLogDto, index$6_FindForReviewDto as FindForReviewDto, index$6_FindGrowthInstagramDashboardFollowerDto as FindGrowthInstagramDashboardFollowerDto, index$6_FindGrowthThreadsDashboardFollowerDto as FindGrowthThreadsDashboardFollowerDto, index$6_FindHistoryTaskAIContentDto as FindHistoryTaskAIContentDto, index$6_FindHistoryTaskAIImageDto as FindHistoryTaskAIImageDto, index$6_FindHistoryTaskAIVoiceDto as FindHistoryTaskAIVoiceDto, index$6_FindHistoryTaskCanvaDto as FindHistoryTaskCanvaDto, index$6_FindInstagramAccountRawDto as FindInstagramAccountRawDto, index$6_FindInstagramAccountRunDto as FindInstagramAccountRunDto, index$6_FindInstagramHistoryAutoSyncDto as FindInstagramHistoryAutoSyncDto, index$6_FindInstagramHistoryChangeInfoDto as FindInstagramHistoryChangeInfoDto, index$6_FindInstagramHistoryCreateNewDto as FindInstagramHistoryCreateNewDto, index$6_FindInstagramHistoryGroupDto as FindInstagramHistoryGroupDto, index$6_FindInstagramSettingInteractFollowDto as FindInstagramSettingInteractFollowDto, index$6_FindInstagramSettingInteractReplyCommentDto as FindInstagramSettingInteractReplyCommentDto, index$6_FindInstagramSettingInteractReplyMessageDto as FindInstagramSettingInteractReplyMessageDto, index$6_FindInstagramSettingInteractUnFollowDto as FindInstagramSettingInteractUnFollowDto, index$6_FindInstagramSettingPostDto as FindInstagramSettingPostDto, index$6_FindLarkDto as FindLarkDto, index$6_FindManagerImageAIDto as FindManagerImageAIDto, index$6_FindManagerSheetDto as FindManagerSheetDto, index$6_FindManagerWorkDto as FindManagerWorkDto, index$6_FindMemberForAddTeamDto as FindMemberForAddTeamDto, index$6_FindOverViewDepartmentDto as FindOverViewDepartmentDto, index$6_FindOverViewInstagramAccountRawDto as FindOverViewInstagramAccountRawDto, index$6_FindOverViewInstagramAccountRunDto as FindOverViewInstagramAccountRunDto, index$6_FindOverViewInstagramReportInteractBlockUserDto as FindOverViewInstagramReportInteractBlockUserDto, index$6_FindOverViewInstagramReportInteractExploreDto as FindOverViewInstagramReportInteractExploreDto, index$6_FindOverViewInstagramReportInteractFollowDto as FindOverViewInstagramReportInteractFollowDto, index$6_FindOverViewInstagramReportInteractReelDto as FindOverViewInstagramReportInteractReelDto, index$6_FindOverViewInstagramReportInteractReplyCommentDto as FindOverViewInstagramReportInteractReplyCommentDto, index$6_FindOverViewInstagramReportInteractReplyMessageDto as FindOverViewInstagramReportInteractReplyMessageDto, index$6_FindOverViewInstagramReportInteractStoryDto as FindOverViewInstagramReportInteractStoryDto, index$6_FindOverViewInstagramReportInteractUnFollowDto as FindOverViewInstagramReportInteractUnFollowDto, index$6_FindOverViewInstagramReportPostHighLightDto as FindOverViewInstagramReportPostHighLightDto, index$6_FindOverViewInstagramReportPostNewDto as FindOverViewInstagramReportPostNewDto, index$6_FindOverViewInstagramReportPostReelDto as FindOverViewInstagramReportPostReelDto, index$6_FindOverViewInstagramReportPostSquareDto as FindOverViewInstagramReportPostSquareDto, index$6_FindOverViewInstagramReportPostStoryDto as FindOverViewInstagramReportPostStoryDto, index$6_FindOverViewInstagramSettingInteractFollowDto as FindOverViewInstagramSettingInteractFollowDto, index$6_FindOverViewInstagramSettingInteractReplyCommentDto as FindOverViewInstagramSettingInteractReplyCommentDto, index$6_FindOverViewInstagramSettingInteractReplyMessageDto as FindOverViewInstagramSettingInteractReplyMessageDto, index$6_FindOverViewInstagramSettingInteractUnFollowDto as FindOverViewInstagramSettingInteractUnFollowDto, index$6_FindOverViewInstagramSettingPostDto as FindOverViewInstagramSettingPostDto, index$6_FindOverViewLarkDto as FindOverViewLarkDto, index$6_FindOverViewTaskAIContentDto as FindOverViewTaskAIContentDto, index$6_FindOverViewTaskAIImageCanvaInstagramDto as FindOverViewTaskAIImageCanvaInstagramDto, index$6_FindOverViewTaskAIImageCanvaThreadsDto as FindOverViewTaskAIImageCanvaThreadsDto, index$6_FindOverViewTaskAIImageVoiceCanvaInstagramDto as FindOverViewTaskAIImageVoiceCanvaInstagramDto, index$6_FindOverViewTaskAIImageVoiceCanvaThreadsDto as FindOverViewTaskAIImageVoiceCanvaThreadsDto, index$6_FindOverViewTaskInstagramBlockUserDto as FindOverViewTaskInstagramBlockUserDto, index$6_FindOverViewTaskInstagramChangeInfoDto as FindOverViewTaskInstagramChangeInfoDto, index$6_FindOverViewTaskInstagramFollowDto as FindOverViewTaskInstagramFollowDto, index$6_FindOverViewTaskInstagramInteractExploreDto as FindOverViewTaskInstagramInteractExploreDto, index$6_FindOverViewTaskInstagramInteractReelDto as FindOverViewTaskInstagramInteractReelDto, index$6_FindOverViewTaskInstagramInteractStoryDto as FindOverViewTaskInstagramInteractStoryDto, index$6_FindOverViewTaskInstagramPostDto as FindOverViewTaskInstagramPostDto, index$6_FindOverViewTaskInstagramReplyCommentDto as FindOverViewTaskInstagramReplyCommentDto, index$6_FindOverViewTaskInstagramReplyMessageDto as FindOverViewTaskInstagramReplyMessageDto, index$6_FindOverViewTaskThreadsFollowDto as FindOverViewTaskThreadsFollowDto, index$6_FindOverViewTaskThreadsPostDto as FindOverViewTaskThreadsPostDto, index$6_FindOverViewTaskThreadsReplyCommentDto as FindOverViewTaskThreadsReplyCommentDto, index$6_FindOverViewTaskThreadsReplyMessageDto as FindOverViewTaskThreadsReplyMessageDto, index$6_FindOverViewThreadsAccountDto as FindOverViewThreadsAccountDto, index$6_FindOverViewThreadsAccountRowDto as FindOverViewThreadsAccountRowDto, index$6_FindOverViewThreadsReportInteractFollowDto as FindOverViewThreadsReportInteractFollowDto, index$6_FindOverViewThreadsReportInteractReplyCommentDto as FindOverViewThreadsReportInteractReplyCommentDto, index$6_FindOverViewThreadsReportInteractReplyMessageDto as FindOverViewThreadsReportInteractReplyMessageDto, index$6_FindOverViewThreadsReportInteractUnFollowDto as FindOverViewThreadsReportInteractUnFollowDto, index$6_FindOverViewThreadsReportPostDto as FindOverViewThreadsReportPostDto, index$6_FindOverViewThreadsSettingInteractFollowDto as FindOverViewThreadsSettingInteractFollowDto, index$6_FindOverViewThreadsSettingInteractReplyCommentDto as FindOverViewThreadsSettingInteractReplyCommentDto, index$6_FindOverViewThreadsSettingInteractReplyMessageDto as FindOverViewThreadsSettingInteractReplyMessageDto, index$6_FindOverViewThreadsSettingInteractUnFollowDto as FindOverViewThreadsSettingInteractUnFollowDto, index$6_FindOverViewThreadsSettingPostDto as FindOverViewThreadsSettingPostDto, index$6_FindOverviewAccountCHPlayICloudDto as FindOverviewAccountCHPlayICloudDto, index$6_FindOverviewAccountCanvaDto as FindOverviewAccountCanvaDto, index$6_FindOverviewAccountDriveDto as FindOverviewAccountDriveDto, index$6_FindOverviewAccountEmailDto as FindOverviewAccountEmailDto, index$6_FindOverviewAccountVPNDto as FindOverviewAccountVPNDto, index$6_FindOverviewAccountVPSDto as FindOverviewAccountVPSDto, index$6_FindOverviewDeviceBasicDto as FindOverviewDeviceBasicDto, index$6_FindOverviewDeviceDetailDto as FindOverviewDeviceDetailDto, index$6_FindOverviewDeviceLog as FindOverviewDeviceLog, index$6_FindOverviewDeviceSocialMediaAccountDto as FindOverviewDeviceSocialMediaAccountDto, index$6_FindOverviewDeviceSocialMediaActiveLockedDto as FindOverviewDeviceSocialMediaActiveLockedDto, index$6_FindOverviewInstagramDashboardFollowerDto as FindOverviewInstagramDashboardFollowerDto, index$6_FindOverviewInstagramHistoryAutoSyncDto as FindOverviewInstagramHistoryAutoSyncDto, index$6_FindOverviewInstagramHistoryChangeInfoDto as FindOverviewInstagramHistoryChangeInfoDto, index$6_FindOverviewInstagramHistoryCreateNewDto as FindOverviewInstagramHistoryCreateNewDto, index$6_FindOverviewInstagramHistoryGroupDto as FindOverviewInstagramHistoryGroupDto, index$6_FindOverviewProxyDto as FindOverviewProxyDto, index$6_FindOverviewRoleDto as FindOverviewRoleDto, index$6_FindOverviewTeamDto as FindOverviewTeamDto, index$6_FindOverviewThreadsDashboardFollowerDto as FindOverviewThreadsDashboardFollowerDto, index$6_FindOverviewThreadsHistoryCreateNewDto as FindOverviewThreadsHistoryCreateNewDto, index$6_FindOverviewUserDto as FindOverviewUserDto, index$6_FindPCDto as FindPCDto, index$6_FindPerformanceBreakdownInstagramDashboardFollowerDto as FindPerformanceBreakdownInstagramDashboardFollowerDto, index$6_FindPerformanceBreakdownOverviewInstagramDashboardFollowerDto as FindPerformanceBreakdownOverviewInstagramDashboardFollowerDto, index$6_FindPerformanceBreakdownOverviewThreadsDashboardFollowerDto as FindPerformanceBreakdownOverviewThreadsDashboardFollowerDto, index$6_FindPerformanceBreakdownThreadsDashboardFollowerDto as FindPerformanceBreakdownThreadsDashboardFollowerDto, index$6_FindProxyDto as FindProxyDto, index$6_FindReplaceDeviceDto as FindReplaceDeviceDto, index$6_FindRoleDetailDto as FindRoleDetailDto, index$6_FindRoleDto as FindRoleDto, index$6_FindRoleOfMe as FindRoleOfMe, index$6_FindSheetWorkCategoryDto as FindSheetWorkCategoryDto, index$6_FindSheetWorkDto as FindSheetWorkDto, index$6_FindSheetsToolDto as FindSheetsToolDto, index$6_FindTaskAIContentDto as FindTaskAIContentDto, index$6_FindTaskAIImageCanvaInstagramDto as FindTaskAIImageCanvaInstagramDto, index$6_FindTaskAIImageCanvaThreadsDto as FindTaskAIImageCanvaThreadsDto, index$6_FindTaskAIImageVoiceCanvaInstagramDto as FindTaskAIImageVoiceCanvaInstagramDto, index$6_FindTaskAIImageVoiceCanvaThreadsDto as FindTaskAIImageVoiceCanvaThreadsDto, index$6_FindTaskAvailableAIContentDto as FindTaskAvailableAIContentDto, index$6_FindTaskInstagramBlockUserDto as FindTaskInstagramBlockUserDto, index$6_FindTaskInstagramChangeInfoDto as FindTaskInstagramChangeInfoDto, index$6_FindTaskInstagramFollowDto as FindTaskInstagramFollowDto, index$6_FindTaskInstagramInteractExploreDto as FindTaskInstagramInteractExploreDto, index$6_FindTaskInstagramInteractReelDto as FindTaskInstagramInteractReelDto, index$6_FindTaskInstagramInteractStoryDto as FindTaskInstagramInteractStoryDto, index$6_FindTaskInstagramPostDto as FindTaskInstagramPostDto, index$6_FindTaskInstagramReplyCommentDto as FindTaskInstagramReplyCommentDto, index$6_FindTaskInstagramReplyMessageDto as FindTaskInstagramReplyMessageDto, index$6_FindTaskThreadsFollowDto as FindTaskThreadsFollowDto, index$6_FindTaskThreadsPostDto as FindTaskThreadsPostDto, index$6_FindTaskThreadsReplyCommentDto as FindTaskThreadsReplyCommentDto, index$6_FindTaskThreadsReplyMessageDto as FindTaskThreadsReplyMessageDto, index$6_FindTasksJobDto as FindTasksJobDto, index$6_FindTeamDto as FindTeamDto, index$6_FindThreadsAccountRawDto as FindThreadsAccountRawDto, index$6_FindThreadsAccountRunDto as FindThreadsAccountRunDto, index$6_FindThreadsHistoryAutoSyncDto as FindThreadsHistoryAutoSyncDto, index$6_FindThreadsHistoryChangeDto as FindThreadsHistoryChangeDto, index$6_FindThreadsHistoryCreateNewDto as FindThreadsHistoryCreateNewDto, index$6_FindThreadsHistoryGroupDto as FindThreadsHistoryGroupDto, index$6_FindThreadsSettingInteractFollowDto as FindThreadsSettingInteractFollowDto, index$6_FindThreadsSettingInteractReplyCommentDto as FindThreadsSettingInteractReplyCommentDto, index$6_FindThreadsSettingInteractReplyMessageDto as FindThreadsSettingInteractReplyMessageDto, index$6_FindThreadsSettingInteractUnFollowDto as FindThreadsSettingInteractUnFollowDto, index$6_FindThreadsSettingPostDto as FindThreadsSettingPostDto, index$6_FindUserDto as FindUserDto, index$6_IBaseELS as IBaseELS, index$6_IBaseRefFieldELS as IBaseRefFieldELS, index$6_IBaseSheetImportDto as IBaseSheetImportDto, index$6_IDevicePopupViewAccountSocial as IDevicePopupViewAccountSocial, index$6_IFilterAssignDto as IFilterAssignDto, index$6_IFilterBaseAccountSocialDto as IFilterBaseAccountSocialDto, index$6_IFilterBaseDto as IFilterBaseDto, index$6_IFindBaseDto as IFindBaseDto, index$6_ISettingAccountSocialDto as ISettingAccountSocialDto, index$6_IUserInfoAssignment as IUserInfoAssignment, index$6_ImportAccountVPSDto as ImportAccountVPSDto, index$6_ImportDto as ImportDto, index$6_ImportManagerWorkDto as ImportManagerWorkDto, index$6_ImportSheetWorkDto as ImportSheetWorkDto, index$6_LoadInfoUrlSheetToolDto as LoadInfoUrlSheetToolDto, index$6_OverviewSheetsToolDto as OverviewSheetsToolDto, index$6_PayloadUrlSheetToolDto as PayloadUrlSheetToolDto, index$6_ReplaceAccountVSPDto as ReplaceAccountVSPDto, index$6_StatisticsManagerWorkDto as StatisticsManagerWorkDto, index$6_StatisticsSheetWorkDto as StatisticsSheetWorkDto, index$6_UpdateAccountSocialGroupDto as UpdateAccountSocialGroupDto, index$6_UpdateAccountVPSDto as UpdateAccountVPSDto, index$6_UpdateBlogDto as UpdateBlogDto, index$6_UpdateBlogsCategoryDto as UpdateBlogsCategoryDto, index$6_UpdateDepartmentDto as UpdateDepartmentDto, index$6_UpdateDeviceDto as UpdateDeviceDto, index$6_UpdateInstagramSettingInteractFollowDto as UpdateInstagramSettingInteractFollowDto, index$6_UpdateInstagramSettingInteractReplyCommentDto as UpdateInstagramSettingInteractReplyCommentDto, index$6_UpdateInstagramSettingInteractReplyMessageDto as UpdateInstagramSettingInteractReplyMessageDto, index$6_UpdateInstagramSettingInteractUnFollowDto as UpdateInstagramSettingInteractUnFollowDto, index$6_UpdateInstagramSettingPostDto as UpdateInstagramSettingPostDto, index$6_UpdateLarkDto as UpdateLarkDto, index$6_UpdateManagerWorkDto as UpdateManagerWorkDto, index$6_UpdatePCDto as UpdatePCDto, index$6_UpdateProxyDto as UpdateProxyDto, index$6_UpdateRoleDto as UpdateRoleDto, index$6_UpdateSheetWorkDto as UpdateSheetWorkDto, index$6_UpdateSheetsToolDto as UpdateSheetsToolDto, index$6_UpdateTaskAIContentDto as UpdateTaskAIContentDto, index$6_UpdateTaskAIImageCanvaInstagramDto as UpdateTaskAIImageCanvaInstagramDto, index$6_UpdateTaskAIImageCanvaThreadsDto as UpdateTaskAIImageCanvaThreadsDto, index$6_UpdateTaskAIImageVoiceCanvaInstagramDto as UpdateTaskAIImageVoiceCanvaInstagramDto, index$6_UpdateTaskAIImageVoiceCanvaThreadsDto as UpdateTaskAIImageVoiceCanvaThreadsDto, index$6_UpdateTaskInstagramBlockUserDto as UpdateTaskInstagramBlockUserDto, index$6_UpdateTaskInstagramChangeInfoDto as UpdateTaskInstagramChangeInfoDto, index$6_UpdateTaskInstagramFollowDto as UpdateTaskInstagramFollowDto, index$6_UpdateTaskInstagramInteractExploreDto as UpdateTaskInstagramInteractExploreDto, index$6_UpdateTaskInstagramInteractReelDto as UpdateTaskInstagramInteractReelDto, index$6_UpdateTaskInstagramInteractStoryDto as UpdateTaskInstagramInteractStoryDto, index$6_UpdateTaskInstagramPostDto as UpdateTaskInstagramPostDto, index$6_UpdateTaskInstagramReplyCommentDto as UpdateTaskInstagramReplyCommentDto, index$6_UpdateTaskInstagramReplyMessageDto as UpdateTaskInstagramReplyMessageDto, index$6_UpdateTaskThreadsFollowDto as UpdateTaskThreadsFollowDto, index$6_UpdateTaskThreadsPostDto as UpdateTaskThreadsPostDto, index$6_UpdateTaskThreadsReplyCommentDto as UpdateTaskThreadsReplyCommentDto, index$6_UpdateTaskThreadsReplyMessageDto as UpdateTaskThreadsReplyMessageDto, index$6_UpdateTasksJobDto as UpdateTasksJobDto, index$6_UpdateTeamDto as UpdateTeamDto, index$6_UpdateUserDto as UpdateUserDto, index$6_ViewDetailDeviceDto as ViewDetailDeviceDto, index$6_ViewDetailSheetsToolDto as ViewDetailSheetsToolDto };
|
|
11100
11071
|
}
|
|
11101
11072
|
|
|
11102
|
-
interface IInstagramHistoryFollow extends IBaseModel, ITrackingModel<IUser> {
|
|
11103
|
-
sheetName: string;
|
|
11104
|
-
sheetUrl: string;
|
|
11105
|
-
account: IInstagramAccountRaw | string;
|
|
11106
|
-
currentFollower: number;
|
|
11107
|
-
currentFollowing: number;
|
|
11108
|
-
status: EStatusTaskScript;
|
|
11109
|
-
}
|
|
11110
|
-
interface IInstagramHistoryFollowELS extends IBaseELS {
|
|
11111
|
-
}
|
|
11112
|
-
|
|
11113
|
-
interface IInstagramHistoryAutoPost extends IBaseModel, ITrackingModel<IUser> {
|
|
11114
|
-
sheetName: string;
|
|
11115
|
-
sheetUrl: string;
|
|
11116
|
-
account: IInstagramAccountRaw | string;
|
|
11117
|
-
folderImageName: string;
|
|
11118
|
-
linkDriveVideoOfCanva: string;
|
|
11119
|
-
listLinkDriveImagesOfCanva: string[];
|
|
11120
|
-
statusEditCanva: EStatusExecuteCommon;
|
|
11121
|
-
accountStatusLogin: EStatusAccountSocialLogin;
|
|
11122
|
-
statusUploadDrive: EStatusExecuteCommon;
|
|
11123
|
-
proxyType: ETypeProxy;
|
|
11124
|
-
vpnEmail: string;
|
|
11125
|
-
vpnPosition: ETypeProxy;
|
|
11126
|
-
typePost: TPost;
|
|
11127
|
-
stylePost: TPostStyle;
|
|
11128
|
-
content: string;
|
|
11129
|
-
settingPost: string | IInstagramSettingPost;
|
|
11130
|
-
timePost: Date;
|
|
11131
|
-
linkPost: string;
|
|
11132
|
-
statusAccount: EStatusAccountSocial;
|
|
11133
|
-
statusPost: EStatusTaskScript;
|
|
11134
|
-
noteFix: string;
|
|
11135
|
-
}
|
|
11136
|
-
interface IInstagramHistoryAutoPostELS extends IBaseELS {
|
|
11137
|
-
}
|
|
11138
|
-
|
|
11139
|
-
interface IInstagramHistoryBlockUser extends IBaseModel, ITrackingModel<IUser> {
|
|
11140
|
-
sheetName: string;
|
|
11141
|
-
sheetUrl: string;
|
|
11142
|
-
account: IInstagramAccountRaw | string;
|
|
11143
|
-
userBlock: string;
|
|
11144
|
-
userRestrict: string;
|
|
11145
|
-
userHidden: string;
|
|
11146
|
-
statusBlock: EStatusTaskScript;
|
|
11147
|
-
statusRestrict: EStatusTaskScript;
|
|
11148
|
-
statusHidden: EStatusTaskScript;
|
|
11149
|
-
}
|
|
11150
|
-
interface IInstagramHistoryBlockUserELS extends IBaseELS {
|
|
11151
|
-
}
|
|
11152
|
-
|
|
11153
11073
|
interface IInstagramSettingInteractBlockUser extends IBaseModel, ITrackingModel<IUser> {
|
|
11154
11074
|
account: IInstagramAccountRaw | string;
|
|
11155
11075
|
dayOfWeeks: Array<EDayOfWeek>;
|
|
@@ -11305,7 +11225,7 @@ interface IInstagramReportInteractBlockUserELS extends IBaseELS {
|
|
|
11305
11225
|
accountDeviceNameAppClone: string;
|
|
11306
11226
|
username: string;
|
|
11307
11227
|
statusLogin: EStatusAccountSocialLogin;
|
|
11308
|
-
status:
|
|
11228
|
+
status: EStatusAccountSocialRaw;
|
|
11309
11229
|
};
|
|
11310
11230
|
sheetInfo: IBaseRefFieldELS & {
|
|
11311
11231
|
name: string;
|
|
@@ -11356,7 +11276,7 @@ interface IInstagramReportInteractExploreELS extends IBaseELS {
|
|
|
11356
11276
|
accountDeviceNameAppClone: string;
|
|
11357
11277
|
username: string;
|
|
11358
11278
|
statusLogin: EStatusAccountSocialLogin;
|
|
11359
|
-
status:
|
|
11279
|
+
status: EStatusAccountSocialRaw;
|
|
11360
11280
|
};
|
|
11361
11281
|
typeView: string;
|
|
11362
11282
|
numberLike: number;
|
|
@@ -11414,7 +11334,7 @@ interface IInstagramReportInteractFollowELS extends IBaseELS {
|
|
|
11414
11334
|
accountDeviceNameAppClone: string;
|
|
11415
11335
|
username: string;
|
|
11416
11336
|
statusLogin: EStatusAccountSocialLogin;
|
|
11417
|
-
status:
|
|
11337
|
+
status: EStatusAccountSocialRaw;
|
|
11418
11338
|
};
|
|
11419
11339
|
sheetInfo: IBaseRefFieldELS & {
|
|
11420
11340
|
name: string;
|
|
@@ -11476,7 +11396,7 @@ interface IInstagramReportInteractReelELS extends IBaseELS {
|
|
|
11476
11396
|
accountDeviceNameAppClone: string;
|
|
11477
11397
|
username: string;
|
|
11478
11398
|
statusLogin: EStatusAccountSocialLogin;
|
|
11479
|
-
status:
|
|
11399
|
+
status: EStatusAccountSocialRaw;
|
|
11480
11400
|
};
|
|
11481
11401
|
numberLike: number;
|
|
11482
11402
|
minutesExecute: number;
|
|
@@ -11522,7 +11442,7 @@ interface IInstagramReportInteractReplyCommentELS extends IBaseELS {
|
|
|
11522
11442
|
accountDeviceNameAppClone: string;
|
|
11523
11443
|
username: string;
|
|
11524
11444
|
statusLogin: EStatusAccountSocialLogin;
|
|
11525
|
-
status:
|
|
11445
|
+
status: EStatusAccountSocialRaw;
|
|
11526
11446
|
};
|
|
11527
11447
|
sheetInfo: IBaseRefFieldELS & {
|
|
11528
11448
|
name: string;
|
|
@@ -11573,7 +11493,7 @@ interface IInstagramReportInteractReplyMessageELS extends IBaseELS {
|
|
|
11573
11493
|
accountDeviceNameAppClone: string;
|
|
11574
11494
|
username: string;
|
|
11575
11495
|
statusLogin: EStatusAccountSocialLogin;
|
|
11576
|
-
status:
|
|
11496
|
+
status: EStatusAccountSocialRaw;
|
|
11577
11497
|
};
|
|
11578
11498
|
sheetInfo: IBaseRefFieldELS & {
|
|
11579
11499
|
name: string;
|
|
@@ -11624,7 +11544,7 @@ interface IInstagramReportInteractStoryELS extends IBaseELS {
|
|
|
11624
11544
|
accountDeviceNameAppClone: string;
|
|
11625
11545
|
username: string;
|
|
11626
11546
|
statusLogin: EStatusAccountSocialLogin;
|
|
11627
|
-
status:
|
|
11547
|
+
status: EStatusAccountSocialRaw;
|
|
11628
11548
|
};
|
|
11629
11549
|
numberLike: number;
|
|
11630
11550
|
minutesExecute: number;
|
|
@@ -11678,7 +11598,7 @@ interface IInstagramReportInteractUnFollowELS extends IBaseELS {
|
|
|
11678
11598
|
accountDeviceNameAppClone: string;
|
|
11679
11599
|
username: string;
|
|
11680
11600
|
statusLogin: EStatusAccountSocialLogin;
|
|
11681
|
-
status:
|
|
11601
|
+
status: EStatusAccountSocialRaw;
|
|
11682
11602
|
};
|
|
11683
11603
|
sheetInfo: IBaseRefFieldELS & {
|
|
11684
11604
|
name: string;
|
|
@@ -11742,7 +11662,7 @@ interface IInstagramReportPostHighLightELS extends IBaseELS {
|
|
|
11742
11662
|
accountDeviceNameAppClone: string;
|
|
11743
11663
|
username: string;
|
|
11744
11664
|
statusLogin: EStatusAccountSocialLogin;
|
|
11745
|
-
status:
|
|
11665
|
+
status: EStatusAccountSocialRaw;
|
|
11746
11666
|
};
|
|
11747
11667
|
sheetInfo: IBaseRefFieldELS & {
|
|
11748
11668
|
name: string;
|
|
@@ -11859,7 +11779,7 @@ interface IInstagramReportPostNewELS extends IBaseELS {
|
|
|
11859
11779
|
accountDeviceNameAppClone: string;
|
|
11860
11780
|
username: string;
|
|
11861
11781
|
statusLogin: EStatusAccountSocialLogin;
|
|
11862
|
-
status:
|
|
11782
|
+
status: EStatusAccountSocialRaw;
|
|
11863
11783
|
};
|
|
11864
11784
|
sheetInfo: IBaseRefFieldELS & {
|
|
11865
11785
|
name: string;
|
|
@@ -11993,7 +11913,7 @@ interface IInstagramReportPostSquareELS extends IBaseELS {
|
|
|
11993
11913
|
accountDeviceNameAppClone: string;
|
|
11994
11914
|
username: string;
|
|
11995
11915
|
statusLogin: EStatusAccountSocialLogin;
|
|
11996
|
-
status:
|
|
11916
|
+
status: EStatusAccountSocialRaw;
|
|
11997
11917
|
};
|
|
11998
11918
|
sheetInfo: IBaseRefFieldELS & {
|
|
11999
11919
|
name: string;
|
|
@@ -12116,7 +12036,7 @@ interface IInstagramReportPostReelELS extends IBaseELS {
|
|
|
12116
12036
|
accountDeviceNameAppClone: string;
|
|
12117
12037
|
username: string;
|
|
12118
12038
|
statusLogin: EStatusAccountSocialLogin;
|
|
12119
|
-
status:
|
|
12039
|
+
status: EStatusAccountSocialRaw;
|
|
12120
12040
|
};
|
|
12121
12041
|
sheetInfo: IBaseRefFieldELS & {
|
|
12122
12042
|
name: string;
|
|
@@ -12228,7 +12148,7 @@ interface IInstagramReportPostStoryELS extends IBaseELS {
|
|
|
12228
12148
|
accountDeviceNameAppClone: string;
|
|
12229
12149
|
username: string;
|
|
12230
12150
|
statusLogin: EStatusAccountSocialLogin;
|
|
12231
|
-
status:
|
|
12151
|
+
status: EStatusAccountSocialRaw;
|
|
12232
12152
|
};
|
|
12233
12153
|
sheetInfo: IBaseRefFieldELS & {
|
|
12234
12154
|
name: string;
|
|
@@ -12906,7 +12826,7 @@ interface ITaskInstagramPost extends IBaseModel, ITrackingModel<IUser> {
|
|
|
12906
12826
|
typePost: TPost;
|
|
12907
12827
|
postStyle: string;
|
|
12908
12828
|
statusLogin: EStatusAccountSocialLogin;
|
|
12909
|
-
statusSocial:
|
|
12829
|
+
statusSocial: EStatusAccountSocialRaw;
|
|
12910
12830
|
statusPost: string;
|
|
12911
12831
|
shareUserPostMe: string[];
|
|
12912
12832
|
linkPost: string;
|
|
@@ -12998,7 +12918,7 @@ interface ITaskInstagramPostELS extends IBaseELS {
|
|
|
12998
12918
|
typePost: TPost;
|
|
12999
12919
|
postStyle: string;
|
|
13000
12920
|
statusLogin: EStatusAccountSocialLogin;
|
|
13001
|
-
statusSocial:
|
|
12921
|
+
statusSocial: EStatusAccountSocialRaw;
|
|
13002
12922
|
statusPost: string;
|
|
13003
12923
|
shareUserPostMe: string[];
|
|
13004
12924
|
linkPost: string;
|
|
@@ -13188,18 +13108,6 @@ interface IInstagramDashboardFollowerELS extends IBaseELS {
|
|
|
13188
13108
|
followings: number;
|
|
13189
13109
|
}
|
|
13190
13110
|
|
|
13191
|
-
interface IThreadsAccountRun extends IBaseModel, ITrackingModel<IUser> {
|
|
13192
|
-
accountRaw: string | IThreadsAccountRaw;
|
|
13193
|
-
runStartDateTime: Date;
|
|
13194
|
-
runEndDateTime: Date;
|
|
13195
|
-
statusRun: EStatusAccountSocialRun;
|
|
13196
|
-
statusConnectDevice: EStatusDeviceConnectPC;
|
|
13197
|
-
noteConnectDevice: string;
|
|
13198
|
-
currentActiveTime: Date;
|
|
13199
|
-
lastActiveTime: Date;
|
|
13200
|
-
note: string;
|
|
13201
|
-
}
|
|
13202
|
-
|
|
13203
13111
|
interface IThreadsAccountRaw extends IBaseModel, ITrackingModel<IUser>, IAccountSocialBase {
|
|
13204
13112
|
accountInstagram: string | IInstagramAccountRaw;
|
|
13205
13113
|
accountID: number;
|
|
@@ -13213,13 +13121,10 @@ interface IThreadsAccountRaw extends IBaseModel, ITrackingModel<IUser>, IAccount
|
|
|
13213
13121
|
pc: IPC | string;
|
|
13214
13122
|
device: IDevice | string;
|
|
13215
13123
|
isActiveOnDevice: boolean;
|
|
13216
|
-
status:
|
|
13124
|
+
status: EStatusAccountSocialRaw;
|
|
13217
13125
|
timeAddToDevice: Date;
|
|
13218
13126
|
numberFollower: number;
|
|
13219
13127
|
numberFollowing: number;
|
|
13220
|
-
statusSyncAccount: EStatusAccountSocialSync;
|
|
13221
|
-
timeSyncAccount: Date;
|
|
13222
|
-
accountSocialSync: IThreadsAccountRun;
|
|
13223
13128
|
folderNameImage: string;
|
|
13224
13129
|
statusFolderNameImage: EStatusAccountSocialFolderName;
|
|
13225
13130
|
timeFolderNameImage: Date;
|
|
@@ -13238,11 +13143,16 @@ interface IThreadsAccountRaw extends IBaseModel, ITrackingModel<IUser>, IAccount
|
|
|
13238
13143
|
totalLinkBio: string[];
|
|
13239
13144
|
statusChangeBio: string;
|
|
13240
13145
|
timeChangeBio: Date;
|
|
13241
|
-
statusConnectDevice: EStatusDeviceConnectPC;
|
|
13242
|
-
noteConnectDevice: string;
|
|
13243
|
-
note: string;
|
|
13244
13146
|
timeLastUsed: Date;
|
|
13245
13147
|
lastUserUsed: string | IUser;
|
|
13148
|
+
statusSyncAccount: EStatusAccountSocialSync;
|
|
13149
|
+
timeSyncAccount: Date;
|
|
13150
|
+
isAccountRun: boolean;
|
|
13151
|
+
runStartDateTime: Date;
|
|
13152
|
+
runEndDateTime: Date;
|
|
13153
|
+
statusRun: EStatusAccountSocialRun;
|
|
13154
|
+
statusConnectDevice: EStatusDeviceConnectPC;
|
|
13155
|
+
noteConnectDevice: string;
|
|
13246
13156
|
}
|
|
13247
13157
|
|
|
13248
13158
|
interface IThreadsHistoryAutoSync extends IBaseModel, ITrackingModel<IUser> {
|
|
@@ -13586,32 +13496,6 @@ interface IThreadsHistoryGroupELS extends IBaseELS {
|
|
|
13586
13496
|
note: string;
|
|
13587
13497
|
}
|
|
13588
13498
|
|
|
13589
|
-
interface IThreadsHistoryAutoPost extends IBaseModel, ITrackingModel<IUser> {
|
|
13590
|
-
sheetName: string;
|
|
13591
|
-
sheetUrl: string;
|
|
13592
|
-
account: IThreadsAccountRaw | string;
|
|
13593
|
-
folderImageName: string;
|
|
13594
|
-
linkDriveVideoOfCanva: string;
|
|
13595
|
-
listLinkDriveImagesOfCanva: string[];
|
|
13596
|
-
statusEditCanva: EStatusExecuteCommon;
|
|
13597
|
-
accountStatusLogin: EStatusAccountSocialLogin;
|
|
13598
|
-
statusUploadDrive: EStatusExecuteCommon;
|
|
13599
|
-
proxyType: ETypeProxy;
|
|
13600
|
-
vpnEmail: string;
|
|
13601
|
-
vpnPosition: ETypeProxy;
|
|
13602
|
-
typePost: TPost;
|
|
13603
|
-
stylePost: TPostStyle;
|
|
13604
|
-
content: string;
|
|
13605
|
-
settingPost: string | IThreadsSettingPost;
|
|
13606
|
-
timePost: Date;
|
|
13607
|
-
linkPost: string;
|
|
13608
|
-
statusAccount: EStatusAccountSocial;
|
|
13609
|
-
statusPost: EStatusTaskScript;
|
|
13610
|
-
noteFix: string;
|
|
13611
|
-
}
|
|
13612
|
-
interface IThreadsHistoryAutoPostELS extends IBaseELS {
|
|
13613
|
-
}
|
|
13614
|
-
|
|
13615
13499
|
interface IThreadsReportPost extends IBaseModel, ITrackingModel<IUser> {
|
|
13616
13500
|
account: IThreadsAccountRaw | string;
|
|
13617
13501
|
sheet: string | ISheetsTool;
|
|
@@ -13652,7 +13536,7 @@ interface IThreadsReportPostELS extends IBaseELS {
|
|
|
13652
13536
|
accountDeviceNameAppClone: string;
|
|
13653
13537
|
username: string;
|
|
13654
13538
|
statusLogin: EStatusAccountSocialLogin;
|
|
13655
|
-
status:
|
|
13539
|
+
status: EStatusAccountSocialRaw;
|
|
13656
13540
|
};
|
|
13657
13541
|
sheetInfo: IBaseRefFieldELS & {
|
|
13658
13542
|
name: string;
|
|
@@ -13711,7 +13595,7 @@ interface IThreadsReportInteractFollowELS extends IBaseELS {
|
|
|
13711
13595
|
accountDeviceNameAppClone: string;
|
|
13712
13596
|
username: string;
|
|
13713
13597
|
statusLogin: EStatusAccountSocialLogin;
|
|
13714
|
-
status:
|
|
13598
|
+
status: EStatusAccountSocialRaw;
|
|
13715
13599
|
};
|
|
13716
13600
|
sheetInfo: IBaseRefFieldELS & {
|
|
13717
13601
|
name: string;
|
|
@@ -13762,7 +13646,7 @@ interface IThreadsReportInteractUnFollowELS extends IBaseELS {
|
|
|
13762
13646
|
accountDeviceNameAppClone: string;
|
|
13763
13647
|
username: string;
|
|
13764
13648
|
statusLogin: EStatusAccountSocialLogin;
|
|
13765
|
-
status:
|
|
13649
|
+
status: EStatusAccountSocialRaw;
|
|
13766
13650
|
};
|
|
13767
13651
|
sheetInfo: IBaseRefFieldELS & {
|
|
13768
13652
|
name: string;
|
|
@@ -13812,7 +13696,7 @@ interface IThreadsReportInteractReplyMessageELS extends IBaseELS {
|
|
|
13812
13696
|
accountDeviceNameAppClone: string;
|
|
13813
13697
|
username: string;
|
|
13814
13698
|
statusLogin: EStatusAccountSocialLogin;
|
|
13815
|
-
status:
|
|
13699
|
+
status: EStatusAccountSocialRaw;
|
|
13816
13700
|
};
|
|
13817
13701
|
sheetInfo: IBaseRefFieldELS & {
|
|
13818
13702
|
name: string;
|
|
@@ -13862,7 +13746,7 @@ interface IThreadsReportInteractReplyCommentELS extends IBaseELS {
|
|
|
13862
13746
|
accountDeviceNameAppClone: string;
|
|
13863
13747
|
username: string;
|
|
13864
13748
|
statusLogin: EStatusAccountSocialLogin;
|
|
13865
|
-
status:
|
|
13749
|
+
status: EStatusAccountSocialRaw;
|
|
13866
13750
|
};
|
|
13867
13751
|
sheetInfo: IBaseRefFieldELS & {
|
|
13868
13752
|
name: string;
|
|
@@ -14367,21 +14251,14 @@ type index$4_IAccountSocialBase = IAccountSocialBase;
|
|
|
14367
14251
|
type index$4_IAccountSocialGroup = IAccountSocialGroup;
|
|
14368
14252
|
type index$4_IIncreaseValueTask = IIncreaseValueTask;
|
|
14369
14253
|
type index$4_IInstagramAccountRaw = IInstagramAccountRaw;
|
|
14370
|
-
type index$4_IInstagramAccountRun = IInstagramAccountRun;
|
|
14371
14254
|
type index$4_IInstagramDashboardFollower = IInstagramDashboardFollower;
|
|
14372
14255
|
type index$4_IInstagramDashboardFollowerELS = IInstagramDashboardFollowerELS;
|
|
14373
|
-
type index$4_IInstagramHistoryAutoPost = IInstagramHistoryAutoPost;
|
|
14374
|
-
type index$4_IInstagramHistoryAutoPostELS = IInstagramHistoryAutoPostELS;
|
|
14375
14256
|
type index$4_IInstagramHistoryAutoSync = IInstagramHistoryAutoSync;
|
|
14376
14257
|
type index$4_IInstagramHistoryAutoSyncELS = IInstagramHistoryAutoSyncELS;
|
|
14377
|
-
type index$4_IInstagramHistoryBlockUser = IInstagramHistoryBlockUser;
|
|
14378
|
-
type index$4_IInstagramHistoryBlockUserELS = IInstagramHistoryBlockUserELS;
|
|
14379
14258
|
type index$4_IInstagramHistoryChangeInfo = IInstagramHistoryChangeInfo;
|
|
14380
14259
|
type index$4_IInstagramHistoryChangeInfoELS = IInstagramHistoryChangeInfoELS;
|
|
14381
14260
|
type index$4_IInstagramHistoryCreateNew = IInstagramHistoryCreateNew;
|
|
14382
14261
|
type index$4_IInstagramHistoryCreateNewELS = IInstagramHistoryCreateNewELS;
|
|
14383
|
-
type index$4_IInstagramHistoryFollow = IInstagramHistoryFollow;
|
|
14384
|
-
type index$4_IInstagramHistoryFollowELS = IInstagramHistoryFollowELS;
|
|
14385
14262
|
type index$4_IInstagramHistoryGroup = IInstagramHistoryGroup;
|
|
14386
14263
|
type index$4_IInstagramHistoryGroupELS = IInstagramHistoryGroupELS;
|
|
14387
14264
|
type index$4_IInstagramReportInteractBlockUser = IInstagramReportInteractBlockUser;
|
|
@@ -14447,10 +14324,7 @@ type index$4_ITaskThreadsReplyCommentELS = ITaskThreadsReplyCommentELS;
|
|
|
14447
14324
|
type index$4_ITaskThreadsReplyMessage = ITaskThreadsReplyMessage;
|
|
14448
14325
|
type index$4_ITaskThreadsReplyMessageELS = ITaskThreadsReplyMessageELS;
|
|
14449
14326
|
type index$4_IThreadsAccountRaw = IThreadsAccountRaw;
|
|
14450
|
-
type index$4_IThreadsAccountRun = IThreadsAccountRun;
|
|
14451
14327
|
type index$4_IThreadsDashboardFollower = IThreadsDashboardFollower;
|
|
14452
|
-
type index$4_IThreadsHistoryAutoPost = IThreadsHistoryAutoPost;
|
|
14453
|
-
type index$4_IThreadsHistoryAutoPostELS = IThreadsHistoryAutoPostELS;
|
|
14454
14328
|
type index$4_IThreadsHistoryAutoSync = IThreadsHistoryAutoSync;
|
|
14455
14329
|
type index$4_IThreadsHistoryAutoSyncELS = IThreadsHistoryAutoSyncELS;
|
|
14456
14330
|
type index$4_IThreadsHistoryChange = IThreadsHistoryChange;
|
|
@@ -14475,7 +14349,7 @@ type index$4_IThreadsSettingInteractReplyMessage = IThreadsSettingInteractReplyM
|
|
|
14475
14349
|
type index$4_IThreadsSettingInteractUnFollow = IThreadsSettingInteractUnFollow;
|
|
14476
14350
|
type index$4_IThreadsSettingPost = IThreadsSettingPost;
|
|
14477
14351
|
declare namespace index$4 {
|
|
14478
|
-
export { index$4_EStatusImport as EStatusImport, index$4_ETypeImport as ETypeImport, type index$4_IAccountSocialBase as IAccountSocialBase, type index$4_IAccountSocialGroup as IAccountSocialGroup, type index$4_IIncreaseValueTask as IIncreaseValueTask, type index$4_IInstagramAccountRaw as IInstagramAccountRaw, type index$
|
|
14352
|
+
export { index$4_EStatusImport as EStatusImport, index$4_ETypeImport as ETypeImport, type index$4_IAccountSocialBase as IAccountSocialBase, type index$4_IAccountSocialGroup as IAccountSocialGroup, type index$4_IIncreaseValueTask as IIncreaseValueTask, type index$4_IInstagramAccountRaw as IInstagramAccountRaw, type index$4_IInstagramDashboardFollower as IInstagramDashboardFollower, type index$4_IInstagramDashboardFollowerELS as IInstagramDashboardFollowerELS, type index$4_IInstagramHistoryAutoSync as IInstagramHistoryAutoSync, type index$4_IInstagramHistoryAutoSyncELS as IInstagramHistoryAutoSyncELS, type index$4_IInstagramHistoryChangeInfo as IInstagramHistoryChangeInfo, type index$4_IInstagramHistoryChangeInfoELS as IInstagramHistoryChangeInfoELS, type index$4_IInstagramHistoryCreateNew as IInstagramHistoryCreateNew, type index$4_IInstagramHistoryCreateNewELS as IInstagramHistoryCreateNewELS, type index$4_IInstagramHistoryGroup as IInstagramHistoryGroup, type index$4_IInstagramHistoryGroupELS as IInstagramHistoryGroupELS, type index$4_IInstagramReportInteractBlockUser as IInstagramReportInteractBlockUser, type index$4_IInstagramReportInteractBlockUserELS as IInstagramReportInteractBlockUserELS, type index$4_IInstagramReportInteractExplore as IInstagramReportInteractExplore, type index$4_IInstagramReportInteractExploreELS as IInstagramReportInteractExploreELS, type index$4_IInstagramReportInteractFollow as IInstagramReportInteractFollow, type index$4_IInstagramReportInteractFollowELS as IInstagramReportInteractFollowELS, type index$4_IInstagramReportInteractReel as IInstagramReportInteractReel, type index$4_IInstagramReportInteractReelELS as IInstagramReportInteractReelELS, type index$4_IInstagramReportInteractReplyComment as IInstagramReportInteractReplyComment, type index$4_IInstagramReportInteractReplyCommentELS as IInstagramReportInteractReplyCommentELS, type index$4_IInstagramReportInteractReplyMessage as IInstagramReportInteractReplyMessage, type index$4_IInstagramReportInteractReplyMessageELS as IInstagramReportInteractReplyMessageELS, type index$4_IInstagramReportInteractStory as IInstagramReportInteractStory, type index$4_IInstagramReportInteractStoryELS as IInstagramReportInteractStoryELS, type index$4_IInstagramReportInteractUnFollow as IInstagramReportInteractUnFollow, type index$4_IInstagramReportInteractUnFollowELS as IInstagramReportInteractUnFollowELS, type index$4_IInstagramReportPostHighLight as IInstagramReportPostHighLight, type index$4_IInstagramReportPostHighLightELS as IInstagramReportPostHighLightELS, type index$4_IInstagramReportPostNew as IInstagramReportPostNew, type index$4_IInstagramReportPostNewELS as IInstagramReportPostNewELS, type index$4_IInstagramReportPostReel as IInstagramReportPostReel, type index$4_IInstagramReportPostReelELS as IInstagramReportPostReelELS, type index$4_IInstagramReportPostSquare as IInstagramReportPostSquare, type index$4_IInstagramReportPostSquareELS as IInstagramReportPostSquareELS, type index$4_IInstagramReportPostStory as IInstagramReportPostStory, type index$4_IInstagramReportPostStoryELS as IInstagramReportPostStoryELS, type index$4_IInstagramSettingInteractBlockUser as IInstagramSettingInteractBlockUser, type index$4_IInstagramSettingInteractFollow as IInstagramSettingInteractFollow, type index$4_IInstagramSettingInteractReplyComment as IInstagramSettingInteractReplyComment, type index$4_IInstagramSettingInteractReplyMessage as IInstagramSettingInteractReplyMessage, type index$4_IInstagramSettingInteractUnFollow as IInstagramSettingInteractUnFollow, type index$4_IInstagramSettingPost as IInstagramSettingPost, type index$4_ISettingRunTimeInstagramPost as ISettingRunTimeInstagramPost, type index$4_ISettingRunTimeSocial as ISettingRunTimeSocial, type index$4_ISheetImportSocial as ISheetImportSocial, type index$4_ISocialTaskManager as ISocialTaskManager, type index$4_ITaskInstagramBlockUser as ITaskInstagramBlockUser, type index$4_ITaskInstagramBlockUserELS as ITaskInstagramBlockUserELS, type index$4_ITaskInstagramChangeInfo as ITaskInstagramChangeInfo, type index$4_ITaskInstagramChangeInfoELS as ITaskInstagramChangeInfoELS, type index$4_ITaskInstagramFollow as ITaskInstagramFollow, type index$4_ITaskInstagramFollowELS as ITaskInstagramFollowELS, type index$4_ITaskInstagramInteractExplore as ITaskInstagramInteractExplore, type index$4_ITaskInstagramInteractExploreELS as ITaskInstagramInteractExploreELS, type index$4_ITaskInstagramInteractReel as ITaskInstagramInteractReel, type index$4_ITaskInstagramInteractReelELS as ITaskInstagramInteractReelELS, type index$4_ITaskInstagramInteractStory as ITaskInstagramInteractStory, type index$4_ITaskInstagramInteractStoryELS as ITaskInstagramInteractStoryELS, type index$4_ITaskInstagramPost as ITaskInstagramPost, type index$4_ITaskInstagramPostELS as ITaskInstagramPostELS, type index$4_ITaskInstagramReplyComment as ITaskInstagramReplyComment, type index$4_ITaskInstagramReplyCommentELS as ITaskInstagramReplyCommentELS, type index$4_ITaskInstagramReplyMessage as ITaskInstagramReplyMessage, type index$4_ITaskInstagramReplyMessageELS as ITaskInstagramReplyMessageELS, type index$4_ITaskThreadsFollow as ITaskThreadsFollow, type index$4_ITaskThreadsFollowELS as ITaskThreadsFollowELS, type index$4_ITaskThreadsPost as ITaskThreadsPost, type index$4_ITaskThreadsPostELS as ITaskThreadsPostELS, type index$4_ITaskThreadsReplyComment as ITaskThreadsReplyComment, type index$4_ITaskThreadsReplyCommentELS as ITaskThreadsReplyCommentELS, type index$4_ITaskThreadsReplyMessage as ITaskThreadsReplyMessage, type index$4_ITaskThreadsReplyMessageELS as ITaskThreadsReplyMessageELS, type index$4_IThreadsAccountRaw as IThreadsAccountRaw, type index$4_IThreadsDashboardFollower as IThreadsDashboardFollower, type index$4_IThreadsHistoryAutoSync as IThreadsHistoryAutoSync, type index$4_IThreadsHistoryAutoSyncELS as IThreadsHistoryAutoSyncELS, type index$4_IThreadsHistoryChange as IThreadsHistoryChange, type index$4_IThreadsHistoryChangeInfoELS as IThreadsHistoryChangeInfoELS, type index$4_IThreadsHistoryCreateNew as IThreadsHistoryCreateNew, type index$4_IThreadsHistoryCreateNewELS as IThreadsHistoryCreateNewELS, type index$4_IThreadsHistoryGroup as IThreadsHistoryGroup, type index$4_IThreadsHistoryGroupELS as IThreadsHistoryGroupELS, type index$4_IThreadsReportInteractFollow as IThreadsReportInteractFollow, type index$4_IThreadsReportInteractFollowELS as IThreadsReportInteractFollowELS, type index$4_IThreadsReportInteractReplyComment as IThreadsReportInteractReplyComment, type index$4_IThreadsReportInteractReplyCommentELS as IThreadsReportInteractReplyCommentELS, type index$4_IThreadsReportInteractReplyMessage as IThreadsReportInteractReplyMessage, type index$4_IThreadsReportInteractReplyMessageELS as IThreadsReportInteractReplyMessageELS, type index$4_IThreadsReportInteractUnFollow as IThreadsReportInteractUnFollow, type index$4_IThreadsReportInteractUnFollowELS as IThreadsReportInteractUnFollowELS, type index$4_IThreadsReportPost as IThreadsReportPost, type index$4_IThreadsReportPostELS as IThreadsReportPostELS, type index$4_IThreadsSettingInteractFollow as IThreadsSettingInteractFollow, type index$4_IThreadsSettingInteractReplyComment as IThreadsSettingInteractReplyComment, type index$4_IThreadsSettingInteractReplyMessage as IThreadsSettingInteractReplyMessage, type index$4_IThreadsSettingInteractUnFollow as IThreadsSettingInteractUnFollow, type index$4_IThreadsSettingPost as IThreadsSettingPost };
|
|
14479
14353
|
}
|
|
14480
14354
|
|
|
14481
14355
|
interface IManagerImageAIUserAttached extends IBaseModel, ITrackingModel<IUser> {
|
|
@@ -14726,21 +14600,14 @@ type index$1_IHistoryTaskAIVoice = IHistoryTaskAIVoice;
|
|
|
14726
14600
|
type index$1_IHistoryTaskCanva = IHistoryTaskCanva;
|
|
14727
14601
|
type index$1_IIncreaseValueTask = IIncreaseValueTask;
|
|
14728
14602
|
type index$1_IInstagramAccountRaw = IInstagramAccountRaw;
|
|
14729
|
-
type index$1_IInstagramAccountRun = IInstagramAccountRun;
|
|
14730
14603
|
type index$1_IInstagramDashboardFollower = IInstagramDashboardFollower;
|
|
14731
14604
|
type index$1_IInstagramDashboardFollowerELS = IInstagramDashboardFollowerELS;
|
|
14732
|
-
type index$1_IInstagramHistoryAutoPost = IInstagramHistoryAutoPost;
|
|
14733
|
-
type index$1_IInstagramHistoryAutoPostELS = IInstagramHistoryAutoPostELS;
|
|
14734
14605
|
type index$1_IInstagramHistoryAutoSync = IInstagramHistoryAutoSync;
|
|
14735
14606
|
type index$1_IInstagramHistoryAutoSyncELS = IInstagramHistoryAutoSyncELS;
|
|
14736
|
-
type index$1_IInstagramHistoryBlockUser = IInstagramHistoryBlockUser;
|
|
14737
|
-
type index$1_IInstagramHistoryBlockUserELS = IInstagramHistoryBlockUserELS;
|
|
14738
14607
|
type index$1_IInstagramHistoryChangeInfo = IInstagramHistoryChangeInfo;
|
|
14739
14608
|
type index$1_IInstagramHistoryChangeInfoELS = IInstagramHistoryChangeInfoELS;
|
|
14740
14609
|
type index$1_IInstagramHistoryCreateNew = IInstagramHistoryCreateNew;
|
|
14741
14610
|
type index$1_IInstagramHistoryCreateNewELS = IInstagramHistoryCreateNewELS;
|
|
14742
|
-
type index$1_IInstagramHistoryFollow = IInstagramHistoryFollow;
|
|
14743
|
-
type index$1_IInstagramHistoryFollowELS = IInstagramHistoryFollowELS;
|
|
14744
14611
|
type index$1_IInstagramHistoryGroup = IInstagramHistoryGroup;
|
|
14745
14612
|
type index$1_IInstagramHistoryGroupELS = IInstagramHistoryGroupELS;
|
|
14746
14613
|
type index$1_IInstagramReportInteractBlockUser = IInstagramReportInteractBlockUser;
|
|
@@ -14852,10 +14719,7 @@ type index$1_ITeam = ITeam;
|
|
|
14852
14719
|
type index$1_ITeamMember = ITeamMember;
|
|
14853
14720
|
type index$1_ITeamRole = ITeamRole;
|
|
14854
14721
|
type index$1_IThreadsAccountRaw = IThreadsAccountRaw;
|
|
14855
|
-
type index$1_IThreadsAccountRun = IThreadsAccountRun;
|
|
14856
14722
|
type index$1_IThreadsDashboardFollower = IThreadsDashboardFollower;
|
|
14857
|
-
type index$1_IThreadsHistoryAutoPost = IThreadsHistoryAutoPost;
|
|
14858
|
-
type index$1_IThreadsHistoryAutoPostELS = IThreadsHistoryAutoPostELS;
|
|
14859
14723
|
type index$1_IThreadsHistoryAutoSync = IThreadsHistoryAutoSync;
|
|
14860
14724
|
type index$1_IThreadsHistoryAutoSyncELS = IThreadsHistoryAutoSyncELS;
|
|
14861
14725
|
type index$1_IThreadsHistoryChange = IThreadsHistoryChange;
|
|
@@ -14890,7 +14754,7 @@ type index$1_IVoiceLanguage = IVoiceLanguage;
|
|
|
14890
14754
|
type index$1_IVoiceSettingDelay = IVoiceSettingDelay;
|
|
14891
14755
|
type index$1_IVoiceStores = IVoiceStores;
|
|
14892
14756
|
declare namespace index$1 {
|
|
14893
|
-
export { index$2 as Auth, index$9 as Common, index$1_EStatusImport as EStatusImport, index$1_ETypeImport as ETypeImport, index$8 as Forum, index$3 as History, type index$1_IAccountAIContent as IAccountAIContent, type index$1_IAccountAIContentChannel as IAccountAIContentChannel, type index$1_IAccountAIContentGroup as IAccountAIContentGroup, type index$1_IAccountAIContentInfo as IAccountAIContentInfo, type index$1_IAccountAIContentMemberAssigned as IAccountAIContentMemberAssigned, type index$1_IAccountAIContentTag as IAccountAIContentTag, type index$1_IAccountAIImage as IAccountAIImage, type index$1_IAccountAIImageChannel as IAccountAIImageChannel, type index$1_IAccountAIImageGroup as IAccountAIImageGroup, type index$1_IAccountAIImageInfo as IAccountAIImageInfo, type index$1_IAccountAIImageMemberAssigned as IAccountAIImageMemberAssigned, type index$1_IAccountAIImageTag as IAccountAIImageTag, type index$1_IAccountAIVoice as IAccountAIVoice, type index$1_IAccountAIVoiceChannel as IAccountAIVoiceChannel, type index$1_IAccountAIVoiceGroup as IAccountAIVoiceGroup, type index$1_IAccountAIVoiceInfo as IAccountAIVoiceInfo, type index$1_IAccountAIVoiceMemberAssigned as IAccountAIVoiceMemberAssigned, type index$1_IAccountAIVoiceTag as IAccountAIVoiceTag, type index$1_IAccountCHPlayICloud as IAccountCHPlayICloud, type index$1_IAccountCanva as IAccountCanva, type index$1_IAccountDrive as IAccountDrive, type index$1_IAccountEmail as IAccountEmail, type index$1_IAccountEmailProxy as IAccountEmailProxy, type index$1_IAccountEmailTag as IAccountEmailTag, type index$1_IAccountEmailTaskWork as IAccountEmailTaskWork, type index$1_IAccountSocialBase as IAccountSocialBase, type index$1_IAccountSocialGroup as IAccountSocialGroup, type index$1_IAccountVPN as IAccountVPN, type index$1_IAccountVPS as IAccountVPS, type index$1_IAccountVPSGroup as IAccountVPSGroup, type index$1_IAccountVPSSocial as IAccountVPSSocial, type index$1_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_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_IFile as IFile, type index$1_IGPMProfile as IGPMProfile, type index$1_IHistoryTaskAIContent as IHistoryTaskAIContent, type index$1_IHistoryTaskAIImage as IHistoryTaskAIImage, type index$1_IHistoryTaskAIVoice as IHistoryTaskAIVoice, type index$1_IHistoryTaskCanva as IHistoryTaskCanva, type index$1_IIncreaseValueTask as IIncreaseValueTask, type index$1_IInstagramAccountRaw as IInstagramAccountRaw, type index$1_IInstagramAccountRun as IInstagramAccountRun, type index$1_IInstagramDashboardFollower as IInstagramDashboardFollower, type index$1_IInstagramDashboardFollowerELS as IInstagramDashboardFollowerELS, type index$1_IInstagramHistoryAutoPost as IInstagramHistoryAutoPost, type index$1_IInstagramHistoryAutoPostELS as IInstagramHistoryAutoPostELS, type index$1_IInstagramHistoryAutoSync as IInstagramHistoryAutoSync, type index$1_IInstagramHistoryAutoSyncELS as IInstagramHistoryAutoSyncELS, type index$1_IInstagramHistoryBlockUser as IInstagramHistoryBlockUser, type index$1_IInstagramHistoryBlockUserELS as IInstagramHistoryBlockUserELS, type index$1_IInstagramHistoryChangeInfo as IInstagramHistoryChangeInfo, type index$1_IInstagramHistoryChangeInfoELS as IInstagramHistoryChangeInfoELS, type index$1_IInstagramHistoryCreateNew as IInstagramHistoryCreateNew, type index$1_IInstagramHistoryCreateNewELS as IInstagramHistoryCreateNewELS, type index$1_IInstagramHistoryFollow as IInstagramHistoryFollow, type index$1_IInstagramHistoryFollowELS as IInstagramHistoryFollowELS, type index$1_IInstagramHistoryGroup as IInstagramHistoryGroup, type index$1_IInstagramHistoryGroupELS as IInstagramHistoryGroupELS, type index$1_IInstagramReportInteractBlockUser as IInstagramReportInteractBlockUser, type index$1_IInstagramReportInteractBlockUserELS as IInstagramReportInteractBlockUserELS, type index$1_IInstagramReportInteractExplore as IInstagramReportInteractExplore, type index$1_IInstagramReportInteractExploreELS as IInstagramReportInteractExploreELS, type index$1_IInstagramReportInteractFollow as IInstagramReportInteractFollow, type index$1_IInstagramReportInteractFollowELS as IInstagramReportInteractFollowELS, type index$1_IInstagramReportInteractReel as IInstagramReportInteractReel, type index$1_IInstagramReportInteractReelELS as IInstagramReportInteractReelELS, type index$1_IInstagramReportInteractReplyComment as IInstagramReportInteractReplyComment, type index$1_IInstagramReportInteractReplyCommentELS as IInstagramReportInteractReplyCommentELS, type index$1_IInstagramReportInteractReplyMessage as IInstagramReportInteractReplyMessage, type index$1_IInstagramReportInteractReplyMessageELS as IInstagramReportInteractReplyMessageELS, type index$1_IInstagramReportInteractStory as IInstagramReportInteractStory, type index$1_IInstagramReportInteractStoryELS as IInstagramReportInteractStoryELS, type index$1_IInstagramReportInteractUnFollow as IInstagramReportInteractUnFollow, type index$1_IInstagramReportInteractUnFollowELS as IInstagramReportInteractUnFollowELS, type index$1_IInstagramReportPostHighLight as IInstagramReportPostHighLight, type index$1_IInstagramReportPostHighLightELS as IInstagramReportPostHighLightELS, type index$1_IInstagramReportPostNew as IInstagramReportPostNew, type index$1_IInstagramReportPostNewELS as IInstagramReportPostNewELS, type index$1_IInstagramReportPostReel as IInstagramReportPostReel, type index$1_IInstagramReportPostReelELS as IInstagramReportPostReelELS, type index$1_IInstagramReportPostSquare as IInstagramReportPostSquare, type index$1_IInstagramReportPostSquareELS as IInstagramReportPostSquareELS, type index$1_IInstagramReportPostStory as IInstagramReportPostStory, type index$1_IInstagramReportPostStoryELS as IInstagramReportPostStoryELS, type index$1_IInstagramSettingInteractBlockUser as IInstagramSettingInteractBlockUser, type index$1_IInstagramSettingInteractFollow as IInstagramSettingInteractFollow, type index$1_IInstagramSettingInteractReplyComment as IInstagramSettingInteractReplyComment, type index$1_IInstagramSettingInteractReplyMessage as IInstagramSettingInteractReplyMessage, type index$1_IInstagramSettingInteractUnFollow as IInstagramSettingInteractUnFollow, type index$1_IInstagramSettingPost as IInstagramSettingPost, type index$1_ILark as ILark, type index$1_ILarkTeam as ILarkTeam, type index$1_IManagerImageAI as IManagerImageAI, type index$1_IManagerImageAIItemStore as IManagerImageAIItemStore, type index$1_IManagerImageAIUserAttached as IManagerImageAIUserAttached, type index$1_IManagerSheet as IManagerSheet, type index$1_IManagerSheetChildren as IManagerSheetChildren, type index$1_IManagerSheetChildrenGroup as IManagerSheetChildrenGroup, type index$1_IManagerSheetChildrenGroupItem as IManagerSheetChildrenGroupItem, type index$1_IManagerSheetGroup as IManagerSheetGroup, type index$1_IManagerWork as IManagerWork, type index$1_IOtpConfirm as IOtpConfirm, type index$1_IOtpCreateSession as IOtpCreateSession, type index$1_IOtpSend as IOtpSend, type index$1_IPC as IPC, type index$1_IProxy as IProxy, type index$1_IRole as IRole, type index$1_IRoleFeature as IRoleFeature, type index$1_ISettingRunTimeInstagramPost as ISettingRunTimeInstagramPost, type index$1_ISettingRunTimeSocial as ISettingRunTimeSocial, type index$1_ISheetImportSocial as ISheetImportSocial, type index$1_ISheetWork as ISheetWork, type index$1_ISheetWorkDepartmentPermission as ISheetWorkDepartmentPermission, type index$1_ISheetWorkManager as ISheetWorkManager, type index$1_ISheetWorkUserPermission as ISheetWorkUserPermission, type index$1_ISheetWorksCategory as ISheetWorksCategory, type index$1_ISheetsTool as ISheetsTool, type index$1_ISocialTaskManager as ISocialTaskManager, type index$1_ITag as ITag, type index$1_ITaskAIContent as ITaskAIContent, type index$1_ITaskAIImageCanvaInstagram as ITaskAIImageCanvaInstagram, type index$1_ITaskAIImageCanvaThreads as ITaskAIImageCanvaThreads, type index$1_ITaskAIImageVoiceCanvaInstagram as ITaskAIImageVoiceCanvaInstagram, type index$1_ITaskAIImageVoiceCanvaThreads as ITaskAIImageVoiceCanvaThreads, type index$1_ITaskAIItemAction as ITaskAIItemAction, type index$1_ITaskAIItemGroup as ITaskAIItemGroup, type index$1_ITaskInstagramBlockUser as ITaskInstagramBlockUser, type index$1_ITaskInstagramBlockUserELS as ITaskInstagramBlockUserELS, type index$1_ITaskInstagramChangeInfo as ITaskInstagramChangeInfo, type index$1_ITaskInstagramChangeInfoELS as ITaskInstagramChangeInfoELS, type index$1_ITaskInstagramFollow as ITaskInstagramFollow, type index$1_ITaskInstagramFollowELS as ITaskInstagramFollowELS, type index$1_ITaskInstagramInteractExplore as ITaskInstagramInteractExplore, type index$1_ITaskInstagramInteractExploreELS as ITaskInstagramInteractExploreELS, type index$1_ITaskInstagramInteractReel as ITaskInstagramInteractReel, type index$1_ITaskInstagramInteractReelELS as ITaskInstagramInteractReelELS, type index$1_ITaskInstagramInteractStory as ITaskInstagramInteractStory, type index$1_ITaskInstagramInteractStoryELS as ITaskInstagramInteractStoryELS, type index$1_ITaskInstagramPost as ITaskInstagramPost, type index$1_ITaskInstagramPostELS as ITaskInstagramPostELS, type index$1_ITaskInstagramReplyComment as ITaskInstagramReplyComment, type index$1_ITaskInstagramReplyCommentELS as ITaskInstagramReplyCommentELS, type index$1_ITaskInstagramReplyMessage as ITaskInstagramReplyMessage, type index$1_ITaskInstagramReplyMessageELS as ITaskInstagramReplyMessageELS, type index$1_ITaskJob as ITaskJob, type index$1_ITaskJobAttachmentBlog as ITaskJobAttachmentBlog, type index$1_ITaskJobBlogAttached as ITaskJobBlogAttached, type index$1_ITaskJobCheckList as ITaskJobCheckList, type index$1_ITaskJobDepartmentPermission as ITaskJobDepartmentPermission, type index$1_ITaskJobDiscuss as ITaskJobDiscuss, type index$1_ITaskJobLabel as ITaskJobLabel, type index$1_ITaskJobPermission as ITaskJobPermission, type index$1_ITaskJobTeamPermission as ITaskJobTeamPermission, type index$1_ITaskJobUserPermission as ITaskJobUserPermission, type index$1_ITaskJobsGroup as ITaskJobsGroup, type index$1_ITaskThreadsFollow as ITaskThreadsFollow, type index$1_ITaskThreadsFollowELS as ITaskThreadsFollowELS, type index$1_ITaskThreadsPost as ITaskThreadsPost, type index$1_ITaskThreadsPostELS as ITaskThreadsPostELS, type index$1_ITaskThreadsReplyComment as ITaskThreadsReplyComment, type index$1_ITaskThreadsReplyCommentELS as ITaskThreadsReplyCommentELS, type index$1_ITaskThreadsReplyMessage as ITaskThreadsReplyMessage, type index$1_ITaskThreadsReplyMessageELS as ITaskThreadsReplyMessageELS, 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_IThreadsAccountRun as IThreadsAccountRun, type index$1_IThreadsDashboardFollower as IThreadsDashboardFollower, type index$1_IThreadsHistoryAutoPost as IThreadsHistoryAutoPost, type index$1_IThreadsHistoryAutoPostELS as IThreadsHistoryAutoPostELS, 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_IThreadsReportInteractReplyComment as IThreadsReportInteractReplyComment, type index$1_IThreadsReportInteractReplyCommentELS as IThreadsReportInteractReplyCommentELS, type index$1_IThreadsReportInteractReplyMessage as IThreadsReportInteractReplyMessage, type index$1_IThreadsReportInteractReplyMessageELS as IThreadsReportInteractReplyMessageELS, type index$1_IThreadsReportInteractUnFollow as IThreadsReportInteractUnFollow, type index$1_IThreadsReportInteractUnFollowELS as IThreadsReportInteractUnFollowELS, type index$1_IThreadsReportPost as IThreadsReportPost, type index$1_IThreadsReportPostELS as IThreadsReportPostELS, 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_ITrackingTimeScript as ITrackingTimeScript, type index$1_ITrackingUserAction as ITrackingUserAction, type index$1_IUser as IUser, type index$1_IUserRole as IUserRole, type index$1_IVoiceGenerated as IVoiceGenerated, type index$1_IVoiceLanguage as IVoiceLanguage, type index$1_IVoiceSettingDelay as IVoiceSettingDelay, type index$1_IVoiceStores as IVoiceStores, index$a as Permission, index$4 as Socials, index$5 as Tool, index$7 as Workspace };
|
|
14757
|
+
export { index$2 as Auth, index$9 as Common, index$1_EStatusImport as EStatusImport, index$1_ETypeImport as ETypeImport, index$8 as Forum, index$3 as History, type index$1_IAccountAIContent as IAccountAIContent, type index$1_IAccountAIContentChannel as IAccountAIContentChannel, type index$1_IAccountAIContentGroup as IAccountAIContentGroup, type index$1_IAccountAIContentInfo as IAccountAIContentInfo, type index$1_IAccountAIContentMemberAssigned as IAccountAIContentMemberAssigned, type index$1_IAccountAIContentTag as IAccountAIContentTag, type index$1_IAccountAIImage as IAccountAIImage, type index$1_IAccountAIImageChannel as IAccountAIImageChannel, type index$1_IAccountAIImageGroup as IAccountAIImageGroup, type index$1_IAccountAIImageInfo as IAccountAIImageInfo, type index$1_IAccountAIImageMemberAssigned as IAccountAIImageMemberAssigned, type index$1_IAccountAIImageTag as IAccountAIImageTag, type index$1_IAccountAIVoice as IAccountAIVoice, type index$1_IAccountAIVoiceChannel as IAccountAIVoiceChannel, type index$1_IAccountAIVoiceGroup as IAccountAIVoiceGroup, type index$1_IAccountAIVoiceInfo as IAccountAIVoiceInfo, type index$1_IAccountAIVoiceMemberAssigned as IAccountAIVoiceMemberAssigned, type index$1_IAccountAIVoiceTag as IAccountAIVoiceTag, type index$1_IAccountCHPlayICloud as IAccountCHPlayICloud, type index$1_IAccountCanva as IAccountCanva, type index$1_IAccountDrive as IAccountDrive, type index$1_IAccountEmail as IAccountEmail, type index$1_IAccountEmailProxy as IAccountEmailProxy, type index$1_IAccountEmailTag as IAccountEmailTag, type index$1_IAccountEmailTaskWork as IAccountEmailTaskWork, type index$1_IAccountSocialBase as IAccountSocialBase, type index$1_IAccountSocialGroup as IAccountSocialGroup, type index$1_IAccountVPN as IAccountVPN, type index$1_IAccountVPS as IAccountVPS, type index$1_IAccountVPSGroup as IAccountVPSGroup, type index$1_IAccountVPSSocial as IAccountVPSSocial, type index$1_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_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_IFile as IFile, type index$1_IGPMProfile as IGPMProfile, type index$1_IHistoryTaskAIContent as IHistoryTaskAIContent, type index$1_IHistoryTaskAIImage as IHistoryTaskAIImage, type index$1_IHistoryTaskAIVoice as IHistoryTaskAIVoice, type index$1_IHistoryTaskCanva as IHistoryTaskCanva, type index$1_IIncreaseValueTask as IIncreaseValueTask, type index$1_IInstagramAccountRaw as IInstagramAccountRaw, type index$1_IInstagramDashboardFollower as IInstagramDashboardFollower, type index$1_IInstagramDashboardFollowerELS as IInstagramDashboardFollowerELS, type index$1_IInstagramHistoryAutoSync as IInstagramHistoryAutoSync, type index$1_IInstagramHistoryAutoSyncELS as IInstagramHistoryAutoSyncELS, type index$1_IInstagramHistoryChangeInfo as IInstagramHistoryChangeInfo, type index$1_IInstagramHistoryChangeInfoELS as IInstagramHistoryChangeInfoELS, type index$1_IInstagramHistoryCreateNew as IInstagramHistoryCreateNew, type index$1_IInstagramHistoryCreateNewELS as IInstagramHistoryCreateNewELS, type index$1_IInstagramHistoryGroup as IInstagramHistoryGroup, type index$1_IInstagramHistoryGroupELS as IInstagramHistoryGroupELS, type index$1_IInstagramReportInteractBlockUser as IInstagramReportInteractBlockUser, type index$1_IInstagramReportInteractBlockUserELS as IInstagramReportInteractBlockUserELS, type index$1_IInstagramReportInteractExplore as IInstagramReportInteractExplore, type index$1_IInstagramReportInteractExploreELS as IInstagramReportInteractExploreELS, type index$1_IInstagramReportInteractFollow as IInstagramReportInteractFollow, type index$1_IInstagramReportInteractFollowELS as IInstagramReportInteractFollowELS, type index$1_IInstagramReportInteractReel as IInstagramReportInteractReel, type index$1_IInstagramReportInteractReelELS as IInstagramReportInteractReelELS, type index$1_IInstagramReportInteractReplyComment as IInstagramReportInteractReplyComment, type index$1_IInstagramReportInteractReplyCommentELS as IInstagramReportInteractReplyCommentELS, type index$1_IInstagramReportInteractReplyMessage as IInstagramReportInteractReplyMessage, type index$1_IInstagramReportInteractReplyMessageELS as IInstagramReportInteractReplyMessageELS, type index$1_IInstagramReportInteractStory as IInstagramReportInteractStory, type index$1_IInstagramReportInteractStoryELS as IInstagramReportInteractStoryELS, type index$1_IInstagramReportInteractUnFollow as IInstagramReportInteractUnFollow, type index$1_IInstagramReportInteractUnFollowELS as IInstagramReportInteractUnFollowELS, type index$1_IInstagramReportPostHighLight as IInstagramReportPostHighLight, type index$1_IInstagramReportPostHighLightELS as IInstagramReportPostHighLightELS, type index$1_IInstagramReportPostNew as IInstagramReportPostNew, type index$1_IInstagramReportPostNewELS as IInstagramReportPostNewELS, type index$1_IInstagramReportPostReel as IInstagramReportPostReel, type index$1_IInstagramReportPostReelELS as IInstagramReportPostReelELS, type index$1_IInstagramReportPostSquare as IInstagramReportPostSquare, type index$1_IInstagramReportPostSquareELS as IInstagramReportPostSquareELS, type index$1_IInstagramReportPostStory as IInstagramReportPostStory, type index$1_IInstagramReportPostStoryELS as IInstagramReportPostStoryELS, type index$1_IInstagramSettingInteractBlockUser as IInstagramSettingInteractBlockUser, type index$1_IInstagramSettingInteractFollow as IInstagramSettingInteractFollow, type index$1_IInstagramSettingInteractReplyComment as IInstagramSettingInteractReplyComment, type index$1_IInstagramSettingInteractReplyMessage as IInstagramSettingInteractReplyMessage, type index$1_IInstagramSettingInteractUnFollow as IInstagramSettingInteractUnFollow, type index$1_IInstagramSettingPost as IInstagramSettingPost, type index$1_ILark as ILark, type index$1_ILarkTeam as ILarkTeam, type index$1_IManagerImageAI as IManagerImageAI, type index$1_IManagerImageAIItemStore as IManagerImageAIItemStore, type index$1_IManagerImageAIUserAttached as IManagerImageAIUserAttached, type index$1_IManagerSheet as IManagerSheet, type index$1_IManagerSheetChildren as IManagerSheetChildren, type index$1_IManagerSheetChildrenGroup as IManagerSheetChildrenGroup, type index$1_IManagerSheetChildrenGroupItem as IManagerSheetChildrenGroupItem, type index$1_IManagerSheetGroup as IManagerSheetGroup, type index$1_IManagerWork as IManagerWork, type index$1_IOtpConfirm as IOtpConfirm, type index$1_IOtpCreateSession as IOtpCreateSession, type index$1_IOtpSend as IOtpSend, type index$1_IPC as IPC, type index$1_IProxy as IProxy, type index$1_IRole as IRole, type index$1_IRoleFeature as IRoleFeature, type index$1_ISettingRunTimeInstagramPost as ISettingRunTimeInstagramPost, type index$1_ISettingRunTimeSocial as ISettingRunTimeSocial, type index$1_ISheetImportSocial as ISheetImportSocial, type index$1_ISheetWork as ISheetWork, type index$1_ISheetWorkDepartmentPermission as ISheetWorkDepartmentPermission, type index$1_ISheetWorkManager as ISheetWorkManager, type index$1_ISheetWorkUserPermission as ISheetWorkUserPermission, type index$1_ISheetWorksCategory as ISheetWorksCategory, type index$1_ISheetsTool as ISheetsTool, type index$1_ISocialTaskManager as ISocialTaskManager, type index$1_ITag as ITag, type index$1_ITaskAIContent as ITaskAIContent, type index$1_ITaskAIImageCanvaInstagram as ITaskAIImageCanvaInstagram, type index$1_ITaskAIImageCanvaThreads as ITaskAIImageCanvaThreads, type index$1_ITaskAIImageVoiceCanvaInstagram as ITaskAIImageVoiceCanvaInstagram, type index$1_ITaskAIImageVoiceCanvaThreads as ITaskAIImageVoiceCanvaThreads, type index$1_ITaskAIItemAction as ITaskAIItemAction, type index$1_ITaskAIItemGroup as ITaskAIItemGroup, type index$1_ITaskInstagramBlockUser as ITaskInstagramBlockUser, type index$1_ITaskInstagramBlockUserELS as ITaskInstagramBlockUserELS, type index$1_ITaskInstagramChangeInfo as ITaskInstagramChangeInfo, type index$1_ITaskInstagramChangeInfoELS as ITaskInstagramChangeInfoELS, type index$1_ITaskInstagramFollow as ITaskInstagramFollow, type index$1_ITaskInstagramFollowELS as ITaskInstagramFollowELS, type index$1_ITaskInstagramInteractExplore as ITaskInstagramInteractExplore, type index$1_ITaskInstagramInteractExploreELS as ITaskInstagramInteractExploreELS, type index$1_ITaskInstagramInteractReel as ITaskInstagramInteractReel, type index$1_ITaskInstagramInteractReelELS as ITaskInstagramInteractReelELS, type index$1_ITaskInstagramInteractStory as ITaskInstagramInteractStory, type index$1_ITaskInstagramInteractStoryELS as ITaskInstagramInteractStoryELS, type index$1_ITaskInstagramPost as ITaskInstagramPost, type index$1_ITaskInstagramPostELS as ITaskInstagramPostELS, type index$1_ITaskInstagramReplyComment as ITaskInstagramReplyComment, type index$1_ITaskInstagramReplyCommentELS as ITaskInstagramReplyCommentELS, type index$1_ITaskInstagramReplyMessage as ITaskInstagramReplyMessage, type index$1_ITaskInstagramReplyMessageELS as ITaskInstagramReplyMessageELS, type index$1_ITaskJob as ITaskJob, type index$1_ITaskJobAttachmentBlog as ITaskJobAttachmentBlog, type index$1_ITaskJobBlogAttached as ITaskJobBlogAttached, type index$1_ITaskJobCheckList as ITaskJobCheckList, type index$1_ITaskJobDepartmentPermission as ITaskJobDepartmentPermission, type index$1_ITaskJobDiscuss as ITaskJobDiscuss, type index$1_ITaskJobLabel as ITaskJobLabel, type index$1_ITaskJobPermission as ITaskJobPermission, type index$1_ITaskJobTeamPermission as ITaskJobTeamPermission, type index$1_ITaskJobUserPermission as ITaskJobUserPermission, type index$1_ITaskJobsGroup as ITaskJobsGroup, type index$1_ITaskThreadsFollow as ITaskThreadsFollow, type index$1_ITaskThreadsFollowELS as ITaskThreadsFollowELS, type index$1_ITaskThreadsPost as ITaskThreadsPost, type index$1_ITaskThreadsPostELS as ITaskThreadsPostELS, type index$1_ITaskThreadsReplyComment as ITaskThreadsReplyComment, type index$1_ITaskThreadsReplyCommentELS as ITaskThreadsReplyCommentELS, type index$1_ITaskThreadsReplyMessage as ITaskThreadsReplyMessage, type index$1_ITaskThreadsReplyMessageELS as ITaskThreadsReplyMessageELS, 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_IThreadsReportInteractReplyComment as IThreadsReportInteractReplyComment, type index$1_IThreadsReportInteractReplyCommentELS as IThreadsReportInteractReplyCommentELS, type index$1_IThreadsReportInteractReplyMessage as IThreadsReportInteractReplyMessage, type index$1_IThreadsReportInteractReplyMessageELS as IThreadsReportInteractReplyMessageELS, type index$1_IThreadsReportInteractUnFollow as IThreadsReportInteractUnFollow, type index$1_IThreadsReportInteractUnFollowELS as IThreadsReportInteractUnFollowELS, type index$1_IThreadsReportPost as IThreadsReportPost, type index$1_IThreadsReportPostELS as IThreadsReportPostELS, 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_ITrackingTimeScript as ITrackingTimeScript, type index$1_ITrackingUserAction as ITrackingUserAction, type index$1_IUser as IUser, type index$1_IUserRole as IUserRole, type index$1_IVoiceGenerated as IVoiceGenerated, type index$1_IVoiceLanguage as IVoiceLanguage, type index$1_IVoiceSettingDelay as IVoiceSettingDelay, type index$1_IVoiceStores as IVoiceStores, index$a as Permission, index$4 as Socials, index$5 as Tool, index$7 as Workspace };
|
|
14894
14758
|
}
|
|
14895
14759
|
|
|
14896
14760
|
interface IDataUser {
|
|
@@ -14949,4 +14813,4 @@ declare namespace index {
|
|
|
14949
14813
|
export type { index_IColsUnSelected as IColsUnSelected, index_IDataDiscussTaskJob as IDataDiscussTaskJob, index_IDataNotification as IDataNotification, index_IDataUser as IDataUser, index_IFilterStore as IFilterStore, index_IResponseLogin as IResponseLogin };
|
|
14950
14814
|
}
|
|
14951
14815
|
|
|
14952
|
-
export { index$i as AI, type ActionLoadInfoUrlSheetToolDto, type ActionPopupDeviceAccountDto, type AddAccountForDeviceDto, type AddToDeviceAccountCHPlayICloudDto, type AddToDeviceAccountVPNDto, type AddToDeviceProxyDto, type ApplyAutoFillDeviceDto, type ApplyReplaceDeviceDto, type ApplyTimeDashboardDto, index$2 as Auth, index$j as AutoConstants, index$6 as AutoDto, index$c as AutoEnums, type AutoFillAssignedMemberInstagramAccountRawDto, type AutoFillAssignedMemberThreadsAccountRawDto, type AutoFillInstagramAccountRawDto, type AutoFillOverviewInstagramAccountRawDto, type AutoFillOverviewTaskInstagramBlockUserDto, type AutoFillOverviewThreadsAccountRawDto, type AutoFillTaskInstagramBlockUserDto, type AutoFillThreadsAccountRawDto, index as AutoInterfacesCommon, index$1 as AutoInterfacesModels, index$b as AutoTypes, index$h as Base, type CheckSendMessageLark, index$9 as Common, type CreateAccountSocialGroupDto, type CreateAccountVPSDto, type CreateBlogDto, type CreateBlogsCategoryDto, type CreateDepartmentDto, type CreateInstagramSettingInteractFollowDto, type CreateInstagramSettingInteractReplyCommentDto, type CreateInstagramSettingInteractReplyMessageDto, type CreateInstagramSettingInteractUnFollowDto, type CreateInstagramSettingPostDto, type CreateLarkDto, type CreateManagerWorkDto, type CreatePCDto, type CreateProxyDto, type CreateRoleDto, type CreateSheetToolDto, type CreateSheetWorkDto, type CreateTaskAIContentDto, type CreateTaskAIImageCanvaInstagramDto, type CreateTaskAIImageCanvaThreadsDto, type CreateTaskAIImageVoiceCanvaInstagramDto, type CreateTaskAIImageVoiceCanvaThreadsDto, type CreateTaskInstagramBlockUserDto, type CreateTaskInstagramChangeInfoDto, type CreateTaskInstagramFollowDto, type CreateTaskInstagramInteractExploreDto, type CreateTaskInstagramInteractReelDto, type CreateTaskInstagramInteractStoryDto, type CreateTaskInstagramPostDto, type CreateTaskInstagramReplyCommentDto, type CreateTaskInstagramReplyMessageDto, type CreateTaskThreadsFollowDto, type CreateTaskThreadsPostDto, type CreateTaskThreadsReplyCommentDto, type CreateTaskThreadsReplyMessageDto, type CreateTasksJobDto, type CreateTeamDto, type CreateUserDto, type DevicePopupListAddAccountDto, type DevicePopupOverviewAccountsDto, type DevicePopupOverviewAddAccountDto, type DevicePopupViewAccountInstagramDto, type DevicePopupViewAccountThreadsDto, EAIModelContent, EAIModelImage, EAIModelVoice, EAIVersionGPT, EAIVersionImage, EAIVersionPerplexity, EAIVersionVoice, EDayOfWeek, EDeviceResetTime, EEmailTagType, EFile, EFolderImageAI, EGender, EHaveData, EInputTypeFilter, ELarkNotiAccountTool, ELarkNotiBase, ELarkNotiCreateNew, ELarkNotiDuplicateAll, ELarkNotiInstagramDetail, ELarkNotiManagerSheet, ELarkNotiRunAppDevice, ELarkNotiSocialImport, ELarkNotiToolDevice, ELarkObject, ELarkTypeNotification, EObjectName, EPositionUser, EPostStyle, EPostType, EPriority, ESheetToolInstagram, ESheetToolStatusImport, ESheetToolStatusRun, ESheetToolThreads, ESheetToolTimeCrawl, EStatusAccountAI, EStatusAccountCHPlayICloud, EStatusAccountCanva, EStatusAccountDrive, EStatusAccountSocial, EStatusAccountSocialFolderName, EStatusAccountSocialLogin, EStatusAccountSocialLoginEmail, EStatusAccountSocialRun, EStatusAccountSocialSetting, EStatusAccountSocialSync, EStatusAccountTypeChangeInfoInstagram, EStatusAccountTypeChangeInfoThreads, EStatusAccountVPN, EStatusActive, EStatusBlog, EStatusChangeInfo, EStatusChannel, EStatusCommon, EStatusCreateNew, EStatusDevice, EStatusDeviceChangeName, EStatusDeviceChangeNew, EStatusDeviceConnectPC, EStatusDeviceConnectWifi, EStatusDeviceHubStatus, EStatusDeviceLog, EStatusDeviceLoginCHPlayICloud, EStatusDeviceReplace, EStatusDeviceRunningSocial, EStatusDeviceSetup, EStatusDeviceSetupSettingTask, EStatusDeviceSync, EStatusEmail, EStatusExecuteCommon, EStatusGenerate, EStatusImport, EStatusLark, EStatusMailWork, EStatusPC, EStatusPost, EStatusProxyChecked, EStatusProxyNewIP, EStatusRole, EStatusSheetWork, EStatusSocialAccountRaw, EStatusTaskAIContent, EStatusTaskAvatarCover, EStatusTaskCanva, EStatusTaskImage, EStatusTaskJob, EStatusTaskJobGroup, EStatusTaskScript, EStatusTaskToolSocials, EStatusTaskVoice, EStatusTeam, EStatusUser, EStatusVPS, EStatusVPSReplace, ETimeZone, ETypeAccountInstagramSetting, ETypeAccountVPN, ETypeCanva, ETypeColumnManagerWork, ETypeDevice, ETypeDeviceLog, ETypeDeviceOS, ETypeExport, ETypeGenerate, ETypeImport, ETypeManagerWorkClassify, ETypeManagerWorkType, ETypePin, ETypeProviderAccountVPN, ETypeProxy, ETypeProxyChecked, ETypeProxyCountry, ETypeProxyNewIP, ETypeProxyProvider, ETypeRatioImage, ETypeSheetWorkClassify, ETypeSheetWorkPin, ETypeSocial, ETypeSocialChangeInfoThreads, ETypeSocialCreateNew, ETypeTaskID, ETypeTimeFilter, ETypeVoiceLanguage, type ExportDto, type FilterAccountAIContentChannelDto, type FilterAccountAIContentDto, type FilterAccountAIContentInfoDto, type FilterAccountAIImageChannelDto, type FilterAccountAIImageDto, type FilterAccountAIImageInfoDto, type FilterAccountAIVoiceChannelDto, type FilterAccountAIVoiceDto, type FilterAccountAIVoiceInfoDto, type FilterAccountCHPlayICloudDto, type FilterAccountCanvaDto, type FilterAccountDriveDto, type FilterAccountEmailDto, type FilterAccountSocialGroupDto, type FilterAccountVPNDto, type FilterAccountVPSDto, type FilterAccountVPSGroupDto, type FilterBaseDto, type FilterBaseSocialDto, type FilterBlogCategoryDto, type FilterBlogDto, type FilterCheckerAccountInstagramDashboardFollowerDto, type FilterCheckerAccountThreadsDashboardFollowerDto, type FilterDepartmentDto, type FilterDeviceDto, type FilterDeviceLogDto, type FilterHistoryTaskAIContentDto, type FilterHistoryTaskAIImageDto, type FilterHistoryTaskAIVoiceDto, type FilterHistoryTaskCanvaDto, type FilterInstagramAccountRawDto, type FilterInstagramAccountRunDto, type FilterInstagramDashboardFollowerDto, type FilterInstagramHistoryAutoSyncDto, type FilterInstagramHistoryChangeInfoDto, type FilterInstagramHistoryCreateNewDto, type FilterInstagramHistoryGroupDto, type FilterInstagramReportInteractBlockUserDto, type FilterInstagramReportInteractExploreDto, type FilterInstagramReportInteractFollowDto, type FilterInstagramReportInteractReelDto, type FilterInstagramReportInteractReplyCommentDto, type FilterInstagramReportInteractReplyMessageDto, type FilterInstagramReportInteractStoryDto, type FilterInstagramReportInteractUnFollowDto, type FilterInstagramReportPostHighLightDto, type FilterInstagramReportPostNewDto, type FilterInstagramReportPostReelDto, type FilterInstagramReportPostSquareDto, type FilterInstagramReportPostStoryDto, type FilterInstagramSettingInteractFollowDto, type FilterInstagramSettingInteractReplyCommentDto, type FilterInstagramSettingInteractReplyMessageDto, type FilterInstagramSettingInteractUnFollowDto, type FilterInstagramSettingPostDto, type FilterLarkDto, type FilterManagerImageAIDto, type FilterManagerSheetDto, type FilterManagerWorkDto, type FilterPCDto, type FilterPerformanceBreakdownInstagramDashboardFollowerDto, type FilterPerformanceBreakdownThreadsDashboardFollowerDto, type FilterProxyDto, type FilterRoleDto, type FilterSheetWorkCategoryDto, type FilterSheetWorkDto, type FilterSheetsToolDto, type FilterTaskAIContentDto, type FilterTaskAIImageCanvaInstagramDto, type FilterTaskAIImageCanvaThreadsDto, type FilterTaskAIImageVoiceCanvaInstagramDto, type FilterTaskAIImageVoiceCanvaThreadsDto, type FilterTaskInstagramBlockUserDto, type FilterTaskInstagramChangeInfoDto, type FilterTaskInstagramFollowDto, type FilterTaskInstagramInteractExploreDto, type FilterTaskInstagramInteractReelDto, type FilterTaskInstagramInteractStoryDto, type FilterTaskInstagramPostDto, type FilterTaskInstagramReplyCommentDto, type FilterTaskInstagramReplyMessageDto, type FilterTaskThreadsFollowDto, type FilterTaskThreadsPostDto, type FilterTaskThreadsReplyCommentDto, type FilterTaskThreadsReplyMessageDto, type FilterTeamDto, type FilterThreadsAccountRawDto, type FilterThreadsAccountRunDto, type FilterThreadsDashboardFollowerDto, type FilterThreadsHistoryAutoSyncDto, type FilterThreadsHistoryChangeDto, type FilterThreadsHistoryCreateNewDto, type FilterThreadsHistoryGroupDto, type FilterThreadsReportInteractFollowDto, type FilterThreadsReportInteractReplyCommentDto, type FilterThreadsReportInteractReplyMessageDto, type FilterThreadsReportInteractUnFollowDto, type FilterThreadsReportPostDto, type FilterThreadsSettingInteractFollowDto, type FilterThreadsSettingInteractReplyCommentDto, type FilterThreadsSettingInteractReplyMessageDto, type FilterThreadsSettingInteractUnFollowDto, type FilterThreadsSettingPostDto, type FilterUserDto, type FindAccountAIContentChannelDto, type FindAccountAIContentDto, type FindAccountAIContentInfoDto, type FindAccountAIImageChannelDto, type FindAccountAIImageDto, type FindAccountAIImageInfoDto, type FindAccountAIVoiceChannelDto, type FindAccountAIVoiceDto, type FindAccountAIVoiceInfoDto, type FindAccountCHPlayICloudDto, type FindAccountCanvaDto, type FindAccountDriveDto, type FindAccountEmailDto, type FindAccountForCheckerInstagramDashboard, type FindAccountForCheckerThreadsDashboard, type FindAccountSocialGroupDto, type FindAccountSocialGroupPopupSocialDto, type FindAccountVPNDto, type FindAccountVPSDto, type FindAccountVPSGroupDto, type FindAccountVPSGroupPopupDto, type FindAutoFillDeviceDto, type FindBlogCategoryDto, type FindBlogDto, type FindCheckerAccountInstagramDashboardFollowerDto, type FindCheckerAccountThreadsDashboardFollowerDto, type FindDepartmentDto, type FindDeviceAvailableForAddAccountVPNDto, type FindDeviceAvailableForAddCHPlayICloudDto, type FindDeviceAvailableForAddProxyDto, type FindDeviceDto, type FindDeviceLogDto, type FindForReviewDto, type FindGrowthInstagramDashboardFollowerDto, type FindGrowthThreadsDashboardFollowerDto, type FindHistoryTaskAIContentDto, type FindHistoryTaskAIImageDto, type FindHistoryTaskAIVoiceDto, type FindHistoryTaskCanvaDto, type FindInstagramAccountRawDto, type FindInstagramAccountRunDto, type FindInstagramHistoryAutoSyncDto, type FindInstagramHistoryChangeInfoDto, type FindInstagramHistoryCreateNewDto, type FindInstagramHistoryGroupDto, type FindInstagramSettingInteractFollowDto, type FindInstagramSettingInteractReplyCommentDto, type FindInstagramSettingInteractReplyMessageDto, type FindInstagramSettingInteractUnFollowDto, type FindInstagramSettingPostDto, type FindLarkDto, type FindManagerImageAIDto, type FindManagerSheetDto, type FindManagerWorkDto, type FindMemberForAddTeamDto, type FindOverViewDepartmentDto, type FindOverViewInstagramAccountRawDto, type FindOverViewInstagramAccountRunDto, type FindOverViewInstagramReportInteractBlockUserDto, type FindOverViewInstagramReportInteractExploreDto, type FindOverViewInstagramReportInteractFollowDto, type FindOverViewInstagramReportInteractReelDto, type FindOverViewInstagramReportInteractReplyCommentDto, type FindOverViewInstagramReportInteractReplyMessageDto, type FindOverViewInstagramReportInteractStoryDto, type FindOverViewInstagramReportInteractUnFollowDto, type FindOverViewInstagramReportPostHighLightDto, type FindOverViewInstagramReportPostNewDto, type FindOverViewInstagramReportPostReelDto, type FindOverViewInstagramReportPostSquareDto, type FindOverViewInstagramReportPostStoryDto, type FindOverViewInstagramSettingInteractFollowDto, type FindOverViewInstagramSettingInteractReplyCommentDto, type FindOverViewInstagramSettingInteractReplyMessageDto, type FindOverViewInstagramSettingInteractUnFollowDto, type FindOverViewInstagramSettingPostDto, type FindOverViewLarkDto, type FindOverViewTaskAIContentDto, type FindOverViewTaskAIImageCanvaInstagramDto, type FindOverViewTaskAIImageCanvaThreadsDto, type FindOverViewTaskAIImageVoiceCanvaInstagramDto, type FindOverViewTaskAIImageVoiceCanvaThreadsDto, type FindOverViewTaskInstagramBlockUserDto, type FindOverViewTaskInstagramChangeInfoDto, type FindOverViewTaskInstagramFollowDto, type FindOverViewTaskInstagramInteractExploreDto, type FindOverViewTaskInstagramInteractReelDto, type FindOverViewTaskInstagramInteractStoryDto, type FindOverViewTaskInstagramPostDto, type FindOverViewTaskInstagramReplyCommentDto, type FindOverViewTaskInstagramReplyMessageDto, type FindOverViewTaskThreadsFollowDto, type FindOverViewTaskThreadsPostDto, type FindOverViewTaskThreadsReplyCommentDto, type FindOverViewTaskThreadsReplyMessageDto, type FindOverViewThreadsAccountDto, type FindOverViewThreadsAccountRowDto, type FindOverViewThreadsReportInteractFollowDto, type FindOverViewThreadsReportInteractReplyCommentDto, type FindOverViewThreadsReportInteractReplyMessageDto, type FindOverViewThreadsReportInteractUnFollowDto, type FindOverViewThreadsReportPostDto, type FindOverViewThreadsSettingInteractFollowDto, type FindOverViewThreadsSettingInteractReplyCommentDto, type FindOverViewThreadsSettingInteractReplyMessageDto, type FindOverViewThreadsSettingInteractUnFollowDto, type FindOverViewThreadsSettingPostDto, type FindOverviewAccountCHPlayICloudDto, type FindOverviewAccountCanvaDto, type FindOverviewAccountDriveDto, type FindOverviewAccountEmailDto, type FindOverviewAccountVPNDto, type FindOverviewAccountVPSDto, type FindOverviewDeviceBasicDto, type FindOverviewDeviceDetailDto, type FindOverviewDeviceLog, type FindOverviewDeviceSocialMediaAccountDto, type FindOverviewDeviceSocialMediaActiveLockedDto, type FindOverviewInstagramDashboardFollowerDto, type FindOverviewInstagramHistoryAutoSyncDto, type FindOverviewInstagramHistoryChangeInfoDto, type FindOverviewInstagramHistoryCreateNewDto, type FindOverviewInstagramHistoryGroupDto, type FindOverviewProxyDto, type FindOverviewRoleDto, type FindOverviewTeamDto, type FindOverviewThreadsDashboardFollowerDto, type FindOverviewThreadsHistoryCreateNewDto, type FindOverviewUserDto, type FindPCDto, type FindPerformanceBreakdownInstagramDashboardFollowerDto, type FindPerformanceBreakdownOverviewInstagramDashboardFollowerDto, type FindPerformanceBreakdownOverviewThreadsDashboardFollowerDto, type FindPerformanceBreakdownThreadsDashboardFollowerDto, type FindProxyDto, type FindReplaceDeviceDto, type FindRoleDetailDto, type FindRoleDto, type FindRoleOfMe, type FindSheetWorkCategoryDto, type FindSheetWorkDto, type FindSheetsToolDto, type FindTaskAIContentDto, type FindTaskAIImageCanvaInstagramDto, type FindTaskAIImageCanvaThreadsDto, type FindTaskAIImageVoiceCanvaInstagramDto, type FindTaskAIImageVoiceCanvaThreadsDto, type FindTaskAvailableAIContentDto, type FindTaskInstagramBlockUserDto, type FindTaskInstagramChangeInfoDto, type FindTaskInstagramFollowDto, type FindTaskInstagramInteractExploreDto, type FindTaskInstagramInteractReelDto, type FindTaskInstagramInteractStoryDto, type FindTaskInstagramPostDto, type FindTaskInstagramReplyCommentDto, type FindTaskInstagramReplyMessageDto, type FindTaskThreadsFollowDto, type FindTaskThreadsPostDto, type FindTaskThreadsReplyCommentDto, type FindTaskThreadsReplyMessageDto, type FindTasksJobDto, type FindTeamDto, type FindThreadsAccountRawDto, type FindThreadsAccountRunDto, type FindThreadsHistoryAutoSyncDto, type FindThreadsHistoryChangeDto, type FindThreadsHistoryCreateNewDto, type FindThreadsHistoryGroupDto, type FindThreadsSettingInteractFollowDto, type FindThreadsSettingInteractReplyCommentDto, type FindThreadsSettingInteractReplyMessageDto, type FindThreadsSettingInteractUnFollowDto, type FindThreadsSettingPostDto, type FindUserDto, index$8 as Forum, index$3 as History, type IAccountAIContent, type IAccountAIContentChannel, type IAccountAIContentGroup, type IAccountAIContentInfo, type IAccountAIContentMemberAssigned, type IAccountAIContentTag, type IAccountAIImage, type IAccountAIImageChannel, type IAccountAIImageGroup, type IAccountAIImageInfo, type IAccountAIImageMemberAssigned, type IAccountAIImageTag, type IAccountAIVoice, type IAccountAIVoiceChannel, type IAccountAIVoiceGroup, type IAccountAIVoiceInfo, type IAccountAIVoiceMemberAssigned, type IAccountAIVoiceTag, type IAccountCHPlayICloud, type IAccountCanva, type IAccountDrive, type IAccountEmail, type IAccountEmailProxy, type IAccountEmailTag, type IAccountEmailTaskWork, type IAccountSocialBase, type IAccountSocialGroup, type IAccountVPN, type IAccountVPS, type IAccountVPSGroup, type IAccountVPSSocial, type IAuthLogin, type IAuthResetPassword, type IBaseELS, type IBaseModel, type IBaseRefFieldELS, type IBaseSheetImportDto, type IBlog, type IBlogCategory, type IBlogDepartmentPermission, type IBlogTeamPermission, type IBlogUserPermission, type IColsUnSelected, type IDataDiscussTaskJob, type IDataNotification, type IDataUser, type IDepartment, type IDepartmentMember, type IDevice, type IDeviceLog, type IDeviceLogELS, type IDevicePopupViewAccountSocial, type IDeviceSettingForAccount, type IDeviceSettingForCHPlayICloud, type IDeviceSettingForProxy, type IDeviceSettingForVPN, type IDomain, type IFile, type IFilterAssignDto, type IFilterBaseAccountSocialDto, type IFilterBaseDto, type IFilterStore, type IFindBaseDto, type IGPMProfile, type IHistoryTaskAIContent, type IHistoryTaskAIImage, type IHistoryTaskAIVoice, type IHistoryTaskCanva, type IIncreaseValueTask, type IInstagramAccountRaw, type IInstagramAccountRun, type IInstagramDashboardFollower, type IInstagramDashboardFollowerELS, type IInstagramHistoryAutoPost, type IInstagramHistoryAutoPostELS, type IInstagramHistoryAutoSync, type IInstagramHistoryAutoSyncELS, type IInstagramHistoryBlockUser, type IInstagramHistoryBlockUserELS, type IInstagramHistoryChangeInfo, type IInstagramHistoryChangeInfoELS, type IInstagramHistoryCreateNew, type IInstagramHistoryCreateNewELS, type IInstagramHistoryFollow, type IInstagramHistoryFollowELS, type IInstagramHistoryGroup, type IInstagramHistoryGroupELS, type IInstagramReportInteractBlockUser, type IInstagramReportInteractBlockUserELS, type IInstagramReportInteractExplore, type IInstagramReportInteractExploreELS, type IInstagramReportInteractFollow, type IInstagramReportInteractFollowELS, type IInstagramReportInteractReel, type IInstagramReportInteractReelELS, type IInstagramReportInteractReplyComment, type IInstagramReportInteractReplyCommentELS, type IInstagramReportInteractReplyMessage, type IInstagramReportInteractReplyMessageELS, type IInstagramReportInteractStory, type IInstagramReportInteractStoryELS, type IInstagramReportInteractUnFollow, type IInstagramReportInteractUnFollowELS, type IInstagramReportPostHighLight, type IInstagramReportPostHighLightELS, type IInstagramReportPostNew, type IInstagramReportPostNewELS, type IInstagramReportPostReel, type IInstagramReportPostReelELS, type IInstagramReportPostSquare, type IInstagramReportPostSquareELS, type IInstagramReportPostStory, type IInstagramReportPostStoryELS, type IInstagramSettingInteractBlockUser, type IInstagramSettingInteractFollow, type IInstagramSettingInteractReplyComment, type IInstagramSettingInteractReplyMessage, type IInstagramSettingInteractUnFollow, type IInstagramSettingPost, type ILark, type ILarkTeam, type IManagerImageAI, type IManagerImageAIItemStore, type IManagerImageAIUserAttached, type IManagerSheet, type IManagerSheetChildren, type IManagerSheetChildrenGroup, type IManagerSheetChildrenGroupItem, type IManagerSheetGroup, type IManagerWork, type IOtpConfirm, type IOtpCreateSession, type IOtpSend, type IPC, type IProxy, type IResponseLogin, type IRole, type IRoleFeature, type ISettingAccountSocialDto, type ISettingRunTimeInstagramPost, type ISettingRunTimeSocial, type ISheetImportSocial, type ISheetWork, type ISheetWorkDepartmentPermission, type ISheetWorkManager, type ISheetWorkUserPermission, type ISheetWorksCategory, type ISheetsTool, type ISocialTaskManager, type ITag, type ITaskAIContent, type ITaskAIImageCanvaInstagram, type ITaskAIImageCanvaThreads, type ITaskAIImageVoiceCanvaInstagram, type ITaskAIImageVoiceCanvaThreads, type ITaskAIItemAction, type ITaskAIItemGroup, type ITaskInstagramBlockUser, type ITaskInstagramBlockUserELS, type ITaskInstagramChangeInfo, type ITaskInstagramChangeInfoELS, type ITaskInstagramFollow, type ITaskInstagramFollowELS, type ITaskInstagramInteractExplore, type ITaskInstagramInteractExploreELS, type ITaskInstagramInteractReel, type ITaskInstagramInteractReelELS, type ITaskInstagramInteractStory, type ITaskInstagramInteractStoryELS, type ITaskInstagramPost, type ITaskInstagramPostELS, type ITaskInstagramReplyComment, type ITaskInstagramReplyCommentELS, type ITaskInstagramReplyMessage, type ITaskInstagramReplyMessageELS, type ITaskJob, type ITaskJobAttachmentBlog, type ITaskJobBlogAttached, type ITaskJobCheckList, type ITaskJobDepartmentPermission, type ITaskJobDiscuss, type ITaskJobLabel, type ITaskJobPermission, type ITaskJobTeamPermission, type ITaskJobUserPermission, type ITaskJobsGroup, type ITaskThreadsFollow, type ITaskThreadsFollowELS, type ITaskThreadsPost, type ITaskThreadsPostELS, type ITaskThreadsReplyComment, type ITaskThreadsReplyCommentELS, type ITaskThreadsReplyMessage, type ITaskThreadsReplyMessageELS, type ITeam, type ITeamMember, type ITeamRole, type IThreadsAccountRaw, type IThreadsAccountRun, type IThreadsDashboardFollower, type IThreadsHistoryAutoPost, type IThreadsHistoryAutoPostELS, type IThreadsHistoryAutoSync, type IThreadsHistoryAutoSyncELS, type IThreadsHistoryChange, type IThreadsHistoryChangeInfoELS, type IThreadsHistoryCreateNew, type IThreadsHistoryCreateNewELS, type IThreadsHistoryGroup, type IThreadsHistoryGroupELS, type IThreadsReportInteractFollow, type IThreadsReportInteractFollowELS, type IThreadsReportInteractReplyComment, type IThreadsReportInteractReplyCommentELS, type IThreadsReportInteractReplyMessage, type IThreadsReportInteractReplyMessageELS, type IThreadsReportInteractUnFollow, type IThreadsReportInteractUnFollowELS, type IThreadsReportPost, type IThreadsReportPostELS, type IThreadsSettingInteractFollow, type IThreadsSettingInteractReplyComment, type IThreadsSettingInteractReplyMessage, type IThreadsSettingInteractUnFollow, type IThreadsSettingPost, type IToken, type ITrackingModel, type ITrackingTimeScript, type ITrackingUserAction, type IUser, type IUserInfoAssignment, type IUserRole, type IVoiceGenerated, type IVoiceLanguage, type IVoiceSettingDelay, type IVoiceStores, type ImportAccountVPSDto, type ImportDto, type ImportManagerWorkDto, type ImportSheetWorkDto, index$g as Lark, type LoadInfoUrlSheetToolDto, type OverviewSheetsToolDto, type PayloadUrlSheetToolDto, index$a as Permission, type ReplaceAccountVSPDto, index$f as SheetTool, index$4 as Socials, type StatisticsManagerWorkDto, type StatisticsSheetWorkDto, index$e as Status, type TActionRole, type TCompare, type TFilter, type TPost, type TPostStyle, index$5 as Tool, index$d as Types, type UpdateAccountSocialGroupDto, type UpdateAccountVPSDto, type UpdateBlogDto, type UpdateBlogsCategoryDto, type UpdateDepartmentDto, type UpdateDeviceDto, type UpdateInstagramSettingInteractFollowDto, type UpdateInstagramSettingInteractReplyCommentDto, type UpdateInstagramSettingInteractReplyMessageDto, type UpdateInstagramSettingInteractUnFollowDto, type UpdateInstagramSettingPostDto, type UpdateLarkDto, type UpdateManagerWorkDto, type UpdatePCDto, type UpdateProxyDto, type UpdateRoleDto, type UpdateSheetWorkDto, type UpdateSheetsToolDto, type UpdateTaskAIContentDto, type UpdateTaskAIImageCanvaInstagramDto, type UpdateTaskAIImageCanvaThreadsDto, type UpdateTaskAIImageVoiceCanvaInstagramDto, type UpdateTaskAIImageVoiceCanvaThreadsDto, type UpdateTaskInstagramBlockUserDto, type UpdateTaskInstagramChangeInfoDto, type UpdateTaskInstagramFollowDto, type UpdateTaskInstagramInteractExploreDto, type UpdateTaskInstagramInteractReelDto, type UpdateTaskInstagramInteractStoryDto, type UpdateTaskInstagramPostDto, type UpdateTaskInstagramReplyCommentDto, type UpdateTaskInstagramReplyMessageDto, type UpdateTaskThreadsFollowDto, type UpdateTaskThreadsPostDto, type UpdateTaskThreadsReplyCommentDto, type UpdateTaskThreadsReplyMessageDto, type UpdateTasksJobDto, type UpdateTeamDto, type UpdateUserDto, type ViewDetailDeviceDto, type ViewDetailSheetsToolDto, index$7 as Workspace };
|
|
14816
|
+
export { index$i as AI, type ActionLoadInfoUrlSheetToolDto, type ActionPopupDeviceAccountDto, type AddAccountForDeviceDto, type AddToDeviceAccountCHPlayICloudDto, type AddToDeviceAccountVPNDto, type AddToDeviceProxyDto, type ApplyAutoFillDeviceDto, type ApplyReplaceDeviceDto, type ApplyTimeDashboardDto, index$2 as Auth, index$j as AutoConstants, index$6 as AutoDto, index$c as AutoEnums, type AutoFillAssignedMemberInstagramAccountRawDto, type AutoFillAssignedMemberThreadsAccountRawDto, type AutoFillInstagramAccountRawDto, type AutoFillOverviewInstagramAccountRawDto, type AutoFillOverviewTaskInstagramBlockUserDto, type AutoFillOverviewThreadsAccountRawDto, type AutoFillTaskInstagramBlockUserDto, type AutoFillThreadsAccountRawDto, index as AutoInterfacesCommon, index$1 as AutoInterfacesModels, index$b as AutoTypes, index$h as Base, type CheckSendMessageLark, index$9 as Common, type CreateAccountSocialGroupDto, type CreateAccountVPSDto, type CreateBlogDto, type CreateBlogsCategoryDto, type CreateDepartmentDto, type CreateInstagramSettingInteractFollowDto, type CreateInstagramSettingInteractReplyCommentDto, type CreateInstagramSettingInteractReplyMessageDto, type CreateInstagramSettingInteractUnFollowDto, type CreateInstagramSettingPostDto, type CreateLarkDto, type CreateManagerWorkDto, type CreatePCDto, type CreateProxyDto, type CreateRoleDto, type CreateSheetToolDto, type CreateSheetWorkDto, type CreateTaskAIContentDto, type CreateTaskAIImageCanvaInstagramDto, type CreateTaskAIImageCanvaThreadsDto, type CreateTaskAIImageVoiceCanvaInstagramDto, type CreateTaskAIImageVoiceCanvaThreadsDto, type CreateTaskInstagramBlockUserDto, type CreateTaskInstagramChangeInfoDto, type CreateTaskInstagramFollowDto, type CreateTaskInstagramInteractExploreDto, type CreateTaskInstagramInteractReelDto, type CreateTaskInstagramInteractStoryDto, type CreateTaskInstagramPostDto, type CreateTaskInstagramReplyCommentDto, type CreateTaskInstagramReplyMessageDto, type CreateTaskThreadsFollowDto, type CreateTaskThreadsPostDto, type CreateTaskThreadsReplyCommentDto, type CreateTaskThreadsReplyMessageDto, type CreateTasksJobDto, type CreateTeamDto, type CreateUserDto, type DevicePopupListAddAccountDto, type DevicePopupOverviewAccountsDto, type DevicePopupOverviewAddAccountDto, type DevicePopupViewAccountInstagramDto, type DevicePopupViewAccountThreadsDto, EAIModelContent, EAIModelImage, EAIModelVoice, EAIVersionGPT, EAIVersionImage, EAIVersionPerplexity, EAIVersionVoice, EDayOfWeek, EDeviceResetTime, EEmailTagType, EFile, EFolderImageAI, EGender, EHaveData, EInputTypeFilter, ELarkNotiAccountTool, ELarkNotiBase, ELarkNotiCreateNew, ELarkNotiDuplicateAll, ELarkNotiInstagramDetail, ELarkNotiManagerSheet, ELarkNotiRunAppDevice, ELarkNotiSocialImport, ELarkNotiToolDevice, ELarkObject, ELarkTypeNotification, EObjectName, EPositionUser, EPostStyle, EPostType, EPriority, ESheetToolInstagram, ESheetToolStatusImport, ESheetToolStatusRun, ESheetToolThreads, ESheetToolTimeCrawl, EStatusAccountAI, EStatusAccountCHPlayICloud, EStatusAccountCanva, EStatusAccountDrive, EStatusAccountSocialFolderName, EStatusAccountSocialLogin, EStatusAccountSocialLoginEmail, EStatusAccountSocialRaw, EStatusAccountSocialRun, EStatusAccountSocialSetting, EStatusAccountSocialSync, EStatusAccountTypeChangeInfoInstagram, EStatusAccountTypeChangeInfoThreads, EStatusAccountVPN, EStatusActive, EStatusBlog, EStatusChangeInfo, EStatusChannel, EStatusCommon, EStatusCreateNew, EStatusDevice, EStatusDeviceChangeName, EStatusDeviceChangeNew, EStatusDeviceConnectPC, EStatusDeviceConnectWifi, EStatusDeviceHubStatus, EStatusDeviceLog, EStatusDeviceLoginCHPlayICloud, EStatusDeviceReplace, EStatusDeviceRunningSocial, EStatusDeviceSetup, EStatusDeviceSetupSettingTask, EStatusDeviceSync, EStatusEmail, EStatusExecuteCommon, EStatusGenerate, EStatusImport, EStatusLark, EStatusMailWork, EStatusPC, EStatusPost, EStatusProxyChecked, EStatusProxyNewIP, EStatusRole, EStatusSheetWork, EStatusTaskAIContent, EStatusTaskAvatarCover, EStatusTaskCanva, EStatusTaskImage, EStatusTaskJob, EStatusTaskJobGroup, EStatusTaskScript, EStatusTaskToolSocials, EStatusTaskVoice, EStatusTeam, EStatusUser, EStatusVPS, EStatusVPSReplace, ETimeZone, ETypeAccountInstagramSetting, ETypeAccountVPN, ETypeCanva, ETypeColumnManagerWork, ETypeDevice, ETypeDeviceLog, ETypeDeviceOS, ETypeExport, ETypeGenerate, ETypeImport, ETypeManagerWorkClassify, ETypeManagerWorkType, ETypePin, ETypeProviderAccountVPN, ETypeProxy, ETypeProxyChecked, ETypeProxyCountry, ETypeProxyNewIP, ETypeProxyProvider, ETypeRatioImage, ETypeSheetWorkClassify, ETypeSheetWorkPin, ETypeSocial, ETypeSocialChangeInfoThreads, ETypeSocialCreateNew, ETypeTaskID, ETypeTimeFilter, ETypeVoiceLanguage, type ExportDto, type FilterAccountAIContentChannelDto, type FilterAccountAIContentDto, type FilterAccountAIContentInfoDto, type FilterAccountAIImageChannelDto, type FilterAccountAIImageDto, type FilterAccountAIImageInfoDto, type FilterAccountAIVoiceChannelDto, type FilterAccountAIVoiceDto, type FilterAccountAIVoiceInfoDto, type FilterAccountCHPlayICloudDto, type FilterAccountCanvaDto, type FilterAccountDriveDto, type FilterAccountEmailDto, type FilterAccountSocialGroupDto, type FilterAccountVPNDto, type FilterAccountVPSDto, type FilterAccountVPSGroupDto, type FilterBaseDto, type FilterBaseSocialDto, type FilterBlogCategoryDto, type FilterBlogDto, type FilterCheckerAccountInstagramDashboardFollowerDto, type FilterCheckerAccountThreadsDashboardFollowerDto, type FilterDepartmentDto, type FilterDeviceDto, type FilterDeviceLogDto, type FilterHistoryTaskAIContentDto, type FilterHistoryTaskAIImageDto, type FilterHistoryTaskAIVoiceDto, type FilterHistoryTaskCanvaDto, type FilterInstagramAccountRawDto, type FilterInstagramAccountRunDto, type FilterInstagramDashboardFollowerDto, type FilterInstagramHistoryAutoSyncDto, type FilterInstagramHistoryChangeInfoDto, type FilterInstagramHistoryCreateNewDto, type FilterInstagramHistoryGroupDto, type FilterInstagramReportInteractBlockUserDto, type FilterInstagramReportInteractExploreDto, type FilterInstagramReportInteractFollowDto, type FilterInstagramReportInteractReelDto, type FilterInstagramReportInteractReplyCommentDto, type FilterInstagramReportInteractReplyMessageDto, type FilterInstagramReportInteractStoryDto, type FilterInstagramReportInteractUnFollowDto, type FilterInstagramReportPostHighLightDto, type FilterInstagramReportPostNewDto, type FilterInstagramReportPostReelDto, type FilterInstagramReportPostSquareDto, type FilterInstagramReportPostStoryDto, type FilterInstagramSettingInteractFollowDto, type FilterInstagramSettingInteractReplyCommentDto, type FilterInstagramSettingInteractReplyMessageDto, type FilterInstagramSettingInteractUnFollowDto, type FilterInstagramSettingPostDto, type FilterLarkDto, type FilterManagerImageAIDto, type FilterManagerSheetDto, type FilterManagerWorkDto, type FilterPCDto, type FilterPerformanceBreakdownInstagramDashboardFollowerDto, type FilterPerformanceBreakdownThreadsDashboardFollowerDto, type FilterProxyDto, type FilterRoleDto, type FilterSheetWorkCategoryDto, type FilterSheetWorkDto, type FilterSheetsToolDto, type FilterTaskAIContentDto, type FilterTaskAIImageCanvaInstagramDto, type FilterTaskAIImageCanvaThreadsDto, type FilterTaskAIImageVoiceCanvaInstagramDto, type FilterTaskAIImageVoiceCanvaThreadsDto, type FilterTaskInstagramBlockUserDto, type FilterTaskInstagramChangeInfoDto, type FilterTaskInstagramFollowDto, type FilterTaskInstagramInteractExploreDto, type FilterTaskInstagramInteractReelDto, type FilterTaskInstagramInteractStoryDto, type FilterTaskInstagramPostDto, type FilterTaskInstagramReplyCommentDto, type FilterTaskInstagramReplyMessageDto, type FilterTaskThreadsFollowDto, type FilterTaskThreadsPostDto, type FilterTaskThreadsReplyCommentDto, type FilterTaskThreadsReplyMessageDto, type FilterTeamDto, type FilterThreadsAccountRawDto, type FilterThreadsAccountRunDto, type FilterThreadsDashboardFollowerDto, type FilterThreadsHistoryAutoSyncDto, type FilterThreadsHistoryChangeDto, type FilterThreadsHistoryCreateNewDto, type FilterThreadsHistoryGroupDto, type FilterThreadsReportInteractFollowDto, type FilterThreadsReportInteractReplyCommentDto, type FilterThreadsReportInteractReplyMessageDto, type FilterThreadsReportInteractUnFollowDto, type FilterThreadsReportPostDto, type FilterThreadsSettingInteractFollowDto, type FilterThreadsSettingInteractReplyCommentDto, type FilterThreadsSettingInteractReplyMessageDto, type FilterThreadsSettingInteractUnFollowDto, type FilterThreadsSettingPostDto, type FilterUserDto, type FindAccountAIContentChannelDto, type FindAccountAIContentDto, type FindAccountAIContentInfoDto, type FindAccountAIImageChannelDto, type FindAccountAIImageDto, type FindAccountAIImageInfoDto, type FindAccountAIVoiceChannelDto, type FindAccountAIVoiceDto, type FindAccountAIVoiceInfoDto, type FindAccountCHPlayICloudDto, type FindAccountCanvaDto, type FindAccountDriveDto, type FindAccountEmailDto, type FindAccountForCheckerInstagramDashboard, type FindAccountForCheckerThreadsDashboard, type FindAccountSocialGroupDto, type FindAccountSocialGroupPopupSocialDto, type FindAccountVPNDto, type FindAccountVPSDto, type FindAccountVPSGroupDto, type FindAccountVPSGroupPopupDto, type FindAutoFillDeviceDto, type FindBlogCategoryDto, type FindBlogDto, type FindCheckerAccountInstagramDashboardFollowerDto, type FindCheckerAccountThreadsDashboardFollowerDto, type FindDepartmentDto, type FindDeviceAvailableForAddAccountVPNDto, type FindDeviceAvailableForAddCHPlayICloudDto, type FindDeviceAvailableForAddProxyDto, type FindDeviceDto, type FindDeviceLogDto, type FindForReviewDto, type FindGrowthInstagramDashboardFollowerDto, type FindGrowthThreadsDashboardFollowerDto, type FindHistoryTaskAIContentDto, type FindHistoryTaskAIImageDto, type FindHistoryTaskAIVoiceDto, type FindHistoryTaskCanvaDto, type FindInstagramAccountRawDto, type FindInstagramAccountRunDto, type FindInstagramHistoryAutoSyncDto, type FindInstagramHistoryChangeInfoDto, type FindInstagramHistoryCreateNewDto, type FindInstagramHistoryGroupDto, type FindInstagramSettingInteractFollowDto, type FindInstagramSettingInteractReplyCommentDto, type FindInstagramSettingInteractReplyMessageDto, type FindInstagramSettingInteractUnFollowDto, type FindInstagramSettingPostDto, type FindLarkDto, type FindManagerImageAIDto, type FindManagerSheetDto, type FindManagerWorkDto, type FindMemberForAddTeamDto, type FindOverViewDepartmentDto, type FindOverViewInstagramAccountRawDto, type FindOverViewInstagramAccountRunDto, type FindOverViewInstagramReportInteractBlockUserDto, type FindOverViewInstagramReportInteractExploreDto, type FindOverViewInstagramReportInteractFollowDto, type FindOverViewInstagramReportInteractReelDto, type FindOverViewInstagramReportInteractReplyCommentDto, type FindOverViewInstagramReportInteractReplyMessageDto, type FindOverViewInstagramReportInteractStoryDto, type FindOverViewInstagramReportInteractUnFollowDto, type FindOverViewInstagramReportPostHighLightDto, type FindOverViewInstagramReportPostNewDto, type FindOverViewInstagramReportPostReelDto, type FindOverViewInstagramReportPostSquareDto, type FindOverViewInstagramReportPostStoryDto, type FindOverViewInstagramSettingInteractFollowDto, type FindOverViewInstagramSettingInteractReplyCommentDto, type FindOverViewInstagramSettingInteractReplyMessageDto, type FindOverViewInstagramSettingInteractUnFollowDto, type FindOverViewInstagramSettingPostDto, type FindOverViewLarkDto, type FindOverViewTaskAIContentDto, type FindOverViewTaskAIImageCanvaInstagramDto, type FindOverViewTaskAIImageCanvaThreadsDto, type FindOverViewTaskAIImageVoiceCanvaInstagramDto, type FindOverViewTaskAIImageVoiceCanvaThreadsDto, type FindOverViewTaskInstagramBlockUserDto, type FindOverViewTaskInstagramChangeInfoDto, type FindOverViewTaskInstagramFollowDto, type FindOverViewTaskInstagramInteractExploreDto, type FindOverViewTaskInstagramInteractReelDto, type FindOverViewTaskInstagramInteractStoryDto, type FindOverViewTaskInstagramPostDto, type FindOverViewTaskInstagramReplyCommentDto, type FindOverViewTaskInstagramReplyMessageDto, type FindOverViewTaskThreadsFollowDto, type FindOverViewTaskThreadsPostDto, type FindOverViewTaskThreadsReplyCommentDto, type FindOverViewTaskThreadsReplyMessageDto, type FindOverViewThreadsAccountDto, type FindOverViewThreadsAccountRowDto, type FindOverViewThreadsReportInteractFollowDto, type FindOverViewThreadsReportInteractReplyCommentDto, type FindOverViewThreadsReportInteractReplyMessageDto, type FindOverViewThreadsReportInteractUnFollowDto, type FindOverViewThreadsReportPostDto, type FindOverViewThreadsSettingInteractFollowDto, type FindOverViewThreadsSettingInteractReplyCommentDto, type FindOverViewThreadsSettingInteractReplyMessageDto, type FindOverViewThreadsSettingInteractUnFollowDto, type FindOverViewThreadsSettingPostDto, type FindOverviewAccountCHPlayICloudDto, type FindOverviewAccountCanvaDto, type FindOverviewAccountDriveDto, type FindOverviewAccountEmailDto, type FindOverviewAccountVPNDto, type FindOverviewAccountVPSDto, type FindOverviewDeviceBasicDto, type FindOverviewDeviceDetailDto, type FindOverviewDeviceLog, type FindOverviewDeviceSocialMediaAccountDto, type FindOverviewDeviceSocialMediaActiveLockedDto, type FindOverviewInstagramDashboardFollowerDto, type FindOverviewInstagramHistoryAutoSyncDto, type FindOverviewInstagramHistoryChangeInfoDto, type FindOverviewInstagramHistoryCreateNewDto, type FindOverviewInstagramHistoryGroupDto, type FindOverviewProxyDto, type FindOverviewRoleDto, type FindOverviewTeamDto, type FindOverviewThreadsDashboardFollowerDto, type FindOverviewThreadsHistoryCreateNewDto, type FindOverviewUserDto, type FindPCDto, type FindPerformanceBreakdownInstagramDashboardFollowerDto, type FindPerformanceBreakdownOverviewInstagramDashboardFollowerDto, type FindPerformanceBreakdownOverviewThreadsDashboardFollowerDto, type FindPerformanceBreakdownThreadsDashboardFollowerDto, type FindProxyDto, type FindReplaceDeviceDto, type FindRoleDetailDto, type FindRoleDto, type FindRoleOfMe, type FindSheetWorkCategoryDto, type FindSheetWorkDto, type FindSheetsToolDto, type FindTaskAIContentDto, type FindTaskAIImageCanvaInstagramDto, type FindTaskAIImageCanvaThreadsDto, type FindTaskAIImageVoiceCanvaInstagramDto, type FindTaskAIImageVoiceCanvaThreadsDto, type FindTaskAvailableAIContentDto, type FindTaskInstagramBlockUserDto, type FindTaskInstagramChangeInfoDto, type FindTaskInstagramFollowDto, type FindTaskInstagramInteractExploreDto, type FindTaskInstagramInteractReelDto, type FindTaskInstagramInteractStoryDto, type FindTaskInstagramPostDto, type FindTaskInstagramReplyCommentDto, type FindTaskInstagramReplyMessageDto, type FindTaskThreadsFollowDto, type FindTaskThreadsPostDto, type FindTaskThreadsReplyCommentDto, type FindTaskThreadsReplyMessageDto, type FindTasksJobDto, type FindTeamDto, type FindThreadsAccountRawDto, type FindThreadsAccountRunDto, type FindThreadsHistoryAutoSyncDto, type FindThreadsHistoryChangeDto, type FindThreadsHistoryCreateNewDto, type FindThreadsHistoryGroupDto, type FindThreadsSettingInteractFollowDto, type FindThreadsSettingInteractReplyCommentDto, type FindThreadsSettingInteractReplyMessageDto, type FindThreadsSettingInteractUnFollowDto, type FindThreadsSettingPostDto, type FindUserDto, index$8 as Forum, index$3 as History, type IAccountAIContent, type IAccountAIContentChannel, type IAccountAIContentGroup, type IAccountAIContentInfo, type IAccountAIContentMemberAssigned, type IAccountAIContentTag, type IAccountAIImage, type IAccountAIImageChannel, type IAccountAIImageGroup, type IAccountAIImageInfo, type IAccountAIImageMemberAssigned, type IAccountAIImageTag, type IAccountAIVoice, type IAccountAIVoiceChannel, type IAccountAIVoiceGroup, type IAccountAIVoiceInfo, type IAccountAIVoiceMemberAssigned, type IAccountAIVoiceTag, type IAccountCHPlayICloud, type IAccountCanva, type IAccountDrive, type IAccountEmail, type IAccountEmailProxy, type IAccountEmailTag, type IAccountEmailTaskWork, type IAccountSocialBase, type IAccountSocialGroup, type IAccountVPN, type IAccountVPS, type IAccountVPSGroup, type IAccountVPSSocial, type IAuthLogin, type IAuthResetPassword, type IBaseELS, type IBaseModel, type IBaseRefFieldELS, type IBaseSheetImportDto, type IBlog, type IBlogCategory, type IBlogDepartmentPermission, type IBlogTeamPermission, type IBlogUserPermission, type IColsUnSelected, type IDataDiscussTaskJob, type IDataNotification, type IDataUser, type IDepartment, type IDepartmentMember, type IDevice, type IDeviceLog, type IDeviceLogELS, type IDevicePopupViewAccountSocial, type IDeviceSettingForAccount, type IDeviceSettingForCHPlayICloud, type IDeviceSettingForProxy, type IDeviceSettingForVPN, type IDomain, type IFile, type IFilterAssignDto, type IFilterBaseAccountSocialDto, type IFilterBaseDto, type IFilterStore, type IFindBaseDto, type IGPMProfile, type IHistoryTaskAIContent, type IHistoryTaskAIImage, type IHistoryTaskAIVoice, type IHistoryTaskCanva, type IIncreaseValueTask, type IInstagramAccountRaw, type IInstagramDashboardFollower, type IInstagramDashboardFollowerELS, type IInstagramHistoryAutoSync, type IInstagramHistoryAutoSyncELS, type IInstagramHistoryChangeInfo, type IInstagramHistoryChangeInfoELS, type IInstagramHistoryCreateNew, type IInstagramHistoryCreateNewELS, type IInstagramHistoryGroup, type IInstagramHistoryGroupELS, type IInstagramReportInteractBlockUser, type IInstagramReportInteractBlockUserELS, type IInstagramReportInteractExplore, type IInstagramReportInteractExploreELS, type IInstagramReportInteractFollow, type IInstagramReportInteractFollowELS, type IInstagramReportInteractReel, type IInstagramReportInteractReelELS, type IInstagramReportInteractReplyComment, type IInstagramReportInteractReplyCommentELS, type IInstagramReportInteractReplyMessage, type IInstagramReportInteractReplyMessageELS, type IInstagramReportInteractStory, type IInstagramReportInteractStoryELS, type IInstagramReportInteractUnFollow, type IInstagramReportInteractUnFollowELS, type IInstagramReportPostHighLight, type IInstagramReportPostHighLightELS, type IInstagramReportPostNew, type IInstagramReportPostNewELS, type IInstagramReportPostReel, type IInstagramReportPostReelELS, type IInstagramReportPostSquare, type IInstagramReportPostSquareELS, type IInstagramReportPostStory, type IInstagramReportPostStoryELS, type IInstagramSettingInteractBlockUser, type IInstagramSettingInteractFollow, type IInstagramSettingInteractReplyComment, type IInstagramSettingInteractReplyMessage, type IInstagramSettingInteractUnFollow, type IInstagramSettingPost, type ILark, type ILarkTeam, type IManagerImageAI, type IManagerImageAIItemStore, type IManagerImageAIUserAttached, type IManagerSheet, type IManagerSheetChildren, type IManagerSheetChildrenGroup, type IManagerSheetChildrenGroupItem, type IManagerSheetGroup, type IManagerWork, type IOtpConfirm, type IOtpCreateSession, type IOtpSend, type IPC, type IProxy, type IResponseLogin, type IRole, type IRoleFeature, type ISettingAccountSocialDto, type ISettingRunTimeInstagramPost, type ISettingRunTimeSocial, type ISheetImportSocial, type ISheetWork, type ISheetWorkDepartmentPermission, type ISheetWorkManager, type ISheetWorkUserPermission, type ISheetWorksCategory, type ISheetsTool, type ISocialTaskManager, type ITag, type ITaskAIContent, type ITaskAIImageCanvaInstagram, type ITaskAIImageCanvaThreads, type ITaskAIImageVoiceCanvaInstagram, type ITaskAIImageVoiceCanvaThreads, type ITaskAIItemAction, type ITaskAIItemGroup, type ITaskInstagramBlockUser, type ITaskInstagramBlockUserELS, type ITaskInstagramChangeInfo, type ITaskInstagramChangeInfoELS, type ITaskInstagramFollow, type ITaskInstagramFollowELS, type ITaskInstagramInteractExplore, type ITaskInstagramInteractExploreELS, type ITaskInstagramInteractReel, type ITaskInstagramInteractReelELS, type ITaskInstagramInteractStory, type ITaskInstagramInteractStoryELS, type ITaskInstagramPost, type ITaskInstagramPostELS, type ITaskInstagramReplyComment, type ITaskInstagramReplyCommentELS, type ITaskInstagramReplyMessage, type ITaskInstagramReplyMessageELS, type ITaskJob, type ITaskJobAttachmentBlog, type ITaskJobBlogAttached, type ITaskJobCheckList, type ITaskJobDepartmentPermission, type ITaskJobDiscuss, type ITaskJobLabel, type ITaskJobPermission, type ITaskJobTeamPermission, type ITaskJobUserPermission, type ITaskJobsGroup, type ITaskThreadsFollow, type ITaskThreadsFollowELS, type ITaskThreadsPost, type ITaskThreadsPostELS, type ITaskThreadsReplyComment, type ITaskThreadsReplyCommentELS, type ITaskThreadsReplyMessage, type ITaskThreadsReplyMessageELS, type ITeam, type ITeamMember, type ITeamRole, type IThreadsAccountRaw, type IThreadsDashboardFollower, type IThreadsHistoryAutoSync, type IThreadsHistoryAutoSyncELS, type IThreadsHistoryChange, type IThreadsHistoryChangeInfoELS, type IThreadsHistoryCreateNew, type IThreadsHistoryCreateNewELS, type IThreadsHistoryGroup, type IThreadsHistoryGroupELS, type IThreadsReportInteractFollow, type IThreadsReportInteractFollowELS, type IThreadsReportInteractReplyComment, type IThreadsReportInteractReplyCommentELS, type IThreadsReportInteractReplyMessage, type IThreadsReportInteractReplyMessageELS, type IThreadsReportInteractUnFollow, type IThreadsReportInteractUnFollowELS, type IThreadsReportPost, type IThreadsReportPostELS, type IThreadsSettingInteractFollow, type IThreadsSettingInteractReplyComment, type IThreadsSettingInteractReplyMessage, type IThreadsSettingInteractUnFollow, type IThreadsSettingPost, type IToken, type ITrackingModel, type ITrackingTimeScript, type ITrackingUserAction, type IUser, type IUserInfoAssignment, type IUserRole, type IVoiceGenerated, type IVoiceLanguage, type IVoiceSettingDelay, type IVoiceStores, type ImportAccountVPSDto, type ImportDto, type ImportManagerWorkDto, type ImportSheetWorkDto, index$g as Lark, type LoadInfoUrlSheetToolDto, type OverviewSheetsToolDto, type PayloadUrlSheetToolDto, index$a as Permission, type ReplaceAccountVSPDto, index$f as SheetTool, index$4 as Socials, type StatisticsManagerWorkDto, type StatisticsSheetWorkDto, index$e as Status, type TActionRole, type TCompare, type TFilter, type TPost, type TPostStyle, index$5 as Tool, index$d as Types, type UpdateAccountSocialGroupDto, type UpdateAccountVPSDto, type UpdateBlogDto, type UpdateBlogsCategoryDto, type UpdateDepartmentDto, type UpdateDeviceDto, type UpdateInstagramSettingInteractFollowDto, type UpdateInstagramSettingInteractReplyCommentDto, type UpdateInstagramSettingInteractReplyMessageDto, type UpdateInstagramSettingInteractUnFollowDto, type UpdateInstagramSettingPostDto, type UpdateLarkDto, type UpdateManagerWorkDto, type UpdatePCDto, type UpdateProxyDto, type UpdateRoleDto, type UpdateSheetWorkDto, type UpdateSheetsToolDto, type UpdateTaskAIContentDto, type UpdateTaskAIImageCanvaInstagramDto, type UpdateTaskAIImageCanvaThreadsDto, type UpdateTaskAIImageVoiceCanvaInstagramDto, type UpdateTaskAIImageVoiceCanvaThreadsDto, type UpdateTaskInstagramBlockUserDto, type UpdateTaskInstagramChangeInfoDto, type UpdateTaskInstagramFollowDto, type UpdateTaskInstagramInteractExploreDto, type UpdateTaskInstagramInteractReelDto, type UpdateTaskInstagramInteractStoryDto, type UpdateTaskInstagramPostDto, type UpdateTaskInstagramReplyCommentDto, type UpdateTaskInstagramReplyMessageDto, type UpdateTaskThreadsFollowDto, type UpdateTaskThreadsPostDto, type UpdateTaskThreadsReplyCommentDto, type UpdateTaskThreadsReplyMessageDto, type UpdateTasksJobDto, type UpdateTeamDto, type UpdateUserDto, type ViewDetailDeviceDto, type ViewDetailSheetsToolDto, index$7 as Workspace };
|