automation-lib 5.4.185 → 5.4.188
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 +415 -137
- package/dist/index.d.ts +415 -137
- package/dist/index.js +131 -101
- package/dist/index.mjs +128 -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,6 +1220,24 @@ declare enum EStatusTaskImage {
|
|
|
1229
1220
|
Ready = "Ready"
|
|
1230
1221
|
}
|
|
1231
1222
|
|
|
1223
|
+
declare enum EStatusTaskScript {
|
|
1224
|
+
Done = "Done",
|
|
1225
|
+
LoginError = "LoginError",
|
|
1226
|
+
Locked = "Locked",
|
|
1227
|
+
Checkpoint = "Checkpoint",
|
|
1228
|
+
Spam = "Spam",
|
|
1229
|
+
Error = "Error",
|
|
1230
|
+
Unknown = "Unknown"
|
|
1231
|
+
}
|
|
1232
|
+
|
|
1233
|
+
declare enum EStatusTaskToolSocials {
|
|
1234
|
+
Pending = "Pending",
|
|
1235
|
+
Executing = "Executing",
|
|
1236
|
+
Error = "Error",
|
|
1237
|
+
Repaired = "Repaired",
|
|
1238
|
+
Done = "Done"
|
|
1239
|
+
}
|
|
1240
|
+
|
|
1232
1241
|
declare enum EStatusTaskVoice {
|
|
1233
1242
|
Pending = "Pending",
|
|
1234
1243
|
GeneratingVoice = "GeneratingVoice",
|
|
@@ -1238,14 +1247,15 @@ declare enum EStatusTaskVoice {
|
|
|
1238
1247
|
Ready = "Ready"
|
|
1239
1248
|
}
|
|
1240
1249
|
|
|
1241
|
-
declare enum
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
|
-
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
|
|
1250
|
+
declare enum EStatusPost {
|
|
1251
|
+
UnknownEdit = "UnknownEdit",
|
|
1252
|
+
PendingEdit = "PendingEdit",
|
|
1253
|
+
DoneEdit = "DoneEdit",
|
|
1254
|
+
ErrorEdit = "ErrorEdit",
|
|
1255
|
+
UnknownPost = "UnknownPost",
|
|
1256
|
+
PendingPost = "PendingPost",
|
|
1257
|
+
DonePost = "DonePost",
|
|
1258
|
+
ErrorPost = "ErrorPost"
|
|
1249
1259
|
}
|
|
1250
1260
|
|
|
1251
1261
|
declare enum EStatusBlog {
|
|
@@ -1414,12 +1424,16 @@ type index$e_EStatusDeviceSync = EStatusDeviceSync;
|
|
|
1414
1424
|
declare const index$e_EStatusDeviceSync: typeof EStatusDeviceSync;
|
|
1415
1425
|
type index$e_EStatusExecuteCommon = EStatusExecuteCommon;
|
|
1416
1426
|
declare const index$e_EStatusExecuteCommon: typeof EStatusExecuteCommon;
|
|
1427
|
+
type index$e_EStatusGenerate = EStatusGenerate;
|
|
1428
|
+
declare const index$e_EStatusGenerate: typeof EStatusGenerate;
|
|
1417
1429
|
type index$e_EStatusLark = EStatusLark;
|
|
1418
1430
|
declare const index$e_EStatusLark: typeof EStatusLark;
|
|
1419
1431
|
type index$e_EStatusMailWork = EStatusMailWork;
|
|
1420
1432
|
declare const index$e_EStatusMailWork: typeof EStatusMailWork;
|
|
1421
1433
|
type index$e_EStatusPC = EStatusPC;
|
|
1422
1434
|
declare const index$e_EStatusPC: typeof EStatusPC;
|
|
1435
|
+
type index$e_EStatusPost = EStatusPost;
|
|
1436
|
+
declare const index$e_EStatusPost: typeof EStatusPost;
|
|
1423
1437
|
type index$e_EStatusProxyChecked = EStatusProxyChecked;
|
|
1424
1438
|
declare const index$e_EStatusProxyChecked: typeof EStatusProxyChecked;
|
|
1425
1439
|
type index$e_EStatusProxyNewIP = EStatusProxyNewIP;
|
|
@@ -1457,7 +1471,7 @@ declare const index$e_EStatusVPS: typeof EStatusVPS;
|
|
|
1457
1471
|
type index$e_EStatusVPSReplace = EStatusVPSReplace;
|
|
1458
1472
|
declare const index$e_EStatusVPSReplace: typeof EStatusVPSReplace;
|
|
1459
1473
|
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 };
|
|
1474
|
+
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_EStatusPost as EStatusPost, index$e_EStatusProxyChecked as EStatusProxyChecked, index$e_EStatusProxyNewIP as EStatusProxyNewIP, index$e_EStatusRole as EStatusRole, index$e_EStatusSheetWork as EStatusSheetWork, index$e_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
1475
|
}
|
|
1462
1476
|
|
|
1463
1477
|
declare enum ETypeProxy {
|
|
@@ -1478,35 +1492,6 @@ declare enum ETypeProxyChecked {
|
|
|
1478
1492
|
ErrorChecker = "ErrorChecker"
|
|
1479
1493
|
}
|
|
1480
1494
|
|
|
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
1495
|
declare enum ETypeAccountInstagramSetting {
|
|
1511
1496
|
Business = "Business",
|
|
1512
1497
|
Personal = "Personal",
|
|
@@ -1514,11 +1499,6 @@ declare enum ETypeAccountInstagramSetting {
|
|
|
1514
1499
|
Professional = "Professional"
|
|
1515
1500
|
}
|
|
1516
1501
|
|
|
1517
|
-
declare enum ETypeExport {
|
|
1518
|
-
Append = "Append",
|
|
1519
|
-
Overwrite = "Overwrite"
|
|
1520
|
-
}
|
|
1521
|
-
|
|
1522
1502
|
declare enum ETypeAccountVPN {
|
|
1523
1503
|
Free = "Free",
|
|
1524
1504
|
Premium = "Premium"
|
|
@@ -1543,6 +1523,26 @@ declare enum ETypeColumnManagerWork {
|
|
|
1543
1523
|
Independent = "Independent"
|
|
1544
1524
|
}
|
|
1545
1525
|
|
|
1526
|
+
declare enum ETypeDevice {
|
|
1527
|
+
NA = "N/A",
|
|
1528
|
+
BoxPhone = "BoxPhone",
|
|
1529
|
+
Full = "Full"
|
|
1530
|
+
}
|
|
1531
|
+
declare enum ETypeDeviceOS {
|
|
1532
|
+
IOS = "IOS",
|
|
1533
|
+
Android = "Android"
|
|
1534
|
+
}
|
|
1535
|
+
|
|
1536
|
+
declare enum ETypeExport {
|
|
1537
|
+
Append = "Append",
|
|
1538
|
+
Overwrite = "Overwrite"
|
|
1539
|
+
}
|
|
1540
|
+
|
|
1541
|
+
declare enum ETypeGenerate {
|
|
1542
|
+
Image = "Image",
|
|
1543
|
+
Video = "Video"
|
|
1544
|
+
}
|
|
1545
|
+
|
|
1546
1546
|
declare enum ETypeManagerWorkClassify {
|
|
1547
1547
|
NA = "N/A",
|
|
1548
1548
|
TM = "TM",
|
|
@@ -1554,6 +1554,25 @@ declare enum ETypeManagerWorkType {
|
|
|
1554
1554
|
SubNiche = "SubNiche"
|
|
1555
1555
|
}
|
|
1556
1556
|
|
|
1557
|
+
declare enum ETypePin {
|
|
1558
|
+
Love = "Love",
|
|
1559
|
+
Like = "Like",
|
|
1560
|
+
Gim = "Gim"
|
|
1561
|
+
}
|
|
1562
|
+
|
|
1563
|
+
declare enum ETypeProxyCountry {
|
|
1564
|
+
USA = "USA",
|
|
1565
|
+
UK = "UK",
|
|
1566
|
+
CA = "CA",
|
|
1567
|
+
AU = "AU",
|
|
1568
|
+
Canada = "Canada"
|
|
1569
|
+
}
|
|
1570
|
+
declare enum ETypeProxyProvider {
|
|
1571
|
+
CloudMini = "CloudMini",
|
|
1572
|
+
ProxyRotator = "ProxyRotator",
|
|
1573
|
+
SmartProxy = "SmartProxy"
|
|
1574
|
+
}
|
|
1575
|
+
|
|
1557
1576
|
declare enum ETypeRatioImage {
|
|
1558
1577
|
Square = "Square",
|
|
1559
1578
|
Vertical = "Vertical",
|
|
@@ -1588,14 +1607,9 @@ declare enum ETypeSocial {
|
|
|
1588
1607
|
Quora = "Quora"
|
|
1589
1608
|
}
|
|
1590
1609
|
|
|
1591
|
-
declare enum
|
|
1592
|
-
|
|
1593
|
-
|
|
1594
|
-
Month = "Month"
|
|
1595
|
-
}
|
|
1596
|
-
|
|
1597
|
-
declare enum ETypeVoiceLanguage {
|
|
1598
|
-
English = "en"
|
|
1610
|
+
declare enum ETypeSocialChangeInfoThreads {
|
|
1611
|
+
ConnectSyncInstagram = "ConnectSyncInstagram",
|
|
1612
|
+
ChangeThreads = "ChangeThreads"
|
|
1599
1613
|
}
|
|
1600
1614
|
|
|
1601
1615
|
declare enum ETypeSocialCreateNew {
|
|
@@ -1606,9 +1620,14 @@ declare enum ETypeSocialCreateNew {
|
|
|
1606
1620
|
Account = "Account"
|
|
1607
1621
|
}
|
|
1608
1622
|
|
|
1609
|
-
declare enum
|
|
1610
|
-
|
|
1611
|
-
|
|
1623
|
+
declare enum ETypeTimeFilter {
|
|
1624
|
+
Day = "Day",
|
|
1625
|
+
Week = "Week",
|
|
1626
|
+
Month = "Month"
|
|
1627
|
+
}
|
|
1628
|
+
|
|
1629
|
+
declare enum ETypeVoiceLanguage {
|
|
1630
|
+
English = "en"
|
|
1612
1631
|
}
|
|
1613
1632
|
|
|
1614
1633
|
type index$d_ETypeAccountInstagramSetting = ETypeAccountInstagramSetting;
|
|
@@ -1625,6 +1644,8 @@ type index$d_ETypeDeviceOS = ETypeDeviceOS;
|
|
|
1625
1644
|
declare const index$d_ETypeDeviceOS: typeof ETypeDeviceOS;
|
|
1626
1645
|
type index$d_ETypeExport = ETypeExport;
|
|
1627
1646
|
declare const index$d_ETypeExport: typeof ETypeExport;
|
|
1647
|
+
type index$d_ETypeGenerate = ETypeGenerate;
|
|
1648
|
+
declare const index$d_ETypeGenerate: typeof ETypeGenerate;
|
|
1628
1649
|
type index$d_ETypeManagerWorkClassify = ETypeManagerWorkClassify;
|
|
1629
1650
|
declare const index$d_ETypeManagerWorkClassify: typeof ETypeManagerWorkClassify;
|
|
1630
1651
|
type index$d_ETypeManagerWorkType = ETypeManagerWorkType;
|
|
@@ -1660,7 +1681,7 @@ declare const index$d_ETypeTimeFilter: typeof ETypeTimeFilter;
|
|
|
1660
1681
|
type index$d_ETypeVoiceLanguage = ETypeVoiceLanguage;
|
|
1661
1682
|
declare const index$d_ETypeVoiceLanguage: typeof ETypeVoiceLanguage;
|
|
1662
1683
|
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 };
|
|
1684
|
+
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
1685
|
}
|
|
1665
1686
|
|
|
1666
1687
|
declare enum EStatusDeviceLog {
|
|
@@ -1745,8 +1766,6 @@ type index$c_EPriority = EPriority;
|
|
|
1745
1766
|
declare const index$c_EPriority: typeof EPriority;
|
|
1746
1767
|
type index$c_ESheetToolInstagram = ESheetToolInstagram;
|
|
1747
1768
|
declare const index$c_ESheetToolInstagram: typeof ESheetToolInstagram;
|
|
1748
|
-
type index$c_ESheetToolStatus = ESheetToolStatus;
|
|
1749
|
-
declare const index$c_ESheetToolStatus: typeof ESheetToolStatus;
|
|
1750
1769
|
type index$c_ESheetToolStatusImport = ESheetToolStatusImport;
|
|
1751
1770
|
declare const index$c_ESheetToolStatusImport: typeof ESheetToolStatusImport;
|
|
1752
1771
|
type index$c_ESheetToolStatusRun = ESheetToolStatusRun;
|
|
@@ -1825,12 +1844,16 @@ type index$c_EStatusEmail = EStatusEmail;
|
|
|
1825
1844
|
declare const index$c_EStatusEmail: typeof EStatusEmail;
|
|
1826
1845
|
type index$c_EStatusExecuteCommon = EStatusExecuteCommon;
|
|
1827
1846
|
declare const index$c_EStatusExecuteCommon: typeof EStatusExecuteCommon;
|
|
1847
|
+
type index$c_EStatusGenerate = EStatusGenerate;
|
|
1848
|
+
declare const index$c_EStatusGenerate: typeof EStatusGenerate;
|
|
1828
1849
|
type index$c_EStatusLark = EStatusLark;
|
|
1829
1850
|
declare const index$c_EStatusLark: typeof EStatusLark;
|
|
1830
1851
|
type index$c_EStatusMailWork = EStatusMailWork;
|
|
1831
1852
|
declare const index$c_EStatusMailWork: typeof EStatusMailWork;
|
|
1832
1853
|
type index$c_EStatusPC = EStatusPC;
|
|
1833
1854
|
declare const index$c_EStatusPC: typeof EStatusPC;
|
|
1855
|
+
type index$c_EStatusPost = EStatusPost;
|
|
1856
|
+
declare const index$c_EStatusPost: typeof EStatusPost;
|
|
1834
1857
|
type index$c_EStatusProxyChecked = EStatusProxyChecked;
|
|
1835
1858
|
declare const index$c_EStatusProxyChecked: typeof EStatusProxyChecked;
|
|
1836
1859
|
type index$c_EStatusProxyNewIP = EStatusProxyNewIP;
|
|
@@ -1885,6 +1908,8 @@ type index$c_ETypeDeviceOS = ETypeDeviceOS;
|
|
|
1885
1908
|
declare const index$c_ETypeDeviceOS: typeof ETypeDeviceOS;
|
|
1886
1909
|
type index$c_ETypeExport = ETypeExport;
|
|
1887
1910
|
declare const index$c_ETypeExport: typeof ETypeExport;
|
|
1911
|
+
type index$c_ETypeGenerate = ETypeGenerate;
|
|
1912
|
+
declare const index$c_ETypeGenerate: typeof ETypeGenerate;
|
|
1888
1913
|
type index$c_ETypeManagerWorkClassify = ETypeManagerWorkClassify;
|
|
1889
1914
|
declare const index$c_ETypeManagerWorkClassify: typeof ETypeManagerWorkClassify;
|
|
1890
1915
|
type index$c_ETypeManagerWorkType = ETypeManagerWorkType;
|
|
@@ -1922,7 +1947,7 @@ declare const index$c_ETypeTimeFilter: typeof ETypeTimeFilter;
|
|
|
1922
1947
|
type index$c_ETypeVoiceLanguage = ETypeVoiceLanguage;
|
|
1923
1948
|
declare const index$c_ETypeVoiceLanguage: typeof ETypeVoiceLanguage;
|
|
1924
1949
|
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$
|
|
1950
|
+
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_EStatusPost as EStatusPost, index$c_EStatusProxyChecked as EStatusProxyChecked, index$c_EStatusProxyNewIP as EStatusProxyNewIP, index$c_EStatusRole as EStatusRole, index$c_EStatusSheetWork as EStatusSheetWork, index$c_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
1951
|
}
|
|
1927
1952
|
|
|
1928
1953
|
type TFilter = 'direct' | 'ref';
|
|
@@ -5919,7 +5944,7 @@ interface FilterInstagramReportPostHighLightDto extends IFilterBaseDto, IFilterB
|
|
|
5919
5944
|
sheetName: string[];
|
|
5920
5945
|
statusAccount: EStatusSocialAccountRaw[];
|
|
5921
5946
|
statusLogin: EStatusAccountSocialLogin[];
|
|
5922
|
-
statusSheet:
|
|
5947
|
+
statusSheet: ESheetToolStatusRun[];
|
|
5923
5948
|
}
|
|
5924
5949
|
|
|
5925
5950
|
interface FindOverViewInstagramReportPostNewDto {
|
|
@@ -5972,7 +5997,7 @@ interface FilterInstagramReportPostNewDto extends IFilterBaseDto, IFilterBaseAcc
|
|
|
5972
5997
|
sheetName: string[];
|
|
5973
5998
|
statusAccount: EStatusSocialAccountRaw[];
|
|
5974
5999
|
statusLogin: EStatusAccountSocialLogin[];
|
|
5975
|
-
statusSheet:
|
|
6000
|
+
statusSheet: ESheetToolStatusRun[];
|
|
5976
6001
|
}
|
|
5977
6002
|
|
|
5978
6003
|
interface FindOverViewInstagramReportPostReelDto {
|
|
@@ -6025,7 +6050,7 @@ interface FilterInstagramReportPostReelDto extends IFilterBaseDto, IFilterBaseAc
|
|
|
6025
6050
|
sheetName: string[];
|
|
6026
6051
|
statusAccount: EStatusSocialAccountRaw[];
|
|
6027
6052
|
statusLogin: EStatusAccountSocialLogin[];
|
|
6028
|
-
statusSheet:
|
|
6053
|
+
statusSheet: ESheetToolStatusRun[];
|
|
6029
6054
|
}
|
|
6030
6055
|
|
|
6031
6056
|
interface FindOverViewInstagramReportPostStoryDto {
|
|
@@ -6078,7 +6103,7 @@ interface FilterInstagramReportPostStoryDto extends IFilterBaseDto, IFilterBaseA
|
|
|
6078
6103
|
sheetName: string[];
|
|
6079
6104
|
statusAccount: EStatusSocialAccountRaw[];
|
|
6080
6105
|
statusLogin: EStatusAccountSocialLogin[];
|
|
6081
|
-
statusSheet:
|
|
6106
|
+
statusSheet: ESheetToolStatusRun[];
|
|
6082
6107
|
}
|
|
6083
6108
|
|
|
6084
6109
|
interface FindOverViewInstagramReportPostSquareDto {
|
|
@@ -6131,7 +6156,7 @@ interface FilterInstagramReportPostSquareDto extends IFilterBaseDto, IFilterBase
|
|
|
6131
6156
|
sheetName: string[];
|
|
6132
6157
|
statusAccount: EStatusSocialAccountRaw[];
|
|
6133
6158
|
statusLogin: EStatusAccountSocialLogin[];
|
|
6134
|
-
statusSheet:
|
|
6159
|
+
statusSheet: ESheetToolStatusRun[];
|
|
6135
6160
|
}
|
|
6136
6161
|
|
|
6137
6162
|
interface FindOverViewInstagramReportInteractBlockUserDto {
|
|
@@ -6274,7 +6299,7 @@ interface FilterInstagramReportInteractFollowDto extends IFilterBaseDto, IFilter
|
|
|
6274
6299
|
sheetName: string[];
|
|
6275
6300
|
statusAccount: EStatusSocialAccountRaw[];
|
|
6276
6301
|
statusLogin: EStatusAccountSocialLogin[];
|
|
6277
|
-
statusSheet:
|
|
6302
|
+
statusSheet: ESheetToolStatusRun[];
|
|
6278
6303
|
}
|
|
6279
6304
|
|
|
6280
6305
|
interface FindOverViewInstagramReportInteractReelDto {
|
|
@@ -6370,7 +6395,7 @@ interface FilterInstagramReportInteractReplyCommentDto extends IFilterBaseDto, I
|
|
|
6370
6395
|
sheetName: string[];
|
|
6371
6396
|
statusAccount: EStatusSocialAccountRaw[];
|
|
6372
6397
|
statusLogin: EStatusAccountSocialLogin[];
|
|
6373
|
-
statusSheet:
|
|
6398
|
+
statusSheet: ESheetToolStatusRun[];
|
|
6374
6399
|
}
|
|
6375
6400
|
|
|
6376
6401
|
interface FindOverViewInstagramReportInteractReplyMessageDto {
|
|
@@ -6420,7 +6445,7 @@ interface FilterInstagramReportInteractReplyMessageDto extends IFilterBaseDto, I
|
|
|
6420
6445
|
sheetName: string[];
|
|
6421
6446
|
statusAccount: EStatusSocialAccountRaw[];
|
|
6422
6447
|
statusLogin: EStatusAccountSocialLogin[];
|
|
6423
|
-
statusSheet:
|
|
6448
|
+
statusSheet: ESheetToolStatusRun[];
|
|
6424
6449
|
}
|
|
6425
6450
|
|
|
6426
6451
|
interface FindOverViewInstagramReportInteractStoryDto {
|
|
@@ -6516,7 +6541,7 @@ interface FilterInstagramReportInteractUnFollowDto extends IFilterBaseDto, IFilt
|
|
|
6516
6541
|
sheetName: string[];
|
|
6517
6542
|
statusAccount: EStatusSocialAccountRaw[];
|
|
6518
6543
|
statusLogin: EStatusAccountSocialLogin[];
|
|
6519
|
-
statusSheet:
|
|
6544
|
+
statusSheet: ESheetToolStatusRun[];
|
|
6520
6545
|
}
|
|
6521
6546
|
|
|
6522
6547
|
interface FindOverViewInstagramSettingInteractExploreDto {
|
|
@@ -11269,7 +11294,8 @@ interface IInstagramReportInteractBlockUser extends IBaseModel, ITrackingTimeScr
|
|
|
11269
11294
|
timeEnd: Date;
|
|
11270
11295
|
timezone: ETimeZone;
|
|
11271
11296
|
listDateOfWeeks: EDayOfWeek[];
|
|
11272
|
-
|
|
11297
|
+
executeBetweenSetting: [string, string];
|
|
11298
|
+
schedulePostTime: Date;
|
|
11273
11299
|
}
|
|
11274
11300
|
interface IInstagramReportInteractBlockUserELS extends IBaseELS {
|
|
11275
11301
|
idea: IBaseRefFieldELS;
|
|
@@ -11303,7 +11329,8 @@ interface IInstagramReportInteractBlockUserELS extends IBaseELS {
|
|
|
11303
11329
|
timeEnd: Date;
|
|
11304
11330
|
timezone: ETimeZone;
|
|
11305
11331
|
listDateOfWeeks: EDayOfWeek[];
|
|
11306
|
-
|
|
11332
|
+
executeBetweenSetting: [string, string];
|
|
11333
|
+
schedulePostTime: Date;
|
|
11307
11334
|
}
|
|
11308
11335
|
|
|
11309
11336
|
interface IInstagramReportInteractExplore extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
|
@@ -11318,7 +11345,8 @@ interface IInstagramReportInteractExplore extends IBaseModel, ITrackingTimeScrip
|
|
|
11318
11345
|
timeEnd: Date;
|
|
11319
11346
|
timezone: ETimeZone;
|
|
11320
11347
|
listDateOfWeeks: EDayOfWeek[];
|
|
11321
|
-
|
|
11348
|
+
executeBetweenSetting: [string, string];
|
|
11349
|
+
schedulePostTime: Date;
|
|
11322
11350
|
timeDelayFrom: number;
|
|
11323
11351
|
timeDelayTo: number;
|
|
11324
11352
|
}
|
|
@@ -11349,7 +11377,8 @@ interface IInstagramReportInteractExploreELS extends IBaseELS {
|
|
|
11349
11377
|
timeEnd: Date;
|
|
11350
11378
|
timezone: ETimeZone;
|
|
11351
11379
|
listDateOfWeeks: EDayOfWeek[];
|
|
11352
|
-
|
|
11380
|
+
executeBetweenSetting: [string, string];
|
|
11381
|
+
schedulePostTime: Date;
|
|
11353
11382
|
timeDelayFrom: number;
|
|
11354
11383
|
timeDelayTo: number;
|
|
11355
11384
|
}
|
|
@@ -11366,7 +11395,8 @@ interface IInstagramReportInteractFollow extends IBaseModel, ITrackingTimeScript
|
|
|
11366
11395
|
timeEnd: Date;
|
|
11367
11396
|
timezone: ETimeZone;
|
|
11368
11397
|
listDateOfWeeks: EDayOfWeek[];
|
|
11369
|
-
|
|
11398
|
+
executeBetweenSetting: [string, string];
|
|
11399
|
+
schedulePostTime: Date;
|
|
11370
11400
|
growthFollow: number;
|
|
11371
11401
|
timeGrowthFollow: Date;
|
|
11372
11402
|
isInteractUserFollower: boolean;
|
|
@@ -11414,7 +11444,8 @@ interface IInstagramReportInteractFollowELS extends IBaseELS {
|
|
|
11414
11444
|
timeEnd: Date;
|
|
11415
11445
|
timezone: ETimeZone;
|
|
11416
11446
|
listDateOfWeeks: EDayOfWeek[];
|
|
11417
|
-
|
|
11447
|
+
executeBetweenSetting: [string, string];
|
|
11448
|
+
schedulePostTime: Date;
|
|
11418
11449
|
growthFollow: number;
|
|
11419
11450
|
timeGrowthFollow: Date;
|
|
11420
11451
|
isInteractUserFollower: boolean;
|
|
@@ -11442,7 +11473,8 @@ interface IInstagramReportInteractReel extends IBaseModel, ITrackingTimeScript,
|
|
|
11442
11473
|
timeEnd: Date;
|
|
11443
11474
|
timezone: ETimeZone;
|
|
11444
11475
|
listDateOfWeeks: EDayOfWeek[];
|
|
11445
|
-
|
|
11476
|
+
executeBetweenSetting: [string, string];
|
|
11477
|
+
schedulePostTime: Date;
|
|
11446
11478
|
timeDelayFrom: number;
|
|
11447
11479
|
timeDelayTo: number;
|
|
11448
11480
|
}
|
|
@@ -11472,7 +11504,8 @@ interface IInstagramReportInteractReelELS extends IBaseELS {
|
|
|
11472
11504
|
timeEnd: Date;
|
|
11473
11505
|
timezone: ETimeZone;
|
|
11474
11506
|
listDateOfWeeks: EDayOfWeek[];
|
|
11475
|
-
|
|
11507
|
+
executeBetweenSetting: [string, string];
|
|
11508
|
+
schedulePostTime: Date;
|
|
11476
11509
|
timeDelayFrom: number;
|
|
11477
11510
|
timeDelayTo: number;
|
|
11478
11511
|
}
|
|
@@ -11490,7 +11523,8 @@ interface IInstagramReportInteractReplyComment extends IBaseModel, ITrackingTime
|
|
|
11490
11523
|
timeEnd: Date;
|
|
11491
11524
|
timezone: ETimeZone;
|
|
11492
11525
|
listDateOfWeeks: EDayOfWeek[];
|
|
11493
|
-
|
|
11526
|
+
executeBetweenSetting: [string, string];
|
|
11527
|
+
schedulePostTime: Date;
|
|
11494
11528
|
timeDelayFrom: number;
|
|
11495
11529
|
timeDelayTo: number;
|
|
11496
11530
|
}
|
|
@@ -11527,7 +11561,8 @@ interface IInstagramReportInteractReplyCommentELS extends IBaseELS {
|
|
|
11527
11561
|
timeEnd: Date;
|
|
11528
11562
|
timezone: ETimeZone;
|
|
11529
11563
|
listDateOfWeeks: EDayOfWeek[];
|
|
11530
|
-
|
|
11564
|
+
executeBetweenSetting: [string, string];
|
|
11565
|
+
schedulePostTime: Date;
|
|
11531
11566
|
timeDelayFrom: number;
|
|
11532
11567
|
timeDelayTo: number;
|
|
11533
11568
|
}
|
|
@@ -11543,7 +11578,8 @@ interface IInstagramReportInteractReplyMessage extends IBaseModel, ITrackingTime
|
|
|
11543
11578
|
timeEnd: Date;
|
|
11544
11579
|
timezone: ETimeZone;
|
|
11545
11580
|
listDateOfWeeks: EDayOfWeek[];
|
|
11546
|
-
|
|
11581
|
+
executeBetweenSetting: [string, string];
|
|
11582
|
+
schedulePostTime: Date;
|
|
11547
11583
|
timeDelayFrom: number;
|
|
11548
11584
|
timeDelayTo: number;
|
|
11549
11585
|
}
|
|
@@ -11578,7 +11614,8 @@ interface IInstagramReportInteractReplyMessageELS extends IBaseELS {
|
|
|
11578
11614
|
timeEnd: Date;
|
|
11579
11615
|
timezone: ETimeZone;
|
|
11580
11616
|
listDateOfWeeks: EDayOfWeek[];
|
|
11581
|
-
|
|
11617
|
+
executeBetweenSetting: [string, string];
|
|
11618
|
+
schedulePostTime: Date;
|
|
11582
11619
|
timeDelayFrom: number;
|
|
11583
11620
|
timeDelayTo: number;
|
|
11584
11621
|
}
|
|
@@ -11596,7 +11633,8 @@ interface IInstagramReportInteractStory extends IBaseModel, ITrackingTimeScript,
|
|
|
11596
11633
|
timeEnd: Date;
|
|
11597
11634
|
timezone: ETimeZone;
|
|
11598
11635
|
listDateOfWeeks: EDayOfWeek[];
|
|
11599
|
-
|
|
11636
|
+
executeBetweenSetting: [string, string];
|
|
11637
|
+
schedulePostTime: Date;
|
|
11600
11638
|
timeDelayFrom: number;
|
|
11601
11639
|
timeDelayTo: number;
|
|
11602
11640
|
}
|
|
@@ -11628,7 +11666,8 @@ interface IInstagramReportInteractStoryELS extends IBaseELS {
|
|
|
11628
11666
|
timeEnd: Date;
|
|
11629
11667
|
timezone: ETimeZone;
|
|
11630
11668
|
listDateOfWeeks: EDayOfWeek[];
|
|
11631
|
-
|
|
11669
|
+
executeBetweenSetting: [string, string];
|
|
11670
|
+
schedulePostTime: Date;
|
|
11632
11671
|
timeDelayFrom: number;
|
|
11633
11672
|
timeDelayTo: number;
|
|
11634
11673
|
}
|
|
@@ -11645,7 +11684,8 @@ interface IInstagramReportInteractUnFollow extends IBaseModel, ITrackingTimeScri
|
|
|
11645
11684
|
timeEnd: Date;
|
|
11646
11685
|
timezone: ETimeZone;
|
|
11647
11686
|
listDateOfWeeks: EDayOfWeek[];
|
|
11648
|
-
|
|
11687
|
+
executeBetweenSetting: [string, string];
|
|
11688
|
+
schedulePostTime: Date;
|
|
11649
11689
|
growthFollow: number;
|
|
11650
11690
|
timeGrowthFollow: Date;
|
|
11651
11691
|
unFollowPerDay: number;
|
|
@@ -11688,7 +11728,8 @@ interface IInstagramReportInteractUnFollowELS extends IBaseELS {
|
|
|
11688
11728
|
timeEnd: Date;
|
|
11689
11729
|
timezone: ETimeZone;
|
|
11690
11730
|
listDateOfWeeks: EDayOfWeek[];
|
|
11691
|
-
|
|
11731
|
+
executeBetweenSetting: [string, string];
|
|
11732
|
+
schedulePostTime: Date;
|
|
11692
11733
|
growthFollow: number;
|
|
11693
11734
|
timeGrowthFollow: Date;
|
|
11694
11735
|
unFollowPerHour: number;
|
|
@@ -11709,11 +11750,15 @@ interface IInstagramReportPostHighLight extends IBaseModel, ITrackingTimeScript,
|
|
|
11709
11750
|
timeEnd: Date;
|
|
11710
11751
|
timezone: ETimeZone;
|
|
11711
11752
|
listDateOfWeeks: EDayOfWeek[];
|
|
11712
|
-
|
|
11713
|
-
|
|
11753
|
+
executeBetweenSetting: [string, string];
|
|
11754
|
+
schedulePostTime: Date;
|
|
11755
|
+
status: EStatusPost;
|
|
11714
11756
|
noteFix: string;
|
|
11715
11757
|
typePost: string;
|
|
11716
11758
|
stylePost: string;
|
|
11759
|
+
taskImageId: string;
|
|
11760
|
+
taskVoiceId: string;
|
|
11761
|
+
taskCanvaId: string;
|
|
11717
11762
|
historyName: string;
|
|
11718
11763
|
linkAddHistory: string;
|
|
11719
11764
|
timeDelayFrom: number;
|
|
@@ -11748,8 +11793,9 @@ interface IInstagramReportPostHighLightELS extends IBaseELS {
|
|
|
11748
11793
|
timeEnd: Date;
|
|
11749
11794
|
timezone: ETimeZone;
|
|
11750
11795
|
listDateOfWeeks: EDayOfWeek[];
|
|
11751
|
-
|
|
11752
|
-
|
|
11796
|
+
executeBetweenSetting: [string, string];
|
|
11797
|
+
schedulePostTime: Date;
|
|
11798
|
+
status: EStatusPost;
|
|
11753
11799
|
noteFix: string;
|
|
11754
11800
|
typePost: string;
|
|
11755
11801
|
stylePost: string;
|
|
@@ -11757,6 +11803,46 @@ interface IInstagramReportPostHighLightELS extends IBaseELS {
|
|
|
11757
11803
|
linkAddHistory: string;
|
|
11758
11804
|
timeDelayFrom: number;
|
|
11759
11805
|
timeDelayTo: number;
|
|
11806
|
+
taskImageInfo: {
|
|
11807
|
+
id: string;
|
|
11808
|
+
folderImageName: string;
|
|
11809
|
+
typeGenerate: ETypeGenerate[];
|
|
11810
|
+
accountAIInfo: {
|
|
11811
|
+
email: string;
|
|
11812
|
+
modelAI: EAIModelImage;
|
|
11813
|
+
provider: string;
|
|
11814
|
+
};
|
|
11815
|
+
listGenerate: Array<{
|
|
11816
|
+
prompt: string;
|
|
11817
|
+
outputURL: string;
|
|
11818
|
+
status: EStatusGenerate;
|
|
11819
|
+
}>;
|
|
11820
|
+
};
|
|
11821
|
+
taskVoiceInfo: {
|
|
11822
|
+
id: string;
|
|
11823
|
+
accountAIInfo: {
|
|
11824
|
+
email: string;
|
|
11825
|
+
modelAI: EAIModelImage;
|
|
11826
|
+
provider: string;
|
|
11827
|
+
};
|
|
11828
|
+
listGenerate: Array<{
|
|
11829
|
+
prompt: string;
|
|
11830
|
+
outputURL: string;
|
|
11831
|
+
status: EStatusGenerate;
|
|
11832
|
+
}>;
|
|
11833
|
+
};
|
|
11834
|
+
taskCanvaInfo: {
|
|
11835
|
+
id: string;
|
|
11836
|
+
accountAIInfo: {
|
|
11837
|
+
email: string;
|
|
11838
|
+
modelAI: EAIModelImage;
|
|
11839
|
+
provider: string;
|
|
11840
|
+
};
|
|
11841
|
+
listGenerate: Array<{
|
|
11842
|
+
outputURL: string;
|
|
11843
|
+
typeGenerate: ETypeGenerate;
|
|
11844
|
+
}>;
|
|
11845
|
+
};
|
|
11760
11846
|
}
|
|
11761
11847
|
|
|
11762
11848
|
interface IInstagramReportPostNew extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
|
@@ -11768,8 +11854,9 @@ interface IInstagramReportPostNew extends IBaseModel, ITrackingTimeScript, ITrac
|
|
|
11768
11854
|
timeEnd: Date;
|
|
11769
11855
|
timezone: ETimeZone;
|
|
11770
11856
|
listDateOfWeeks: EDayOfWeek[];
|
|
11771
|
-
|
|
11772
|
-
|
|
11857
|
+
executeBetweenSetting: [string, string];
|
|
11858
|
+
schedulePostTime: Date;
|
|
11859
|
+
status: EStatusPost;
|
|
11773
11860
|
noteFix: string;
|
|
11774
11861
|
typePost: string;
|
|
11775
11862
|
stylePost: string;
|
|
@@ -11795,6 +11882,8 @@ interface IInstagramReportPostNew extends IBaseModel, ITrackingTimeScript, ITrac
|
|
|
11795
11882
|
delayTimeCommentTo: number;
|
|
11796
11883
|
numberCommentsForPostMeFrom: number;
|
|
11797
11884
|
numberCommentsForPostMeTo: number;
|
|
11885
|
+
editPostStartDate: Date;
|
|
11886
|
+
editPostEndDate: Date;
|
|
11798
11887
|
}
|
|
11799
11888
|
interface IInstagramReportPostNewELS extends IBaseELS {
|
|
11800
11889
|
idea: IBaseRefFieldELS;
|
|
@@ -11825,8 +11914,9 @@ interface IInstagramReportPostNewELS extends IBaseELS {
|
|
|
11825
11914
|
timeEnd: Date;
|
|
11826
11915
|
timezone: ETimeZone;
|
|
11827
11916
|
listDateOfWeeks: EDayOfWeek[];
|
|
11828
|
-
|
|
11829
|
-
|
|
11917
|
+
executeBetweenSetting: [string, string];
|
|
11918
|
+
schedulePostTime: Date;
|
|
11919
|
+
status: EStatusPost;
|
|
11830
11920
|
noteFix: string;
|
|
11831
11921
|
typePost: string;
|
|
11832
11922
|
stylePost: string;
|
|
@@ -11852,6 +11942,48 @@ interface IInstagramReportPostNewELS extends IBaseELS {
|
|
|
11852
11942
|
delayTimeCommentTo: number;
|
|
11853
11943
|
numberCommentsForPostMeFrom: number;
|
|
11854
11944
|
numberCommentsForPostMeTo: number;
|
|
11945
|
+
editPostStartDate: Date;
|
|
11946
|
+
editPostEndDate: Date;
|
|
11947
|
+
taskImageInfo: {
|
|
11948
|
+
id: string;
|
|
11949
|
+
folderImageName: string;
|
|
11950
|
+
typeGenerate: ETypeGenerate[];
|
|
11951
|
+
accountAIInfo: {
|
|
11952
|
+
email: string;
|
|
11953
|
+
modelAI: EAIModelImage;
|
|
11954
|
+
provider: string;
|
|
11955
|
+
};
|
|
11956
|
+
listGenerate: Array<{
|
|
11957
|
+
prompt: string;
|
|
11958
|
+
outputURL: string;
|
|
11959
|
+
status: EStatusGenerate;
|
|
11960
|
+
}>;
|
|
11961
|
+
};
|
|
11962
|
+
taskVoiceInfo: {
|
|
11963
|
+
id: string;
|
|
11964
|
+
accountAIInfo: {
|
|
11965
|
+
email: string;
|
|
11966
|
+
modelAI: EAIModelImage;
|
|
11967
|
+
provider: string;
|
|
11968
|
+
};
|
|
11969
|
+
listGenerate: Array<{
|
|
11970
|
+
prompt: string;
|
|
11971
|
+
outputURL: string;
|
|
11972
|
+
status: EStatusGenerate;
|
|
11973
|
+
}>;
|
|
11974
|
+
};
|
|
11975
|
+
taskCanvaInfo: {
|
|
11976
|
+
id: string;
|
|
11977
|
+
accountAIInfo: {
|
|
11978
|
+
email: string;
|
|
11979
|
+
modelAI: EAIModelImage;
|
|
11980
|
+
provider: string;
|
|
11981
|
+
};
|
|
11982
|
+
listGenerate: Array<{
|
|
11983
|
+
outputURL: string;
|
|
11984
|
+
typeGenerate: ETypeGenerate;
|
|
11985
|
+
}>;
|
|
11986
|
+
};
|
|
11855
11987
|
}
|
|
11856
11988
|
|
|
11857
11989
|
interface IInstagramReportPostSquare extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
|
@@ -11863,8 +11995,9 @@ interface IInstagramReportPostSquare extends IBaseModel, ITrackingTimeScript, IT
|
|
|
11863
11995
|
timeEnd: Date;
|
|
11864
11996
|
timezone: ETimeZone;
|
|
11865
11997
|
listDateOfWeeks: EDayOfWeek[];
|
|
11866
|
-
|
|
11867
|
-
|
|
11998
|
+
executeBetweenSetting: [string, string];
|
|
11999
|
+
schedulePostTime: Date;
|
|
12000
|
+
status: EStatusPost;
|
|
11868
12001
|
noteFix: string;
|
|
11869
12002
|
typePost: string;
|
|
11870
12003
|
stylePost: string;
|
|
@@ -11919,8 +12052,9 @@ interface IInstagramReportPostSquareELS extends IBaseELS {
|
|
|
11919
12052
|
timeEnd: Date;
|
|
11920
12053
|
timezone: ETimeZone;
|
|
11921
12054
|
listDateOfWeeks: EDayOfWeek[];
|
|
11922
|
-
|
|
11923
|
-
|
|
12055
|
+
executeBetweenSetting: [string, string];
|
|
12056
|
+
schedulePostTime: Date;
|
|
12057
|
+
status: EStatusPost;
|
|
11924
12058
|
noteFix: string;
|
|
11925
12059
|
typePost: string;
|
|
11926
12060
|
stylePost: string;
|
|
@@ -11945,6 +12079,51 @@ interface IInstagramReportPostSquareELS extends IBaseELS {
|
|
|
11945
12079
|
delayTimeCommentTo: number;
|
|
11946
12080
|
numberCommentsForPostMeFrom: number;
|
|
11947
12081
|
numberCommentsForPostMeTo: number;
|
|
12082
|
+
editPostStartDate: Date;
|
|
12083
|
+
editPostEndDate: Date;
|
|
12084
|
+
taskImageId: string;
|
|
12085
|
+
taskVoiceId: string;
|
|
12086
|
+
taskCanvaId: string;
|
|
12087
|
+
taskImageInfo: {
|
|
12088
|
+
id: string;
|
|
12089
|
+
folderImageName: string;
|
|
12090
|
+
typeGenerate: ETypeGenerate[];
|
|
12091
|
+
accountAIInfo: {
|
|
12092
|
+
email: string;
|
|
12093
|
+
modelAI: EAIModelImage;
|
|
12094
|
+
provider: string;
|
|
12095
|
+
};
|
|
12096
|
+
listGenerate: Array<{
|
|
12097
|
+
prompt: string;
|
|
12098
|
+
outputURL: string;
|
|
12099
|
+
status: EStatusGenerate;
|
|
12100
|
+
}>;
|
|
12101
|
+
};
|
|
12102
|
+
taskVoiceInfo: {
|
|
12103
|
+
id: string;
|
|
12104
|
+
accountAIInfo: {
|
|
12105
|
+
email: string;
|
|
12106
|
+
modelAI: EAIModelImage;
|
|
12107
|
+
provider: string;
|
|
12108
|
+
};
|
|
12109
|
+
listGenerate: Array<{
|
|
12110
|
+
prompt: string;
|
|
12111
|
+
outputURL: string;
|
|
12112
|
+
status: EStatusGenerate;
|
|
12113
|
+
}>;
|
|
12114
|
+
};
|
|
12115
|
+
taskCanvaInfo: {
|
|
12116
|
+
id: string;
|
|
12117
|
+
accountAIInfo: {
|
|
12118
|
+
email: string;
|
|
12119
|
+
modelAI: EAIModelImage;
|
|
12120
|
+
provider: string;
|
|
12121
|
+
};
|
|
12122
|
+
listGenerate: Array<{
|
|
12123
|
+
outputURL: string;
|
|
12124
|
+
typeGenerate: ETypeGenerate;
|
|
12125
|
+
}>;
|
|
12126
|
+
};
|
|
11948
12127
|
}
|
|
11949
12128
|
|
|
11950
12129
|
interface IInstagramReportPostReel extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
|
@@ -11956,8 +12135,9 @@ interface IInstagramReportPostReel extends IBaseModel, ITrackingTimeScript, ITra
|
|
|
11956
12135
|
timeEnd: Date;
|
|
11957
12136
|
timezone: ETimeZone;
|
|
11958
12137
|
listDateOfWeeks: EDayOfWeek[];
|
|
11959
|
-
|
|
11960
|
-
|
|
12138
|
+
executeBetweenSetting: [string, string];
|
|
12139
|
+
schedulePostTime: Date;
|
|
12140
|
+
status: EStatusPost;
|
|
11961
12141
|
noteFix: string;
|
|
11962
12142
|
typePost: string;
|
|
11963
12143
|
stylePost: string;
|
|
@@ -12002,8 +12182,9 @@ interface IInstagramReportPostReelELS extends IBaseELS {
|
|
|
12002
12182
|
timeEnd: Date;
|
|
12003
12183
|
timezone: ETimeZone;
|
|
12004
12184
|
listDateOfWeeks: EDayOfWeek[];
|
|
12005
|
-
|
|
12006
|
-
|
|
12185
|
+
executeBetweenSetting: [string, string];
|
|
12186
|
+
schedulePostTime: Date;
|
|
12187
|
+
status: EStatusPost;
|
|
12007
12188
|
noteFix: string;
|
|
12008
12189
|
typePost: string;
|
|
12009
12190
|
stylePost: string;
|
|
@@ -12017,6 +12198,48 @@ interface IInstagramReportPostReelELS extends IBaseELS {
|
|
|
12017
12198
|
listTagsUsername: string[];
|
|
12018
12199
|
timeDelayFrom: number;
|
|
12019
12200
|
timeDelayTo: number;
|
|
12201
|
+
editPostStartDate: Date;
|
|
12202
|
+
editPostEndDate: Date;
|
|
12203
|
+
taskImageInfo: {
|
|
12204
|
+
id: string;
|
|
12205
|
+
folderImageName: string;
|
|
12206
|
+
typeGenerate: ETypeGenerate[];
|
|
12207
|
+
accountAIInfo: {
|
|
12208
|
+
email: string;
|
|
12209
|
+
modelAI: EAIModelImage;
|
|
12210
|
+
provider: string;
|
|
12211
|
+
};
|
|
12212
|
+
listGenerate: Array<{
|
|
12213
|
+
prompt: string;
|
|
12214
|
+
outputURL: string;
|
|
12215
|
+
status: EStatusGenerate;
|
|
12216
|
+
}>;
|
|
12217
|
+
};
|
|
12218
|
+
taskVoiceInfo: {
|
|
12219
|
+
id: string;
|
|
12220
|
+
accountAIInfo: {
|
|
12221
|
+
email: string;
|
|
12222
|
+
modelAI: EAIModelImage;
|
|
12223
|
+
provider: string;
|
|
12224
|
+
};
|
|
12225
|
+
listGenerate: Array<{
|
|
12226
|
+
prompt: string;
|
|
12227
|
+
outputURL: string;
|
|
12228
|
+
status: EStatusGenerate;
|
|
12229
|
+
}>;
|
|
12230
|
+
};
|
|
12231
|
+
taskCanvaInfo: {
|
|
12232
|
+
id: string;
|
|
12233
|
+
accountAIInfo: {
|
|
12234
|
+
email: string;
|
|
12235
|
+
modelAI: EAIModelImage;
|
|
12236
|
+
provider: string;
|
|
12237
|
+
};
|
|
12238
|
+
listGenerate: Array<{
|
|
12239
|
+
outputURL: string;
|
|
12240
|
+
typeGenerate: ETypeGenerate;
|
|
12241
|
+
}>;
|
|
12242
|
+
};
|
|
12020
12243
|
}
|
|
12021
12244
|
|
|
12022
12245
|
interface IInstagramReportPostStory extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
|
@@ -12028,11 +12251,15 @@ interface IInstagramReportPostStory extends IBaseModel, ITrackingTimeScript, ITr
|
|
|
12028
12251
|
timeEnd: Date;
|
|
12029
12252
|
timezone: ETimeZone;
|
|
12030
12253
|
listDateOfWeeks: EDayOfWeek[];
|
|
12031
|
-
|
|
12032
|
-
|
|
12254
|
+
executeBetweenSetting: [string, string];
|
|
12255
|
+
schedulePostTime: Date;
|
|
12256
|
+
status: EStatusPost;
|
|
12033
12257
|
noteFix: string;
|
|
12034
12258
|
typePost: string;
|
|
12035
12259
|
stylePost: string;
|
|
12260
|
+
taskImageId: string;
|
|
12261
|
+
taskVoiceId: string;
|
|
12262
|
+
taskCanvaId: string;
|
|
12036
12263
|
photosUrl: string[];
|
|
12037
12264
|
videosUrl: string[];
|
|
12038
12265
|
music: string[];
|
|
@@ -12071,8 +12298,9 @@ interface IInstagramReportPostStoryELS extends IBaseELS {
|
|
|
12071
12298
|
timeEnd: Date;
|
|
12072
12299
|
timezone: ETimeZone;
|
|
12073
12300
|
listDateOfWeeks: EDayOfWeek[];
|
|
12074
|
-
|
|
12075
|
-
|
|
12301
|
+
executeBetweenSetting: [string, string];
|
|
12302
|
+
schedulePostTime: Date;
|
|
12303
|
+
status: EStatusPost;
|
|
12076
12304
|
noteFix: string;
|
|
12077
12305
|
typePost: string;
|
|
12078
12306
|
stylePost: string;
|
|
@@ -12084,6 +12312,46 @@ interface IInstagramReportPostStoryELS extends IBaseELS {
|
|
|
12084
12312
|
listTagsCollaborator: string[];
|
|
12085
12313
|
timeDelayFrom: number;
|
|
12086
12314
|
timeDelayTo: number;
|
|
12315
|
+
taskImageInfo: {
|
|
12316
|
+
id: string;
|
|
12317
|
+
folderImageName: string;
|
|
12318
|
+
typeGenerate: ETypeGenerate[];
|
|
12319
|
+
accountAIInfo: {
|
|
12320
|
+
email: string;
|
|
12321
|
+
modelAI: EAIModelImage;
|
|
12322
|
+
provider: string;
|
|
12323
|
+
};
|
|
12324
|
+
listGenerate: Array<{
|
|
12325
|
+
prompt: string;
|
|
12326
|
+
outputURL: string;
|
|
12327
|
+
status: EStatusGenerate;
|
|
12328
|
+
}>;
|
|
12329
|
+
};
|
|
12330
|
+
taskVoiceInfo: {
|
|
12331
|
+
id: string;
|
|
12332
|
+
accountAIInfo: {
|
|
12333
|
+
email: string;
|
|
12334
|
+
modelAI: EAIModelImage;
|
|
12335
|
+
provider: string;
|
|
12336
|
+
};
|
|
12337
|
+
listGenerate: Array<{
|
|
12338
|
+
prompt: string;
|
|
12339
|
+
outputURL: string;
|
|
12340
|
+
status: EStatusGenerate;
|
|
12341
|
+
}>;
|
|
12342
|
+
};
|
|
12343
|
+
taskCanvaInfo: {
|
|
12344
|
+
id: string;
|
|
12345
|
+
accountAIInfo: {
|
|
12346
|
+
email: string;
|
|
12347
|
+
modelAI: EAIModelImage;
|
|
12348
|
+
provider: string;
|
|
12349
|
+
};
|
|
12350
|
+
listGenerate: Array<{
|
|
12351
|
+
outputURL: string;
|
|
12352
|
+
typeGenerate: ETypeGenerate;
|
|
12353
|
+
}>;
|
|
12354
|
+
};
|
|
12087
12355
|
}
|
|
12088
12356
|
|
|
12089
12357
|
interface ITaskInstagramBlockUser extends IBaseModel, ITrackingModel<IUser> {
|
|
@@ -13438,7 +13706,8 @@ interface IThreadsReportPost extends IBaseModel, ITrackingModel<IUser> {
|
|
|
13438
13706
|
timeEnd: Date;
|
|
13439
13707
|
timezone: ETimeZone;
|
|
13440
13708
|
listDateOfWeeks: EDayOfWeek[];
|
|
13441
|
-
|
|
13709
|
+
executeBetweenSetting: [string, string];
|
|
13710
|
+
schedulePostTime: Date;
|
|
13442
13711
|
}
|
|
13443
13712
|
interface IThreadsReportPostELS extends IBaseELS {
|
|
13444
13713
|
idea: IBaseRefFieldELS;
|
|
@@ -13480,7 +13749,8 @@ interface IThreadsReportPostELS extends IBaseELS {
|
|
|
13480
13749
|
timeEnd: Date;
|
|
13481
13750
|
timezone: ETimeZone;
|
|
13482
13751
|
listDateOfWeeks: EDayOfWeek[];
|
|
13483
|
-
|
|
13752
|
+
executeBetweenSetting: [string, string];
|
|
13753
|
+
schedulePostTime: Date;
|
|
13484
13754
|
}
|
|
13485
13755
|
|
|
13486
13756
|
interface IThreadsReportInteractFollow extends IBaseModel, ITrackingModel<IUser> {
|
|
@@ -13495,7 +13765,8 @@ interface IThreadsReportInteractFollow extends IBaseModel, ITrackingModel<IUser>
|
|
|
13495
13765
|
timeEnd: Date;
|
|
13496
13766
|
timezone: ETimeZone;
|
|
13497
13767
|
listDateOfWeeks: EDayOfWeek[];
|
|
13498
|
-
|
|
13768
|
+
executeBetweenSetting: [string, string];
|
|
13769
|
+
schedulePostTime: Date;
|
|
13499
13770
|
}
|
|
13500
13771
|
interface IThreadsReportInteractFollowELS extends IBaseELS {
|
|
13501
13772
|
idea: IBaseRefFieldELS;
|
|
@@ -13529,7 +13800,8 @@ interface IThreadsReportInteractFollowELS extends IBaseELS {
|
|
|
13529
13800
|
timeEnd: Date;
|
|
13530
13801
|
timezone: ETimeZone;
|
|
13531
13802
|
listDateOfWeeks: EDayOfWeek[];
|
|
13532
|
-
|
|
13803
|
+
executeBetweenSetting: [string, string];
|
|
13804
|
+
schedulePostTime: Date;
|
|
13533
13805
|
}
|
|
13534
13806
|
|
|
13535
13807
|
interface IThreadsReportInteractUnFollow extends IBaseModel, ITrackingModel<IUser> {
|
|
@@ -13544,7 +13816,8 @@ interface IThreadsReportInteractUnFollow extends IBaseModel, ITrackingModel<IUse
|
|
|
13544
13816
|
timeEnd: Date;
|
|
13545
13817
|
timezone: ETimeZone;
|
|
13546
13818
|
listDateOfWeeks: EDayOfWeek[];
|
|
13547
|
-
|
|
13819
|
+
executeBetweenSetting: [string, string];
|
|
13820
|
+
schedulePostTime: Date;
|
|
13548
13821
|
}
|
|
13549
13822
|
interface IThreadsReportInteractUnFollowELS extends IBaseELS {
|
|
13550
13823
|
idea: IBaseRefFieldELS;
|
|
@@ -13578,7 +13851,8 @@ interface IThreadsReportInteractUnFollowELS extends IBaseELS {
|
|
|
13578
13851
|
timeEnd: Date;
|
|
13579
13852
|
timezone: ETimeZone;
|
|
13580
13853
|
listDateOfWeeks: EDayOfWeek[];
|
|
13581
|
-
|
|
13854
|
+
executeBetweenSetting: [string, string];
|
|
13855
|
+
schedulePostTime: Date;
|
|
13582
13856
|
}
|
|
13583
13857
|
|
|
13584
13858
|
interface IThreadsReportInteractReplyMessage extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
|
@@ -13592,7 +13866,8 @@ interface IThreadsReportInteractReplyMessage extends IBaseModel, ITrackingTimeSc
|
|
|
13592
13866
|
timeEnd: Date;
|
|
13593
13867
|
timezone: ETimeZone;
|
|
13594
13868
|
listDateOfWeeks: EDayOfWeek[];
|
|
13595
|
-
|
|
13869
|
+
executeBetweenSetting: [string, string];
|
|
13870
|
+
schedulePostTime: Date;
|
|
13596
13871
|
}
|
|
13597
13872
|
interface IThreadsReportInteractReplyMessageELS extends IBaseELS {
|
|
13598
13873
|
idea: IBaseRefFieldELS;
|
|
@@ -13625,7 +13900,8 @@ interface IThreadsReportInteractReplyMessageELS extends IBaseELS {
|
|
|
13625
13900
|
timeEnd: Date;
|
|
13626
13901
|
timezone: ETimeZone;
|
|
13627
13902
|
listDateOfWeeks: EDayOfWeek[];
|
|
13628
|
-
|
|
13903
|
+
executeBetweenSetting: [string, string];
|
|
13904
|
+
schedulePostTime: Date;
|
|
13629
13905
|
}
|
|
13630
13906
|
|
|
13631
13907
|
interface IThreadsReportInteractReplyComment extends IBaseModel, ITrackingModel<IUser> {
|
|
@@ -13640,7 +13916,8 @@ interface IThreadsReportInteractReplyComment extends IBaseModel, ITrackingModel<
|
|
|
13640
13916
|
timeEnd: Date;
|
|
13641
13917
|
timezone: ETimeZone;
|
|
13642
13918
|
listDateOfWeeks: EDayOfWeek[];
|
|
13643
|
-
|
|
13919
|
+
executeBetweenSetting: [string, string];
|
|
13920
|
+
schedulePostTime: Date;
|
|
13644
13921
|
}
|
|
13645
13922
|
interface IThreadsReportInteractReplyCommentELS extends IBaseELS {
|
|
13646
13923
|
idea: IBaseRefFieldELS;
|
|
@@ -13674,7 +13951,8 @@ interface IThreadsReportInteractReplyCommentELS extends IBaseELS {
|
|
|
13674
13951
|
timeEnd: Date;
|
|
13675
13952
|
timezone: ETimeZone;
|
|
13676
13953
|
listDateOfWeeks: EDayOfWeek[];
|
|
13677
|
-
|
|
13954
|
+
executeBetweenSetting: [string, string];
|
|
13955
|
+
schedulePostTime: Date;
|
|
13678
13956
|
}
|
|
13679
13957
|
|
|
13680
13958
|
interface IThreadsSettingPost extends IBaseModel, ITrackingModel<IUser> {
|
|
@@ -14755,4 +15033,4 @@ declare namespace index {
|
|
|
14755
15033
|
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
15034
|
}
|
|
14757
15035
|
|
|
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 };
|
|
15036
|
+
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, EStatusPost, EStatusProxyChecked, EStatusProxyNewIP, EStatusRole, EStatusSheetWork, EStatusSocialAccountRaw, EStatusTaskAIContent, EStatusTaskAvatarCover, EStatusTaskCanva, EStatusTaskImage, EStatusTaskJob, EStatusTaskJobGroup, EStatusTaskScript, EStatusTaskToolSocials, EStatusTaskVoice, EStatusTeam, EStatusUser, EStatusVPS, EStatusVPSReplace, ETimeZone, ETypeAccountInstagramSetting, ETypeAccountVPN, ETypeCanva, ETypeColumnManagerWork, ETypeDevice, ETypeDeviceLog, ETypeDeviceOS, ETypeExport, ETypeGenerate, ETypeImport, ETypeManagerWorkClassify, ETypeManagerWorkType, ETypePin, ETypeProviderAccountVPN, ETypeProxy, ETypeProxyChecked, ETypeProxyCountry, ETypeProxyNewIP, ETypeProxyProvider, ETypeRatioImage, ETypeSheetWorkClassify, ETypeSheetWorkPin, ETypeSocial, ETypeSocialChangeInfoThreads, ETypeSocialCreateNew, ETypeTaskID, ETypeTimeFilter, ETypeVoiceLanguage, type ExportDto, type FilterAccountAIContentChannelDto, type FilterAccountAIContentDto, type FilterAccountAIContentInfoDto, type FilterAccountAIImageChannelDto, type FilterAccountAIImageDto, type FilterAccountAIImageInfoDto, type FilterAccountAIVoiceChannelDto, type FilterAccountAIVoiceDto, type FilterAccountAIVoiceInfoDto, type FilterAccountCHPlayICloudDto, type FilterAccountCanvaDto, type FilterAccountDriveDto, type FilterAccountEmailDto, type FilterAccountSocialGroupDto, type FilterAccountVPNDto, type FilterAccountVPSDto, type FilterAccountVPSGroupDto, type FilterBaseDto, type FilterBaseSocialDto, type FilterBlogCategoryDto, type FilterBlogDto, type FilterCheckerAccountInstagramDashboardFollowerDto, type FilterCheckerAccountThreadsDashboardFollowerDto, type FilterDepartmentDto, type FilterDeviceDto, type FilterDeviceLogDto, type FilterHistoryTaskAIContentDto, type FilterHistoryTaskAIImageDto, type FilterHistoryTaskAIVoiceDto, type FilterHistoryTaskCanvaDto, type FilterInstagramAccountRawDto, type FilterInstagramAccountRunDto, type FilterInstagramDashboardFollowerDto, type FilterInstagramHistoryAutoSyncDto, type FilterInstagramHistoryChangeInfoDto, type FilterInstagramHistoryCreateNewDto, type FilterInstagramHistoryGroupDto, type FilterInstagramReportInteractBlockUserDto, type FilterInstagramReportInteractExploreDto, type FilterInstagramReportInteractFollowDto, type FilterInstagramReportInteractReelDto, type FilterInstagramReportInteractReplyCommentDto, type FilterInstagramReportInteractReplyMessageDto, type FilterInstagramReportInteractStoryDto, type FilterInstagramReportInteractUnFollowDto, type FilterInstagramReportPostHighLightDto, type FilterInstagramReportPostNewDto, type FilterInstagramReportPostReelDto, type FilterInstagramReportPostSquareDto, type FilterInstagramReportPostStoryDto, type 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 };
|