automation-lib 5.4.242 → 5.4.243

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
@@ -1039,11 +1039,10 @@ declare enum EStatusAccountSocialSetting {
1039
1039
  }
1040
1040
 
1041
1041
  declare enum EStatusAccountSocialSync {
1042
- Pending = "Pending",
1043
- Done = "Done",
1044
- Failed = "Failed",
1045
- Missing = "Missing",
1046
- New = "New"
1042
+ Waiting = "Waiting",// Chờ sync
1043
+ Failed = "Failed",// Sync lỗi
1044
+ New = "New",// Sync nhưng chưa chạy
1045
+ Done = "Done"
1047
1046
  }
1048
1047
 
1049
1048
  declare enum EStatusAccountTypeChangeInfoInstagram {
package/dist/index.d.ts CHANGED
@@ -1039,11 +1039,10 @@ declare enum EStatusAccountSocialSetting {
1039
1039
  }
1040
1040
 
1041
1041
  declare enum EStatusAccountSocialSync {
1042
- Pending = "Pending",
1043
- Done = "Done",
1044
- Failed = "Failed",
1045
- Missing = "Missing",
1046
- New = "New"
1042
+ Waiting = "Waiting",// Chờ sync
1043
+ Failed = "Failed",// Sync lỗi
1044
+ New = "New",// Sync nhưng chưa chạy
1045
+ Done = "Done"
1047
1046
  }
1048
1047
 
1049
1048
  declare enum EStatusAccountTypeChangeInfoInstagram {
package/dist/index.js CHANGED
@@ -1473,11 +1473,10 @@ var EStatusAccountSocialSetting = /* @__PURE__ */ ((EStatusAccountSocialSetting2
1473
1473
 
1474
1474
  // src/enums/status/socials/EStatusAccountSocialSync.enum.ts
1475
1475
  var EStatusAccountSocialSync = /* @__PURE__ */ ((EStatusAccountSocialSync2) => {
1476
- EStatusAccountSocialSync2["Pending"] = "Pending";
1477
- EStatusAccountSocialSync2["Done"] = "Done";
1476
+ EStatusAccountSocialSync2["Waiting"] = "Waiting";
1478
1477
  EStatusAccountSocialSync2["Failed"] = "Failed";
1479
- EStatusAccountSocialSync2["Missing"] = "Missing";
1480
1478
  EStatusAccountSocialSync2["New"] = "New";
1479
+ EStatusAccountSocialSync2["Done"] = "Done";
1481
1480
  return EStatusAccountSocialSync2;
1482
1481
  })(EStatusAccountSocialSync || {});
1483
1482
 
package/dist/index.mjs CHANGED
@@ -1311,11 +1311,10 @@ var EStatusAccountSocialSetting = /* @__PURE__ */ ((EStatusAccountSocialSetting2
1311
1311
 
1312
1312
  // src/enums/status/socials/EStatusAccountSocialSync.enum.ts
1313
1313
  var EStatusAccountSocialSync = /* @__PURE__ */ ((EStatusAccountSocialSync2) => {
1314
- EStatusAccountSocialSync2["Pending"] = "Pending";
1315
- EStatusAccountSocialSync2["Done"] = "Done";
1314
+ EStatusAccountSocialSync2["Waiting"] = "Waiting";
1316
1315
  EStatusAccountSocialSync2["Failed"] = "Failed";
1317
- EStatusAccountSocialSync2["Missing"] = "Missing";
1318
1316
  EStatusAccountSocialSync2["New"] = "New";
1317
+ EStatusAccountSocialSync2["Done"] = "Done";
1319
1318
  return EStatusAccountSocialSync2;
1320
1319
  })(EStatusAccountSocialSync || {});
1321
1320
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.4.242",
3
+ "version": "5.4.243",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",