automation-lib 5.4.185 → 5.4.187
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 +412 -138
- package/dist/index.d.ts +412 -138
- package/dist/index.js +114 -101
- package/dist/index.mjs +112 -100
- package/package.json +1 -1
- package/requirements.txt +7 -7
package/dist/index.d.mts
CHANGED
|
@@ -927,17 +927,9 @@ declare enum ESheetToolThreads {
|
|
|
927
927
|
ReplyComment = "Reply comment",
|
|
928
928
|
ReplyMessage = "Reply message"
|
|
929
929
|
}
|
|
930
|
-
declare enum ESheetToolStatus {
|
|
931
|
-
Active = "Active",
|
|
932
|
-
Inactive = "Inactive",
|
|
933
|
-
Pending = "Pending",
|
|
934
|
-
Error = "Error"
|
|
935
|
-
}
|
|
936
930
|
|
|
937
931
|
type index$f_ESheetToolInstagram = ESheetToolInstagram;
|
|
938
932
|
declare const index$f_ESheetToolInstagram: typeof ESheetToolInstagram;
|
|
939
|
-
type index$f_ESheetToolStatus = ESheetToolStatus;
|
|
940
|
-
declare const index$f_ESheetToolStatus: typeof ESheetToolStatus;
|
|
941
933
|
type index$f_ESheetToolStatusImport = ESheetToolStatusImport;
|
|
942
934
|
declare const index$f_ESheetToolStatusImport: typeof ESheetToolStatusImport;
|
|
943
935
|
type index$f_ESheetToolStatusRun = ESheetToolStatusRun;
|
|
@@ -947,7 +939,7 @@ declare const index$f_ESheetToolThreads: typeof ESheetToolThreads;
|
|
|
947
939
|
type index$f_ESheetToolTimeCrawl = ESheetToolTimeCrawl;
|
|
948
940
|
declare const index$f_ESheetToolTimeCrawl: typeof ESheetToolTimeCrawl;
|
|
949
941
|
declare namespace index$f {
|
|
950
|
-
export { index$f_ESheetToolInstagram as ESheetToolInstagram, index$
|
|
942
|
+
export { index$f_ESheetToolInstagram as ESheetToolInstagram, index$f_ESheetToolStatusImport as ESheetToolStatusImport, index$f_ESheetToolStatusRun as ESheetToolStatusRun, index$f_ESheetToolThreads as ESheetToolThreads, index$f_ESheetToolTimeCrawl as ESheetToolTimeCrawl };
|
|
951
943
|
}
|
|
952
944
|
|
|
953
945
|
declare enum EStatusVPS {
|
|
@@ -1099,12 +1091,6 @@ declare enum EStatusAccountSocialRun {
|
|
|
1099
1091
|
UNKNOWN_STATUS = "Unknown status"
|
|
1100
1092
|
}
|
|
1101
1093
|
|
|
1102
|
-
declare enum EStatusPC {
|
|
1103
|
-
Connected = "Connected",
|
|
1104
|
-
Disconnected = "Disconnected",
|
|
1105
|
-
Maintenance = "Maintenance"
|
|
1106
|
-
}
|
|
1107
|
-
|
|
1108
1094
|
declare enum EStatusDeviceSetup {
|
|
1109
1095
|
Completed = "Completed",
|
|
1110
1096
|
Pending = "Pending",
|
|
@@ -1185,6 +1171,19 @@ declare enum EStatusDeviceSetupSettingTask {
|
|
|
1185
1171
|
Unknown = "Unknown"
|
|
1186
1172
|
}
|
|
1187
1173
|
|
|
1174
|
+
declare enum EStatusGenerate {
|
|
1175
|
+
Pending = "Pending",
|
|
1176
|
+
Processing = "Processing",
|
|
1177
|
+
Done = "Completed",
|
|
1178
|
+
Failed = "Failed"
|
|
1179
|
+
}
|
|
1180
|
+
|
|
1181
|
+
declare enum EStatusPC {
|
|
1182
|
+
Connected = "Connected",
|
|
1183
|
+
Disconnected = "Disconnected",
|
|
1184
|
+
Maintenance = "Maintenance"
|
|
1185
|
+
}
|
|
1186
|
+
|
|
1188
1187
|
declare enum EStatusTaskAIContent {
|
|
1189
1188
|
Pending = "Pending",
|
|
1190
1189
|
Executing = "Executing",
|
|
@@ -1193,14 +1192,6 @@ declare enum EStatusTaskAIContent {
|
|
|
1193
1192
|
Error = "Error"
|
|
1194
1193
|
}
|
|
1195
1194
|
|
|
1196
|
-
declare enum EStatusTaskToolSocials {
|
|
1197
|
-
Pending = "Pending",
|
|
1198
|
-
Executing = "Executing",
|
|
1199
|
-
Error = "Error",
|
|
1200
|
-
Repaired = "Repaired",
|
|
1201
|
-
Done = "Done"
|
|
1202
|
-
}
|
|
1203
|
-
|
|
1204
1195
|
declare enum EStatusTaskAvatarCover {
|
|
1205
1196
|
Pending = "Pending",
|
|
1206
1197
|
GeneratingImage = "GeneratingImage",
|
|
@@ -1229,15 +1220,6 @@ declare enum EStatusTaskImage {
|
|
|
1229
1220
|
Ready = "Ready"
|
|
1230
1221
|
}
|
|
1231
1222
|
|
|
1232
|
-
declare enum EStatusTaskVoice {
|
|
1233
|
-
Pending = "Pending",
|
|
1234
|
-
GeneratingVoice = "GeneratingVoice",
|
|
1235
|
-
GeneratedVoice = "GeneratedVoice",
|
|
1236
|
-
Error = "Error",
|
|
1237
|
-
Done = "Done",// Hoàn thành nhưng chưa chuẩn bị cho việc chạy
|
|
1238
|
-
Ready = "Ready"
|
|
1239
|
-
}
|
|
1240
|
-
|
|
1241
1223
|
declare enum EStatusTaskScript {
|
|
1242
1224
|
Done = "Done",
|
|
1243
1225
|
LoginError = "LoginError",
|
|
@@ -1248,6 +1230,23 @@ declare enum EStatusTaskScript {
|
|
|
1248
1230
|
Unknown = "Unknown"
|
|
1249
1231
|
}
|
|
1250
1232
|
|
|
1233
|
+
declare enum EStatusTaskToolSocials {
|
|
1234
|
+
Pending = "Pending",
|
|
1235
|
+
Executing = "Executing",
|
|
1236
|
+
Error = "Error",
|
|
1237
|
+
Repaired = "Repaired",
|
|
1238
|
+
Done = "Done"
|
|
1239
|
+
}
|
|
1240
|
+
|
|
1241
|
+
declare enum EStatusTaskVoice {
|
|
1242
|
+
Pending = "Pending",
|
|
1243
|
+
GeneratingVoice = "GeneratingVoice",
|
|
1244
|
+
GeneratedVoice = "GeneratedVoice",
|
|
1245
|
+
Error = "Error",
|
|
1246
|
+
Done = "Done",// Hoàn thành nhưng chưa chuẩn bị cho việc chạy
|
|
1247
|
+
Ready = "Ready"
|
|
1248
|
+
}
|
|
1249
|
+
|
|
1251
1250
|
declare enum EStatusBlog {
|
|
1252
1251
|
Spending = "Spending",
|
|
1253
1252
|
Error = "Error",
|
|
@@ -1414,6 +1413,8 @@ type index$e_EStatusDeviceSync = EStatusDeviceSync;
|
|
|
1414
1413
|
declare const index$e_EStatusDeviceSync: typeof EStatusDeviceSync;
|
|
1415
1414
|
type index$e_EStatusExecuteCommon = EStatusExecuteCommon;
|
|
1416
1415
|
declare const index$e_EStatusExecuteCommon: typeof EStatusExecuteCommon;
|
|
1416
|
+
type index$e_EStatusGenerate = EStatusGenerate;
|
|
1417
|
+
declare const index$e_EStatusGenerate: typeof EStatusGenerate;
|
|
1417
1418
|
type index$e_EStatusLark = EStatusLark;
|
|
1418
1419
|
declare const index$e_EStatusLark: typeof EStatusLark;
|
|
1419
1420
|
type index$e_EStatusMailWork = EStatusMailWork;
|
|
@@ -1457,7 +1458,7 @@ declare const index$e_EStatusVPS: typeof EStatusVPS;
|
|
|
1457
1458
|
type index$e_EStatusVPSReplace = EStatusVPSReplace;
|
|
1458
1459
|
declare const index$e_EStatusVPSReplace: typeof EStatusVPSReplace;
|
|
1459
1460
|
declare namespace index$e {
|
|
1460
|
-
export { index$e_EDeviceResetTime as EDeviceResetTime, index$e_EStatusAccountCHPlayICloud as EStatusAccountCHPlayICloud, index$e_EStatusAccountCanva as EStatusAccountCanva, index$e_EStatusAccountDrive as EStatusAccountDrive, index$e_EStatusAccountSocial as EStatusAccountSocial, index$e_EStatusAccountSocialFolderName as EStatusAccountSocialFolderName, index$e_EStatusAccountSocialLogin as EStatusAccountSocialLogin, index$e_EStatusAccountSocialLoginEmail as EStatusAccountSocialLoginEmail, 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_EStatusLark as EStatusLark, index$e_EStatusMailWork as EStatusMailWork, index$e_EStatusPC as EStatusPC, index$e_EStatusProxyChecked as EStatusProxyChecked, index$e_EStatusProxyNewIP as EStatusProxyNewIP, index$e_EStatusRole as EStatusRole, index$e_EStatusSheetWork as EStatusSheetWork, index$e_EStatusSocialAccountRaw as EStatusSocialAccountRaw, 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 };
|
|
1461
|
+
export { index$e_EDeviceResetTime as EDeviceResetTime, index$e_EStatusAccountCHPlayICloud as EStatusAccountCHPlayICloud, index$e_EStatusAccountCanva as EStatusAccountCanva, index$e_EStatusAccountDrive as EStatusAccountDrive, index$e_EStatusAccountSocial as EStatusAccountSocial, index$e_EStatusAccountSocialFolderName as EStatusAccountSocialFolderName, index$e_EStatusAccountSocialLogin as EStatusAccountSocialLogin, index$e_EStatusAccountSocialLoginEmail as EStatusAccountSocialLoginEmail, 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_EStatusProxyChecked as EStatusProxyChecked, index$e_EStatusProxyNewIP as EStatusProxyNewIP, index$e_EStatusRole as EStatusRole, index$e_EStatusSheetWork as EStatusSheetWork, index$e_EStatusSocialAccountRaw as EStatusSocialAccountRaw, 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 };
|
|
1461
1462
|
}
|
|
1462
1463
|
|
|
1463
1464
|
declare enum ETypeProxy {
|
|
@@ -1478,35 +1479,6 @@ declare enum ETypeProxyChecked {
|
|
|
1478
1479
|
ErrorChecker = "ErrorChecker"
|
|
1479
1480
|
}
|
|
1480
1481
|
|
|
1481
|
-
declare enum ETypePin {
|
|
1482
|
-
Love = "Love",
|
|
1483
|
-
Like = "Like",
|
|
1484
|
-
Gim = "Gim"
|
|
1485
|
-
}
|
|
1486
|
-
|
|
1487
|
-
declare enum ETypeDevice {
|
|
1488
|
-
NA = "N/A",
|
|
1489
|
-
BoxPhone = "BoxPhone",
|
|
1490
|
-
Full = "Full"
|
|
1491
|
-
}
|
|
1492
|
-
declare enum ETypeDeviceOS {
|
|
1493
|
-
IOS = "IOS",
|
|
1494
|
-
Android = "Android"
|
|
1495
|
-
}
|
|
1496
|
-
|
|
1497
|
-
declare enum ETypeProxyCountry {
|
|
1498
|
-
USA = "USA",
|
|
1499
|
-
UK = "UK",
|
|
1500
|
-
CA = "CA",
|
|
1501
|
-
AU = "AU",
|
|
1502
|
-
Canada = "Canada"
|
|
1503
|
-
}
|
|
1504
|
-
declare enum ETypeProxyProvider {
|
|
1505
|
-
CloudMini = "CloudMini",
|
|
1506
|
-
ProxyRotator = "ProxyRotator",
|
|
1507
|
-
SmartProxy = "SmartProxy"
|
|
1508
|
-
}
|
|
1509
|
-
|
|
1510
1482
|
declare enum ETypeAccountInstagramSetting {
|
|
1511
1483
|
Business = "Business",
|
|
1512
1484
|
Personal = "Personal",
|
|
@@ -1514,11 +1486,6 @@ declare enum ETypeAccountInstagramSetting {
|
|
|
1514
1486
|
Professional = "Professional"
|
|
1515
1487
|
}
|
|
1516
1488
|
|
|
1517
|
-
declare enum ETypeExport {
|
|
1518
|
-
Append = "Append",
|
|
1519
|
-
Overwrite = "Overwrite"
|
|
1520
|
-
}
|
|
1521
|
-
|
|
1522
1489
|
declare enum ETypeAccountVPN {
|
|
1523
1490
|
Free = "Free",
|
|
1524
1491
|
Premium = "Premium"
|
|
@@ -1543,6 +1510,26 @@ declare enum ETypeColumnManagerWork {
|
|
|
1543
1510
|
Independent = "Independent"
|
|
1544
1511
|
}
|
|
1545
1512
|
|
|
1513
|
+
declare enum ETypeDevice {
|
|
1514
|
+
NA = "N/A",
|
|
1515
|
+
BoxPhone = "BoxPhone",
|
|
1516
|
+
Full = "Full"
|
|
1517
|
+
}
|
|
1518
|
+
declare enum ETypeDeviceOS {
|
|
1519
|
+
IOS = "IOS",
|
|
1520
|
+
Android = "Android"
|
|
1521
|
+
}
|
|
1522
|
+
|
|
1523
|
+
declare enum ETypeExport {
|
|
1524
|
+
Append = "Append",
|
|
1525
|
+
Overwrite = "Overwrite"
|
|
1526
|
+
}
|
|
1527
|
+
|
|
1528
|
+
declare enum ETypeGenerate {
|
|
1529
|
+
Image = "Image",
|
|
1530
|
+
Video = "Video"
|
|
1531
|
+
}
|
|
1532
|
+
|
|
1546
1533
|
declare enum ETypeManagerWorkClassify {
|
|
1547
1534
|
NA = "N/A",
|
|
1548
1535
|
TM = "TM",
|
|
@@ -1554,6 +1541,25 @@ declare enum ETypeManagerWorkType {
|
|
|
1554
1541
|
SubNiche = "SubNiche"
|
|
1555
1542
|
}
|
|
1556
1543
|
|
|
1544
|
+
declare enum ETypePin {
|
|
1545
|
+
Love = "Love",
|
|
1546
|
+
Like = "Like",
|
|
1547
|
+
Gim = "Gim"
|
|
1548
|
+
}
|
|
1549
|
+
|
|
1550
|
+
declare enum ETypeProxyCountry {
|
|
1551
|
+
USA = "USA",
|
|
1552
|
+
UK = "UK",
|
|
1553
|
+
CA = "CA",
|
|
1554
|
+
AU = "AU",
|
|
1555
|
+
Canada = "Canada"
|
|
1556
|
+
}
|
|
1557
|
+
declare enum ETypeProxyProvider {
|
|
1558
|
+
CloudMini = "CloudMini",
|
|
1559
|
+
ProxyRotator = "ProxyRotator",
|
|
1560
|
+
SmartProxy = "SmartProxy"
|
|
1561
|
+
}
|
|
1562
|
+
|
|
1557
1563
|
declare enum ETypeRatioImage {
|
|
1558
1564
|
Square = "Square",
|
|
1559
1565
|
Vertical = "Vertical",
|
|
@@ -1588,14 +1594,9 @@ declare enum ETypeSocial {
|
|
|
1588
1594
|
Quora = "Quora"
|
|
1589
1595
|
}
|
|
1590
1596
|
|
|
1591
|
-
declare enum
|
|
1592
|
-
|
|
1593
|
-
|
|
1594
|
-
Month = "Month"
|
|
1595
|
-
}
|
|
1596
|
-
|
|
1597
|
-
declare enum ETypeVoiceLanguage {
|
|
1598
|
-
English = "en"
|
|
1597
|
+
declare enum ETypeSocialChangeInfoThreads {
|
|
1598
|
+
ConnectSyncInstagram = "ConnectSyncInstagram",
|
|
1599
|
+
ChangeThreads = "ChangeThreads"
|
|
1599
1600
|
}
|
|
1600
1601
|
|
|
1601
1602
|
declare enum ETypeSocialCreateNew {
|
|
@@ -1606,9 +1607,14 @@ declare enum ETypeSocialCreateNew {
|
|
|
1606
1607
|
Account = "Account"
|
|
1607
1608
|
}
|
|
1608
1609
|
|
|
1609
|
-
declare enum
|
|
1610
|
-
|
|
1611
|
-
|
|
1610
|
+
declare enum ETypeTimeFilter {
|
|
1611
|
+
Day = "Day",
|
|
1612
|
+
Week = "Week",
|
|
1613
|
+
Month = "Month"
|
|
1614
|
+
}
|
|
1615
|
+
|
|
1616
|
+
declare enum ETypeVoiceLanguage {
|
|
1617
|
+
English = "en"
|
|
1612
1618
|
}
|
|
1613
1619
|
|
|
1614
1620
|
type index$d_ETypeAccountInstagramSetting = ETypeAccountInstagramSetting;
|
|
@@ -1625,6 +1631,8 @@ type index$d_ETypeDeviceOS = ETypeDeviceOS;
|
|
|
1625
1631
|
declare const index$d_ETypeDeviceOS: typeof ETypeDeviceOS;
|
|
1626
1632
|
type index$d_ETypeExport = ETypeExport;
|
|
1627
1633
|
declare const index$d_ETypeExport: typeof ETypeExport;
|
|
1634
|
+
type index$d_ETypeGenerate = ETypeGenerate;
|
|
1635
|
+
declare const index$d_ETypeGenerate: typeof ETypeGenerate;
|
|
1628
1636
|
type index$d_ETypeManagerWorkClassify = ETypeManagerWorkClassify;
|
|
1629
1637
|
declare const index$d_ETypeManagerWorkClassify: typeof ETypeManagerWorkClassify;
|
|
1630
1638
|
type index$d_ETypeManagerWorkType = ETypeManagerWorkType;
|
|
@@ -1660,7 +1668,7 @@ declare const index$d_ETypeTimeFilter: typeof ETypeTimeFilter;
|
|
|
1660
1668
|
type index$d_ETypeVoiceLanguage = ETypeVoiceLanguage;
|
|
1661
1669
|
declare const index$d_ETypeVoiceLanguage: typeof ETypeVoiceLanguage;
|
|
1662
1670
|
declare namespace index$d {
|
|
1663
|
-
export { index$d_ETypeAccountInstagramSetting as ETypeAccountInstagramSetting, index$d_ETypeAccountVPN as ETypeAccountVPN, index$d_ETypeCanva as ETypeCanva, index$d_ETypeColumnManagerWork as ETypeColumnManagerWork, index$d_ETypeDevice as ETypeDevice, index$d_ETypeDeviceOS as ETypeDeviceOS, index$d_ETypeExport as ETypeExport, index$d_ETypeManagerWorkClassify as ETypeManagerWorkClassify, index$d_ETypeManagerWorkType as ETypeManagerWorkType, index$d_ETypePin as ETypePin, index$d_ETypeProviderAccountVPN as ETypeProviderAccountVPN, index$d_ETypeProxy as ETypeProxy, index$d_ETypeProxyChecked as ETypeProxyChecked, index$d_ETypeProxyCountry as ETypeProxyCountry, index$d_ETypeProxyNewIP as ETypeProxyNewIP, index$d_ETypeProxyProvider as ETypeProxyProvider, index$d_ETypeRatioImage as ETypeRatioImage, index$d_ETypeSheetWorkClassify as ETypeSheetWorkClassify, index$d_ETypeSheetWorkPin as ETypeSheetWorkPin, index$d_ETypeSocial as ETypeSocial, index$d_ETypeSocialChangeInfoThreads as ETypeSocialChangeInfoThreads, index$d_ETypeSocialCreateNew as ETypeSocialCreateNew, index$d_ETypeTimeFilter as ETypeTimeFilter, index$d_ETypeVoiceLanguage as ETypeVoiceLanguage };
|
|
1671
|
+
export { index$d_ETypeAccountInstagramSetting as ETypeAccountInstagramSetting, index$d_ETypeAccountVPN as ETypeAccountVPN, index$d_ETypeCanva as ETypeCanva, index$d_ETypeColumnManagerWork as ETypeColumnManagerWork, index$d_ETypeDevice as ETypeDevice, index$d_ETypeDeviceOS as ETypeDeviceOS, index$d_ETypeExport as ETypeExport, index$d_ETypeGenerate as ETypeGenerate, index$d_ETypeManagerWorkClassify as ETypeManagerWorkClassify, index$d_ETypeManagerWorkType as ETypeManagerWorkType, index$d_ETypePin as ETypePin, index$d_ETypeProviderAccountVPN as ETypeProviderAccountVPN, index$d_ETypeProxy as ETypeProxy, index$d_ETypeProxyChecked as ETypeProxyChecked, index$d_ETypeProxyCountry as ETypeProxyCountry, index$d_ETypeProxyNewIP as ETypeProxyNewIP, index$d_ETypeProxyProvider as ETypeProxyProvider, index$d_ETypeRatioImage as ETypeRatioImage, index$d_ETypeSheetWorkClassify as ETypeSheetWorkClassify, index$d_ETypeSheetWorkPin as ETypeSheetWorkPin, index$d_ETypeSocial as ETypeSocial, index$d_ETypeSocialChangeInfoThreads as ETypeSocialChangeInfoThreads, index$d_ETypeSocialCreateNew as ETypeSocialCreateNew, index$d_ETypeTimeFilter as ETypeTimeFilter, index$d_ETypeVoiceLanguage as ETypeVoiceLanguage };
|
|
1664
1672
|
}
|
|
1665
1673
|
|
|
1666
1674
|
declare enum EStatusDeviceLog {
|
|
@@ -1745,8 +1753,6 @@ type index$c_EPriority = EPriority;
|
|
|
1745
1753
|
declare const index$c_EPriority: typeof EPriority;
|
|
1746
1754
|
type index$c_ESheetToolInstagram = ESheetToolInstagram;
|
|
1747
1755
|
declare const index$c_ESheetToolInstagram: typeof ESheetToolInstagram;
|
|
1748
|
-
type index$c_ESheetToolStatus = ESheetToolStatus;
|
|
1749
|
-
declare const index$c_ESheetToolStatus: typeof ESheetToolStatus;
|
|
1750
1756
|
type index$c_ESheetToolStatusImport = ESheetToolStatusImport;
|
|
1751
1757
|
declare const index$c_ESheetToolStatusImport: typeof ESheetToolStatusImport;
|
|
1752
1758
|
type index$c_ESheetToolStatusRun = ESheetToolStatusRun;
|
|
@@ -1825,6 +1831,8 @@ type index$c_EStatusEmail = EStatusEmail;
|
|
|
1825
1831
|
declare const index$c_EStatusEmail: typeof EStatusEmail;
|
|
1826
1832
|
type index$c_EStatusExecuteCommon = EStatusExecuteCommon;
|
|
1827
1833
|
declare const index$c_EStatusExecuteCommon: typeof EStatusExecuteCommon;
|
|
1834
|
+
type index$c_EStatusGenerate = EStatusGenerate;
|
|
1835
|
+
declare const index$c_EStatusGenerate: typeof EStatusGenerate;
|
|
1828
1836
|
type index$c_EStatusLark = EStatusLark;
|
|
1829
1837
|
declare const index$c_EStatusLark: typeof EStatusLark;
|
|
1830
1838
|
type index$c_EStatusMailWork = EStatusMailWork;
|
|
@@ -1885,6 +1893,8 @@ type index$c_ETypeDeviceOS = ETypeDeviceOS;
|
|
|
1885
1893
|
declare const index$c_ETypeDeviceOS: typeof ETypeDeviceOS;
|
|
1886
1894
|
type index$c_ETypeExport = ETypeExport;
|
|
1887
1895
|
declare const index$c_ETypeExport: typeof ETypeExport;
|
|
1896
|
+
type index$c_ETypeGenerate = ETypeGenerate;
|
|
1897
|
+
declare const index$c_ETypeGenerate: typeof ETypeGenerate;
|
|
1888
1898
|
type index$c_ETypeManagerWorkClassify = ETypeManagerWorkClassify;
|
|
1889
1899
|
declare const index$c_ETypeManagerWorkClassify: typeof ETypeManagerWorkClassify;
|
|
1890
1900
|
type index$c_ETypeManagerWorkType = ETypeManagerWorkType;
|
|
@@ -1922,7 +1932,7 @@ declare const index$c_ETypeTimeFilter: typeof ETypeTimeFilter;
|
|
|
1922
1932
|
type index$c_ETypeVoiceLanguage = ETypeVoiceLanguage;
|
|
1923
1933
|
declare const index$c_ETypeVoiceLanguage: typeof ETypeVoiceLanguage;
|
|
1924
1934
|
declare namespace index$c {
|
|
1925
|
-
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_EPriority as EPriority, index$c_ESheetToolInstagram as ESheetToolInstagram, index$
|
|
1935
|
+
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_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_EStatusAccountSocial as EStatusAccountSocial, index$c_EStatusAccountSocialFolderName as EStatusAccountSocialFolderName, index$c_EStatusAccountSocialLogin as EStatusAccountSocialLogin, index$c_EStatusAccountSocialLoginEmail as EStatusAccountSocialLoginEmail, 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_EStatusProxyChecked as EStatusProxyChecked, index$c_EStatusProxyNewIP as EStatusProxyNewIP, index$c_EStatusRole as EStatusRole, index$c_EStatusSheetWork as EStatusSheetWork, index$c_EStatusSocialAccountRaw as EStatusSocialAccountRaw, 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 };
|
|
1926
1936
|
}
|
|
1927
1937
|
|
|
1928
1938
|
type TFilter = 'direct' | 'ref';
|
|
@@ -5919,7 +5929,7 @@ interface FilterInstagramReportPostHighLightDto extends IFilterBaseDto, IFilterB
|
|
|
5919
5929
|
sheetName: string[];
|
|
5920
5930
|
statusAccount: EStatusSocialAccountRaw[];
|
|
5921
5931
|
statusLogin: EStatusAccountSocialLogin[];
|
|
5922
|
-
statusSheet:
|
|
5932
|
+
statusSheet: ESheetToolStatusRun[];
|
|
5923
5933
|
}
|
|
5924
5934
|
|
|
5925
5935
|
interface FindOverViewInstagramReportPostNewDto {
|
|
@@ -5972,7 +5982,7 @@ interface FilterInstagramReportPostNewDto extends IFilterBaseDto, IFilterBaseAcc
|
|
|
5972
5982
|
sheetName: string[];
|
|
5973
5983
|
statusAccount: EStatusSocialAccountRaw[];
|
|
5974
5984
|
statusLogin: EStatusAccountSocialLogin[];
|
|
5975
|
-
statusSheet:
|
|
5985
|
+
statusSheet: ESheetToolStatusRun[];
|
|
5976
5986
|
}
|
|
5977
5987
|
|
|
5978
5988
|
interface FindOverViewInstagramReportPostReelDto {
|
|
@@ -6025,7 +6035,7 @@ interface FilterInstagramReportPostReelDto extends IFilterBaseDto, IFilterBaseAc
|
|
|
6025
6035
|
sheetName: string[];
|
|
6026
6036
|
statusAccount: EStatusSocialAccountRaw[];
|
|
6027
6037
|
statusLogin: EStatusAccountSocialLogin[];
|
|
6028
|
-
statusSheet:
|
|
6038
|
+
statusSheet: ESheetToolStatusRun[];
|
|
6029
6039
|
}
|
|
6030
6040
|
|
|
6031
6041
|
interface FindOverViewInstagramReportPostStoryDto {
|
|
@@ -6078,7 +6088,7 @@ interface FilterInstagramReportPostStoryDto extends IFilterBaseDto, IFilterBaseA
|
|
|
6078
6088
|
sheetName: string[];
|
|
6079
6089
|
statusAccount: EStatusSocialAccountRaw[];
|
|
6080
6090
|
statusLogin: EStatusAccountSocialLogin[];
|
|
6081
|
-
statusSheet:
|
|
6091
|
+
statusSheet: ESheetToolStatusRun[];
|
|
6082
6092
|
}
|
|
6083
6093
|
|
|
6084
6094
|
interface FindOverViewInstagramReportPostSquareDto {
|
|
@@ -6131,7 +6141,7 @@ interface FilterInstagramReportPostSquareDto extends IFilterBaseDto, IFilterBase
|
|
|
6131
6141
|
sheetName: string[];
|
|
6132
6142
|
statusAccount: EStatusSocialAccountRaw[];
|
|
6133
6143
|
statusLogin: EStatusAccountSocialLogin[];
|
|
6134
|
-
statusSheet:
|
|
6144
|
+
statusSheet: ESheetToolStatusRun[];
|
|
6135
6145
|
}
|
|
6136
6146
|
|
|
6137
6147
|
interface FindOverViewInstagramReportInteractBlockUserDto {
|
|
@@ -6274,7 +6284,7 @@ interface FilterInstagramReportInteractFollowDto extends IFilterBaseDto, IFilter
|
|
|
6274
6284
|
sheetName: string[];
|
|
6275
6285
|
statusAccount: EStatusSocialAccountRaw[];
|
|
6276
6286
|
statusLogin: EStatusAccountSocialLogin[];
|
|
6277
|
-
statusSheet:
|
|
6287
|
+
statusSheet: ESheetToolStatusRun[];
|
|
6278
6288
|
}
|
|
6279
6289
|
|
|
6280
6290
|
interface FindOverViewInstagramReportInteractReelDto {
|
|
@@ -6370,7 +6380,7 @@ interface FilterInstagramReportInteractReplyCommentDto extends IFilterBaseDto, I
|
|
|
6370
6380
|
sheetName: string[];
|
|
6371
6381
|
statusAccount: EStatusSocialAccountRaw[];
|
|
6372
6382
|
statusLogin: EStatusAccountSocialLogin[];
|
|
6373
|
-
statusSheet:
|
|
6383
|
+
statusSheet: ESheetToolStatusRun[];
|
|
6374
6384
|
}
|
|
6375
6385
|
|
|
6376
6386
|
interface FindOverViewInstagramReportInteractReplyMessageDto {
|
|
@@ -6420,7 +6430,7 @@ interface FilterInstagramReportInteractReplyMessageDto extends IFilterBaseDto, I
|
|
|
6420
6430
|
sheetName: string[];
|
|
6421
6431
|
statusAccount: EStatusSocialAccountRaw[];
|
|
6422
6432
|
statusLogin: EStatusAccountSocialLogin[];
|
|
6423
|
-
statusSheet:
|
|
6433
|
+
statusSheet: ESheetToolStatusRun[];
|
|
6424
6434
|
}
|
|
6425
6435
|
|
|
6426
6436
|
interface FindOverViewInstagramReportInteractStoryDto {
|
|
@@ -6516,7 +6526,7 @@ interface FilterInstagramReportInteractUnFollowDto extends IFilterBaseDto, IFilt
|
|
|
6516
6526
|
sheetName: string[];
|
|
6517
6527
|
statusAccount: EStatusSocialAccountRaw[];
|
|
6518
6528
|
statusLogin: EStatusAccountSocialLogin[];
|
|
6519
|
-
statusSheet:
|
|
6529
|
+
statusSheet: ESheetToolStatusRun[];
|
|
6520
6530
|
}
|
|
6521
6531
|
|
|
6522
6532
|
interface FindOverViewInstagramSettingInteractExploreDto {
|
|
@@ -11269,7 +11279,8 @@ interface IInstagramReportInteractBlockUser extends IBaseModel, ITrackingTimeScr
|
|
|
11269
11279
|
timeEnd: Date;
|
|
11270
11280
|
timezone: ETimeZone;
|
|
11271
11281
|
listDateOfWeeks: EDayOfWeek[];
|
|
11272
|
-
|
|
11282
|
+
executeBetweenSetting: [string, string];
|
|
11283
|
+
schedulePostTime: Date;
|
|
11273
11284
|
}
|
|
11274
11285
|
interface IInstagramReportInteractBlockUserELS extends IBaseELS {
|
|
11275
11286
|
idea: IBaseRefFieldELS;
|
|
@@ -11303,7 +11314,8 @@ interface IInstagramReportInteractBlockUserELS extends IBaseELS {
|
|
|
11303
11314
|
timeEnd: Date;
|
|
11304
11315
|
timezone: ETimeZone;
|
|
11305
11316
|
listDateOfWeeks: EDayOfWeek[];
|
|
11306
|
-
|
|
11317
|
+
executeBetweenSetting: [string, string];
|
|
11318
|
+
schedulePostTime: Date;
|
|
11307
11319
|
}
|
|
11308
11320
|
|
|
11309
11321
|
interface IInstagramReportInteractExplore extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
|
@@ -11318,7 +11330,8 @@ interface IInstagramReportInteractExplore extends IBaseModel, ITrackingTimeScrip
|
|
|
11318
11330
|
timeEnd: Date;
|
|
11319
11331
|
timezone: ETimeZone;
|
|
11320
11332
|
listDateOfWeeks: EDayOfWeek[];
|
|
11321
|
-
|
|
11333
|
+
executeBetweenSetting: [string, string];
|
|
11334
|
+
schedulePostTime: Date;
|
|
11322
11335
|
timeDelayFrom: number;
|
|
11323
11336
|
timeDelayTo: number;
|
|
11324
11337
|
}
|
|
@@ -11349,7 +11362,8 @@ interface IInstagramReportInteractExploreELS extends IBaseELS {
|
|
|
11349
11362
|
timeEnd: Date;
|
|
11350
11363
|
timezone: ETimeZone;
|
|
11351
11364
|
listDateOfWeeks: EDayOfWeek[];
|
|
11352
|
-
|
|
11365
|
+
executeBetweenSetting: [string, string];
|
|
11366
|
+
schedulePostTime: Date;
|
|
11353
11367
|
timeDelayFrom: number;
|
|
11354
11368
|
timeDelayTo: number;
|
|
11355
11369
|
}
|
|
@@ -11366,7 +11380,8 @@ interface IInstagramReportInteractFollow extends IBaseModel, ITrackingTimeScript
|
|
|
11366
11380
|
timeEnd: Date;
|
|
11367
11381
|
timezone: ETimeZone;
|
|
11368
11382
|
listDateOfWeeks: EDayOfWeek[];
|
|
11369
|
-
|
|
11383
|
+
executeBetweenSetting: [string, string];
|
|
11384
|
+
schedulePostTime: Date;
|
|
11370
11385
|
growthFollow: number;
|
|
11371
11386
|
timeGrowthFollow: Date;
|
|
11372
11387
|
isInteractUserFollower: boolean;
|
|
@@ -11414,7 +11429,8 @@ interface IInstagramReportInteractFollowELS extends IBaseELS {
|
|
|
11414
11429
|
timeEnd: Date;
|
|
11415
11430
|
timezone: ETimeZone;
|
|
11416
11431
|
listDateOfWeeks: EDayOfWeek[];
|
|
11417
|
-
|
|
11432
|
+
executeBetweenSetting: [string, string];
|
|
11433
|
+
schedulePostTime: Date;
|
|
11418
11434
|
growthFollow: number;
|
|
11419
11435
|
timeGrowthFollow: Date;
|
|
11420
11436
|
isInteractUserFollower: boolean;
|
|
@@ -11442,7 +11458,8 @@ interface IInstagramReportInteractReel extends IBaseModel, ITrackingTimeScript,
|
|
|
11442
11458
|
timeEnd: Date;
|
|
11443
11459
|
timezone: ETimeZone;
|
|
11444
11460
|
listDateOfWeeks: EDayOfWeek[];
|
|
11445
|
-
|
|
11461
|
+
executeBetweenSetting: [string, string];
|
|
11462
|
+
schedulePostTime: Date;
|
|
11446
11463
|
timeDelayFrom: number;
|
|
11447
11464
|
timeDelayTo: number;
|
|
11448
11465
|
}
|
|
@@ -11472,7 +11489,8 @@ interface IInstagramReportInteractReelELS extends IBaseELS {
|
|
|
11472
11489
|
timeEnd: Date;
|
|
11473
11490
|
timezone: ETimeZone;
|
|
11474
11491
|
listDateOfWeeks: EDayOfWeek[];
|
|
11475
|
-
|
|
11492
|
+
executeBetweenSetting: [string, string];
|
|
11493
|
+
schedulePostTime: Date;
|
|
11476
11494
|
timeDelayFrom: number;
|
|
11477
11495
|
timeDelayTo: number;
|
|
11478
11496
|
}
|
|
@@ -11490,7 +11508,8 @@ interface IInstagramReportInteractReplyComment extends IBaseModel, ITrackingTime
|
|
|
11490
11508
|
timeEnd: Date;
|
|
11491
11509
|
timezone: ETimeZone;
|
|
11492
11510
|
listDateOfWeeks: EDayOfWeek[];
|
|
11493
|
-
|
|
11511
|
+
executeBetweenSetting: [string, string];
|
|
11512
|
+
schedulePostTime: Date;
|
|
11494
11513
|
timeDelayFrom: number;
|
|
11495
11514
|
timeDelayTo: number;
|
|
11496
11515
|
}
|
|
@@ -11527,7 +11546,8 @@ interface IInstagramReportInteractReplyCommentELS extends IBaseELS {
|
|
|
11527
11546
|
timeEnd: Date;
|
|
11528
11547
|
timezone: ETimeZone;
|
|
11529
11548
|
listDateOfWeeks: EDayOfWeek[];
|
|
11530
|
-
|
|
11549
|
+
executeBetweenSetting: [string, string];
|
|
11550
|
+
schedulePostTime: Date;
|
|
11531
11551
|
timeDelayFrom: number;
|
|
11532
11552
|
timeDelayTo: number;
|
|
11533
11553
|
}
|
|
@@ -11543,7 +11563,8 @@ interface IInstagramReportInteractReplyMessage extends IBaseModel, ITrackingTime
|
|
|
11543
11563
|
timeEnd: Date;
|
|
11544
11564
|
timezone: ETimeZone;
|
|
11545
11565
|
listDateOfWeeks: EDayOfWeek[];
|
|
11546
|
-
|
|
11566
|
+
executeBetweenSetting: [string, string];
|
|
11567
|
+
schedulePostTime: Date;
|
|
11547
11568
|
timeDelayFrom: number;
|
|
11548
11569
|
timeDelayTo: number;
|
|
11549
11570
|
}
|
|
@@ -11578,7 +11599,8 @@ interface IInstagramReportInteractReplyMessageELS extends IBaseELS {
|
|
|
11578
11599
|
timeEnd: Date;
|
|
11579
11600
|
timezone: ETimeZone;
|
|
11580
11601
|
listDateOfWeeks: EDayOfWeek[];
|
|
11581
|
-
|
|
11602
|
+
executeBetweenSetting: [string, string];
|
|
11603
|
+
schedulePostTime: Date;
|
|
11582
11604
|
timeDelayFrom: number;
|
|
11583
11605
|
timeDelayTo: number;
|
|
11584
11606
|
}
|
|
@@ -11596,7 +11618,8 @@ interface IInstagramReportInteractStory extends IBaseModel, ITrackingTimeScript,
|
|
|
11596
11618
|
timeEnd: Date;
|
|
11597
11619
|
timezone: ETimeZone;
|
|
11598
11620
|
listDateOfWeeks: EDayOfWeek[];
|
|
11599
|
-
|
|
11621
|
+
executeBetweenSetting: [string, string];
|
|
11622
|
+
schedulePostTime: Date;
|
|
11600
11623
|
timeDelayFrom: number;
|
|
11601
11624
|
timeDelayTo: number;
|
|
11602
11625
|
}
|
|
@@ -11628,7 +11651,8 @@ interface IInstagramReportInteractStoryELS extends IBaseELS {
|
|
|
11628
11651
|
timeEnd: Date;
|
|
11629
11652
|
timezone: ETimeZone;
|
|
11630
11653
|
listDateOfWeeks: EDayOfWeek[];
|
|
11631
|
-
|
|
11654
|
+
executeBetweenSetting: [string, string];
|
|
11655
|
+
schedulePostTime: Date;
|
|
11632
11656
|
timeDelayFrom: number;
|
|
11633
11657
|
timeDelayTo: number;
|
|
11634
11658
|
}
|
|
@@ -11645,7 +11669,8 @@ interface IInstagramReportInteractUnFollow extends IBaseModel, ITrackingTimeScri
|
|
|
11645
11669
|
timeEnd: Date;
|
|
11646
11670
|
timezone: ETimeZone;
|
|
11647
11671
|
listDateOfWeeks: EDayOfWeek[];
|
|
11648
|
-
|
|
11672
|
+
executeBetweenSetting: [string, string];
|
|
11673
|
+
schedulePostTime: Date;
|
|
11649
11674
|
growthFollow: number;
|
|
11650
11675
|
timeGrowthFollow: Date;
|
|
11651
11676
|
unFollowPerDay: number;
|
|
@@ -11688,7 +11713,8 @@ interface IInstagramReportInteractUnFollowELS extends IBaseELS {
|
|
|
11688
11713
|
timeEnd: Date;
|
|
11689
11714
|
timezone: ETimeZone;
|
|
11690
11715
|
listDateOfWeeks: EDayOfWeek[];
|
|
11691
|
-
|
|
11716
|
+
executeBetweenSetting: [string, string];
|
|
11717
|
+
schedulePostTime: Date;
|
|
11692
11718
|
growthFollow: number;
|
|
11693
11719
|
timeGrowthFollow: Date;
|
|
11694
11720
|
unFollowPerHour: number;
|
|
@@ -11700,6 +11726,17 @@ interface IInstagramReportInteractUnFollowELS extends IBaseELS {
|
|
|
11700
11726
|
timeDelayTo: number;
|
|
11701
11727
|
}
|
|
11702
11728
|
|
|
11729
|
+
declare enum EStatusPost {
|
|
11730
|
+
UnknownEdit = "UnknownEdit",
|
|
11731
|
+
PendingEdit = "PendingEdit",
|
|
11732
|
+
DoneEdit = "DoneEdit",
|
|
11733
|
+
ErrorEdit = "ErrorEdit",
|
|
11734
|
+
UnknownPost = "UnknownPost",
|
|
11735
|
+
PendingPost = "PendingPost",
|
|
11736
|
+
DonePost = "DonePost",
|
|
11737
|
+
ErrorPost = "ErrorPost"
|
|
11738
|
+
}
|
|
11739
|
+
|
|
11703
11740
|
interface IInstagramReportPostHighLight extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
|
11704
11741
|
account: string | IInstagramAccountRaw;
|
|
11705
11742
|
sheet: string | ISheetsTool;
|
|
@@ -11709,11 +11746,15 @@ interface IInstagramReportPostHighLight extends IBaseModel, ITrackingTimeScript,
|
|
|
11709
11746
|
timeEnd: Date;
|
|
11710
11747
|
timezone: ETimeZone;
|
|
11711
11748
|
listDateOfWeeks: EDayOfWeek[];
|
|
11712
|
-
|
|
11713
|
-
|
|
11749
|
+
executeBetweenSetting: [string, string];
|
|
11750
|
+
schedulePostTime: Date;
|
|
11751
|
+
status: EStatusPost;
|
|
11714
11752
|
noteFix: string;
|
|
11715
11753
|
typePost: string;
|
|
11716
11754
|
stylePost: string;
|
|
11755
|
+
taskImageId: string;
|
|
11756
|
+
taskVoiceId: string;
|
|
11757
|
+
taskCanvaId: string;
|
|
11717
11758
|
historyName: string;
|
|
11718
11759
|
linkAddHistory: string;
|
|
11719
11760
|
timeDelayFrom: number;
|
|
@@ -11748,8 +11789,9 @@ interface IInstagramReportPostHighLightELS extends IBaseELS {
|
|
|
11748
11789
|
timeEnd: Date;
|
|
11749
11790
|
timezone: ETimeZone;
|
|
11750
11791
|
listDateOfWeeks: EDayOfWeek[];
|
|
11751
|
-
|
|
11752
|
-
|
|
11792
|
+
executeBetweenSetting: [string, string];
|
|
11793
|
+
schedulePostTime: Date;
|
|
11794
|
+
status: EStatusPost;
|
|
11753
11795
|
noteFix: string;
|
|
11754
11796
|
typePost: string;
|
|
11755
11797
|
stylePost: string;
|
|
@@ -11757,6 +11799,46 @@ interface IInstagramReportPostHighLightELS extends IBaseELS {
|
|
|
11757
11799
|
linkAddHistory: string;
|
|
11758
11800
|
timeDelayFrom: number;
|
|
11759
11801
|
timeDelayTo: number;
|
|
11802
|
+
taskImageInfo: {
|
|
11803
|
+
id: string;
|
|
11804
|
+
folderImageName: string;
|
|
11805
|
+
typeGenerate: ETypeGenerate[];
|
|
11806
|
+
accountAIInfo: {
|
|
11807
|
+
email: string;
|
|
11808
|
+
modelAI: EAIModelImage;
|
|
11809
|
+
provider: string;
|
|
11810
|
+
};
|
|
11811
|
+
listGenerate: Array<{
|
|
11812
|
+
prompt: string;
|
|
11813
|
+
outputURL: string;
|
|
11814
|
+
status: EStatusGenerate;
|
|
11815
|
+
}>;
|
|
11816
|
+
};
|
|
11817
|
+
taskVoiceInfo: {
|
|
11818
|
+
id: string;
|
|
11819
|
+
accountAIInfo: {
|
|
11820
|
+
email: string;
|
|
11821
|
+
modelAI: EAIModelImage;
|
|
11822
|
+
provider: string;
|
|
11823
|
+
};
|
|
11824
|
+
listGenerate: Array<{
|
|
11825
|
+
prompt: string;
|
|
11826
|
+
outputURL: string;
|
|
11827
|
+
status: EStatusGenerate;
|
|
11828
|
+
}>;
|
|
11829
|
+
};
|
|
11830
|
+
taskCanvaInfo: {
|
|
11831
|
+
id: string;
|
|
11832
|
+
accountAIInfo: {
|
|
11833
|
+
email: string;
|
|
11834
|
+
modelAI: EAIModelImage;
|
|
11835
|
+
provider: string;
|
|
11836
|
+
};
|
|
11837
|
+
listGenerate: Array<{
|
|
11838
|
+
outputURL: string;
|
|
11839
|
+
typeGenerate: ETypeGenerate;
|
|
11840
|
+
}>;
|
|
11841
|
+
};
|
|
11760
11842
|
}
|
|
11761
11843
|
|
|
11762
11844
|
interface IInstagramReportPostNew extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
|
@@ -11768,8 +11850,9 @@ interface IInstagramReportPostNew extends IBaseModel, ITrackingTimeScript, ITrac
|
|
|
11768
11850
|
timeEnd: Date;
|
|
11769
11851
|
timezone: ETimeZone;
|
|
11770
11852
|
listDateOfWeeks: EDayOfWeek[];
|
|
11771
|
-
|
|
11772
|
-
|
|
11853
|
+
executeBetweenSetting: [string, string];
|
|
11854
|
+
schedulePostTime: Date;
|
|
11855
|
+
status: EStatusPost;
|
|
11773
11856
|
noteFix: string;
|
|
11774
11857
|
typePost: string;
|
|
11775
11858
|
stylePost: string;
|
|
@@ -11795,6 +11878,8 @@ interface IInstagramReportPostNew extends IBaseModel, ITrackingTimeScript, ITrac
|
|
|
11795
11878
|
delayTimeCommentTo: number;
|
|
11796
11879
|
numberCommentsForPostMeFrom: number;
|
|
11797
11880
|
numberCommentsForPostMeTo: number;
|
|
11881
|
+
editPostStartDate: Date;
|
|
11882
|
+
editPostEndDate: Date;
|
|
11798
11883
|
}
|
|
11799
11884
|
interface IInstagramReportPostNewELS extends IBaseELS {
|
|
11800
11885
|
idea: IBaseRefFieldELS;
|
|
@@ -11825,8 +11910,9 @@ interface IInstagramReportPostNewELS extends IBaseELS {
|
|
|
11825
11910
|
timeEnd: Date;
|
|
11826
11911
|
timezone: ETimeZone;
|
|
11827
11912
|
listDateOfWeeks: EDayOfWeek[];
|
|
11828
|
-
|
|
11829
|
-
|
|
11913
|
+
executeBetweenSetting: [string, string];
|
|
11914
|
+
schedulePostTime: Date;
|
|
11915
|
+
status: EStatusPost;
|
|
11830
11916
|
noteFix: string;
|
|
11831
11917
|
typePost: string;
|
|
11832
11918
|
stylePost: string;
|
|
@@ -11852,6 +11938,48 @@ interface IInstagramReportPostNewELS extends IBaseELS {
|
|
|
11852
11938
|
delayTimeCommentTo: number;
|
|
11853
11939
|
numberCommentsForPostMeFrom: number;
|
|
11854
11940
|
numberCommentsForPostMeTo: number;
|
|
11941
|
+
editPostStartDate: Date;
|
|
11942
|
+
editPostEndDate: Date;
|
|
11943
|
+
taskImageInfo: {
|
|
11944
|
+
id: string;
|
|
11945
|
+
folderImageName: string;
|
|
11946
|
+
typeGenerate: ETypeGenerate[];
|
|
11947
|
+
accountAIInfo: {
|
|
11948
|
+
email: string;
|
|
11949
|
+
modelAI: EAIModelImage;
|
|
11950
|
+
provider: string;
|
|
11951
|
+
};
|
|
11952
|
+
listGenerate: Array<{
|
|
11953
|
+
prompt: string;
|
|
11954
|
+
outputURL: string;
|
|
11955
|
+
status: EStatusGenerate;
|
|
11956
|
+
}>;
|
|
11957
|
+
};
|
|
11958
|
+
taskVoiceInfo: {
|
|
11959
|
+
id: string;
|
|
11960
|
+
accountAIInfo: {
|
|
11961
|
+
email: string;
|
|
11962
|
+
modelAI: EAIModelImage;
|
|
11963
|
+
provider: string;
|
|
11964
|
+
};
|
|
11965
|
+
listGenerate: Array<{
|
|
11966
|
+
prompt: string;
|
|
11967
|
+
outputURL: string;
|
|
11968
|
+
status: EStatusGenerate;
|
|
11969
|
+
}>;
|
|
11970
|
+
};
|
|
11971
|
+
taskCanvaInfo: {
|
|
11972
|
+
id: string;
|
|
11973
|
+
accountAIInfo: {
|
|
11974
|
+
email: string;
|
|
11975
|
+
modelAI: EAIModelImage;
|
|
11976
|
+
provider: string;
|
|
11977
|
+
};
|
|
11978
|
+
listGenerate: Array<{
|
|
11979
|
+
outputURL: string;
|
|
11980
|
+
typeGenerate: ETypeGenerate;
|
|
11981
|
+
}>;
|
|
11982
|
+
};
|
|
11855
11983
|
}
|
|
11856
11984
|
|
|
11857
11985
|
interface IInstagramReportPostSquare extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
|
@@ -11863,8 +11991,9 @@ interface IInstagramReportPostSquare extends IBaseModel, ITrackingTimeScript, IT
|
|
|
11863
11991
|
timeEnd: Date;
|
|
11864
11992
|
timezone: ETimeZone;
|
|
11865
11993
|
listDateOfWeeks: EDayOfWeek[];
|
|
11866
|
-
|
|
11867
|
-
|
|
11994
|
+
executeBetweenSetting: [string, string];
|
|
11995
|
+
schedulePostTime: Date;
|
|
11996
|
+
status: EStatusPost;
|
|
11868
11997
|
noteFix: string;
|
|
11869
11998
|
typePost: string;
|
|
11870
11999
|
stylePost: string;
|
|
@@ -11919,8 +12048,9 @@ interface IInstagramReportPostSquareELS extends IBaseELS {
|
|
|
11919
12048
|
timeEnd: Date;
|
|
11920
12049
|
timezone: ETimeZone;
|
|
11921
12050
|
listDateOfWeeks: EDayOfWeek[];
|
|
11922
|
-
|
|
11923
|
-
|
|
12051
|
+
executeBetweenSetting: [string, string];
|
|
12052
|
+
schedulePostTime: Date;
|
|
12053
|
+
status: EStatusPost;
|
|
11924
12054
|
noteFix: string;
|
|
11925
12055
|
typePost: string;
|
|
11926
12056
|
stylePost: string;
|
|
@@ -11945,6 +12075,51 @@ interface IInstagramReportPostSquareELS extends IBaseELS {
|
|
|
11945
12075
|
delayTimeCommentTo: number;
|
|
11946
12076
|
numberCommentsForPostMeFrom: number;
|
|
11947
12077
|
numberCommentsForPostMeTo: number;
|
|
12078
|
+
editPostStartDate: Date;
|
|
12079
|
+
editPostEndDate: Date;
|
|
12080
|
+
taskImageId: string;
|
|
12081
|
+
taskVoiceId: string;
|
|
12082
|
+
taskCanvaId: string;
|
|
12083
|
+
taskImageInfo: {
|
|
12084
|
+
id: string;
|
|
12085
|
+
folderImageName: string;
|
|
12086
|
+
typeGenerate: ETypeGenerate[];
|
|
12087
|
+
accountAIInfo: {
|
|
12088
|
+
email: string;
|
|
12089
|
+
modelAI: EAIModelImage;
|
|
12090
|
+
provider: string;
|
|
12091
|
+
};
|
|
12092
|
+
listGenerate: Array<{
|
|
12093
|
+
prompt: string;
|
|
12094
|
+
outputURL: string;
|
|
12095
|
+
status: EStatusGenerate;
|
|
12096
|
+
}>;
|
|
12097
|
+
};
|
|
12098
|
+
taskVoiceInfo: {
|
|
12099
|
+
id: string;
|
|
12100
|
+
accountAIInfo: {
|
|
12101
|
+
email: string;
|
|
12102
|
+
modelAI: EAIModelImage;
|
|
12103
|
+
provider: string;
|
|
12104
|
+
};
|
|
12105
|
+
listGenerate: Array<{
|
|
12106
|
+
prompt: string;
|
|
12107
|
+
outputURL: string;
|
|
12108
|
+
status: EStatusGenerate;
|
|
12109
|
+
}>;
|
|
12110
|
+
};
|
|
12111
|
+
taskCanvaInfo: {
|
|
12112
|
+
id: string;
|
|
12113
|
+
accountAIInfo: {
|
|
12114
|
+
email: string;
|
|
12115
|
+
modelAI: EAIModelImage;
|
|
12116
|
+
provider: string;
|
|
12117
|
+
};
|
|
12118
|
+
listGenerate: Array<{
|
|
12119
|
+
outputURL: string;
|
|
12120
|
+
typeGenerate: ETypeGenerate;
|
|
12121
|
+
}>;
|
|
12122
|
+
};
|
|
11948
12123
|
}
|
|
11949
12124
|
|
|
11950
12125
|
interface IInstagramReportPostReel extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
|
@@ -11956,8 +12131,9 @@ interface IInstagramReportPostReel extends IBaseModel, ITrackingTimeScript, ITra
|
|
|
11956
12131
|
timeEnd: Date;
|
|
11957
12132
|
timezone: ETimeZone;
|
|
11958
12133
|
listDateOfWeeks: EDayOfWeek[];
|
|
11959
|
-
|
|
11960
|
-
|
|
12134
|
+
executeBetweenSetting: [string, string];
|
|
12135
|
+
schedulePostTime: Date;
|
|
12136
|
+
status: EStatusPost;
|
|
11961
12137
|
noteFix: string;
|
|
11962
12138
|
typePost: string;
|
|
11963
12139
|
stylePost: string;
|
|
@@ -12002,8 +12178,9 @@ interface IInstagramReportPostReelELS extends IBaseELS {
|
|
|
12002
12178
|
timeEnd: Date;
|
|
12003
12179
|
timezone: ETimeZone;
|
|
12004
12180
|
listDateOfWeeks: EDayOfWeek[];
|
|
12005
|
-
|
|
12006
|
-
|
|
12181
|
+
executeBetweenSetting: [string, string];
|
|
12182
|
+
schedulePostTime: Date;
|
|
12183
|
+
status: EStatusPost;
|
|
12007
12184
|
noteFix: string;
|
|
12008
12185
|
typePost: string;
|
|
12009
12186
|
stylePost: string;
|
|
@@ -12017,6 +12194,48 @@ interface IInstagramReportPostReelELS extends IBaseELS {
|
|
|
12017
12194
|
listTagsUsername: string[];
|
|
12018
12195
|
timeDelayFrom: number;
|
|
12019
12196
|
timeDelayTo: number;
|
|
12197
|
+
editPostStartDate: Date;
|
|
12198
|
+
editPostEndDate: Date;
|
|
12199
|
+
taskImageInfo: {
|
|
12200
|
+
id: string;
|
|
12201
|
+
folderImageName: string;
|
|
12202
|
+
typeGenerate: ETypeGenerate[];
|
|
12203
|
+
accountAIInfo: {
|
|
12204
|
+
email: string;
|
|
12205
|
+
modelAI: EAIModelImage;
|
|
12206
|
+
provider: string;
|
|
12207
|
+
};
|
|
12208
|
+
listGenerate: Array<{
|
|
12209
|
+
prompt: string;
|
|
12210
|
+
outputURL: string;
|
|
12211
|
+
status: EStatusGenerate;
|
|
12212
|
+
}>;
|
|
12213
|
+
};
|
|
12214
|
+
taskVoiceInfo: {
|
|
12215
|
+
id: string;
|
|
12216
|
+
accountAIInfo: {
|
|
12217
|
+
email: string;
|
|
12218
|
+
modelAI: EAIModelImage;
|
|
12219
|
+
provider: string;
|
|
12220
|
+
};
|
|
12221
|
+
listGenerate: Array<{
|
|
12222
|
+
prompt: string;
|
|
12223
|
+
outputURL: string;
|
|
12224
|
+
status: EStatusGenerate;
|
|
12225
|
+
}>;
|
|
12226
|
+
};
|
|
12227
|
+
taskCanvaInfo: {
|
|
12228
|
+
id: string;
|
|
12229
|
+
accountAIInfo: {
|
|
12230
|
+
email: string;
|
|
12231
|
+
modelAI: EAIModelImage;
|
|
12232
|
+
provider: string;
|
|
12233
|
+
};
|
|
12234
|
+
listGenerate: Array<{
|
|
12235
|
+
outputURL: string;
|
|
12236
|
+
typeGenerate: ETypeGenerate;
|
|
12237
|
+
}>;
|
|
12238
|
+
};
|
|
12020
12239
|
}
|
|
12021
12240
|
|
|
12022
12241
|
interface IInstagramReportPostStory extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
|
@@ -12028,11 +12247,15 @@ interface IInstagramReportPostStory extends IBaseModel, ITrackingTimeScript, ITr
|
|
|
12028
12247
|
timeEnd: Date;
|
|
12029
12248
|
timezone: ETimeZone;
|
|
12030
12249
|
listDateOfWeeks: EDayOfWeek[];
|
|
12031
|
-
|
|
12032
|
-
|
|
12250
|
+
executeBetweenSetting: [string, string];
|
|
12251
|
+
schedulePostTime: Date;
|
|
12252
|
+
status: EStatusPost;
|
|
12033
12253
|
noteFix: string;
|
|
12034
12254
|
typePost: string;
|
|
12035
12255
|
stylePost: string;
|
|
12256
|
+
taskImageId: string;
|
|
12257
|
+
taskVoiceId: string;
|
|
12258
|
+
taskCanvaId: string;
|
|
12036
12259
|
photosUrl: string[];
|
|
12037
12260
|
videosUrl: string[];
|
|
12038
12261
|
music: string[];
|
|
@@ -12071,8 +12294,9 @@ interface IInstagramReportPostStoryELS extends IBaseELS {
|
|
|
12071
12294
|
timeEnd: Date;
|
|
12072
12295
|
timezone: ETimeZone;
|
|
12073
12296
|
listDateOfWeeks: EDayOfWeek[];
|
|
12074
|
-
|
|
12075
|
-
|
|
12297
|
+
executeBetweenSetting: [string, string];
|
|
12298
|
+
schedulePostTime: Date;
|
|
12299
|
+
status: EStatusPost;
|
|
12076
12300
|
noteFix: string;
|
|
12077
12301
|
typePost: string;
|
|
12078
12302
|
stylePost: string;
|
|
@@ -12084,6 +12308,46 @@ interface IInstagramReportPostStoryELS extends IBaseELS {
|
|
|
12084
12308
|
listTagsCollaborator: string[];
|
|
12085
12309
|
timeDelayFrom: number;
|
|
12086
12310
|
timeDelayTo: number;
|
|
12311
|
+
taskImageInfo: {
|
|
12312
|
+
id: string;
|
|
12313
|
+
folderImageName: string;
|
|
12314
|
+
typeGenerate: ETypeGenerate[];
|
|
12315
|
+
accountAIInfo: {
|
|
12316
|
+
email: string;
|
|
12317
|
+
modelAI: EAIModelImage;
|
|
12318
|
+
provider: string;
|
|
12319
|
+
};
|
|
12320
|
+
listGenerate: Array<{
|
|
12321
|
+
prompt: string;
|
|
12322
|
+
outputURL: string;
|
|
12323
|
+
status: EStatusGenerate;
|
|
12324
|
+
}>;
|
|
12325
|
+
};
|
|
12326
|
+
taskVoiceInfo: {
|
|
12327
|
+
id: string;
|
|
12328
|
+
accountAIInfo: {
|
|
12329
|
+
email: string;
|
|
12330
|
+
modelAI: EAIModelImage;
|
|
12331
|
+
provider: string;
|
|
12332
|
+
};
|
|
12333
|
+
listGenerate: Array<{
|
|
12334
|
+
prompt: string;
|
|
12335
|
+
outputURL: string;
|
|
12336
|
+
status: EStatusGenerate;
|
|
12337
|
+
}>;
|
|
12338
|
+
};
|
|
12339
|
+
taskCanvaInfo: {
|
|
12340
|
+
id: string;
|
|
12341
|
+
accountAIInfo: {
|
|
12342
|
+
email: string;
|
|
12343
|
+
modelAI: EAIModelImage;
|
|
12344
|
+
provider: string;
|
|
12345
|
+
};
|
|
12346
|
+
listGenerate: Array<{
|
|
12347
|
+
outputURL: string;
|
|
12348
|
+
typeGenerate: ETypeGenerate;
|
|
12349
|
+
}>;
|
|
12350
|
+
};
|
|
12087
12351
|
}
|
|
12088
12352
|
|
|
12089
12353
|
interface ITaskInstagramBlockUser extends IBaseModel, ITrackingModel<IUser> {
|
|
@@ -13438,7 +13702,8 @@ interface IThreadsReportPost extends IBaseModel, ITrackingModel<IUser> {
|
|
|
13438
13702
|
timeEnd: Date;
|
|
13439
13703
|
timezone: ETimeZone;
|
|
13440
13704
|
listDateOfWeeks: EDayOfWeek[];
|
|
13441
|
-
|
|
13705
|
+
executeBetweenSetting: [string, string];
|
|
13706
|
+
schedulePostTime: Date;
|
|
13442
13707
|
}
|
|
13443
13708
|
interface IThreadsReportPostELS extends IBaseELS {
|
|
13444
13709
|
idea: IBaseRefFieldELS;
|
|
@@ -13480,7 +13745,8 @@ interface IThreadsReportPostELS extends IBaseELS {
|
|
|
13480
13745
|
timeEnd: Date;
|
|
13481
13746
|
timezone: ETimeZone;
|
|
13482
13747
|
listDateOfWeeks: EDayOfWeek[];
|
|
13483
|
-
|
|
13748
|
+
executeBetweenSetting: [string, string];
|
|
13749
|
+
schedulePostTime: Date;
|
|
13484
13750
|
}
|
|
13485
13751
|
|
|
13486
13752
|
interface IThreadsReportInteractFollow extends IBaseModel, ITrackingModel<IUser> {
|
|
@@ -13495,7 +13761,8 @@ interface IThreadsReportInteractFollow extends IBaseModel, ITrackingModel<IUser>
|
|
|
13495
13761
|
timeEnd: Date;
|
|
13496
13762
|
timezone: ETimeZone;
|
|
13497
13763
|
listDateOfWeeks: EDayOfWeek[];
|
|
13498
|
-
|
|
13764
|
+
executeBetweenSetting: [string, string];
|
|
13765
|
+
schedulePostTime: Date;
|
|
13499
13766
|
}
|
|
13500
13767
|
interface IThreadsReportInteractFollowELS extends IBaseELS {
|
|
13501
13768
|
idea: IBaseRefFieldELS;
|
|
@@ -13529,7 +13796,8 @@ interface IThreadsReportInteractFollowELS extends IBaseELS {
|
|
|
13529
13796
|
timeEnd: Date;
|
|
13530
13797
|
timezone: ETimeZone;
|
|
13531
13798
|
listDateOfWeeks: EDayOfWeek[];
|
|
13532
|
-
|
|
13799
|
+
executeBetweenSetting: [string, string];
|
|
13800
|
+
schedulePostTime: Date;
|
|
13533
13801
|
}
|
|
13534
13802
|
|
|
13535
13803
|
interface IThreadsReportInteractUnFollow extends IBaseModel, ITrackingModel<IUser> {
|
|
@@ -13544,7 +13812,8 @@ interface IThreadsReportInteractUnFollow extends IBaseModel, ITrackingModel<IUse
|
|
|
13544
13812
|
timeEnd: Date;
|
|
13545
13813
|
timezone: ETimeZone;
|
|
13546
13814
|
listDateOfWeeks: EDayOfWeek[];
|
|
13547
|
-
|
|
13815
|
+
executeBetweenSetting: [string, string];
|
|
13816
|
+
schedulePostTime: Date;
|
|
13548
13817
|
}
|
|
13549
13818
|
interface IThreadsReportInteractUnFollowELS extends IBaseELS {
|
|
13550
13819
|
idea: IBaseRefFieldELS;
|
|
@@ -13578,7 +13847,8 @@ interface IThreadsReportInteractUnFollowELS extends IBaseELS {
|
|
|
13578
13847
|
timeEnd: Date;
|
|
13579
13848
|
timezone: ETimeZone;
|
|
13580
13849
|
listDateOfWeeks: EDayOfWeek[];
|
|
13581
|
-
|
|
13850
|
+
executeBetweenSetting: [string, string];
|
|
13851
|
+
schedulePostTime: Date;
|
|
13582
13852
|
}
|
|
13583
13853
|
|
|
13584
13854
|
interface IThreadsReportInteractReplyMessage extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
|
@@ -13592,7 +13862,8 @@ interface IThreadsReportInteractReplyMessage extends IBaseModel, ITrackingTimeSc
|
|
|
13592
13862
|
timeEnd: Date;
|
|
13593
13863
|
timezone: ETimeZone;
|
|
13594
13864
|
listDateOfWeeks: EDayOfWeek[];
|
|
13595
|
-
|
|
13865
|
+
executeBetweenSetting: [string, string];
|
|
13866
|
+
schedulePostTime: Date;
|
|
13596
13867
|
}
|
|
13597
13868
|
interface IThreadsReportInteractReplyMessageELS extends IBaseELS {
|
|
13598
13869
|
idea: IBaseRefFieldELS;
|
|
@@ -13625,7 +13896,8 @@ interface IThreadsReportInteractReplyMessageELS extends IBaseELS {
|
|
|
13625
13896
|
timeEnd: Date;
|
|
13626
13897
|
timezone: ETimeZone;
|
|
13627
13898
|
listDateOfWeeks: EDayOfWeek[];
|
|
13628
|
-
|
|
13899
|
+
executeBetweenSetting: [string, string];
|
|
13900
|
+
schedulePostTime: Date;
|
|
13629
13901
|
}
|
|
13630
13902
|
|
|
13631
13903
|
interface IThreadsReportInteractReplyComment extends IBaseModel, ITrackingModel<IUser> {
|
|
@@ -13640,7 +13912,8 @@ interface IThreadsReportInteractReplyComment extends IBaseModel, ITrackingModel<
|
|
|
13640
13912
|
timeEnd: Date;
|
|
13641
13913
|
timezone: ETimeZone;
|
|
13642
13914
|
listDateOfWeeks: EDayOfWeek[];
|
|
13643
|
-
|
|
13915
|
+
executeBetweenSetting: [string, string];
|
|
13916
|
+
schedulePostTime: Date;
|
|
13644
13917
|
}
|
|
13645
13918
|
interface IThreadsReportInteractReplyCommentELS extends IBaseELS {
|
|
13646
13919
|
idea: IBaseRefFieldELS;
|
|
@@ -13674,7 +13947,8 @@ interface IThreadsReportInteractReplyCommentELS extends IBaseELS {
|
|
|
13674
13947
|
timeEnd: Date;
|
|
13675
13948
|
timezone: ETimeZone;
|
|
13676
13949
|
listDateOfWeeks: EDayOfWeek[];
|
|
13677
|
-
|
|
13950
|
+
executeBetweenSetting: [string, string];
|
|
13951
|
+
schedulePostTime: Date;
|
|
13678
13952
|
}
|
|
13679
13953
|
|
|
13680
13954
|
interface IThreadsSettingPost extends IBaseModel, ITrackingModel<IUser> {
|
|
@@ -14755,4 +15029,4 @@ declare namespace index {
|
|
|
14755
15029
|
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 };
|
|
14756
15030
|
}
|
|
14757
15031
|
|
|
14758
|
-
export { index$i as AI, 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 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, EPriority, ESheetToolInstagram, ESheetToolStatus, 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, EStatusImport, EStatusLark, EStatusMailWork, EStatusPC, 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, 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 FilterInstagramSettingInteractExploreDto, type FilterInstagramSettingInteractFollowDto, type FilterInstagramSettingInteractReelDto, type FilterInstagramSettingInteractReplyCommentDto, type FilterInstagramSettingInteractReplyMessageDto, type FilterInstagramSettingInteractStoryDto, 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 FindInstagramSettingInteractExploreDto, type FindInstagramSettingInteractFollowDto, type FindInstagramSettingInteractReelDto, type FindInstagramSettingInteractReplyCommentDto, type FindInstagramSettingInteractReplyMessageDto, type FindInstagramSettingInteractStoryDto, 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 FindOverViewInstagramSettingInteractExploreDto, type FindOverViewInstagramSettingInteractFollowDto, type FindOverViewInstagramSettingInteractReelDto, type FindOverViewInstagramSettingInteractReplyCommentDto, type FindOverViewInstagramSettingInteractReplyMessageDto, type FindOverViewInstagramSettingInteractStoryDto, 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 IInstagramSettingInteractExplore, type IInstagramSettingInteractFollow, type IInstagramSettingInteractReel, type IInstagramSettingInteractReplyComment, type IInstagramSettingInteractReplyMessage, type IInstagramSettingInteractStory, 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 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 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, index$7 as Workspace };
|
|
15032
|
+
export { index$i as AI, 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 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, 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, 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 FilterInstagramSettingInteractExploreDto, type FilterInstagramSettingInteractFollowDto, type FilterInstagramSettingInteractReelDto, type FilterInstagramSettingInteractReplyCommentDto, type FilterInstagramSettingInteractReplyMessageDto, type FilterInstagramSettingInteractStoryDto, 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 FindInstagramSettingInteractExploreDto, type FindInstagramSettingInteractFollowDto, type FindInstagramSettingInteractReelDto, type FindInstagramSettingInteractReplyCommentDto, type FindInstagramSettingInteractReplyMessageDto, type FindInstagramSettingInteractStoryDto, 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 FindOverViewInstagramSettingInteractExploreDto, type FindOverViewInstagramSettingInteractFollowDto, type FindOverViewInstagramSettingInteractReelDto, type FindOverViewInstagramSettingInteractReplyCommentDto, type FindOverViewInstagramSettingInteractReplyMessageDto, type FindOverViewInstagramSettingInteractStoryDto, 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 IInstagramSettingInteractExplore, type IInstagramSettingInteractFollow, type IInstagramSettingInteractReel, type IInstagramSettingInteractReplyComment, type IInstagramSettingInteractReplyMessage, type IInstagramSettingInteractStory, 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 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 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, index$7 as Workspace };
|