automation-lib 5.4.359 → 5.4.361
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 +5 -7
- package/dist/index.d.ts +5 -7
- package/dist/index.js +2 -3
- package/dist/index.mjs +2 -3
- package/package.json +1 -1
- package/search_interface.ts_20251216_161250.txt +0 -16
- package/search_interface.ts_20251216_161324.txt +0 -11
- package/search_interface.ts_20251217_113300.txt +0 -16
- package/search_interface_20251216_161706.txt +0 -12
- package/search_interface_20251216_161728.txt +0 -10
- package/search_interface_20251217_114922.txt +0 -12
- package/search_interface_20251217_115615.txt +0 -11
package/dist/index.d.mts
CHANGED
|
@@ -1157,8 +1157,7 @@ declare enum EStatusDeviceReplace {
|
|
|
1157
1157
|
declare enum EStatusDeviceConnectWifi {
|
|
1158
1158
|
Disconnect = "Disconnect",
|
|
1159
1159
|
Connected = "Connected",
|
|
1160
|
-
WrongPassword = "WrongPassword"
|
|
1161
|
-
Error = "Error"
|
|
1160
|
+
WrongPassword = "WrongPassword"
|
|
1162
1161
|
}
|
|
1163
1162
|
declare enum EStatusDeviceSetupSettingTask {
|
|
1164
1163
|
Done = "Done",
|
|
@@ -1177,11 +1176,11 @@ declare enum EStatusGenerate {
|
|
|
1177
1176
|
declare enum EStatusEmail {
|
|
1178
1177
|
New = "New",// Chưa login
|
|
1179
1178
|
PendingLogin = "PendingLogin",// Chờ login
|
|
1180
|
-
ImportError = "ImportError",// Lỗi import
|
|
1181
1179
|
LoginError = "LoginError",// Lỗi đăng nhập
|
|
1182
1180
|
Verify = "Verify",// Đang xác thực
|
|
1183
|
-
RunAccount = "RunAccount",//
|
|
1181
|
+
RunAccount = "RunAccount",// Account đã login thành công
|
|
1184
1182
|
Dead = "Dead",// Chết
|
|
1183
|
+
ErrorBrowser = "ErrorBrowser",
|
|
1185
1184
|
NA = "N/A"
|
|
1186
1185
|
}
|
|
1187
1186
|
declare enum EStatusLoginEmail {
|
|
@@ -1190,8 +1189,8 @@ declare enum EStatusLoginEmail {
|
|
|
1190
1189
|
Active = "Active",// Đã đăng nhập
|
|
1191
1190
|
LoginError = "LoginError",// Lỗi đăng nhập
|
|
1192
1191
|
Dead = "Dead",// Chết
|
|
1193
|
-
ErrorBrowser = "ErrorBrowser"
|
|
1194
|
-
|
|
1192
|
+
ErrorBrowser = "ErrorBrowser",// Lỗi trình duyệt
|
|
1193
|
+
RunAccount = "RunAccount",// Account đã login thành công
|
|
1195
1194
|
NA = "N/A"
|
|
1196
1195
|
}
|
|
1197
1196
|
declare enum EStatusChangeInfoEmail {
|
|
@@ -8680,7 +8679,6 @@ interface IEmailRawManager extends IBaseModel, ITrackingModel {
|
|
|
8680
8679
|
status: EStatusEmail;
|
|
8681
8680
|
timeStatus: Date;
|
|
8682
8681
|
typeEmail: ETypeEmail;
|
|
8683
|
-
urlLogin: string;
|
|
8684
8682
|
oldEmail: string;
|
|
8685
8683
|
newEmail: string;
|
|
8686
8684
|
statusLoginEmail: EStatusLoginEmail;
|
package/dist/index.d.ts
CHANGED
|
@@ -1157,8 +1157,7 @@ declare enum EStatusDeviceReplace {
|
|
|
1157
1157
|
declare enum EStatusDeviceConnectWifi {
|
|
1158
1158
|
Disconnect = "Disconnect",
|
|
1159
1159
|
Connected = "Connected",
|
|
1160
|
-
WrongPassword = "WrongPassword"
|
|
1161
|
-
Error = "Error"
|
|
1160
|
+
WrongPassword = "WrongPassword"
|
|
1162
1161
|
}
|
|
1163
1162
|
declare enum EStatusDeviceSetupSettingTask {
|
|
1164
1163
|
Done = "Done",
|
|
@@ -1177,11 +1176,11 @@ declare enum EStatusGenerate {
|
|
|
1177
1176
|
declare enum EStatusEmail {
|
|
1178
1177
|
New = "New",// Chưa login
|
|
1179
1178
|
PendingLogin = "PendingLogin",// Chờ login
|
|
1180
|
-
ImportError = "ImportError",// Lỗi import
|
|
1181
1179
|
LoginError = "LoginError",// Lỗi đăng nhập
|
|
1182
1180
|
Verify = "Verify",// Đang xác thực
|
|
1183
|
-
RunAccount = "RunAccount",//
|
|
1181
|
+
RunAccount = "RunAccount",// Account đã login thành công
|
|
1184
1182
|
Dead = "Dead",// Chết
|
|
1183
|
+
ErrorBrowser = "ErrorBrowser",
|
|
1185
1184
|
NA = "N/A"
|
|
1186
1185
|
}
|
|
1187
1186
|
declare enum EStatusLoginEmail {
|
|
@@ -1190,8 +1189,8 @@ declare enum EStatusLoginEmail {
|
|
|
1190
1189
|
Active = "Active",// Đã đăng nhập
|
|
1191
1190
|
LoginError = "LoginError",// Lỗi đăng nhập
|
|
1192
1191
|
Dead = "Dead",// Chết
|
|
1193
|
-
ErrorBrowser = "ErrorBrowser"
|
|
1194
|
-
|
|
1192
|
+
ErrorBrowser = "ErrorBrowser",// Lỗi trình duyệt
|
|
1193
|
+
RunAccount = "RunAccount",// Account đã login thành công
|
|
1195
1194
|
NA = "N/A"
|
|
1196
1195
|
}
|
|
1197
1196
|
declare enum EStatusChangeInfoEmail {
|
|
@@ -8680,7 +8679,6 @@ interface IEmailRawManager extends IBaseModel, ITrackingModel {
|
|
|
8680
8679
|
status: EStatusEmail;
|
|
8681
8680
|
timeStatus: Date;
|
|
8682
8681
|
typeEmail: ETypeEmail;
|
|
8683
|
-
urlLogin: string;
|
|
8684
8682
|
oldEmail: string;
|
|
8685
8683
|
newEmail: string;
|
|
8686
8684
|
statusLoginEmail: EStatusLoginEmail;
|
package/dist/index.js
CHANGED
|
@@ -1642,7 +1642,6 @@ var EStatusDeviceConnectWifi = /* @__PURE__ */ ((EStatusDeviceConnectWifi2) => {
|
|
|
1642
1642
|
EStatusDeviceConnectWifi2["Disconnect"] = "Disconnect";
|
|
1643
1643
|
EStatusDeviceConnectWifi2["Connected"] = "Connected";
|
|
1644
1644
|
EStatusDeviceConnectWifi2["WrongPassword"] = "WrongPassword";
|
|
1645
|
-
EStatusDeviceConnectWifi2["Error"] = "Error";
|
|
1646
1645
|
return EStatusDeviceConnectWifi2;
|
|
1647
1646
|
})(EStatusDeviceConnectWifi || {});
|
|
1648
1647
|
var EStatusDeviceSetupSettingTask = /* @__PURE__ */ ((EStatusDeviceSetupSettingTask2) => {
|
|
@@ -1666,11 +1665,11 @@ var EStatusGenerate = /* @__PURE__ */ ((EStatusGenerate2) => {
|
|
|
1666
1665
|
var EStatusEmail = /* @__PURE__ */ ((EStatusEmail2) => {
|
|
1667
1666
|
EStatusEmail2["New"] = "New";
|
|
1668
1667
|
EStatusEmail2["PendingLogin"] = "PendingLogin";
|
|
1669
|
-
EStatusEmail2["ImportError"] = "ImportError";
|
|
1670
1668
|
EStatusEmail2["LoginError"] = "LoginError";
|
|
1671
1669
|
EStatusEmail2["Verify"] = "Verify";
|
|
1672
1670
|
EStatusEmail2["RunAccount"] = "RunAccount";
|
|
1673
1671
|
EStatusEmail2["Dead"] = "Dead";
|
|
1672
|
+
EStatusEmail2["ErrorBrowser"] = "ErrorBrowser";
|
|
1674
1673
|
EStatusEmail2["NA"] = "N/A";
|
|
1675
1674
|
return EStatusEmail2;
|
|
1676
1675
|
})(EStatusEmail || {});
|
|
@@ -1681,7 +1680,7 @@ var EStatusLoginEmail = /* @__PURE__ */ ((EStatusLoginEmail2) => {
|
|
|
1681
1680
|
EStatusLoginEmail2["LoginError"] = "LoginError";
|
|
1682
1681
|
EStatusLoginEmail2["Dead"] = "Dead";
|
|
1683
1682
|
EStatusLoginEmail2["ErrorBrowser"] = "ErrorBrowser";
|
|
1684
|
-
EStatusLoginEmail2["
|
|
1683
|
+
EStatusLoginEmail2["RunAccount"] = "RunAccount";
|
|
1685
1684
|
EStatusLoginEmail2["NA"] = "N/A";
|
|
1686
1685
|
return EStatusLoginEmail2;
|
|
1687
1686
|
})(EStatusLoginEmail || {});
|
package/dist/index.mjs
CHANGED
|
@@ -1468,7 +1468,6 @@ var EStatusDeviceConnectWifi = /* @__PURE__ */ ((EStatusDeviceConnectWifi2) => {
|
|
|
1468
1468
|
EStatusDeviceConnectWifi2["Disconnect"] = "Disconnect";
|
|
1469
1469
|
EStatusDeviceConnectWifi2["Connected"] = "Connected";
|
|
1470
1470
|
EStatusDeviceConnectWifi2["WrongPassword"] = "WrongPassword";
|
|
1471
|
-
EStatusDeviceConnectWifi2["Error"] = "Error";
|
|
1472
1471
|
return EStatusDeviceConnectWifi2;
|
|
1473
1472
|
})(EStatusDeviceConnectWifi || {});
|
|
1474
1473
|
var EStatusDeviceSetupSettingTask = /* @__PURE__ */ ((EStatusDeviceSetupSettingTask2) => {
|
|
@@ -1492,11 +1491,11 @@ var EStatusGenerate = /* @__PURE__ */ ((EStatusGenerate2) => {
|
|
|
1492
1491
|
var EStatusEmail = /* @__PURE__ */ ((EStatusEmail2) => {
|
|
1493
1492
|
EStatusEmail2["New"] = "New";
|
|
1494
1493
|
EStatusEmail2["PendingLogin"] = "PendingLogin";
|
|
1495
|
-
EStatusEmail2["ImportError"] = "ImportError";
|
|
1496
1494
|
EStatusEmail2["LoginError"] = "LoginError";
|
|
1497
1495
|
EStatusEmail2["Verify"] = "Verify";
|
|
1498
1496
|
EStatusEmail2["RunAccount"] = "RunAccount";
|
|
1499
1497
|
EStatusEmail2["Dead"] = "Dead";
|
|
1498
|
+
EStatusEmail2["ErrorBrowser"] = "ErrorBrowser";
|
|
1500
1499
|
EStatusEmail2["NA"] = "N/A";
|
|
1501
1500
|
return EStatusEmail2;
|
|
1502
1501
|
})(EStatusEmail || {});
|
|
@@ -1507,7 +1506,7 @@ var EStatusLoginEmail = /* @__PURE__ */ ((EStatusLoginEmail2) => {
|
|
|
1507
1506
|
EStatusLoginEmail2["LoginError"] = "LoginError";
|
|
1508
1507
|
EStatusLoginEmail2["Dead"] = "Dead";
|
|
1509
1508
|
EStatusLoginEmail2["ErrorBrowser"] = "ErrorBrowser";
|
|
1510
|
-
EStatusLoginEmail2["
|
|
1509
|
+
EStatusLoginEmail2["RunAccount"] = "RunAccount";
|
|
1511
1510
|
EStatusLoginEmail2["NA"] = "N/A";
|
|
1512
1511
|
return EStatusLoginEmail2;
|
|
1513
1512
|
})(EStatusLoginEmail || {});
|
package/package.json
CHANGED
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
============ SEARCH RESULTS ============
|
|
2
|
-
Folder: D:\MyFolder\Bo\Auto\library\src\interfaces\models\socials\instagram\report
|
|
3
|
-
Time: Tue 12/16/2025 16:12:50.37
|
|
4
|
-
Search Pattern: *interface.ts*
|
|
5
|
-
======================================
|
|
6
|
-
|
|
7
|
-
D:\MyFolder\Bo\Auto\library\src\interfaces\models\socials\instagram\report\interacts\IInstagramReportInteractBlockUser.interface.ts
|
|
8
|
-
D:\MyFolder\Bo\Auto\library\src\interfaces\models\socials\instagram\report\interacts\IInstagramReportInteractFollow.interface.ts
|
|
9
|
-
D:\MyFolder\Bo\Auto\library\src\interfaces\models\socials\instagram\report\interacts\IInstagramReportInteractReplyComment.interface.ts
|
|
10
|
-
D:\MyFolder\Bo\Auto\library\src\interfaces\models\socials\instagram\report\interacts\IInstagramReportInteractReplyMessage.interface.ts
|
|
11
|
-
D:\MyFolder\Bo\Auto\library\src\interfaces\models\socials\instagram\report\interacts\IInstagramReportInteractUnFollow.interface.ts
|
|
12
|
-
D:\MyFolder\Bo\Auto\library\src\interfaces\models\socials\instagram\report\posts\IInstagramReportPostHighLight.interface.ts
|
|
13
|
-
D:\MyFolder\Bo\Auto\library\src\interfaces\models\socials\instagram\report\posts\IInstagramReportPostNew.interface.ts
|
|
14
|
-
D:\MyFolder\Bo\Auto\library\src\interfaces\models\socials\instagram\report\posts\IInstagramReportPostReel.interface.ts
|
|
15
|
-
D:\MyFolder\Bo\Auto\library\src\interfaces\models\socials\instagram\report\posts\IInstagramReportPostSquare.interface.ts
|
|
16
|
-
D:\MyFolder\Bo\Auto\library\src\interfaces\models\socials\instagram\report\posts\IInstagramReportPostStory.interface.ts
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
============ SEARCH RESULTS ============
|
|
2
|
-
Folder: D:\MyFolder\Bo\Auto\library\src\interfaces\models\socials\threads\report
|
|
3
|
-
Time: Tue 12/16/2025 16:13:24.24
|
|
4
|
-
Search Pattern: *interface.ts*
|
|
5
|
-
======================================
|
|
6
|
-
|
|
7
|
-
D:\MyFolder\Bo\Auto\library\src\interfaces\models\socials\threads\report\IThreadsReportInteractFollow.interface.ts
|
|
8
|
-
D:\MyFolder\Bo\Auto\library\src\interfaces\models\socials\threads\report\IThreadsReportInteractReplyComment.interface.ts
|
|
9
|
-
D:\MyFolder\Bo\Auto\library\src\interfaces\models\socials\threads\report\IThreadsReportInteractReplyMessage.interface.ts
|
|
10
|
-
D:\MyFolder\Bo\Auto\library\src\interfaces\models\socials\threads\report\IThreadsReportInteractUnFollow.interface.ts
|
|
11
|
-
D:\MyFolder\Bo\Auto\library\src\interfaces\models\socials\threads\report\IThreadsReportPost.interface.ts
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
============ SEARCH RESULTS ============
|
|
2
|
-
Folder: D:\MyFolder\Bo\Auto\library\src\interfaces\models\socials\instagram\report
|
|
3
|
-
Time: Wed 12/17/2025 11:33:00.10
|
|
4
|
-
Search Pattern: *interface.ts*
|
|
5
|
-
======================================
|
|
6
|
-
|
|
7
|
-
D:\MyFolder\Bo\Auto\library\src\interfaces\models\socials\instagram\report\interacts\IInstagramReportInteractBlockUser.interface.ts
|
|
8
|
-
D:\MyFolder\Bo\Auto\library\src\interfaces\models\socials\instagram\report\interacts\IInstagramReportInteractFollow.interface.ts
|
|
9
|
-
D:\MyFolder\Bo\Auto\library\src\interfaces\models\socials\instagram\report\interacts\IInstagramReportInteractReplyComment.interface.ts
|
|
10
|
-
D:\MyFolder\Bo\Auto\library\src\interfaces\models\socials\instagram\report\interacts\IInstagramReportInteractReplyMessage.interface.ts
|
|
11
|
-
D:\MyFolder\Bo\Auto\library\src\interfaces\models\socials\instagram\report\interacts\IInstagramReportInteractUnFollow.interface.ts
|
|
12
|
-
D:\MyFolder\Bo\Auto\library\src\interfaces\models\socials\instagram\report\posts\IInstagramReportPostHighLight.interface.ts
|
|
13
|
-
D:\MyFolder\Bo\Auto\library\src\interfaces\models\socials\instagram\report\posts\IInstagramReportPostNew.interface.ts
|
|
14
|
-
D:\MyFolder\Bo\Auto\library\src\interfaces\models\socials\instagram\report\posts\IInstagramReportPostReel.interface.ts
|
|
15
|
-
D:\MyFolder\Bo\Auto\library\src\interfaces\models\socials\instagram\report\posts\IInstagramReportPostSquare.interface.ts
|
|
16
|
-
D:\MyFolder\Bo\Auto\library\src\interfaces\models\socials\instagram\report\posts\IInstagramReportPostStory.interface.ts
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
============ SEARCH RESULTS ============
|
|
2
|
-
Folder: D:\MyFolder\Bo\Auto\library\src\interfaces\models\socials\instagram\tasks
|
|
3
|
-
Time: Tue 12/16/2025 16:17:06.63
|
|
4
|
-
Search Pattern: *interface*
|
|
5
|
-
======================================
|
|
6
|
-
|
|
7
|
-
D:\MyFolder\Bo\Auto\library\src\interfaces\models\socials\instagram\tasks\ITaskInstagramBlockUser.interface.ts
|
|
8
|
-
D:\MyFolder\Bo\Auto\library\src\interfaces\models\socials\instagram\tasks\ITaskInstagramChangeInfo.interface.ts
|
|
9
|
-
D:\MyFolder\Bo\Auto\library\src\interfaces\models\socials\instagram\tasks\ITaskInstagramFollow.interface.ts
|
|
10
|
-
D:\MyFolder\Bo\Auto\library\src\interfaces\models\socials\instagram\tasks\ITaskInstagramPost.interface.ts
|
|
11
|
-
D:\MyFolder\Bo\Auto\library\src\interfaces\models\socials\instagram\tasks\ITaskInstagramReplyComment.interface.ts
|
|
12
|
-
D:\MyFolder\Bo\Auto\library\src\interfaces\models\socials\instagram\tasks\ITaskInstagramReplyMessage.interface.ts
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
============ SEARCH RESULTS ============
|
|
2
|
-
Folder: D:\MyFolder\Bo\Auto\library\src\interfaces\models\socials\threads\tasks
|
|
3
|
-
Time: Tue 12/16/2025 16:17:28.89
|
|
4
|
-
Search Pattern: *interface*
|
|
5
|
-
======================================
|
|
6
|
-
|
|
7
|
-
D:\MyFolder\Bo\Auto\library\src\interfaces\models\socials\threads\tasks\ITaskThreadsFollow.interface.ts
|
|
8
|
-
D:\MyFolder\Bo\Auto\library\src\interfaces\models\socials\threads\tasks\ITaskThreadsPost.interface.ts
|
|
9
|
-
D:\MyFolder\Bo\Auto\library\src\interfaces\models\socials\threads\tasks\ITaskThreadsReplyComment.interface.ts
|
|
10
|
-
D:\MyFolder\Bo\Auto\library\src\interfaces\models\socials\threads\tasks\ITaskThreadsReplyMessage.interface.ts
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
============ SEARCH RESULTS ============
|
|
2
|
-
Folder: D:\MyFolder\Bo\Auto\library\src\interfaces\models\socials\instagram\tasks
|
|
3
|
-
Time: Wed 12/17/2025 11:49:22.16
|
|
4
|
-
Search Pattern: *interface*
|
|
5
|
-
======================================
|
|
6
|
-
|
|
7
|
-
D:\MyFolder\Bo\Auto\library\src\interfaces\models\socials\instagram\tasks\ITaskInstagramBlockUser.interface.ts
|
|
8
|
-
D:\MyFolder\Bo\Auto\library\src\interfaces\models\socials\instagram\tasks\ITaskInstagramChangeInfo.interface.ts
|
|
9
|
-
D:\MyFolder\Bo\Auto\library\src\interfaces\models\socials\instagram\tasks\ITaskInstagramFollow.interface.ts
|
|
10
|
-
D:\MyFolder\Bo\Auto\library\src\interfaces\models\socials\instagram\tasks\ITaskInstagramPost.interface.ts
|
|
11
|
-
D:\MyFolder\Bo\Auto\library\src\interfaces\models\socials\instagram\tasks\ITaskInstagramReplyComment.interface.ts
|
|
12
|
-
D:\MyFolder\Bo\Auto\library\src\interfaces\models\socials\instagram\tasks\ITaskInstagramReplyMessage.interface.ts
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
============ SEARCH RESULTS ============
|
|
2
|
-
Folder: D:\MyFolder\Bo\Auto\library\src\interfaces\models\socials\threads\report
|
|
3
|
-
Time: Wed 12/17/2025 11:56:15.23
|
|
4
|
-
Search Pattern: *interface*
|
|
5
|
-
======================================
|
|
6
|
-
|
|
7
|
-
D:\MyFolder\Bo\Auto\library\src\interfaces\models\socials\threads\report\IThreadsReportInteractFollow.interface.ts
|
|
8
|
-
D:\MyFolder\Bo\Auto\library\src\interfaces\models\socials\threads\report\IThreadsReportInteractReplyComment.interface.ts
|
|
9
|
-
D:\MyFolder\Bo\Auto\library\src\interfaces\models\socials\threads\report\IThreadsReportInteractReplyMessage.interface.ts
|
|
10
|
-
D:\MyFolder\Bo\Auto\library\src\interfaces\models\socials\threads\report\IThreadsReportInteractUnFollow.interface.ts
|
|
11
|
-
D:\MyFolder\Bo\Auto\library\src\interfaces\models\socials\threads\report\IThreadsReportPost.interface.ts
|