automation-lib 5.4.184 → 5.4.187

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.mts CHANGED
@@ -19,6 +19,7 @@ declare const CONST_API_AUTH: {
19
19
  declare const CONST_API_COMMON: {
20
20
  SLUG: string;
21
21
  CREATE: string;
22
+ INSERT: string;
22
23
  CREATE_MULTI: string;
23
24
  FIND_AUTO_FILL: string;
24
25
  APPLY_AUTO_FILL: string;
@@ -926,17 +927,9 @@ declare enum ESheetToolThreads {
926
927
  ReplyComment = "Reply comment",
927
928
  ReplyMessage = "Reply message"
928
929
  }
929
- declare enum ESheetToolStatus {
930
- Active = "Active",
931
- Inactive = "Inactive",
932
- Pending = "Pending",
933
- Error = "Error"
934
- }
935
930
 
936
931
  type index$f_ESheetToolInstagram = ESheetToolInstagram;
937
932
  declare const index$f_ESheetToolInstagram: typeof ESheetToolInstagram;
938
- type index$f_ESheetToolStatus = ESheetToolStatus;
939
- declare const index$f_ESheetToolStatus: typeof ESheetToolStatus;
940
933
  type index$f_ESheetToolStatusImport = ESheetToolStatusImport;
941
934
  declare const index$f_ESheetToolStatusImport: typeof ESheetToolStatusImport;
942
935
  type index$f_ESheetToolStatusRun = ESheetToolStatusRun;
@@ -946,7 +939,7 @@ declare const index$f_ESheetToolThreads: typeof ESheetToolThreads;
946
939
  type index$f_ESheetToolTimeCrawl = ESheetToolTimeCrawl;
947
940
  declare const index$f_ESheetToolTimeCrawl: typeof ESheetToolTimeCrawl;
948
941
  declare namespace index$f {
949
- export { index$f_ESheetToolInstagram as ESheetToolInstagram, index$f_ESheetToolStatus as ESheetToolStatus, index$f_ESheetToolStatusImport as ESheetToolStatusImport, index$f_ESheetToolStatusRun as ESheetToolStatusRun, index$f_ESheetToolThreads as ESheetToolThreads, index$f_ESheetToolTimeCrawl as ESheetToolTimeCrawl };
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 };
950
943
  }
951
944
 
952
945
  declare enum EStatusVPS {
@@ -1098,12 +1091,6 @@ declare enum EStatusAccountSocialRun {
1098
1091
  UNKNOWN_STATUS = "Unknown status"
1099
1092
  }
1100
1093
 
1101
- declare enum EStatusPC {
1102
- Connected = "Connected",
1103
- Disconnected = "Disconnected",
1104
- Maintenance = "Maintenance"
1105
- }
1106
-
1107
1094
  declare enum EStatusDeviceSetup {
1108
1095
  Completed = "Completed",
1109
1096
  Pending = "Pending",
@@ -1184,6 +1171,19 @@ declare enum EStatusDeviceSetupSettingTask {
1184
1171
  Unknown = "Unknown"
1185
1172
  }
1186
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
+
1187
1187
  declare enum EStatusTaskAIContent {
1188
1188
  Pending = "Pending",
1189
1189
  Executing = "Executing",
@@ -1192,14 +1192,6 @@ declare enum EStatusTaskAIContent {
1192
1192
  Error = "Error"
1193
1193
  }
1194
1194
 
1195
- declare enum EStatusTaskToolSocials {
1196
- Pending = "Pending",
1197
- Executing = "Executing",
1198
- Error = "Error",
1199
- Repaired = "Repaired",
1200
- Done = "Done"
1201
- }
1202
-
1203
1195
  declare enum EStatusTaskAvatarCover {
1204
1196
  Pending = "Pending",
1205
1197
  GeneratingImage = "GeneratingImage",
@@ -1228,15 +1220,6 @@ declare enum EStatusTaskImage {
1228
1220
  Ready = "Ready"
1229
1221
  }
1230
1222
 
1231
- declare enum EStatusTaskVoice {
1232
- Pending = "Pending",
1233
- GeneratingVoice = "GeneratingVoice",
1234
- GeneratedVoice = "GeneratedVoice",
1235
- Error = "Error",
1236
- Done = "Done",// Hoàn thành nhưng chưa chuẩn bị cho việc chạy
1237
- Ready = "Ready"
1238
- }
1239
-
1240
1223
  declare enum EStatusTaskScript {
1241
1224
  Done = "Done",
1242
1225
  LoginError = "LoginError",
@@ -1247,6 +1230,23 @@ declare enum EStatusTaskScript {
1247
1230
  Unknown = "Unknown"
1248
1231
  }
1249
1232
 
1233
+ declare enum EStatusTaskToolSocials {
1234
+ Pending = "Pending",
1235
+ Executing = "Executing",
1236
+ Error = "Error",
1237
+ Repaired = "Repaired",
1238
+ Done = "Done"
1239
+ }
1240
+
1241
+ declare enum EStatusTaskVoice {
1242
+ Pending = "Pending",
1243
+ GeneratingVoice = "GeneratingVoice",
1244
+ GeneratedVoice = "GeneratedVoice",
1245
+ Error = "Error",
1246
+ Done = "Done",// Hoàn thành nhưng chưa chuẩn bị cho việc chạy
1247
+ Ready = "Ready"
1248
+ }
1249
+
1250
1250
  declare enum EStatusBlog {
1251
1251
  Spending = "Spending",
1252
1252
  Error = "Error",
@@ -1413,6 +1413,8 @@ type index$e_EStatusDeviceSync = EStatusDeviceSync;
1413
1413
  declare const index$e_EStatusDeviceSync: typeof EStatusDeviceSync;
1414
1414
  type index$e_EStatusExecuteCommon = EStatusExecuteCommon;
1415
1415
  declare const index$e_EStatusExecuteCommon: typeof EStatusExecuteCommon;
1416
+ type index$e_EStatusGenerate = EStatusGenerate;
1417
+ declare const index$e_EStatusGenerate: typeof EStatusGenerate;
1416
1418
  type index$e_EStatusLark = EStatusLark;
1417
1419
  declare const index$e_EStatusLark: typeof EStatusLark;
1418
1420
  type index$e_EStatusMailWork = EStatusMailWork;
@@ -1456,7 +1458,7 @@ declare const index$e_EStatusVPS: typeof EStatusVPS;
1456
1458
  type index$e_EStatusVPSReplace = EStatusVPSReplace;
1457
1459
  declare const index$e_EStatusVPSReplace: typeof EStatusVPSReplace;
1458
1460
  declare namespace index$e {
1459
- export { index$e_EDeviceResetTime as EDeviceResetTime, index$e_EStatusAccountCHPlayICloud as EStatusAccountCHPlayICloud, index$e_EStatusAccountCanva as EStatusAccountCanva, index$e_EStatusAccountDrive as EStatusAccountDrive, index$e_EStatusAccountSocial as EStatusAccountSocial, index$e_EStatusAccountSocialFolderName as EStatusAccountSocialFolderName, index$e_EStatusAccountSocialLogin as EStatusAccountSocialLogin, index$e_EStatusAccountSocialLoginEmail as EStatusAccountSocialLoginEmail, index$e_EStatusAccountSocialRun as EStatusAccountSocialRun, index$e_EStatusAccountSocialSetting as EStatusAccountSocialSetting, index$e_EStatusAccountSocialSync as EStatusAccountSocialSync, index$e_EStatusAccountTypeChangeInfoInstagram as EStatusAccountTypeChangeInfoInstagram, index$e_EStatusAccountTypeChangeInfoThreads as EStatusAccountTypeChangeInfoThreads, index$e_EStatusAccountVPN as EStatusAccountVPN, index$e_EStatusActive as EStatusActive, index$e_EStatusBlog as EStatusBlog, index$e_EStatusChangeInfo as EStatusChangeInfo, index$e_EStatusCommon as EStatusCommon, index$e_EStatusCreateNew as EStatusCreateNew, index$e_EStatusDevice as EStatusDevice, index$e_EStatusDeviceChangeName as EStatusDeviceChangeName, index$e_EStatusDeviceChangeNew as EStatusDeviceChangeNew, index$e_EStatusDeviceConnectPC as EStatusDeviceConnectPC, index$e_EStatusDeviceConnectWifi as EStatusDeviceConnectWifi, index$e_EStatusDeviceHubStatus as EStatusDeviceHubStatus, index$e_EStatusDeviceLoginCHPlayICloud as EStatusDeviceLoginCHPlayICloud, index$e_EStatusDeviceReplace as EStatusDeviceReplace, index$e_EStatusDeviceRunningSocial as EStatusDeviceRunningSocial, index$e_EStatusDeviceSetup as EStatusDeviceSetup, index$e_EStatusDeviceSetupSettingTask as EStatusDeviceSetupSettingTask, index$e_EStatusDeviceSync as EStatusDeviceSync, index$e_EStatusExecuteCommon as EStatusExecuteCommon, index$e_EStatusLark as EStatusLark, index$e_EStatusMailWork as EStatusMailWork, index$e_EStatusPC as EStatusPC, index$e_EStatusProxyChecked as EStatusProxyChecked, index$e_EStatusProxyNewIP as EStatusProxyNewIP, index$e_EStatusRole as EStatusRole, index$e_EStatusSheetWork as EStatusSheetWork, index$e_EStatusSocialAccountRaw as EStatusSocialAccountRaw, index$e_EStatusTaskAIContent as EStatusTaskAIContent, index$e_EStatusTaskAvatarCover as EStatusTaskAvatarCover, index$e_EStatusTaskCanva as EStatusTaskCanva, index$e_EStatusTaskImage as EStatusTaskImage, index$e_EStatusTaskJob as EStatusTaskJob, index$e_EStatusTaskJobGroup as EStatusTaskJobGroup, index$e_EStatusTaskScript as EStatusTaskScript, index$e_EStatusTaskToolSocials as EStatusTaskToolSocials, index$e_EStatusTaskVoice as EStatusTaskVoice, index$e_EStatusTeam as EStatusTeam, index$e_EStatusUser as EStatusUser, index$e_EStatusVPS as EStatusVPS, index$e_EStatusVPSReplace as EStatusVPSReplace };
1461
+ export { index$e_EDeviceResetTime as EDeviceResetTime, index$e_EStatusAccountCHPlayICloud as EStatusAccountCHPlayICloud, index$e_EStatusAccountCanva as EStatusAccountCanva, index$e_EStatusAccountDrive as EStatusAccountDrive, index$e_EStatusAccountSocial as EStatusAccountSocial, index$e_EStatusAccountSocialFolderName as EStatusAccountSocialFolderName, index$e_EStatusAccountSocialLogin as EStatusAccountSocialLogin, index$e_EStatusAccountSocialLoginEmail as EStatusAccountSocialLoginEmail, index$e_EStatusAccountSocialRun as EStatusAccountSocialRun, index$e_EStatusAccountSocialSetting as EStatusAccountSocialSetting, index$e_EStatusAccountSocialSync as EStatusAccountSocialSync, index$e_EStatusAccountTypeChangeInfoInstagram as EStatusAccountTypeChangeInfoInstagram, index$e_EStatusAccountTypeChangeInfoThreads as EStatusAccountTypeChangeInfoThreads, index$e_EStatusAccountVPN as EStatusAccountVPN, index$e_EStatusActive as EStatusActive, index$e_EStatusBlog as EStatusBlog, index$e_EStatusChangeInfo as EStatusChangeInfo, index$e_EStatusCommon as EStatusCommon, index$e_EStatusCreateNew as EStatusCreateNew, index$e_EStatusDevice as EStatusDevice, index$e_EStatusDeviceChangeName as EStatusDeviceChangeName, index$e_EStatusDeviceChangeNew as EStatusDeviceChangeNew, index$e_EStatusDeviceConnectPC as EStatusDeviceConnectPC, index$e_EStatusDeviceConnectWifi as EStatusDeviceConnectWifi, index$e_EStatusDeviceHubStatus as EStatusDeviceHubStatus, index$e_EStatusDeviceLoginCHPlayICloud as EStatusDeviceLoginCHPlayICloud, index$e_EStatusDeviceReplace as EStatusDeviceReplace, index$e_EStatusDeviceRunningSocial as EStatusDeviceRunningSocial, index$e_EStatusDeviceSetup as EStatusDeviceSetup, index$e_EStatusDeviceSetupSettingTask as EStatusDeviceSetupSettingTask, index$e_EStatusDeviceSync as EStatusDeviceSync, index$e_EStatusExecuteCommon as EStatusExecuteCommon, index$e_EStatusGenerate as EStatusGenerate, index$e_EStatusLark as EStatusLark, index$e_EStatusMailWork as EStatusMailWork, index$e_EStatusPC as EStatusPC, index$e_EStatusProxyChecked as EStatusProxyChecked, index$e_EStatusProxyNewIP as EStatusProxyNewIP, index$e_EStatusRole as EStatusRole, index$e_EStatusSheetWork as EStatusSheetWork, index$e_EStatusSocialAccountRaw as EStatusSocialAccountRaw, index$e_EStatusTaskAIContent as EStatusTaskAIContent, index$e_EStatusTaskAvatarCover as EStatusTaskAvatarCover, index$e_EStatusTaskCanva as EStatusTaskCanva, index$e_EStatusTaskImage as EStatusTaskImage, index$e_EStatusTaskJob as EStatusTaskJob, index$e_EStatusTaskJobGroup as EStatusTaskJobGroup, index$e_EStatusTaskScript as EStatusTaskScript, index$e_EStatusTaskToolSocials as EStatusTaskToolSocials, index$e_EStatusTaskVoice as EStatusTaskVoice, index$e_EStatusTeam as EStatusTeam, index$e_EStatusUser as EStatusUser, index$e_EStatusVPS as EStatusVPS, index$e_EStatusVPSReplace as EStatusVPSReplace };
1460
1462
  }
1461
1463
 
1462
1464
  declare enum ETypeProxy {
@@ -1477,35 +1479,6 @@ declare enum ETypeProxyChecked {
1477
1479
  ErrorChecker = "ErrorChecker"
1478
1480
  }
1479
1481
 
1480
- declare enum ETypePin {
1481
- Love = "Love",
1482
- Like = "Like",
1483
- Gim = "Gim"
1484
- }
1485
-
1486
- declare enum ETypeDevice {
1487
- NA = "N/A",
1488
- BoxPhone = "BoxPhone",
1489
- Full = "Full"
1490
- }
1491
- declare enum ETypeDeviceOS {
1492
- IOS = "IOS",
1493
- Android = "Android"
1494
- }
1495
-
1496
- declare enum ETypeProxyCountry {
1497
- USA = "USA",
1498
- UK = "UK",
1499
- CA = "CA",
1500
- AU = "AU",
1501
- Canada = "Canada"
1502
- }
1503
- declare enum ETypeProxyProvider {
1504
- CloudMini = "CloudMini",
1505
- ProxyRotator = "ProxyRotator",
1506
- SmartProxy = "SmartProxy"
1507
- }
1508
-
1509
1482
  declare enum ETypeAccountInstagramSetting {
1510
1483
  Business = "Business",
1511
1484
  Personal = "Personal",
@@ -1513,11 +1486,6 @@ declare enum ETypeAccountInstagramSetting {
1513
1486
  Professional = "Professional"
1514
1487
  }
1515
1488
 
1516
- declare enum ETypeExport {
1517
- Append = "Append",
1518
- Overwrite = "Overwrite"
1519
- }
1520
-
1521
1489
  declare enum ETypeAccountVPN {
1522
1490
  Free = "Free",
1523
1491
  Premium = "Premium"
@@ -1542,6 +1510,26 @@ declare enum ETypeColumnManagerWork {
1542
1510
  Independent = "Independent"
1543
1511
  }
1544
1512
 
1513
+ declare enum ETypeDevice {
1514
+ NA = "N/A",
1515
+ BoxPhone = "BoxPhone",
1516
+ Full = "Full"
1517
+ }
1518
+ declare enum ETypeDeviceOS {
1519
+ IOS = "IOS",
1520
+ Android = "Android"
1521
+ }
1522
+
1523
+ declare enum ETypeExport {
1524
+ Append = "Append",
1525
+ Overwrite = "Overwrite"
1526
+ }
1527
+
1528
+ declare enum ETypeGenerate {
1529
+ Image = "Image",
1530
+ Video = "Video"
1531
+ }
1532
+
1545
1533
  declare enum ETypeManagerWorkClassify {
1546
1534
  NA = "N/A",
1547
1535
  TM = "TM",
@@ -1553,6 +1541,25 @@ declare enum ETypeManagerWorkType {
1553
1541
  SubNiche = "SubNiche"
1554
1542
  }
1555
1543
 
1544
+ declare enum ETypePin {
1545
+ Love = "Love",
1546
+ Like = "Like",
1547
+ Gim = "Gim"
1548
+ }
1549
+
1550
+ declare enum ETypeProxyCountry {
1551
+ USA = "USA",
1552
+ UK = "UK",
1553
+ CA = "CA",
1554
+ AU = "AU",
1555
+ Canada = "Canada"
1556
+ }
1557
+ declare enum ETypeProxyProvider {
1558
+ CloudMini = "CloudMini",
1559
+ ProxyRotator = "ProxyRotator",
1560
+ SmartProxy = "SmartProxy"
1561
+ }
1562
+
1556
1563
  declare enum ETypeRatioImage {
1557
1564
  Square = "Square",
1558
1565
  Vertical = "Vertical",
@@ -1587,14 +1594,9 @@ declare enum ETypeSocial {
1587
1594
  Quora = "Quora"
1588
1595
  }
1589
1596
 
1590
- declare enum ETypeTimeFilter {
1591
- Day = "Day",
1592
- Week = "Week",
1593
- Month = "Month"
1594
- }
1595
-
1596
- declare enum ETypeVoiceLanguage {
1597
- English = "en"
1597
+ declare enum ETypeSocialChangeInfoThreads {
1598
+ ConnectSyncInstagram = "ConnectSyncInstagram",
1599
+ ChangeThreads = "ChangeThreads"
1598
1600
  }
1599
1601
 
1600
1602
  declare enum ETypeSocialCreateNew {
@@ -1605,9 +1607,14 @@ declare enum ETypeSocialCreateNew {
1605
1607
  Account = "Account"
1606
1608
  }
1607
1609
 
1608
- declare enum ETypeSocialChangeInfoThreads {
1609
- ConnectSyncInstagram = "ConnectSyncInstagram",
1610
- ChangeThreads = "ChangeThreads"
1610
+ declare enum ETypeTimeFilter {
1611
+ Day = "Day",
1612
+ Week = "Week",
1613
+ Month = "Month"
1614
+ }
1615
+
1616
+ declare enum ETypeVoiceLanguage {
1617
+ English = "en"
1611
1618
  }
1612
1619
 
1613
1620
  type index$d_ETypeAccountInstagramSetting = ETypeAccountInstagramSetting;
@@ -1624,6 +1631,8 @@ type index$d_ETypeDeviceOS = ETypeDeviceOS;
1624
1631
  declare const index$d_ETypeDeviceOS: typeof ETypeDeviceOS;
1625
1632
  type index$d_ETypeExport = ETypeExport;
1626
1633
  declare const index$d_ETypeExport: typeof ETypeExport;
1634
+ type index$d_ETypeGenerate = ETypeGenerate;
1635
+ declare const index$d_ETypeGenerate: typeof ETypeGenerate;
1627
1636
  type index$d_ETypeManagerWorkClassify = ETypeManagerWorkClassify;
1628
1637
  declare const index$d_ETypeManagerWorkClassify: typeof ETypeManagerWorkClassify;
1629
1638
  type index$d_ETypeManagerWorkType = ETypeManagerWorkType;
@@ -1659,7 +1668,7 @@ declare const index$d_ETypeTimeFilter: typeof ETypeTimeFilter;
1659
1668
  type index$d_ETypeVoiceLanguage = ETypeVoiceLanguage;
1660
1669
  declare const index$d_ETypeVoiceLanguage: typeof ETypeVoiceLanguage;
1661
1670
  declare namespace index$d {
1662
- export { index$d_ETypeAccountInstagramSetting as ETypeAccountInstagramSetting, index$d_ETypeAccountVPN as ETypeAccountVPN, index$d_ETypeCanva as ETypeCanva, index$d_ETypeColumnManagerWork as ETypeColumnManagerWork, index$d_ETypeDevice as ETypeDevice, index$d_ETypeDeviceOS as ETypeDeviceOS, index$d_ETypeExport as ETypeExport, index$d_ETypeManagerWorkClassify as ETypeManagerWorkClassify, index$d_ETypeManagerWorkType as ETypeManagerWorkType, index$d_ETypePin as ETypePin, index$d_ETypeProviderAccountVPN as ETypeProviderAccountVPN, index$d_ETypeProxy as ETypeProxy, index$d_ETypeProxyChecked as ETypeProxyChecked, index$d_ETypeProxyCountry as ETypeProxyCountry, index$d_ETypeProxyNewIP as ETypeProxyNewIP, index$d_ETypeProxyProvider as ETypeProxyProvider, index$d_ETypeRatioImage as ETypeRatioImage, index$d_ETypeSheetWorkClassify as ETypeSheetWorkClassify, index$d_ETypeSheetWorkPin as ETypeSheetWorkPin, index$d_ETypeSocial as ETypeSocial, index$d_ETypeSocialChangeInfoThreads as ETypeSocialChangeInfoThreads, index$d_ETypeSocialCreateNew as ETypeSocialCreateNew, index$d_ETypeTimeFilter as ETypeTimeFilter, index$d_ETypeVoiceLanguage as ETypeVoiceLanguage };
1671
+ export { index$d_ETypeAccountInstagramSetting as ETypeAccountInstagramSetting, index$d_ETypeAccountVPN as ETypeAccountVPN, index$d_ETypeCanva as ETypeCanva, index$d_ETypeColumnManagerWork as ETypeColumnManagerWork, index$d_ETypeDevice as ETypeDevice, index$d_ETypeDeviceOS as ETypeDeviceOS, index$d_ETypeExport as ETypeExport, index$d_ETypeGenerate as ETypeGenerate, index$d_ETypeManagerWorkClassify as ETypeManagerWorkClassify, index$d_ETypeManagerWorkType as ETypeManagerWorkType, index$d_ETypePin as ETypePin, index$d_ETypeProviderAccountVPN as ETypeProviderAccountVPN, index$d_ETypeProxy as ETypeProxy, index$d_ETypeProxyChecked as ETypeProxyChecked, index$d_ETypeProxyCountry as ETypeProxyCountry, index$d_ETypeProxyNewIP as ETypeProxyNewIP, index$d_ETypeProxyProvider as ETypeProxyProvider, index$d_ETypeRatioImage as ETypeRatioImage, index$d_ETypeSheetWorkClassify as ETypeSheetWorkClassify, index$d_ETypeSheetWorkPin as ETypeSheetWorkPin, index$d_ETypeSocial as ETypeSocial, index$d_ETypeSocialChangeInfoThreads as ETypeSocialChangeInfoThreads, index$d_ETypeSocialCreateNew as ETypeSocialCreateNew, index$d_ETypeTimeFilter as ETypeTimeFilter, index$d_ETypeVoiceLanguage as ETypeVoiceLanguage };
1663
1672
  }
1664
1673
 
1665
1674
  declare enum EStatusDeviceLog {
@@ -1744,8 +1753,6 @@ type index$c_EPriority = EPriority;
1744
1753
  declare const index$c_EPriority: typeof EPriority;
1745
1754
  type index$c_ESheetToolInstagram = ESheetToolInstagram;
1746
1755
  declare const index$c_ESheetToolInstagram: typeof ESheetToolInstagram;
1747
- type index$c_ESheetToolStatus = ESheetToolStatus;
1748
- declare const index$c_ESheetToolStatus: typeof ESheetToolStatus;
1749
1756
  type index$c_ESheetToolStatusImport = ESheetToolStatusImport;
1750
1757
  declare const index$c_ESheetToolStatusImport: typeof ESheetToolStatusImport;
1751
1758
  type index$c_ESheetToolStatusRun = ESheetToolStatusRun;
@@ -1824,6 +1831,8 @@ type index$c_EStatusEmail = EStatusEmail;
1824
1831
  declare const index$c_EStatusEmail: typeof EStatusEmail;
1825
1832
  type index$c_EStatusExecuteCommon = EStatusExecuteCommon;
1826
1833
  declare const index$c_EStatusExecuteCommon: typeof EStatusExecuteCommon;
1834
+ type index$c_EStatusGenerate = EStatusGenerate;
1835
+ declare const index$c_EStatusGenerate: typeof EStatusGenerate;
1827
1836
  type index$c_EStatusLark = EStatusLark;
1828
1837
  declare const index$c_EStatusLark: typeof EStatusLark;
1829
1838
  type index$c_EStatusMailWork = EStatusMailWork;
@@ -1884,6 +1893,8 @@ type index$c_ETypeDeviceOS = ETypeDeviceOS;
1884
1893
  declare const index$c_ETypeDeviceOS: typeof ETypeDeviceOS;
1885
1894
  type index$c_ETypeExport = ETypeExport;
1886
1895
  declare const index$c_ETypeExport: typeof ETypeExport;
1896
+ type index$c_ETypeGenerate = ETypeGenerate;
1897
+ declare const index$c_ETypeGenerate: typeof ETypeGenerate;
1887
1898
  type index$c_ETypeManagerWorkClassify = ETypeManagerWorkClassify;
1888
1899
  declare const index$c_ETypeManagerWorkClassify: typeof ETypeManagerWorkClassify;
1889
1900
  type index$c_ETypeManagerWorkType = ETypeManagerWorkType;
@@ -1921,7 +1932,7 @@ declare const index$c_ETypeTimeFilter: typeof ETypeTimeFilter;
1921
1932
  type index$c_ETypeVoiceLanguage = ETypeVoiceLanguage;
1922
1933
  declare const index$c_ETypeVoiceLanguage: typeof ETypeVoiceLanguage;
1923
1934
  declare namespace index$c {
1924
- 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_ESheetToolStatus as ESheetToolStatus, 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_EStatusLark as EStatusLark, index$c_EStatusMailWork as EStatusMailWork, index$c_EStatusPC as EStatusPC, index$c_EStatusProxyChecked as EStatusProxyChecked, index$c_EStatusProxyNewIP as EStatusProxyNewIP, index$c_EStatusRole as EStatusRole, index$c_EStatusSheetWork as EStatusSheetWork, index$c_EStatusSocialAccountRaw as EStatusSocialAccountRaw, index$c_EStatusTaskAIContent as EStatusTaskAIContent, index$c_EStatusTaskAvatarCover as EStatusTaskAvatarCover, index$c_EStatusTaskCanva as EStatusTaskCanva, index$c_EStatusTaskImage as EStatusTaskImage, index$c_EStatusTaskJob as EStatusTaskJob, index$c_EStatusTaskJobGroup as EStatusTaskJobGroup, index$c_EStatusTaskScript as EStatusTaskScript, index$c_EStatusTaskToolSocials as EStatusTaskToolSocials, index$c_EStatusTaskVoice as EStatusTaskVoice, index$c_EStatusTeam as EStatusTeam, index$c_EStatusUser as EStatusUser, index$c_EStatusVPS as EStatusVPS, index$c_EStatusVPSReplace as EStatusVPSReplace, index$c_ETimeZone as ETimeZone, index$c_ETypeAccountInstagramSetting as ETypeAccountInstagramSetting, index$c_ETypeAccountVPN as ETypeAccountVPN, index$c_ETypeCanva as ETypeCanva, index$c_ETypeColumnManagerWork as ETypeColumnManagerWork, index$c_ETypeDevice as ETypeDevice, index$c_ETypeDeviceLog as ETypeDeviceLog, index$c_ETypeDeviceOS as ETypeDeviceOS, index$c_ETypeExport as ETypeExport, index$c_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 };
1935
+ export { index$i as AI, index$h as Base, index$c_EAIModelContent as EAIModelContent, index$c_EAIModelImage as EAIModelImage, index$c_EAIModelVoice as EAIModelVoice, index$c_EAIVersionGPT as EAIVersionGPT, index$c_EAIVersionImage as EAIVersionImage, index$c_EAIVersionPerplexity as EAIVersionPerplexity, index$c_EAIVersionVoice as EAIVersionVoice, index$c_EDayOfWeek as EDayOfWeek, index$c_EDeviceResetTime as EDeviceResetTime, index$c_EEmailTagType as EEmailTagType, index$c_EFile as EFile, index$c_EFolderImageAI as EFolderImageAI, index$c_EGender as EGender, index$c_EHaveData as EHaveData, index$c_EInputTypeFilter as EInputTypeFilter, index$c_ELarkNotiAccountTool as ELarkNotiAccountTool, index$c_ELarkNotiBase as ELarkNotiBase, index$c_ELarkNotiCreateNew as ELarkNotiCreateNew, index$c_ELarkNotiDuplicateAll as ELarkNotiDuplicateAll, index$c_ELarkNotiInstagramDetail as ELarkNotiInstagramDetail, index$c_ELarkNotiManagerSheet as ELarkNotiManagerSheet, index$c_ELarkNotiRunAppDevice as ELarkNotiRunAppDevice, index$c_ELarkNotiSocialImport as ELarkNotiSocialImport, index$c_ELarkNotiToolDevice as ELarkNotiToolDevice, index$c_ELarkObject as ELarkObject, index$c_ELarkTypeNotification as ELarkTypeNotification, index$c_EObjectName as EObjectName, index$c_EPositionUser as EPositionUser, index$c_EPriority as EPriority, index$c_ESheetToolInstagram as ESheetToolInstagram, index$c_ESheetToolStatusImport as ESheetToolStatusImport, index$c_ESheetToolStatusRun as ESheetToolStatusRun, index$c_ESheetToolThreads as ESheetToolThreads, index$c_ESheetToolTimeCrawl as ESheetToolTimeCrawl, index$c_EStatusAccountAI as EStatusAccountAI, index$c_EStatusAccountCHPlayICloud as EStatusAccountCHPlayICloud, index$c_EStatusAccountCanva as EStatusAccountCanva, index$c_EStatusAccountDrive as EStatusAccountDrive, index$c_EStatusAccountSocial as EStatusAccountSocial, index$c_EStatusAccountSocialFolderName as EStatusAccountSocialFolderName, index$c_EStatusAccountSocialLogin as EStatusAccountSocialLogin, index$c_EStatusAccountSocialLoginEmail as EStatusAccountSocialLoginEmail, index$c_EStatusAccountSocialRun as EStatusAccountSocialRun, index$c_EStatusAccountSocialSetting as EStatusAccountSocialSetting, index$c_EStatusAccountSocialSync as EStatusAccountSocialSync, index$c_EStatusAccountTypeChangeInfoInstagram as EStatusAccountTypeChangeInfoInstagram, index$c_EStatusAccountTypeChangeInfoThreads as EStatusAccountTypeChangeInfoThreads, index$c_EStatusAccountVPN as EStatusAccountVPN, index$c_EStatusActive as EStatusActive, index$c_EStatusBlog as EStatusBlog, index$c_EStatusChangeInfo as EStatusChangeInfo, index$c_EStatusChannel as EStatusChannel, index$c_EStatusCommon as EStatusCommon, index$c_EStatusCreateNew as EStatusCreateNew, index$c_EStatusDevice as EStatusDevice, index$c_EStatusDeviceChangeName as EStatusDeviceChangeName, index$c_EStatusDeviceChangeNew as EStatusDeviceChangeNew, index$c_EStatusDeviceConnectPC as EStatusDeviceConnectPC, index$c_EStatusDeviceConnectWifi as EStatusDeviceConnectWifi, index$c_EStatusDeviceHubStatus as EStatusDeviceHubStatus, index$c_EStatusDeviceLog as EStatusDeviceLog, index$c_EStatusDeviceLoginCHPlayICloud as EStatusDeviceLoginCHPlayICloud, index$c_EStatusDeviceReplace as EStatusDeviceReplace, index$c_EStatusDeviceRunningSocial as EStatusDeviceRunningSocial, index$c_EStatusDeviceSetup as EStatusDeviceSetup, index$c_EStatusDeviceSetupSettingTask as EStatusDeviceSetupSettingTask, index$c_EStatusDeviceSync as EStatusDeviceSync, index$c_EStatusEmail as EStatusEmail, index$c_EStatusExecuteCommon as EStatusExecuteCommon, index$c_EStatusGenerate as EStatusGenerate, index$c_EStatusLark as EStatusLark, index$c_EStatusMailWork as EStatusMailWork, index$c_EStatusPC as EStatusPC, index$c_EStatusProxyChecked as EStatusProxyChecked, index$c_EStatusProxyNewIP as EStatusProxyNewIP, index$c_EStatusRole as EStatusRole, index$c_EStatusSheetWork as EStatusSheetWork, index$c_EStatusSocialAccountRaw as EStatusSocialAccountRaw, index$c_EStatusTaskAIContent as EStatusTaskAIContent, index$c_EStatusTaskAvatarCover as EStatusTaskAvatarCover, index$c_EStatusTaskCanva as EStatusTaskCanva, index$c_EStatusTaskImage as EStatusTaskImage, index$c_EStatusTaskJob as EStatusTaskJob, index$c_EStatusTaskJobGroup as EStatusTaskJobGroup, index$c_EStatusTaskScript as EStatusTaskScript, index$c_EStatusTaskToolSocials as EStatusTaskToolSocials, index$c_EStatusTaskVoice as EStatusTaskVoice, index$c_EStatusTeam as EStatusTeam, index$c_EStatusUser as EStatusUser, index$c_EStatusVPS as EStatusVPS, index$c_EStatusVPSReplace as EStatusVPSReplace, index$c_ETimeZone as ETimeZone, index$c_ETypeAccountInstagramSetting as ETypeAccountInstagramSetting, index$c_ETypeAccountVPN as ETypeAccountVPN, index$c_ETypeCanva as ETypeCanva, index$c_ETypeColumnManagerWork as ETypeColumnManagerWork, index$c_ETypeDevice as ETypeDevice, index$c_ETypeDeviceLog as ETypeDeviceLog, index$c_ETypeDeviceOS as ETypeDeviceOS, index$c_ETypeExport as ETypeExport, index$c_ETypeGenerate as ETypeGenerate, index$c_ETypeManagerWorkClassify as ETypeManagerWorkClassify, index$c_ETypeManagerWorkType as ETypeManagerWorkType, index$c_ETypePin as ETypePin, index$c_ETypeProviderAccountVPN as ETypeProviderAccountVPN, index$c_ETypeProxy as ETypeProxy, index$c_ETypeProxyChecked as ETypeProxyChecked, index$c_ETypeProxyCountry as ETypeProxyCountry, index$c_ETypeProxyNewIP as ETypeProxyNewIP, index$c_ETypeProxyProvider as ETypeProxyProvider, index$c_ETypeRatioImage as ETypeRatioImage, index$c_ETypeSheetWorkClassify as ETypeSheetWorkClassify, index$c_ETypeSheetWorkPin as ETypeSheetWorkPin, index$c_ETypeSocial as ETypeSocial, index$c_ETypeSocialChangeInfoThreads as ETypeSocialChangeInfoThreads, index$c_ETypeSocialCreateNew as ETypeSocialCreateNew, index$c_ETypeTaskID as ETypeTaskID, index$c_ETypeTimeFilter as ETypeTimeFilter, index$c_ETypeVoiceLanguage as ETypeVoiceLanguage, index$g as Lark, index$f as SheetTool, index$e as Status, index$d as Types };
1925
1936
  }
1926
1937
 
1927
1938
  type TFilter = 'direct' | 'ref';
@@ -5918,7 +5929,7 @@ interface FilterInstagramReportPostHighLightDto extends IFilterBaseDto, IFilterB
5918
5929
  sheetName: string[];
5919
5930
  statusAccount: EStatusSocialAccountRaw[];
5920
5931
  statusLogin: EStatusAccountSocialLogin[];
5921
- statusSheet: ESheetToolStatus[];
5932
+ statusSheet: ESheetToolStatusRun[];
5922
5933
  }
5923
5934
 
5924
5935
  interface FindOverViewInstagramReportPostNewDto {
@@ -5971,7 +5982,7 @@ interface FilterInstagramReportPostNewDto extends IFilterBaseDto, IFilterBaseAcc
5971
5982
  sheetName: string[];
5972
5983
  statusAccount: EStatusSocialAccountRaw[];
5973
5984
  statusLogin: EStatusAccountSocialLogin[];
5974
- statusSheet: ESheetToolStatus[];
5985
+ statusSheet: ESheetToolStatusRun[];
5975
5986
  }
5976
5987
 
5977
5988
  interface FindOverViewInstagramReportPostReelDto {
@@ -6024,7 +6035,7 @@ interface FilterInstagramReportPostReelDto extends IFilterBaseDto, IFilterBaseAc
6024
6035
  sheetName: string[];
6025
6036
  statusAccount: EStatusSocialAccountRaw[];
6026
6037
  statusLogin: EStatusAccountSocialLogin[];
6027
- statusSheet: ESheetToolStatus[];
6038
+ statusSheet: ESheetToolStatusRun[];
6028
6039
  }
6029
6040
 
6030
6041
  interface FindOverViewInstagramReportPostStoryDto {
@@ -6077,7 +6088,7 @@ interface FilterInstagramReportPostStoryDto extends IFilterBaseDto, IFilterBaseA
6077
6088
  sheetName: string[];
6078
6089
  statusAccount: EStatusSocialAccountRaw[];
6079
6090
  statusLogin: EStatusAccountSocialLogin[];
6080
- statusSheet: ESheetToolStatus[];
6091
+ statusSheet: ESheetToolStatusRun[];
6081
6092
  }
6082
6093
 
6083
6094
  interface FindOverViewInstagramReportPostSquareDto {
@@ -6130,7 +6141,7 @@ interface FilterInstagramReportPostSquareDto extends IFilterBaseDto, IFilterBase
6130
6141
  sheetName: string[];
6131
6142
  statusAccount: EStatusSocialAccountRaw[];
6132
6143
  statusLogin: EStatusAccountSocialLogin[];
6133
- statusSheet: ESheetToolStatus[];
6144
+ statusSheet: ESheetToolStatusRun[];
6134
6145
  }
6135
6146
 
6136
6147
  interface FindOverViewInstagramReportInteractBlockUserDto {
@@ -6273,7 +6284,7 @@ interface FilterInstagramReportInteractFollowDto extends IFilterBaseDto, IFilter
6273
6284
  sheetName: string[];
6274
6285
  statusAccount: EStatusSocialAccountRaw[];
6275
6286
  statusLogin: EStatusAccountSocialLogin[];
6276
- statusSheet: ESheetToolStatus[];
6287
+ statusSheet: ESheetToolStatusRun[];
6277
6288
  }
6278
6289
 
6279
6290
  interface FindOverViewInstagramReportInteractReelDto {
@@ -6369,7 +6380,7 @@ interface FilterInstagramReportInteractReplyCommentDto extends IFilterBaseDto, I
6369
6380
  sheetName: string[];
6370
6381
  statusAccount: EStatusSocialAccountRaw[];
6371
6382
  statusLogin: EStatusAccountSocialLogin[];
6372
- statusSheet: ESheetToolStatus[];
6383
+ statusSheet: ESheetToolStatusRun[];
6373
6384
  }
6374
6385
 
6375
6386
  interface FindOverViewInstagramReportInteractReplyMessageDto {
@@ -6419,7 +6430,7 @@ interface FilterInstagramReportInteractReplyMessageDto extends IFilterBaseDto, I
6419
6430
  sheetName: string[];
6420
6431
  statusAccount: EStatusSocialAccountRaw[];
6421
6432
  statusLogin: EStatusAccountSocialLogin[];
6422
- statusSheet: ESheetToolStatus[];
6433
+ statusSheet: ESheetToolStatusRun[];
6423
6434
  }
6424
6435
 
6425
6436
  interface FindOverViewInstagramReportInteractStoryDto {
@@ -6515,7 +6526,7 @@ interface FilterInstagramReportInteractUnFollowDto extends IFilterBaseDto, IFilt
6515
6526
  sheetName: string[];
6516
6527
  statusAccount: EStatusSocialAccountRaw[];
6517
6528
  statusLogin: EStatusAccountSocialLogin[];
6518
- statusSheet: ESheetToolStatus[];
6529
+ statusSheet: ESheetToolStatusRun[];
6519
6530
  }
6520
6531
 
6521
6532
  interface FindOverViewInstagramSettingInteractExploreDto {
@@ -11268,7 +11279,8 @@ interface IInstagramReportInteractBlockUser extends IBaseModel, ITrackingTimeScr
11268
11279
  timeEnd: Date;
11269
11280
  timezone: ETimeZone;
11270
11281
  listDateOfWeeks: EDayOfWeek[];
11271
- schedulePostTime: Array<Array<string>>;
11282
+ executeBetweenSetting: [string, string];
11283
+ schedulePostTime: Date;
11272
11284
  }
11273
11285
  interface IInstagramReportInteractBlockUserELS extends IBaseELS {
11274
11286
  idea: IBaseRefFieldELS;
@@ -11302,7 +11314,8 @@ interface IInstagramReportInteractBlockUserELS extends IBaseELS {
11302
11314
  timeEnd: Date;
11303
11315
  timezone: ETimeZone;
11304
11316
  listDateOfWeeks: EDayOfWeek[];
11305
- schedulePostTime: Array<Array<string>>;
11317
+ executeBetweenSetting: [string, string];
11318
+ schedulePostTime: Date;
11306
11319
  }
11307
11320
 
11308
11321
  interface IInstagramReportInteractExplore extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
@@ -11317,7 +11330,8 @@ interface IInstagramReportInteractExplore extends IBaseModel, ITrackingTimeScrip
11317
11330
  timeEnd: Date;
11318
11331
  timezone: ETimeZone;
11319
11332
  listDateOfWeeks: EDayOfWeek[];
11320
- schedulePostTime: Array<Array<string>>;
11333
+ executeBetweenSetting: [string, string];
11334
+ schedulePostTime: Date;
11321
11335
  timeDelayFrom: number;
11322
11336
  timeDelayTo: number;
11323
11337
  }
@@ -11348,7 +11362,8 @@ interface IInstagramReportInteractExploreELS extends IBaseELS {
11348
11362
  timeEnd: Date;
11349
11363
  timezone: ETimeZone;
11350
11364
  listDateOfWeeks: EDayOfWeek[];
11351
- schedulePostTime: Array<Array<string>>;
11365
+ executeBetweenSetting: [string, string];
11366
+ schedulePostTime: Date;
11352
11367
  timeDelayFrom: number;
11353
11368
  timeDelayTo: number;
11354
11369
  }
@@ -11365,7 +11380,8 @@ interface IInstagramReportInteractFollow extends IBaseModel, ITrackingTimeScript
11365
11380
  timeEnd: Date;
11366
11381
  timezone: ETimeZone;
11367
11382
  listDateOfWeeks: EDayOfWeek[];
11368
- schedulePostTime: Array<Array<string>>;
11383
+ executeBetweenSetting: [string, string];
11384
+ schedulePostTime: Date;
11369
11385
  growthFollow: number;
11370
11386
  timeGrowthFollow: Date;
11371
11387
  isInteractUserFollower: boolean;
@@ -11413,7 +11429,8 @@ interface IInstagramReportInteractFollowELS extends IBaseELS {
11413
11429
  timeEnd: Date;
11414
11430
  timezone: ETimeZone;
11415
11431
  listDateOfWeeks: EDayOfWeek[];
11416
- schedulePostTime: Array<Array<string>>;
11432
+ executeBetweenSetting: [string, string];
11433
+ schedulePostTime: Date;
11417
11434
  growthFollow: number;
11418
11435
  timeGrowthFollow: Date;
11419
11436
  isInteractUserFollower: boolean;
@@ -11441,7 +11458,8 @@ interface IInstagramReportInteractReel extends IBaseModel, ITrackingTimeScript,
11441
11458
  timeEnd: Date;
11442
11459
  timezone: ETimeZone;
11443
11460
  listDateOfWeeks: EDayOfWeek[];
11444
- schedulePostTime: Array<Array<string>>;
11461
+ executeBetweenSetting: [string, string];
11462
+ schedulePostTime: Date;
11445
11463
  timeDelayFrom: number;
11446
11464
  timeDelayTo: number;
11447
11465
  }
@@ -11471,7 +11489,8 @@ interface IInstagramReportInteractReelELS extends IBaseELS {
11471
11489
  timeEnd: Date;
11472
11490
  timezone: ETimeZone;
11473
11491
  listDateOfWeeks: EDayOfWeek[];
11474
- schedulePostTime: Array<Array<string>>;
11492
+ executeBetweenSetting: [string, string];
11493
+ schedulePostTime: Date;
11475
11494
  timeDelayFrom: number;
11476
11495
  timeDelayTo: number;
11477
11496
  }
@@ -11489,7 +11508,8 @@ interface IInstagramReportInteractReplyComment extends IBaseModel, ITrackingTime
11489
11508
  timeEnd: Date;
11490
11509
  timezone: ETimeZone;
11491
11510
  listDateOfWeeks: EDayOfWeek[];
11492
- schedulePostTime: Array<Array<string>>;
11511
+ executeBetweenSetting: [string, string];
11512
+ schedulePostTime: Date;
11493
11513
  timeDelayFrom: number;
11494
11514
  timeDelayTo: number;
11495
11515
  }
@@ -11526,7 +11546,8 @@ interface IInstagramReportInteractReplyCommentELS extends IBaseELS {
11526
11546
  timeEnd: Date;
11527
11547
  timezone: ETimeZone;
11528
11548
  listDateOfWeeks: EDayOfWeek[];
11529
- schedulePostTime: Array<Array<string>>;
11549
+ executeBetweenSetting: [string, string];
11550
+ schedulePostTime: Date;
11530
11551
  timeDelayFrom: number;
11531
11552
  timeDelayTo: number;
11532
11553
  }
@@ -11542,7 +11563,8 @@ interface IInstagramReportInteractReplyMessage extends IBaseModel, ITrackingTime
11542
11563
  timeEnd: Date;
11543
11564
  timezone: ETimeZone;
11544
11565
  listDateOfWeeks: EDayOfWeek[];
11545
- schedulePostTime: Array<Array<string>>;
11566
+ executeBetweenSetting: [string, string];
11567
+ schedulePostTime: Date;
11546
11568
  timeDelayFrom: number;
11547
11569
  timeDelayTo: number;
11548
11570
  }
@@ -11577,7 +11599,8 @@ interface IInstagramReportInteractReplyMessageELS extends IBaseELS {
11577
11599
  timeEnd: Date;
11578
11600
  timezone: ETimeZone;
11579
11601
  listDateOfWeeks: EDayOfWeek[];
11580
- schedulePostTime: Array<Array<string>>;
11602
+ executeBetweenSetting: [string, string];
11603
+ schedulePostTime: Date;
11581
11604
  timeDelayFrom: number;
11582
11605
  timeDelayTo: number;
11583
11606
  }
@@ -11595,7 +11618,8 @@ interface IInstagramReportInteractStory extends IBaseModel, ITrackingTimeScript,
11595
11618
  timeEnd: Date;
11596
11619
  timezone: ETimeZone;
11597
11620
  listDateOfWeeks: EDayOfWeek[];
11598
- schedulePostTime: Array<Array<string>>;
11621
+ executeBetweenSetting: [string, string];
11622
+ schedulePostTime: Date;
11599
11623
  timeDelayFrom: number;
11600
11624
  timeDelayTo: number;
11601
11625
  }
@@ -11627,7 +11651,8 @@ interface IInstagramReportInteractStoryELS extends IBaseELS {
11627
11651
  timeEnd: Date;
11628
11652
  timezone: ETimeZone;
11629
11653
  listDateOfWeeks: EDayOfWeek[];
11630
- schedulePostTime: Array<Array<string>>;
11654
+ executeBetweenSetting: [string, string];
11655
+ schedulePostTime: Date;
11631
11656
  timeDelayFrom: number;
11632
11657
  timeDelayTo: number;
11633
11658
  }
@@ -11644,7 +11669,8 @@ interface IInstagramReportInteractUnFollow extends IBaseModel, ITrackingTimeScri
11644
11669
  timeEnd: Date;
11645
11670
  timezone: ETimeZone;
11646
11671
  listDateOfWeeks: EDayOfWeek[];
11647
- schedulePostTime: Array<Array<string>>;
11672
+ executeBetweenSetting: [string, string];
11673
+ schedulePostTime: Date;
11648
11674
  growthFollow: number;
11649
11675
  timeGrowthFollow: Date;
11650
11676
  unFollowPerDay: number;
@@ -11687,7 +11713,8 @@ interface IInstagramReportInteractUnFollowELS extends IBaseELS {
11687
11713
  timeEnd: Date;
11688
11714
  timezone: ETimeZone;
11689
11715
  listDateOfWeeks: EDayOfWeek[];
11690
- schedulePostTime: Array<Array<string>>;
11716
+ executeBetweenSetting: [string, string];
11717
+ schedulePostTime: Date;
11691
11718
  growthFollow: number;
11692
11719
  timeGrowthFollow: Date;
11693
11720
  unFollowPerHour: number;
@@ -11699,6 +11726,17 @@ interface IInstagramReportInteractUnFollowELS extends IBaseELS {
11699
11726
  timeDelayTo: number;
11700
11727
  }
11701
11728
 
11729
+ declare enum EStatusPost {
11730
+ UnknownEdit = "UnknownEdit",
11731
+ PendingEdit = "PendingEdit",
11732
+ DoneEdit = "DoneEdit",
11733
+ ErrorEdit = "ErrorEdit",
11734
+ UnknownPost = "UnknownPost",
11735
+ PendingPost = "PendingPost",
11736
+ DonePost = "DonePost",
11737
+ ErrorPost = "ErrorPost"
11738
+ }
11739
+
11702
11740
  interface IInstagramReportPostHighLight extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
11703
11741
  account: string | IInstagramAccountRaw;
11704
11742
  sheet: string | ISheetsTool;
@@ -11708,11 +11746,15 @@ interface IInstagramReportPostHighLight extends IBaseModel, ITrackingTimeScript,
11708
11746
  timeEnd: Date;
11709
11747
  timezone: ETimeZone;
11710
11748
  listDateOfWeeks: EDayOfWeek[];
11711
- schedulePostTime: Array<Array<string>>;
11712
- status: EStatusTaskScript;
11749
+ executeBetweenSetting: [string, string];
11750
+ schedulePostTime: Date;
11751
+ status: EStatusPost;
11713
11752
  noteFix: string;
11714
11753
  typePost: string;
11715
11754
  stylePost: string;
11755
+ taskImageId: string;
11756
+ taskVoiceId: string;
11757
+ taskCanvaId: string;
11716
11758
  historyName: string;
11717
11759
  linkAddHistory: string;
11718
11760
  timeDelayFrom: number;
@@ -11747,8 +11789,9 @@ interface IInstagramReportPostHighLightELS extends IBaseELS {
11747
11789
  timeEnd: Date;
11748
11790
  timezone: ETimeZone;
11749
11791
  listDateOfWeeks: EDayOfWeek[];
11750
- schedulePostTime: Array<Array<string>>;
11751
- status: EStatusTaskScript;
11792
+ executeBetweenSetting: [string, string];
11793
+ schedulePostTime: Date;
11794
+ status: EStatusPost;
11752
11795
  noteFix: string;
11753
11796
  typePost: string;
11754
11797
  stylePost: string;
@@ -11756,6 +11799,46 @@ interface IInstagramReportPostHighLightELS extends IBaseELS {
11756
11799
  linkAddHistory: string;
11757
11800
  timeDelayFrom: number;
11758
11801
  timeDelayTo: number;
11802
+ taskImageInfo: {
11803
+ id: string;
11804
+ folderImageName: string;
11805
+ typeGenerate: ETypeGenerate[];
11806
+ accountAIInfo: {
11807
+ email: string;
11808
+ modelAI: EAIModelImage;
11809
+ provider: string;
11810
+ };
11811
+ listGenerate: Array<{
11812
+ prompt: string;
11813
+ outputURL: string;
11814
+ status: EStatusGenerate;
11815
+ }>;
11816
+ };
11817
+ taskVoiceInfo: {
11818
+ id: string;
11819
+ accountAIInfo: {
11820
+ email: string;
11821
+ modelAI: EAIModelImage;
11822
+ provider: string;
11823
+ };
11824
+ listGenerate: Array<{
11825
+ prompt: string;
11826
+ outputURL: string;
11827
+ status: EStatusGenerate;
11828
+ }>;
11829
+ };
11830
+ taskCanvaInfo: {
11831
+ id: string;
11832
+ accountAIInfo: {
11833
+ email: string;
11834
+ modelAI: EAIModelImage;
11835
+ provider: string;
11836
+ };
11837
+ listGenerate: Array<{
11838
+ outputURL: string;
11839
+ typeGenerate: ETypeGenerate;
11840
+ }>;
11841
+ };
11759
11842
  }
11760
11843
 
11761
11844
  interface IInstagramReportPostNew extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
@@ -11767,8 +11850,9 @@ interface IInstagramReportPostNew extends IBaseModel, ITrackingTimeScript, ITrac
11767
11850
  timeEnd: Date;
11768
11851
  timezone: ETimeZone;
11769
11852
  listDateOfWeeks: EDayOfWeek[];
11770
- schedulePostTime: Array<Array<string>>;
11771
- status: EStatusTaskScript;
11853
+ executeBetweenSetting: [string, string];
11854
+ schedulePostTime: Date;
11855
+ status: EStatusPost;
11772
11856
  noteFix: string;
11773
11857
  typePost: string;
11774
11858
  stylePost: string;
@@ -11794,6 +11878,8 @@ interface IInstagramReportPostNew extends IBaseModel, ITrackingTimeScript, ITrac
11794
11878
  delayTimeCommentTo: number;
11795
11879
  numberCommentsForPostMeFrom: number;
11796
11880
  numberCommentsForPostMeTo: number;
11881
+ editPostStartDate: Date;
11882
+ editPostEndDate: Date;
11797
11883
  }
11798
11884
  interface IInstagramReportPostNewELS extends IBaseELS {
11799
11885
  idea: IBaseRefFieldELS;
@@ -11824,8 +11910,9 @@ interface IInstagramReportPostNewELS extends IBaseELS {
11824
11910
  timeEnd: Date;
11825
11911
  timezone: ETimeZone;
11826
11912
  listDateOfWeeks: EDayOfWeek[];
11827
- schedulePostTime: Array<Array<string>>;
11828
- status: EStatusTaskScript;
11913
+ executeBetweenSetting: [string, string];
11914
+ schedulePostTime: Date;
11915
+ status: EStatusPost;
11829
11916
  noteFix: string;
11830
11917
  typePost: string;
11831
11918
  stylePost: string;
@@ -11851,6 +11938,48 @@ interface IInstagramReportPostNewELS extends IBaseELS {
11851
11938
  delayTimeCommentTo: number;
11852
11939
  numberCommentsForPostMeFrom: number;
11853
11940
  numberCommentsForPostMeTo: number;
11941
+ editPostStartDate: Date;
11942
+ editPostEndDate: Date;
11943
+ taskImageInfo: {
11944
+ id: string;
11945
+ folderImageName: string;
11946
+ typeGenerate: ETypeGenerate[];
11947
+ accountAIInfo: {
11948
+ email: string;
11949
+ modelAI: EAIModelImage;
11950
+ provider: string;
11951
+ };
11952
+ listGenerate: Array<{
11953
+ prompt: string;
11954
+ outputURL: string;
11955
+ status: EStatusGenerate;
11956
+ }>;
11957
+ };
11958
+ taskVoiceInfo: {
11959
+ id: string;
11960
+ accountAIInfo: {
11961
+ email: string;
11962
+ modelAI: EAIModelImage;
11963
+ provider: string;
11964
+ };
11965
+ listGenerate: Array<{
11966
+ prompt: string;
11967
+ outputURL: string;
11968
+ status: EStatusGenerate;
11969
+ }>;
11970
+ };
11971
+ taskCanvaInfo: {
11972
+ id: string;
11973
+ accountAIInfo: {
11974
+ email: string;
11975
+ modelAI: EAIModelImage;
11976
+ provider: string;
11977
+ };
11978
+ listGenerate: Array<{
11979
+ outputURL: string;
11980
+ typeGenerate: ETypeGenerate;
11981
+ }>;
11982
+ };
11854
11983
  }
11855
11984
 
11856
11985
  interface IInstagramReportPostSquare extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
@@ -11862,8 +11991,9 @@ interface IInstagramReportPostSquare extends IBaseModel, ITrackingTimeScript, IT
11862
11991
  timeEnd: Date;
11863
11992
  timezone: ETimeZone;
11864
11993
  listDateOfWeeks: EDayOfWeek[];
11865
- schedulePostTime: Array<Array<string>>;
11866
- status: EStatusTaskScript;
11994
+ executeBetweenSetting: [string, string];
11995
+ schedulePostTime: Date;
11996
+ status: EStatusPost;
11867
11997
  noteFix: string;
11868
11998
  typePost: string;
11869
11999
  stylePost: string;
@@ -11918,8 +12048,9 @@ interface IInstagramReportPostSquareELS extends IBaseELS {
11918
12048
  timeEnd: Date;
11919
12049
  timezone: ETimeZone;
11920
12050
  listDateOfWeeks: EDayOfWeek[];
11921
- schedulePostTime: Array<Array<string>>;
11922
- status: EStatusTaskScript;
12051
+ executeBetweenSetting: [string, string];
12052
+ schedulePostTime: Date;
12053
+ status: EStatusPost;
11923
12054
  noteFix: string;
11924
12055
  typePost: string;
11925
12056
  stylePost: string;
@@ -11944,6 +12075,51 @@ interface IInstagramReportPostSquareELS extends IBaseELS {
11944
12075
  delayTimeCommentTo: number;
11945
12076
  numberCommentsForPostMeFrom: number;
11946
12077
  numberCommentsForPostMeTo: number;
12078
+ editPostStartDate: Date;
12079
+ editPostEndDate: Date;
12080
+ taskImageId: string;
12081
+ taskVoiceId: string;
12082
+ taskCanvaId: string;
12083
+ taskImageInfo: {
12084
+ id: string;
12085
+ folderImageName: string;
12086
+ typeGenerate: ETypeGenerate[];
12087
+ accountAIInfo: {
12088
+ email: string;
12089
+ modelAI: EAIModelImage;
12090
+ provider: string;
12091
+ };
12092
+ listGenerate: Array<{
12093
+ prompt: string;
12094
+ outputURL: string;
12095
+ status: EStatusGenerate;
12096
+ }>;
12097
+ };
12098
+ taskVoiceInfo: {
12099
+ id: string;
12100
+ accountAIInfo: {
12101
+ email: string;
12102
+ modelAI: EAIModelImage;
12103
+ provider: string;
12104
+ };
12105
+ listGenerate: Array<{
12106
+ prompt: string;
12107
+ outputURL: string;
12108
+ status: EStatusGenerate;
12109
+ }>;
12110
+ };
12111
+ taskCanvaInfo: {
12112
+ id: string;
12113
+ accountAIInfo: {
12114
+ email: string;
12115
+ modelAI: EAIModelImage;
12116
+ provider: string;
12117
+ };
12118
+ listGenerate: Array<{
12119
+ outputURL: string;
12120
+ typeGenerate: ETypeGenerate;
12121
+ }>;
12122
+ };
11947
12123
  }
11948
12124
 
11949
12125
  interface IInstagramReportPostReel extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
@@ -11955,8 +12131,9 @@ interface IInstagramReportPostReel extends IBaseModel, ITrackingTimeScript, ITra
11955
12131
  timeEnd: Date;
11956
12132
  timezone: ETimeZone;
11957
12133
  listDateOfWeeks: EDayOfWeek[];
11958
- schedulePostTime: Array<Array<string>>;
11959
- status: EStatusTaskScript;
12134
+ executeBetweenSetting: [string, string];
12135
+ schedulePostTime: Date;
12136
+ status: EStatusPost;
11960
12137
  noteFix: string;
11961
12138
  typePost: string;
11962
12139
  stylePost: string;
@@ -12001,8 +12178,9 @@ interface IInstagramReportPostReelELS extends IBaseELS {
12001
12178
  timeEnd: Date;
12002
12179
  timezone: ETimeZone;
12003
12180
  listDateOfWeeks: EDayOfWeek[];
12004
- schedulePostTime: Array<Array<string>>;
12005
- status: EStatusTaskScript;
12181
+ executeBetweenSetting: [string, string];
12182
+ schedulePostTime: Date;
12183
+ status: EStatusPost;
12006
12184
  noteFix: string;
12007
12185
  typePost: string;
12008
12186
  stylePost: string;
@@ -12016,6 +12194,48 @@ interface IInstagramReportPostReelELS extends IBaseELS {
12016
12194
  listTagsUsername: string[];
12017
12195
  timeDelayFrom: number;
12018
12196
  timeDelayTo: number;
12197
+ editPostStartDate: Date;
12198
+ editPostEndDate: Date;
12199
+ taskImageInfo: {
12200
+ id: string;
12201
+ folderImageName: string;
12202
+ typeGenerate: ETypeGenerate[];
12203
+ accountAIInfo: {
12204
+ email: string;
12205
+ modelAI: EAIModelImage;
12206
+ provider: string;
12207
+ };
12208
+ listGenerate: Array<{
12209
+ prompt: string;
12210
+ outputURL: string;
12211
+ status: EStatusGenerate;
12212
+ }>;
12213
+ };
12214
+ taskVoiceInfo: {
12215
+ id: string;
12216
+ accountAIInfo: {
12217
+ email: string;
12218
+ modelAI: EAIModelImage;
12219
+ provider: string;
12220
+ };
12221
+ listGenerate: Array<{
12222
+ prompt: string;
12223
+ outputURL: string;
12224
+ status: EStatusGenerate;
12225
+ }>;
12226
+ };
12227
+ taskCanvaInfo: {
12228
+ id: string;
12229
+ accountAIInfo: {
12230
+ email: string;
12231
+ modelAI: EAIModelImage;
12232
+ provider: string;
12233
+ };
12234
+ listGenerate: Array<{
12235
+ outputURL: string;
12236
+ typeGenerate: ETypeGenerate;
12237
+ }>;
12238
+ };
12019
12239
  }
12020
12240
 
12021
12241
  interface IInstagramReportPostStory extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
@@ -12027,11 +12247,15 @@ interface IInstagramReportPostStory extends IBaseModel, ITrackingTimeScript, ITr
12027
12247
  timeEnd: Date;
12028
12248
  timezone: ETimeZone;
12029
12249
  listDateOfWeeks: EDayOfWeek[];
12030
- schedulePostTime: Array<Array<string>>;
12031
- status: EStatusTaskScript;
12250
+ executeBetweenSetting: [string, string];
12251
+ schedulePostTime: Date;
12252
+ status: EStatusPost;
12032
12253
  noteFix: string;
12033
12254
  typePost: string;
12034
12255
  stylePost: string;
12256
+ taskImageId: string;
12257
+ taskVoiceId: string;
12258
+ taskCanvaId: string;
12035
12259
  photosUrl: string[];
12036
12260
  videosUrl: string[];
12037
12261
  music: string[];
@@ -12070,8 +12294,9 @@ interface IInstagramReportPostStoryELS extends IBaseELS {
12070
12294
  timeEnd: Date;
12071
12295
  timezone: ETimeZone;
12072
12296
  listDateOfWeeks: EDayOfWeek[];
12073
- schedulePostTime: Array<Array<string>>;
12074
- status: EStatusTaskScript;
12297
+ executeBetweenSetting: [string, string];
12298
+ schedulePostTime: Date;
12299
+ status: EStatusPost;
12075
12300
  noteFix: string;
12076
12301
  typePost: string;
12077
12302
  stylePost: string;
@@ -12083,6 +12308,46 @@ interface IInstagramReportPostStoryELS extends IBaseELS {
12083
12308
  listTagsCollaborator: string[];
12084
12309
  timeDelayFrom: number;
12085
12310
  timeDelayTo: number;
12311
+ taskImageInfo: {
12312
+ id: string;
12313
+ folderImageName: string;
12314
+ typeGenerate: ETypeGenerate[];
12315
+ accountAIInfo: {
12316
+ email: string;
12317
+ modelAI: EAIModelImage;
12318
+ provider: string;
12319
+ };
12320
+ listGenerate: Array<{
12321
+ prompt: string;
12322
+ outputURL: string;
12323
+ status: EStatusGenerate;
12324
+ }>;
12325
+ };
12326
+ taskVoiceInfo: {
12327
+ id: string;
12328
+ accountAIInfo: {
12329
+ email: string;
12330
+ modelAI: EAIModelImage;
12331
+ provider: string;
12332
+ };
12333
+ listGenerate: Array<{
12334
+ prompt: string;
12335
+ outputURL: string;
12336
+ status: EStatusGenerate;
12337
+ }>;
12338
+ };
12339
+ taskCanvaInfo: {
12340
+ id: string;
12341
+ accountAIInfo: {
12342
+ email: string;
12343
+ modelAI: EAIModelImage;
12344
+ provider: string;
12345
+ };
12346
+ listGenerate: Array<{
12347
+ outputURL: string;
12348
+ typeGenerate: ETypeGenerate;
12349
+ }>;
12350
+ };
12086
12351
  }
12087
12352
 
12088
12353
  interface ITaskInstagramBlockUser extends IBaseModel, ITrackingModel<IUser> {
@@ -13437,7 +13702,8 @@ interface IThreadsReportPost extends IBaseModel, ITrackingModel<IUser> {
13437
13702
  timeEnd: Date;
13438
13703
  timezone: ETimeZone;
13439
13704
  listDateOfWeeks: EDayOfWeek[];
13440
- schedulePostTime: Array<Array<string>>;
13705
+ executeBetweenSetting: [string, string];
13706
+ schedulePostTime: Date;
13441
13707
  }
13442
13708
  interface IThreadsReportPostELS extends IBaseELS {
13443
13709
  idea: IBaseRefFieldELS;
@@ -13479,7 +13745,8 @@ interface IThreadsReportPostELS extends IBaseELS {
13479
13745
  timeEnd: Date;
13480
13746
  timezone: ETimeZone;
13481
13747
  listDateOfWeeks: EDayOfWeek[];
13482
- schedulePostTime: Array<Array<string>>;
13748
+ executeBetweenSetting: [string, string];
13749
+ schedulePostTime: Date;
13483
13750
  }
13484
13751
 
13485
13752
  interface IThreadsReportInteractFollow extends IBaseModel, ITrackingModel<IUser> {
@@ -13494,7 +13761,8 @@ interface IThreadsReportInteractFollow extends IBaseModel, ITrackingModel<IUser>
13494
13761
  timeEnd: Date;
13495
13762
  timezone: ETimeZone;
13496
13763
  listDateOfWeeks: EDayOfWeek[];
13497
- schedulePostTime: Array<Array<string>>;
13764
+ executeBetweenSetting: [string, string];
13765
+ schedulePostTime: Date;
13498
13766
  }
13499
13767
  interface IThreadsReportInteractFollowELS extends IBaseELS {
13500
13768
  idea: IBaseRefFieldELS;
@@ -13528,7 +13796,8 @@ interface IThreadsReportInteractFollowELS extends IBaseELS {
13528
13796
  timeEnd: Date;
13529
13797
  timezone: ETimeZone;
13530
13798
  listDateOfWeeks: EDayOfWeek[];
13531
- schedulePostTime: Array<Array<string>>;
13799
+ executeBetweenSetting: [string, string];
13800
+ schedulePostTime: Date;
13532
13801
  }
13533
13802
 
13534
13803
  interface IThreadsReportInteractUnFollow extends IBaseModel, ITrackingModel<IUser> {
@@ -13543,7 +13812,8 @@ interface IThreadsReportInteractUnFollow extends IBaseModel, ITrackingModel<IUse
13543
13812
  timeEnd: Date;
13544
13813
  timezone: ETimeZone;
13545
13814
  listDateOfWeeks: EDayOfWeek[];
13546
- schedulePostTime: Array<Array<string>>;
13815
+ executeBetweenSetting: [string, string];
13816
+ schedulePostTime: Date;
13547
13817
  }
13548
13818
  interface IThreadsReportInteractUnFollowELS extends IBaseELS {
13549
13819
  idea: IBaseRefFieldELS;
@@ -13577,7 +13847,8 @@ interface IThreadsReportInteractUnFollowELS extends IBaseELS {
13577
13847
  timeEnd: Date;
13578
13848
  timezone: ETimeZone;
13579
13849
  listDateOfWeeks: EDayOfWeek[];
13580
- schedulePostTime: Array<Array<string>>;
13850
+ executeBetweenSetting: [string, string];
13851
+ schedulePostTime: Date;
13581
13852
  }
13582
13853
 
13583
13854
  interface IThreadsReportInteractReplyMessage extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
@@ -13591,7 +13862,8 @@ interface IThreadsReportInteractReplyMessage extends IBaseModel, ITrackingTimeSc
13591
13862
  timeEnd: Date;
13592
13863
  timezone: ETimeZone;
13593
13864
  listDateOfWeeks: EDayOfWeek[];
13594
- schedulePostTime: Array<Array<string>>;
13865
+ executeBetweenSetting: [string, string];
13866
+ schedulePostTime: Date;
13595
13867
  }
13596
13868
  interface IThreadsReportInteractReplyMessageELS extends IBaseELS {
13597
13869
  idea: IBaseRefFieldELS;
@@ -13624,7 +13896,8 @@ interface IThreadsReportInteractReplyMessageELS extends IBaseELS {
13624
13896
  timeEnd: Date;
13625
13897
  timezone: ETimeZone;
13626
13898
  listDateOfWeeks: EDayOfWeek[];
13627
- schedulePostTime: Array<Array<string>>;
13899
+ executeBetweenSetting: [string, string];
13900
+ schedulePostTime: Date;
13628
13901
  }
13629
13902
 
13630
13903
  interface IThreadsReportInteractReplyComment extends IBaseModel, ITrackingModel<IUser> {
@@ -13639,7 +13912,8 @@ interface IThreadsReportInteractReplyComment extends IBaseModel, ITrackingModel<
13639
13912
  timeEnd: Date;
13640
13913
  timezone: ETimeZone;
13641
13914
  listDateOfWeeks: EDayOfWeek[];
13642
- schedulePostTime: Array<Array<string>>;
13915
+ executeBetweenSetting: [string, string];
13916
+ schedulePostTime: Date;
13643
13917
  }
13644
13918
  interface IThreadsReportInteractReplyCommentELS extends IBaseELS {
13645
13919
  idea: IBaseRefFieldELS;
@@ -13673,7 +13947,8 @@ interface IThreadsReportInteractReplyCommentELS extends IBaseELS {
13673
13947
  timeEnd: Date;
13674
13948
  timezone: ETimeZone;
13675
13949
  listDateOfWeeks: EDayOfWeek[];
13676
- schedulePostTime: Array<Array<string>>;
13950
+ executeBetweenSetting: [string, string];
13951
+ schedulePostTime: Date;
13677
13952
  }
13678
13953
 
13679
13954
  interface IThreadsSettingPost extends IBaseModel, ITrackingModel<IUser> {
@@ -14754,4 +15029,4 @@ declare namespace index {
14754
15029
  export type { index_IColsUnSelected as IColsUnSelected, index_IDataDiscussTaskJob as IDataDiscussTaskJob, index_IDataNotification as IDataNotification, index_IDataUser as IDataUser, index_IFilterStore as IFilterStore, index_IResponseLogin as IResponseLogin };
14755
15030
  }
14756
15031
 
14757
- export { index$i as AI, type ActionPopupDeviceAccountDto, type AddAccountForDeviceDto, type AddToDeviceAccountCHPlayICloudDto, type AddToDeviceAccountVPNDto, type AddToDeviceProxyDto, type ApplyAutoFillDeviceDto, type ApplyReplaceDeviceDto, type ApplyTimeDashboardDto, index$2 as Auth, index$j as AutoConstants, index$6 as AutoDto, index$c as AutoEnums, type AutoFillAssignedMemberInstagramAccountRawDto, type AutoFillAssignedMemberThreadsAccountRawDto, type AutoFillInstagramAccountRawDto, type AutoFillOverviewInstagramAccountRawDto, type AutoFillOverviewTaskInstagramBlockUserDto, type AutoFillOverviewThreadsAccountRawDto, type AutoFillTaskInstagramBlockUserDto, type AutoFillThreadsAccountRawDto, index as AutoInterfacesCommon, index$1 as AutoInterfacesModels, index$b as AutoTypes, index$h as Base, type CheckSendMessageLark, index$9 as Common, type CreateAccountSocialGroupDto, type CreateAccountVPSDto, type CreateBlogDto, type CreateBlogsCategoryDto, type CreateDepartmentDto, type CreateLarkDto, type CreateManagerWorkDto, type CreatePCDto, type CreateProxyDto, type CreateRoleDto, type CreateSheetToolDto, type CreateSheetWorkDto, type CreateTaskAIContentDto, type CreateTaskAIImageCanvaInstagramDto, type CreateTaskAIImageCanvaThreadsDto, type CreateTaskAIImageVoiceCanvaInstagramDto, type CreateTaskAIImageVoiceCanvaThreadsDto, type CreateTaskInstagramBlockUserDto, type CreateTaskInstagramChangeInfoDto, type CreateTaskInstagramFollowDto, type CreateTaskInstagramInteractExploreDto, type CreateTaskInstagramInteractReelDto, type CreateTaskInstagramInteractStoryDto, type CreateTaskInstagramPostDto, type CreateTaskInstagramReplyCommentDto, type CreateTaskInstagramReplyMessageDto, type CreateTaskThreadsFollowDto, type CreateTaskThreadsPostDto, type CreateTaskThreadsReplyCommentDto, type CreateTaskThreadsReplyMessageDto, type CreateTasksJobDto, type CreateTeamDto, type CreateUserDto, type DevicePopupListAddAccountDto, type DevicePopupOverviewAccountsDto, type DevicePopupOverviewAddAccountDto, type DevicePopupViewAccountInstagramDto, type DevicePopupViewAccountThreadsDto, EAIModelContent, EAIModelImage, EAIModelVoice, EAIVersionGPT, EAIVersionImage, EAIVersionPerplexity, EAIVersionVoice, EDayOfWeek, EDeviceResetTime, EEmailTagType, EFile, EFolderImageAI, EGender, EHaveData, EInputTypeFilter, ELarkNotiAccountTool, ELarkNotiBase, ELarkNotiCreateNew, ELarkNotiDuplicateAll, ELarkNotiInstagramDetail, ELarkNotiManagerSheet, ELarkNotiRunAppDevice, ELarkNotiSocialImport, ELarkNotiToolDevice, ELarkObject, ELarkTypeNotification, EObjectName, EPositionUser, EPriority, ESheetToolInstagram, ESheetToolStatus, ESheetToolStatusImport, ESheetToolStatusRun, ESheetToolThreads, ESheetToolTimeCrawl, EStatusAccountAI, EStatusAccountCHPlayICloud, EStatusAccountCanva, EStatusAccountDrive, EStatusAccountSocial, EStatusAccountSocialFolderName, EStatusAccountSocialLogin, EStatusAccountSocialLoginEmail, EStatusAccountSocialRun, EStatusAccountSocialSetting, EStatusAccountSocialSync, EStatusAccountTypeChangeInfoInstagram, EStatusAccountTypeChangeInfoThreads, EStatusAccountVPN, EStatusActive, EStatusBlog, EStatusChangeInfo, EStatusChannel, EStatusCommon, EStatusCreateNew, EStatusDevice, EStatusDeviceChangeName, EStatusDeviceChangeNew, EStatusDeviceConnectPC, EStatusDeviceConnectWifi, EStatusDeviceHubStatus, EStatusDeviceLog, EStatusDeviceLoginCHPlayICloud, EStatusDeviceReplace, EStatusDeviceRunningSocial, EStatusDeviceSetup, EStatusDeviceSetupSettingTask, EStatusDeviceSync, EStatusEmail, EStatusExecuteCommon, EStatusImport, EStatusLark, EStatusMailWork, EStatusPC, EStatusProxyChecked, EStatusProxyNewIP, EStatusRole, EStatusSheetWork, EStatusSocialAccountRaw, EStatusTaskAIContent, EStatusTaskAvatarCover, EStatusTaskCanva, EStatusTaskImage, EStatusTaskJob, EStatusTaskJobGroup, EStatusTaskScript, EStatusTaskToolSocials, EStatusTaskVoice, EStatusTeam, EStatusUser, EStatusVPS, EStatusVPSReplace, ETimeZone, ETypeAccountInstagramSetting, ETypeAccountVPN, ETypeCanva, ETypeColumnManagerWork, ETypeDevice, ETypeDeviceLog, ETypeDeviceOS, ETypeExport, ETypeImport, ETypeManagerWorkClassify, ETypeManagerWorkType, ETypePin, ETypeProviderAccountVPN, ETypeProxy, ETypeProxyChecked, ETypeProxyCountry, ETypeProxyNewIP, ETypeProxyProvider, ETypeRatioImage, ETypeSheetWorkClassify, ETypeSheetWorkPin, ETypeSocial, ETypeSocialChangeInfoThreads, ETypeSocialCreateNew, ETypeTaskID, ETypeTimeFilter, ETypeVoiceLanguage, type ExportDto, type FilterAccountAIContentChannelDto, type FilterAccountAIContentDto, type FilterAccountAIContentInfoDto, type FilterAccountAIImageChannelDto, type FilterAccountAIImageDto, type FilterAccountAIImageInfoDto, type FilterAccountAIVoiceChannelDto, type FilterAccountAIVoiceDto, type FilterAccountAIVoiceInfoDto, type FilterAccountCHPlayICloudDto, type FilterAccountCanvaDto, type FilterAccountDriveDto, type FilterAccountEmailDto, type FilterAccountSocialGroupDto, type FilterAccountVPNDto, type FilterAccountVPSDto, type FilterAccountVPSGroupDto, type FilterBaseDto, type FilterBaseSocialDto, type FilterBlogCategoryDto, type FilterBlogDto, type FilterCheckerAccountInstagramDashboardFollowerDto, type FilterCheckerAccountThreadsDashboardFollowerDto, type FilterDepartmentDto, type FilterDeviceDto, type FilterDeviceLogDto, type FilterHistoryTaskAIContentDto, type FilterHistoryTaskAIImageDto, type FilterHistoryTaskAIVoiceDto, type FilterHistoryTaskCanvaDto, type FilterInstagramAccountRawDto, type FilterInstagramAccountRunDto, type FilterInstagramDashboardFollowerDto, type FilterInstagramHistoryAutoSyncDto, type FilterInstagramHistoryChangeInfoDto, type FilterInstagramHistoryCreateNewDto, type FilterInstagramHistoryGroupDto, type FilterInstagramReportInteractBlockUserDto, type FilterInstagramReportInteractExploreDto, type FilterInstagramReportInteractFollowDto, type FilterInstagramReportInteractReelDto, type FilterInstagramReportInteractReplyCommentDto, type FilterInstagramReportInteractReplyMessageDto, type FilterInstagramReportInteractStoryDto, type FilterInstagramReportInteractUnFollowDto, type FilterInstagramReportPostHighLightDto, type FilterInstagramReportPostNewDto, type FilterInstagramReportPostReelDto, type FilterInstagramReportPostSquareDto, type FilterInstagramReportPostStoryDto, type FilterInstagramSettingInteractExploreDto, type FilterInstagramSettingInteractFollowDto, type FilterInstagramSettingInteractReelDto, type FilterInstagramSettingInteractReplyCommentDto, type FilterInstagramSettingInteractReplyMessageDto, type FilterInstagramSettingInteractStoryDto, type FilterInstagramSettingInteractUnFollowDto, type FilterInstagramSettingPostDto, type FilterLarkDto, type FilterManagerImageAIDto, type FilterManagerSheetDto, type FilterManagerWorkDto, type FilterPCDto, type FilterPerformanceBreakdownInstagramDashboardFollowerDto, type FilterPerformanceBreakdownThreadsDashboardFollowerDto, type FilterProxyDto, type FilterRoleDto, type FilterSheetWorkCategoryDto, type FilterSheetWorkDto, type FilterSheetsToolDto, type FilterTaskAIContentDto, type FilterTaskAIImageCanvaInstagramDto, type FilterTaskAIImageCanvaThreadsDto, type FilterTaskAIImageVoiceCanvaInstagramDto, type FilterTaskAIImageVoiceCanvaThreadsDto, type FilterTaskInstagramBlockUserDto, type FilterTaskInstagramChangeInfoDto, type FilterTaskInstagramFollowDto, type FilterTaskInstagramInteractExploreDto, type FilterTaskInstagramInteractReelDto, type FilterTaskInstagramInteractStoryDto, type FilterTaskInstagramPostDto, type FilterTaskInstagramReplyCommentDto, type FilterTaskInstagramReplyMessageDto, type FilterTaskThreadsFollowDto, type FilterTaskThreadsPostDto, type FilterTaskThreadsReplyCommentDto, type FilterTaskThreadsReplyMessageDto, type FilterTeamDto, type FilterThreadsAccountRawDto, type FilterThreadsAccountRunDto, type FilterThreadsDashboardFollowerDto, type FilterThreadsHistoryAutoSyncDto, type FilterThreadsHistoryChangeDto, type FilterThreadsHistoryCreateNewDto, type FilterThreadsHistoryGroupDto, type FilterThreadsReportInteractFollowDto, type FilterThreadsReportInteractReplyCommentDto, type FilterThreadsReportInteractReplyMessageDto, type FilterThreadsReportInteractUnFollowDto, type FilterThreadsReportPostDto, type FilterThreadsSettingInteractFollowDto, type FilterThreadsSettingInteractReplyCommentDto, type FilterThreadsSettingInteractReplyMessageDto, type FilterThreadsSettingInteractUnFollowDto, type FilterThreadsSettingPostDto, type FilterUserDto, type FindAccountAIContentChannelDto, type FindAccountAIContentDto, type FindAccountAIContentInfoDto, type FindAccountAIImageChannelDto, type FindAccountAIImageDto, type FindAccountAIImageInfoDto, type FindAccountAIVoiceChannelDto, type FindAccountAIVoiceDto, type FindAccountAIVoiceInfoDto, type FindAccountCHPlayICloudDto, type FindAccountCanvaDto, type FindAccountDriveDto, type FindAccountEmailDto, type FindAccountForCheckerInstagramDashboard, type FindAccountForCheckerThreadsDashboard, type FindAccountSocialGroupDto, type FindAccountSocialGroupPopupSocialDto, type FindAccountVPNDto, type FindAccountVPSDto, type FindAccountVPSGroupDto, type FindAccountVPSGroupPopupDto, type FindAutoFillDeviceDto, type FindBlogCategoryDto, type FindBlogDto, type FindCheckerAccountInstagramDashboardFollowerDto, type FindCheckerAccountThreadsDashboardFollowerDto, type FindDepartmentDto, type FindDeviceAvailableForAddAccountVPNDto, type FindDeviceAvailableForAddCHPlayICloudDto, type FindDeviceAvailableForAddProxyDto, type FindDeviceDto, type FindDeviceLogDto, type FindForReviewDto, type FindGrowthInstagramDashboardFollowerDto, type FindGrowthThreadsDashboardFollowerDto, type FindHistoryTaskAIContentDto, type FindHistoryTaskAIImageDto, type FindHistoryTaskAIVoiceDto, type FindHistoryTaskCanvaDto, type FindInstagramAccountRawDto, type FindInstagramAccountRunDto, type FindInstagramHistoryAutoSyncDto, type FindInstagramHistoryChangeInfoDto, type FindInstagramHistoryCreateNewDto, type FindInstagramHistoryGroupDto, type FindInstagramSettingInteractExploreDto, type FindInstagramSettingInteractFollowDto, type FindInstagramSettingInteractReelDto, type FindInstagramSettingInteractReplyCommentDto, type FindInstagramSettingInteractReplyMessageDto, type FindInstagramSettingInteractStoryDto, type FindInstagramSettingInteractUnFollowDto, type FindInstagramSettingPostDto, type FindLarkDto, type FindManagerImageAIDto, type FindManagerSheetDto, type FindManagerWorkDto, type FindMemberForAddTeamDto, type FindOverViewDepartmentDto, type FindOverViewInstagramAccountRawDto, type FindOverViewInstagramAccountRunDto, type FindOverViewInstagramReportInteractBlockUserDto, type FindOverViewInstagramReportInteractExploreDto, type FindOverViewInstagramReportInteractFollowDto, type FindOverViewInstagramReportInteractReelDto, type FindOverViewInstagramReportInteractReplyCommentDto, type FindOverViewInstagramReportInteractReplyMessageDto, type FindOverViewInstagramReportInteractStoryDto, type FindOverViewInstagramReportInteractUnFollowDto, type FindOverViewInstagramReportPostHighLightDto, type FindOverViewInstagramReportPostNewDto, type FindOverViewInstagramReportPostReelDto, type FindOverViewInstagramReportPostSquareDto, type FindOverViewInstagramReportPostStoryDto, type FindOverViewInstagramSettingInteractExploreDto, type FindOverViewInstagramSettingInteractFollowDto, type FindOverViewInstagramSettingInteractReelDto, type FindOverViewInstagramSettingInteractReplyCommentDto, type FindOverViewInstagramSettingInteractReplyMessageDto, type FindOverViewInstagramSettingInteractStoryDto, type FindOverViewInstagramSettingInteractUnFollowDto, type FindOverViewInstagramSettingPostDto, type FindOverViewLarkDto, type FindOverViewTaskAIContentDto, type FindOverViewTaskAIImageCanvaInstagramDto, type FindOverViewTaskAIImageCanvaThreadsDto, type FindOverViewTaskAIImageVoiceCanvaInstagramDto, type FindOverViewTaskAIImageVoiceCanvaThreadsDto, type FindOverViewTaskInstagramBlockUserDto, type FindOverViewTaskInstagramChangeInfoDto, type FindOverViewTaskInstagramFollowDto, type FindOverViewTaskInstagramInteractExploreDto, type FindOverViewTaskInstagramInteractReelDto, type FindOverViewTaskInstagramInteractStoryDto, type FindOverViewTaskInstagramPostDto, type FindOverViewTaskInstagramReplyCommentDto, type FindOverViewTaskInstagramReplyMessageDto, type FindOverViewTaskThreadsFollowDto, type FindOverViewTaskThreadsPostDto, type FindOverViewTaskThreadsReplyCommentDto, type FindOverViewTaskThreadsReplyMessageDto, type FindOverViewThreadsAccountDto, type FindOverViewThreadsAccountRowDto, type FindOverViewThreadsReportInteractFollowDto, type FindOverViewThreadsReportInteractReplyCommentDto, type FindOverViewThreadsReportInteractReplyMessageDto, type FindOverViewThreadsReportInteractUnFollowDto, type FindOverViewThreadsReportPostDto, type FindOverViewThreadsSettingInteractFollowDto, type FindOverViewThreadsSettingInteractReplyCommentDto, type FindOverViewThreadsSettingInteractReplyMessageDto, type FindOverViewThreadsSettingInteractUnFollowDto, type FindOverViewThreadsSettingPostDto, type FindOverviewAccountCHPlayICloudDto, type FindOverviewAccountCanvaDto, type FindOverviewAccountDriveDto, type FindOverviewAccountEmailDto, type FindOverviewAccountVPNDto, type FindOverviewAccountVPSDto, type FindOverviewDeviceBasicDto, type FindOverviewDeviceDetailDto, type FindOverviewDeviceLog, type FindOverviewDeviceSocialMediaAccountDto, type FindOverviewDeviceSocialMediaActiveLockedDto, type FindOverviewInstagramDashboardFollowerDto, type FindOverviewInstagramHistoryAutoSyncDto, type FindOverviewInstagramHistoryChangeInfoDto, type FindOverviewInstagramHistoryCreateNewDto, type FindOverviewInstagramHistoryGroupDto, type FindOverviewProxyDto, type FindOverviewRoleDto, type FindOverviewTeamDto, type FindOverviewThreadsDashboardFollowerDto, type FindOverviewThreadsHistoryCreateNewDto, type FindOverviewUserDto, type FindPCDto, type FindPerformanceBreakdownInstagramDashboardFollowerDto, type FindPerformanceBreakdownOverviewInstagramDashboardFollowerDto, type FindPerformanceBreakdownOverviewThreadsDashboardFollowerDto, type FindPerformanceBreakdownThreadsDashboardFollowerDto, type FindProxyDto, type FindReplaceDeviceDto, type FindRoleDetailDto, type FindRoleDto, type FindRoleOfMe, type FindSheetWorkCategoryDto, type FindSheetWorkDto, type FindSheetsToolDto, type FindTaskAIContentDto, type FindTaskAIImageCanvaInstagramDto, type FindTaskAIImageCanvaThreadsDto, type FindTaskAIImageVoiceCanvaInstagramDto, type FindTaskAIImageVoiceCanvaThreadsDto, type FindTaskAvailableAIContentDto, type FindTaskInstagramBlockUserDto, type FindTaskInstagramChangeInfoDto, type FindTaskInstagramFollowDto, type FindTaskInstagramInteractExploreDto, type FindTaskInstagramInteractReelDto, type FindTaskInstagramInteractStoryDto, type FindTaskInstagramPostDto, type FindTaskInstagramReplyCommentDto, type FindTaskInstagramReplyMessageDto, type FindTaskThreadsFollowDto, type FindTaskThreadsPostDto, type FindTaskThreadsReplyCommentDto, type FindTaskThreadsReplyMessageDto, type FindTasksJobDto, type FindTeamDto, type FindThreadsAccountRawDto, type FindThreadsAccountRunDto, type FindThreadsHistoryAutoSyncDto, type FindThreadsHistoryChangeDto, type FindThreadsHistoryCreateNewDto, type FindThreadsHistoryGroupDto, type FindThreadsSettingInteractFollowDto, type FindThreadsSettingInteractReplyCommentDto, type FindThreadsSettingInteractReplyMessageDto, type FindThreadsSettingInteractUnFollowDto, type FindThreadsSettingPostDto, type FindUserDto, index$8 as Forum, index$3 as History, type IAccountAIContent, type IAccountAIContentChannel, type IAccountAIContentGroup, type IAccountAIContentInfo, type IAccountAIContentMemberAssigned, type IAccountAIContentTag, type IAccountAIImage, type IAccountAIImageChannel, type IAccountAIImageGroup, type IAccountAIImageInfo, type IAccountAIImageMemberAssigned, type IAccountAIImageTag, type IAccountAIVoice, type IAccountAIVoiceChannel, type IAccountAIVoiceGroup, type IAccountAIVoiceInfo, type IAccountAIVoiceMemberAssigned, type IAccountAIVoiceTag, type IAccountCHPlayICloud, type IAccountCanva, type IAccountDrive, type IAccountEmail, type IAccountEmailProxy, type IAccountEmailTag, type IAccountEmailTaskWork, type IAccountSocialBase, type IAccountSocialGroup, type IAccountVPN, type IAccountVPS, type IAccountVPSGroup, type IAccountVPSSocial, type IAuthLogin, type IAuthResetPassword, type IBaseELS, type IBaseModel, type IBaseRefFieldELS, type IBaseSheetImportDto, type IBlog, type IBlogCategory, type IBlogDepartmentPermission, type IBlogTeamPermission, type IBlogUserPermission, type IColsUnSelected, type IDataDiscussTaskJob, type IDataNotification, type IDataUser, type IDepartment, type IDepartmentMember, type IDevice, type IDeviceLog, type IDeviceLogELS, type IDevicePopupViewAccountSocial, type IDeviceSettingForAccount, type IDeviceSettingForCHPlayICloud, type IDeviceSettingForProxy, type IDeviceSettingForVPN, type IDomain, type IFile, type IFilterAssignDto, type IFilterBaseAccountSocialDto, type IFilterBaseDto, type IFilterStore, type IFindBaseDto, type IGPMProfile, type IHistoryTaskAIContent, type IHistoryTaskAIImage, type IHistoryTaskAIVoice, type IHistoryTaskCanva, type IIncreaseValueTask, type IInstagramAccountRaw, type IInstagramAccountRun, type IInstagramDashboardFollower, type IInstagramDashboardFollowerELS, type IInstagramHistoryAutoPost, type IInstagramHistoryAutoPostELS, type IInstagramHistoryAutoSync, type IInstagramHistoryAutoSyncELS, type IInstagramHistoryBlockUser, type IInstagramHistoryBlockUserELS, type IInstagramHistoryChangeInfo, type IInstagramHistoryChangeInfoELS, type IInstagramHistoryCreateNew, type IInstagramHistoryCreateNewELS, type IInstagramHistoryFollow, type IInstagramHistoryFollowELS, type IInstagramHistoryGroup, type IInstagramHistoryGroupELS, type IInstagramReportInteractBlockUser, type IInstagramReportInteractBlockUserELS, type IInstagramReportInteractExplore, type IInstagramReportInteractExploreELS, type IInstagramReportInteractFollow, type IInstagramReportInteractFollowELS, type IInstagramReportInteractReel, type IInstagramReportInteractReelELS, type IInstagramReportInteractReplyComment, type IInstagramReportInteractReplyCommentELS, type IInstagramReportInteractReplyMessage, type IInstagramReportInteractReplyMessageELS, type IInstagramReportInteractStory, type IInstagramReportInteractStoryELS, type IInstagramReportInteractUnFollow, type IInstagramReportInteractUnFollowELS, type IInstagramReportPostHighLight, type IInstagramReportPostHighLightELS, type IInstagramReportPostNew, type IInstagramReportPostNewELS, type IInstagramReportPostReel, type IInstagramReportPostReelELS, type IInstagramReportPostSquare, type IInstagramReportPostSquareELS, type IInstagramReportPostStory, type IInstagramReportPostStoryELS, type IInstagramSettingInteractBlockUser, type IInstagramSettingInteractExplore, type IInstagramSettingInteractFollow, type IInstagramSettingInteractReel, type IInstagramSettingInteractReplyComment, type IInstagramSettingInteractReplyMessage, type IInstagramSettingInteractStory, type IInstagramSettingInteractUnFollow, type IInstagramSettingPost, type ILark, type ILarkTeam, type IManagerImageAI, type IManagerImageAIItemStore, type IManagerImageAIUserAttached, type IManagerSheet, type IManagerSheetChildren, type IManagerSheetChildrenGroup, type IManagerSheetChildrenGroupItem, type IManagerSheetGroup, type IManagerWork, type IOtpConfirm, type IOtpCreateSession, type IOtpSend, type IPC, type IProxy, type IResponseLogin, type IRole, type IRoleFeature, type ISheetImportSocial, type ISheetWork, type ISheetWorkDepartmentPermission, type ISheetWorkManager, type ISheetWorkUserPermission, type ISheetWorksCategory, type ISheetsTool, type ISocialTaskManager, type ITag, type ITaskAIContent, type ITaskAIImageCanvaInstagram, type ITaskAIImageCanvaThreads, type ITaskAIImageVoiceCanvaInstagram, type ITaskAIImageVoiceCanvaThreads, type ITaskAIItemAction, type ITaskAIItemGroup, type ITaskInstagramBlockUser, type ITaskInstagramBlockUserELS, type ITaskInstagramChangeInfo, type ITaskInstagramChangeInfoELS, type ITaskInstagramFollow, type ITaskInstagramFollowELS, type ITaskInstagramInteractExplore, type ITaskInstagramInteractExploreELS, type ITaskInstagramInteractReel, type ITaskInstagramInteractReelELS, type ITaskInstagramInteractStory, type ITaskInstagramInteractStoryELS, type ITaskInstagramPost, type ITaskInstagramPostELS, type ITaskInstagramReplyComment, type ITaskInstagramReplyCommentELS, type ITaskInstagramReplyMessage, type ITaskInstagramReplyMessageELS, type ITaskJob, type ITaskJobAttachmentBlog, type ITaskJobBlogAttached, type ITaskJobCheckList, type ITaskJobDepartmentPermission, type ITaskJobDiscuss, type ITaskJobLabel, type ITaskJobPermission, type ITaskJobTeamPermission, type ITaskJobUserPermission, type ITaskJobsGroup, type ITaskThreadsFollow, type ITaskThreadsFollowELS, type ITaskThreadsPost, type ITaskThreadsPostELS, type ITaskThreadsReplyComment, type ITaskThreadsReplyCommentELS, type ITaskThreadsReplyMessage, type ITaskThreadsReplyMessageELS, type ITeam, type ITeamMember, type ITeamRole, type IThreadsAccountRaw, type IThreadsAccountRun, type IThreadsDashboardFollower, type IThreadsHistoryAutoPost, type IThreadsHistoryAutoPostELS, type IThreadsHistoryAutoSync, type IThreadsHistoryAutoSyncELS, type IThreadsHistoryChange, type IThreadsHistoryChangeInfoELS, type IThreadsHistoryCreateNew, type IThreadsHistoryCreateNewELS, type IThreadsHistoryGroup, type IThreadsHistoryGroupELS, type IThreadsReportInteractFollow, type IThreadsReportInteractFollowELS, type IThreadsReportInteractReplyComment, type IThreadsReportInteractReplyCommentELS, type IThreadsReportInteractReplyMessage, type IThreadsReportInteractReplyMessageELS, type IThreadsReportInteractUnFollow, type IThreadsReportInteractUnFollowELS, type IThreadsReportPost, type IThreadsReportPostELS, type IThreadsSettingInteractFollow, type IThreadsSettingInteractReplyComment, type IThreadsSettingInteractReplyMessage, type IThreadsSettingInteractUnFollow, type IThreadsSettingPost, type IToken, type ITrackingModel, type ITrackingTimeScript, type ITrackingUserAction, type IUser, type IUserInfoAssignment, type IUserRole, type IVoiceGenerated, type IVoiceLanguage, type IVoiceSettingDelay, type IVoiceStores, type ImportAccountVPSDto, type ImportDto, type ImportManagerWorkDto, type ImportSheetWorkDto, index$g as Lark, type LoadInfoUrlSheetToolDto, type OverviewSheetsToolDto, type PayloadUrlSheetToolDto, index$a as Permission, type ReplaceAccountVSPDto, index$f as SheetTool, index$4 as Socials, type StatisticsManagerWorkDto, type StatisticsSheetWorkDto, index$e as Status, type TActionRole, type TCompare, type TFilter, type TPost, type TPostStyle, index$5 as Tool, index$d as Types, type UpdateAccountSocialGroupDto, type UpdateAccountVPSDto, type UpdateBlogDto, type UpdateBlogsCategoryDto, type UpdateDepartmentDto, type UpdateDeviceDto, type UpdateLarkDto, type UpdateManagerWorkDto, type UpdatePCDto, type UpdateProxyDto, type UpdateRoleDto, type UpdateSheetWorkDto, type UpdateSheetsToolDto, type UpdateTaskAIContentDto, type UpdateTaskAIImageCanvaInstagramDto, type UpdateTaskAIImageCanvaThreadsDto, type UpdateTaskAIImageVoiceCanvaInstagramDto, type UpdateTaskAIImageVoiceCanvaThreadsDto, type UpdateTaskInstagramBlockUserDto, type UpdateTaskInstagramChangeInfoDto, type UpdateTaskInstagramFollowDto, type UpdateTaskInstagramInteractExploreDto, type UpdateTaskInstagramInteractReelDto, type UpdateTaskInstagramInteractStoryDto, type UpdateTaskInstagramPostDto, type UpdateTaskInstagramReplyCommentDto, type UpdateTaskInstagramReplyMessageDto, type UpdateTaskThreadsFollowDto, type UpdateTaskThreadsPostDto, type UpdateTaskThreadsReplyCommentDto, type UpdateTaskThreadsReplyMessageDto, type UpdateTasksJobDto, type UpdateTeamDto, type UpdateUserDto, type ViewDetailDeviceDto, index$7 as Workspace };
15032
+ export { index$i as AI, type ActionPopupDeviceAccountDto, type AddAccountForDeviceDto, type AddToDeviceAccountCHPlayICloudDto, type AddToDeviceAccountVPNDto, type AddToDeviceProxyDto, type ApplyAutoFillDeviceDto, type ApplyReplaceDeviceDto, type ApplyTimeDashboardDto, index$2 as Auth, index$j as AutoConstants, index$6 as AutoDto, index$c as AutoEnums, type AutoFillAssignedMemberInstagramAccountRawDto, type AutoFillAssignedMemberThreadsAccountRawDto, type AutoFillInstagramAccountRawDto, type AutoFillOverviewInstagramAccountRawDto, type AutoFillOverviewTaskInstagramBlockUserDto, type AutoFillOverviewThreadsAccountRawDto, type AutoFillTaskInstagramBlockUserDto, type AutoFillThreadsAccountRawDto, index as AutoInterfacesCommon, index$1 as AutoInterfacesModels, index$b as AutoTypes, index$h as Base, type CheckSendMessageLark, index$9 as Common, type CreateAccountSocialGroupDto, type CreateAccountVPSDto, type CreateBlogDto, type CreateBlogsCategoryDto, type CreateDepartmentDto, type CreateLarkDto, type CreateManagerWorkDto, type CreatePCDto, type CreateProxyDto, type CreateRoleDto, type CreateSheetToolDto, type CreateSheetWorkDto, type CreateTaskAIContentDto, type CreateTaskAIImageCanvaInstagramDto, type CreateTaskAIImageCanvaThreadsDto, type CreateTaskAIImageVoiceCanvaInstagramDto, type CreateTaskAIImageVoiceCanvaThreadsDto, type CreateTaskInstagramBlockUserDto, type CreateTaskInstagramChangeInfoDto, type CreateTaskInstagramFollowDto, type CreateTaskInstagramInteractExploreDto, type CreateTaskInstagramInteractReelDto, type CreateTaskInstagramInteractStoryDto, type CreateTaskInstagramPostDto, type CreateTaskInstagramReplyCommentDto, type CreateTaskInstagramReplyMessageDto, type CreateTaskThreadsFollowDto, type CreateTaskThreadsPostDto, type CreateTaskThreadsReplyCommentDto, type CreateTaskThreadsReplyMessageDto, type CreateTasksJobDto, type CreateTeamDto, type CreateUserDto, type DevicePopupListAddAccountDto, type DevicePopupOverviewAccountsDto, type DevicePopupOverviewAddAccountDto, type DevicePopupViewAccountInstagramDto, type DevicePopupViewAccountThreadsDto, EAIModelContent, EAIModelImage, EAIModelVoice, EAIVersionGPT, EAIVersionImage, EAIVersionPerplexity, EAIVersionVoice, EDayOfWeek, EDeviceResetTime, EEmailTagType, EFile, EFolderImageAI, EGender, EHaveData, EInputTypeFilter, ELarkNotiAccountTool, ELarkNotiBase, ELarkNotiCreateNew, ELarkNotiDuplicateAll, ELarkNotiInstagramDetail, ELarkNotiManagerSheet, ELarkNotiRunAppDevice, ELarkNotiSocialImport, ELarkNotiToolDevice, ELarkObject, ELarkTypeNotification, EObjectName, EPositionUser, EPriority, ESheetToolInstagram, ESheetToolStatusImport, ESheetToolStatusRun, ESheetToolThreads, ESheetToolTimeCrawl, EStatusAccountAI, EStatusAccountCHPlayICloud, EStatusAccountCanva, EStatusAccountDrive, EStatusAccountSocial, EStatusAccountSocialFolderName, EStatusAccountSocialLogin, EStatusAccountSocialLoginEmail, EStatusAccountSocialRun, EStatusAccountSocialSetting, EStatusAccountSocialSync, EStatusAccountTypeChangeInfoInstagram, EStatusAccountTypeChangeInfoThreads, EStatusAccountVPN, EStatusActive, EStatusBlog, EStatusChangeInfo, EStatusChannel, EStatusCommon, EStatusCreateNew, EStatusDevice, EStatusDeviceChangeName, EStatusDeviceChangeNew, EStatusDeviceConnectPC, EStatusDeviceConnectWifi, EStatusDeviceHubStatus, EStatusDeviceLog, EStatusDeviceLoginCHPlayICloud, EStatusDeviceReplace, EStatusDeviceRunningSocial, EStatusDeviceSetup, EStatusDeviceSetupSettingTask, EStatusDeviceSync, EStatusEmail, EStatusExecuteCommon, EStatusGenerate, EStatusImport, EStatusLark, EStatusMailWork, EStatusPC, EStatusProxyChecked, EStatusProxyNewIP, EStatusRole, EStatusSheetWork, EStatusSocialAccountRaw, EStatusTaskAIContent, EStatusTaskAvatarCover, EStatusTaskCanva, EStatusTaskImage, EStatusTaskJob, EStatusTaskJobGroup, EStatusTaskScript, EStatusTaskToolSocials, EStatusTaskVoice, EStatusTeam, EStatusUser, EStatusVPS, EStatusVPSReplace, ETimeZone, ETypeAccountInstagramSetting, ETypeAccountVPN, ETypeCanva, ETypeColumnManagerWork, ETypeDevice, ETypeDeviceLog, ETypeDeviceOS, ETypeExport, ETypeGenerate, ETypeImport, ETypeManagerWorkClassify, ETypeManagerWorkType, ETypePin, ETypeProviderAccountVPN, ETypeProxy, ETypeProxyChecked, ETypeProxyCountry, ETypeProxyNewIP, ETypeProxyProvider, ETypeRatioImage, ETypeSheetWorkClassify, ETypeSheetWorkPin, ETypeSocial, ETypeSocialChangeInfoThreads, ETypeSocialCreateNew, ETypeTaskID, ETypeTimeFilter, ETypeVoiceLanguage, type ExportDto, type FilterAccountAIContentChannelDto, type FilterAccountAIContentDto, type FilterAccountAIContentInfoDto, type FilterAccountAIImageChannelDto, type FilterAccountAIImageDto, type FilterAccountAIImageInfoDto, type FilterAccountAIVoiceChannelDto, type FilterAccountAIVoiceDto, type FilterAccountAIVoiceInfoDto, type FilterAccountCHPlayICloudDto, type FilterAccountCanvaDto, type FilterAccountDriveDto, type FilterAccountEmailDto, type FilterAccountSocialGroupDto, type FilterAccountVPNDto, type FilterAccountVPSDto, type FilterAccountVPSGroupDto, type FilterBaseDto, type FilterBaseSocialDto, type FilterBlogCategoryDto, type FilterBlogDto, type FilterCheckerAccountInstagramDashboardFollowerDto, type FilterCheckerAccountThreadsDashboardFollowerDto, type FilterDepartmentDto, type FilterDeviceDto, type FilterDeviceLogDto, type FilterHistoryTaskAIContentDto, type FilterHistoryTaskAIImageDto, type FilterHistoryTaskAIVoiceDto, type FilterHistoryTaskCanvaDto, type FilterInstagramAccountRawDto, type FilterInstagramAccountRunDto, type FilterInstagramDashboardFollowerDto, type FilterInstagramHistoryAutoSyncDto, type FilterInstagramHistoryChangeInfoDto, type FilterInstagramHistoryCreateNewDto, type FilterInstagramHistoryGroupDto, type FilterInstagramReportInteractBlockUserDto, type FilterInstagramReportInteractExploreDto, type FilterInstagramReportInteractFollowDto, type FilterInstagramReportInteractReelDto, type FilterInstagramReportInteractReplyCommentDto, type FilterInstagramReportInteractReplyMessageDto, type FilterInstagramReportInteractStoryDto, type FilterInstagramReportInteractUnFollowDto, type FilterInstagramReportPostHighLightDto, type FilterInstagramReportPostNewDto, type FilterInstagramReportPostReelDto, type FilterInstagramReportPostSquareDto, type FilterInstagramReportPostStoryDto, type FilterInstagramSettingInteractExploreDto, type FilterInstagramSettingInteractFollowDto, type FilterInstagramSettingInteractReelDto, type FilterInstagramSettingInteractReplyCommentDto, type FilterInstagramSettingInteractReplyMessageDto, type FilterInstagramSettingInteractStoryDto, type FilterInstagramSettingInteractUnFollowDto, type FilterInstagramSettingPostDto, type FilterLarkDto, type FilterManagerImageAIDto, type FilterManagerSheetDto, type FilterManagerWorkDto, type FilterPCDto, type FilterPerformanceBreakdownInstagramDashboardFollowerDto, type FilterPerformanceBreakdownThreadsDashboardFollowerDto, type FilterProxyDto, type FilterRoleDto, type FilterSheetWorkCategoryDto, type FilterSheetWorkDto, type FilterSheetsToolDto, type FilterTaskAIContentDto, type FilterTaskAIImageCanvaInstagramDto, type FilterTaskAIImageCanvaThreadsDto, type FilterTaskAIImageVoiceCanvaInstagramDto, type FilterTaskAIImageVoiceCanvaThreadsDto, type FilterTaskInstagramBlockUserDto, type FilterTaskInstagramChangeInfoDto, type FilterTaskInstagramFollowDto, type FilterTaskInstagramInteractExploreDto, type FilterTaskInstagramInteractReelDto, type FilterTaskInstagramInteractStoryDto, type FilterTaskInstagramPostDto, type FilterTaskInstagramReplyCommentDto, type FilterTaskInstagramReplyMessageDto, type FilterTaskThreadsFollowDto, type FilterTaskThreadsPostDto, type FilterTaskThreadsReplyCommentDto, type FilterTaskThreadsReplyMessageDto, type FilterTeamDto, type FilterThreadsAccountRawDto, type FilterThreadsAccountRunDto, type FilterThreadsDashboardFollowerDto, type FilterThreadsHistoryAutoSyncDto, type FilterThreadsHistoryChangeDto, type FilterThreadsHistoryCreateNewDto, type FilterThreadsHistoryGroupDto, type FilterThreadsReportInteractFollowDto, type FilterThreadsReportInteractReplyCommentDto, type FilterThreadsReportInteractReplyMessageDto, type FilterThreadsReportInteractUnFollowDto, type FilterThreadsReportPostDto, type FilterThreadsSettingInteractFollowDto, type FilterThreadsSettingInteractReplyCommentDto, type FilterThreadsSettingInteractReplyMessageDto, type FilterThreadsSettingInteractUnFollowDto, type FilterThreadsSettingPostDto, type FilterUserDto, type FindAccountAIContentChannelDto, type FindAccountAIContentDto, type FindAccountAIContentInfoDto, type FindAccountAIImageChannelDto, type FindAccountAIImageDto, type FindAccountAIImageInfoDto, type FindAccountAIVoiceChannelDto, type FindAccountAIVoiceDto, type FindAccountAIVoiceInfoDto, type FindAccountCHPlayICloudDto, type FindAccountCanvaDto, type FindAccountDriveDto, type FindAccountEmailDto, type FindAccountForCheckerInstagramDashboard, type FindAccountForCheckerThreadsDashboard, type FindAccountSocialGroupDto, type FindAccountSocialGroupPopupSocialDto, type FindAccountVPNDto, type FindAccountVPSDto, type FindAccountVPSGroupDto, type FindAccountVPSGroupPopupDto, type FindAutoFillDeviceDto, type FindBlogCategoryDto, type FindBlogDto, type FindCheckerAccountInstagramDashboardFollowerDto, type FindCheckerAccountThreadsDashboardFollowerDto, type FindDepartmentDto, type FindDeviceAvailableForAddAccountVPNDto, type FindDeviceAvailableForAddCHPlayICloudDto, type FindDeviceAvailableForAddProxyDto, type FindDeviceDto, type FindDeviceLogDto, type FindForReviewDto, type FindGrowthInstagramDashboardFollowerDto, type FindGrowthThreadsDashboardFollowerDto, type FindHistoryTaskAIContentDto, type FindHistoryTaskAIImageDto, type FindHistoryTaskAIVoiceDto, type FindHistoryTaskCanvaDto, type FindInstagramAccountRawDto, type FindInstagramAccountRunDto, type FindInstagramHistoryAutoSyncDto, type FindInstagramHistoryChangeInfoDto, type FindInstagramHistoryCreateNewDto, type FindInstagramHistoryGroupDto, type FindInstagramSettingInteractExploreDto, type FindInstagramSettingInteractFollowDto, type FindInstagramSettingInteractReelDto, type FindInstagramSettingInteractReplyCommentDto, type FindInstagramSettingInteractReplyMessageDto, type FindInstagramSettingInteractStoryDto, type FindInstagramSettingInteractUnFollowDto, type FindInstagramSettingPostDto, type FindLarkDto, type FindManagerImageAIDto, type FindManagerSheetDto, type FindManagerWorkDto, type FindMemberForAddTeamDto, type FindOverViewDepartmentDto, type FindOverViewInstagramAccountRawDto, type FindOverViewInstagramAccountRunDto, type FindOverViewInstagramReportInteractBlockUserDto, type FindOverViewInstagramReportInteractExploreDto, type FindOverViewInstagramReportInteractFollowDto, type FindOverViewInstagramReportInteractReelDto, type FindOverViewInstagramReportInteractReplyCommentDto, type FindOverViewInstagramReportInteractReplyMessageDto, type FindOverViewInstagramReportInteractStoryDto, type FindOverViewInstagramReportInteractUnFollowDto, type FindOverViewInstagramReportPostHighLightDto, type FindOverViewInstagramReportPostNewDto, type FindOverViewInstagramReportPostReelDto, type FindOverViewInstagramReportPostSquareDto, type FindOverViewInstagramReportPostStoryDto, type FindOverViewInstagramSettingInteractExploreDto, type FindOverViewInstagramSettingInteractFollowDto, type FindOverViewInstagramSettingInteractReelDto, type FindOverViewInstagramSettingInteractReplyCommentDto, type FindOverViewInstagramSettingInteractReplyMessageDto, type FindOverViewInstagramSettingInteractStoryDto, type FindOverViewInstagramSettingInteractUnFollowDto, type FindOverViewInstagramSettingPostDto, type FindOverViewLarkDto, type FindOverViewTaskAIContentDto, type FindOverViewTaskAIImageCanvaInstagramDto, type FindOverViewTaskAIImageCanvaThreadsDto, type FindOverViewTaskAIImageVoiceCanvaInstagramDto, type FindOverViewTaskAIImageVoiceCanvaThreadsDto, type FindOverViewTaskInstagramBlockUserDto, type FindOverViewTaskInstagramChangeInfoDto, type FindOverViewTaskInstagramFollowDto, type FindOverViewTaskInstagramInteractExploreDto, type FindOverViewTaskInstagramInteractReelDto, type FindOverViewTaskInstagramInteractStoryDto, type FindOverViewTaskInstagramPostDto, type FindOverViewTaskInstagramReplyCommentDto, type FindOverViewTaskInstagramReplyMessageDto, type FindOverViewTaskThreadsFollowDto, type FindOverViewTaskThreadsPostDto, type FindOverViewTaskThreadsReplyCommentDto, type FindOverViewTaskThreadsReplyMessageDto, type FindOverViewThreadsAccountDto, type FindOverViewThreadsAccountRowDto, type FindOverViewThreadsReportInteractFollowDto, type FindOverViewThreadsReportInteractReplyCommentDto, type FindOverViewThreadsReportInteractReplyMessageDto, type FindOverViewThreadsReportInteractUnFollowDto, type FindOverViewThreadsReportPostDto, type FindOverViewThreadsSettingInteractFollowDto, type FindOverViewThreadsSettingInteractReplyCommentDto, type FindOverViewThreadsSettingInteractReplyMessageDto, type FindOverViewThreadsSettingInteractUnFollowDto, type FindOverViewThreadsSettingPostDto, type FindOverviewAccountCHPlayICloudDto, type FindOverviewAccountCanvaDto, type FindOverviewAccountDriveDto, type FindOverviewAccountEmailDto, type FindOverviewAccountVPNDto, type FindOverviewAccountVPSDto, type FindOverviewDeviceBasicDto, type FindOverviewDeviceDetailDto, type FindOverviewDeviceLog, type FindOverviewDeviceSocialMediaAccountDto, type FindOverviewDeviceSocialMediaActiveLockedDto, type FindOverviewInstagramDashboardFollowerDto, type FindOverviewInstagramHistoryAutoSyncDto, type FindOverviewInstagramHistoryChangeInfoDto, type FindOverviewInstagramHistoryCreateNewDto, type FindOverviewInstagramHistoryGroupDto, type FindOverviewProxyDto, type FindOverviewRoleDto, type FindOverviewTeamDto, type FindOverviewThreadsDashboardFollowerDto, type FindOverviewThreadsHistoryCreateNewDto, type FindOverviewUserDto, type FindPCDto, type FindPerformanceBreakdownInstagramDashboardFollowerDto, type FindPerformanceBreakdownOverviewInstagramDashboardFollowerDto, type FindPerformanceBreakdownOverviewThreadsDashboardFollowerDto, type FindPerformanceBreakdownThreadsDashboardFollowerDto, type FindProxyDto, type FindReplaceDeviceDto, type FindRoleDetailDto, type FindRoleDto, type FindRoleOfMe, type FindSheetWorkCategoryDto, type FindSheetWorkDto, type FindSheetsToolDto, type FindTaskAIContentDto, type FindTaskAIImageCanvaInstagramDto, type FindTaskAIImageCanvaThreadsDto, type FindTaskAIImageVoiceCanvaInstagramDto, type FindTaskAIImageVoiceCanvaThreadsDto, type FindTaskAvailableAIContentDto, type FindTaskInstagramBlockUserDto, type FindTaskInstagramChangeInfoDto, type FindTaskInstagramFollowDto, type FindTaskInstagramInteractExploreDto, type FindTaskInstagramInteractReelDto, type FindTaskInstagramInteractStoryDto, type FindTaskInstagramPostDto, type FindTaskInstagramReplyCommentDto, type FindTaskInstagramReplyMessageDto, type FindTaskThreadsFollowDto, type FindTaskThreadsPostDto, type FindTaskThreadsReplyCommentDto, type FindTaskThreadsReplyMessageDto, type FindTasksJobDto, type FindTeamDto, type FindThreadsAccountRawDto, type FindThreadsAccountRunDto, type FindThreadsHistoryAutoSyncDto, type FindThreadsHistoryChangeDto, type FindThreadsHistoryCreateNewDto, type FindThreadsHistoryGroupDto, type FindThreadsSettingInteractFollowDto, type FindThreadsSettingInteractReplyCommentDto, type FindThreadsSettingInteractReplyMessageDto, type FindThreadsSettingInteractUnFollowDto, type FindThreadsSettingPostDto, type FindUserDto, index$8 as Forum, index$3 as History, type IAccountAIContent, type IAccountAIContentChannel, type IAccountAIContentGroup, type IAccountAIContentInfo, type IAccountAIContentMemberAssigned, type IAccountAIContentTag, type IAccountAIImage, type IAccountAIImageChannel, type IAccountAIImageGroup, type IAccountAIImageInfo, type IAccountAIImageMemberAssigned, type IAccountAIImageTag, type IAccountAIVoice, type IAccountAIVoiceChannel, type IAccountAIVoiceGroup, type IAccountAIVoiceInfo, type IAccountAIVoiceMemberAssigned, type IAccountAIVoiceTag, type IAccountCHPlayICloud, type IAccountCanva, type IAccountDrive, type IAccountEmail, type IAccountEmailProxy, type IAccountEmailTag, type IAccountEmailTaskWork, type IAccountSocialBase, type IAccountSocialGroup, type IAccountVPN, type IAccountVPS, type IAccountVPSGroup, type IAccountVPSSocial, type IAuthLogin, type IAuthResetPassword, type IBaseELS, type IBaseModel, type IBaseRefFieldELS, type IBaseSheetImportDto, type IBlog, type IBlogCategory, type IBlogDepartmentPermission, type IBlogTeamPermission, type IBlogUserPermission, type IColsUnSelected, type IDataDiscussTaskJob, type IDataNotification, type IDataUser, type IDepartment, type IDepartmentMember, type IDevice, type IDeviceLog, type IDeviceLogELS, type IDevicePopupViewAccountSocial, type IDeviceSettingForAccount, type IDeviceSettingForCHPlayICloud, type IDeviceSettingForProxy, type IDeviceSettingForVPN, type IDomain, type IFile, type IFilterAssignDto, type IFilterBaseAccountSocialDto, type IFilterBaseDto, type IFilterStore, type IFindBaseDto, type IGPMProfile, type IHistoryTaskAIContent, type IHistoryTaskAIImage, type IHistoryTaskAIVoice, type IHistoryTaskCanva, type IIncreaseValueTask, type IInstagramAccountRaw, type IInstagramAccountRun, type IInstagramDashboardFollower, type IInstagramDashboardFollowerELS, type IInstagramHistoryAutoPost, type IInstagramHistoryAutoPostELS, type IInstagramHistoryAutoSync, type IInstagramHistoryAutoSyncELS, type IInstagramHistoryBlockUser, type IInstagramHistoryBlockUserELS, type IInstagramHistoryChangeInfo, type IInstagramHistoryChangeInfoELS, type IInstagramHistoryCreateNew, type IInstagramHistoryCreateNewELS, type IInstagramHistoryFollow, type IInstagramHistoryFollowELS, type IInstagramHistoryGroup, type IInstagramHistoryGroupELS, type IInstagramReportInteractBlockUser, type IInstagramReportInteractBlockUserELS, type IInstagramReportInteractExplore, type IInstagramReportInteractExploreELS, type IInstagramReportInteractFollow, type IInstagramReportInteractFollowELS, type IInstagramReportInteractReel, type IInstagramReportInteractReelELS, type IInstagramReportInteractReplyComment, type IInstagramReportInteractReplyCommentELS, type IInstagramReportInteractReplyMessage, type IInstagramReportInteractReplyMessageELS, type IInstagramReportInteractStory, type IInstagramReportInteractStoryELS, type IInstagramReportInteractUnFollow, type IInstagramReportInteractUnFollowELS, type IInstagramReportPostHighLight, type IInstagramReportPostHighLightELS, type IInstagramReportPostNew, type IInstagramReportPostNewELS, type IInstagramReportPostReel, type IInstagramReportPostReelELS, type IInstagramReportPostSquare, type IInstagramReportPostSquareELS, type IInstagramReportPostStory, type IInstagramReportPostStoryELS, type IInstagramSettingInteractBlockUser, type IInstagramSettingInteractExplore, type IInstagramSettingInteractFollow, type IInstagramSettingInteractReel, type IInstagramSettingInteractReplyComment, type IInstagramSettingInteractReplyMessage, type IInstagramSettingInteractStory, type IInstagramSettingInteractUnFollow, type IInstagramSettingPost, type ILark, type ILarkTeam, type IManagerImageAI, type IManagerImageAIItemStore, type IManagerImageAIUserAttached, type IManagerSheet, type IManagerSheetChildren, type IManagerSheetChildrenGroup, type IManagerSheetChildrenGroupItem, type IManagerSheetGroup, type IManagerWork, type IOtpConfirm, type IOtpCreateSession, type IOtpSend, type IPC, type IProxy, type IResponseLogin, type IRole, type IRoleFeature, type ISheetImportSocial, type ISheetWork, type ISheetWorkDepartmentPermission, type ISheetWorkManager, type ISheetWorkUserPermission, type ISheetWorksCategory, type ISheetsTool, type ISocialTaskManager, type ITag, type ITaskAIContent, type ITaskAIImageCanvaInstagram, type ITaskAIImageCanvaThreads, type ITaskAIImageVoiceCanvaInstagram, type ITaskAIImageVoiceCanvaThreads, type ITaskAIItemAction, type ITaskAIItemGroup, type ITaskInstagramBlockUser, type ITaskInstagramBlockUserELS, type ITaskInstagramChangeInfo, type ITaskInstagramChangeInfoELS, type ITaskInstagramFollow, type ITaskInstagramFollowELS, type ITaskInstagramInteractExplore, type ITaskInstagramInteractExploreELS, type ITaskInstagramInteractReel, type ITaskInstagramInteractReelELS, type ITaskInstagramInteractStory, type ITaskInstagramInteractStoryELS, type ITaskInstagramPost, type ITaskInstagramPostELS, type ITaskInstagramReplyComment, type ITaskInstagramReplyCommentELS, type ITaskInstagramReplyMessage, type ITaskInstagramReplyMessageELS, type ITaskJob, type ITaskJobAttachmentBlog, type ITaskJobBlogAttached, type ITaskJobCheckList, type ITaskJobDepartmentPermission, type ITaskJobDiscuss, type ITaskJobLabel, type ITaskJobPermission, type ITaskJobTeamPermission, type ITaskJobUserPermission, type ITaskJobsGroup, type ITaskThreadsFollow, type ITaskThreadsFollowELS, type ITaskThreadsPost, type ITaskThreadsPostELS, type ITaskThreadsReplyComment, type ITaskThreadsReplyCommentELS, type ITaskThreadsReplyMessage, type ITaskThreadsReplyMessageELS, type ITeam, type ITeamMember, type ITeamRole, type IThreadsAccountRaw, type IThreadsAccountRun, type IThreadsDashboardFollower, type IThreadsHistoryAutoPost, type IThreadsHistoryAutoPostELS, type IThreadsHistoryAutoSync, type IThreadsHistoryAutoSyncELS, type IThreadsHistoryChange, type IThreadsHistoryChangeInfoELS, type IThreadsHistoryCreateNew, type IThreadsHistoryCreateNewELS, type IThreadsHistoryGroup, type IThreadsHistoryGroupELS, type IThreadsReportInteractFollow, type IThreadsReportInteractFollowELS, type IThreadsReportInteractReplyComment, type IThreadsReportInteractReplyCommentELS, type IThreadsReportInteractReplyMessage, type IThreadsReportInteractReplyMessageELS, type IThreadsReportInteractUnFollow, type IThreadsReportInteractUnFollowELS, type IThreadsReportPost, type IThreadsReportPostELS, type IThreadsSettingInteractFollow, type IThreadsSettingInteractReplyComment, type IThreadsSettingInteractReplyMessage, type IThreadsSettingInteractUnFollow, type IThreadsSettingPost, type IToken, type ITrackingModel, type ITrackingTimeScript, type ITrackingUserAction, type IUser, type IUserInfoAssignment, type IUserRole, type IVoiceGenerated, type IVoiceLanguage, type IVoiceSettingDelay, type IVoiceStores, type ImportAccountVPSDto, type ImportDto, type ImportManagerWorkDto, type ImportSheetWorkDto, index$g as Lark, type LoadInfoUrlSheetToolDto, type OverviewSheetsToolDto, type PayloadUrlSheetToolDto, index$a as Permission, type ReplaceAccountVSPDto, index$f as SheetTool, index$4 as Socials, type StatisticsManagerWorkDto, type StatisticsSheetWorkDto, index$e as Status, type TActionRole, type TCompare, type TFilter, type TPost, type TPostStyle, index$5 as Tool, index$d as Types, type UpdateAccountSocialGroupDto, type UpdateAccountVPSDto, type UpdateBlogDto, type UpdateBlogsCategoryDto, type UpdateDepartmentDto, type UpdateDeviceDto, type UpdateLarkDto, type UpdateManagerWorkDto, type UpdatePCDto, type UpdateProxyDto, type UpdateRoleDto, type UpdateSheetWorkDto, type UpdateSheetsToolDto, type UpdateTaskAIContentDto, type UpdateTaskAIImageCanvaInstagramDto, type UpdateTaskAIImageCanvaThreadsDto, type UpdateTaskAIImageVoiceCanvaInstagramDto, type UpdateTaskAIImageVoiceCanvaThreadsDto, type UpdateTaskInstagramBlockUserDto, type UpdateTaskInstagramChangeInfoDto, type UpdateTaskInstagramFollowDto, type UpdateTaskInstagramInteractExploreDto, type UpdateTaskInstagramInteractReelDto, type UpdateTaskInstagramInteractStoryDto, type UpdateTaskInstagramPostDto, type UpdateTaskInstagramReplyCommentDto, type UpdateTaskInstagramReplyMessageDto, type UpdateTaskThreadsFollowDto, type UpdateTaskThreadsPostDto, type UpdateTaskThreadsReplyCommentDto, type UpdateTaskThreadsReplyMessageDto, type UpdateTasksJobDto, type UpdateTeamDto, type UpdateUserDto, type ViewDetailDeviceDto, index$7 as Workspace };