automation-lib 5.4.246 → 5.4.247
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 +1 -3
- package/dist/index.d.ts +1 -3
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1039,7 +1039,7 @@ declare enum EStatusAccountSocialSetting {
|
|
|
1039
1039
|
}
|
|
1040
1040
|
|
|
1041
1041
|
declare enum EStatusAccountSocialSync {
|
|
1042
|
-
|
|
1042
|
+
Waiting = "Waiting",// Chờ sync
|
|
1043
1043
|
Failed = "Failed",// Sync lỗi
|
|
1044
1044
|
New = "New",// Sync nhưng chưa chạy
|
|
1045
1045
|
Done = "Done"
|
|
@@ -3364,7 +3364,6 @@ interface FindOverViewThreadsAccountRowDto {
|
|
|
3364
3364
|
failed: number;
|
|
3365
3365
|
new: number;
|
|
3366
3366
|
waiting: number;
|
|
3367
|
-
missing: number;
|
|
3368
3367
|
};
|
|
3369
3368
|
totalAccountSetting: {
|
|
3370
3369
|
total: number;
|
|
@@ -5664,7 +5663,6 @@ interface FindOverViewInstagramAccountRawDto {
|
|
|
5664
5663
|
waiting: number;
|
|
5665
5664
|
done: number;
|
|
5666
5665
|
failed: number;
|
|
5667
|
-
missing: number;
|
|
5668
5666
|
};
|
|
5669
5667
|
totalStatusCreateFolder: {
|
|
5670
5668
|
total: number;
|
package/dist/index.d.ts
CHANGED
|
@@ -1039,7 +1039,7 @@ declare enum EStatusAccountSocialSetting {
|
|
|
1039
1039
|
}
|
|
1040
1040
|
|
|
1041
1041
|
declare enum EStatusAccountSocialSync {
|
|
1042
|
-
|
|
1042
|
+
Waiting = "Waiting",// Chờ sync
|
|
1043
1043
|
Failed = "Failed",// Sync lỗi
|
|
1044
1044
|
New = "New",// Sync nhưng chưa chạy
|
|
1045
1045
|
Done = "Done"
|
|
@@ -3364,7 +3364,6 @@ interface FindOverViewThreadsAccountRowDto {
|
|
|
3364
3364
|
failed: number;
|
|
3365
3365
|
new: number;
|
|
3366
3366
|
waiting: number;
|
|
3367
|
-
missing: number;
|
|
3368
3367
|
};
|
|
3369
3368
|
totalAccountSetting: {
|
|
3370
3369
|
total: number;
|
|
@@ -5664,7 +5663,6 @@ interface FindOverViewInstagramAccountRawDto {
|
|
|
5664
5663
|
waiting: number;
|
|
5665
5664
|
done: number;
|
|
5666
5665
|
failed: number;
|
|
5667
|
-
missing: number;
|
|
5668
5666
|
};
|
|
5669
5667
|
totalStatusCreateFolder: {
|
|
5670
5668
|
total: number;
|
package/dist/index.js
CHANGED
|
@@ -1473,7 +1473,7 @@ var EStatusAccountSocialSetting = /* @__PURE__ */ ((EStatusAccountSocialSetting2
|
|
|
1473
1473
|
|
|
1474
1474
|
// src/enums/status/socials/EStatusAccountSocialSync.enum.ts
|
|
1475
1475
|
var EStatusAccountSocialSync = /* @__PURE__ */ ((EStatusAccountSocialSync2) => {
|
|
1476
|
-
EStatusAccountSocialSync2["
|
|
1476
|
+
EStatusAccountSocialSync2["Waiting"] = "Waiting";
|
|
1477
1477
|
EStatusAccountSocialSync2["Failed"] = "Failed";
|
|
1478
1478
|
EStatusAccountSocialSync2["New"] = "New";
|
|
1479
1479
|
EStatusAccountSocialSync2["Done"] = "Done";
|
package/dist/index.mjs
CHANGED
|
@@ -1311,7 +1311,7 @@ var EStatusAccountSocialSetting = /* @__PURE__ */ ((EStatusAccountSocialSetting2
|
|
|
1311
1311
|
|
|
1312
1312
|
// src/enums/status/socials/EStatusAccountSocialSync.enum.ts
|
|
1313
1313
|
var EStatusAccountSocialSync = /* @__PURE__ */ ((EStatusAccountSocialSync2) => {
|
|
1314
|
-
EStatusAccountSocialSync2["
|
|
1314
|
+
EStatusAccountSocialSync2["Waiting"] = "Waiting";
|
|
1315
1315
|
EStatusAccountSocialSync2["Failed"] = "Failed";
|
|
1316
1316
|
EStatusAccountSocialSync2["New"] = "New";
|
|
1317
1317
|
EStatusAccountSocialSync2["Done"] = "Done";
|