@rxdrag/rxcms-models 0.3.72 → 0.3.74

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.mjs CHANGED
@@ -1742,16 +1742,18 @@ var TaskStatus = /* @__PURE__ */ ((TaskStatus2) => {
1742
1742
  TaskStatus2["A_Progress"] = "A_Progress";
1743
1743
  TaskStatus2["B_Pending"] = "B_Pending";
1744
1744
  TaskStatus2["C_Failure"] = "C_Failure";
1745
- TaskStatus2["D_Success"] = "D_Success";
1745
+ TaskStatus2["D_Canceled"] = "D_Canceled";
1746
+ TaskStatus2["E_Success"] = "E_Success";
1746
1747
  return TaskStatus2;
1747
1748
  })(TaskStatus || {});
1748
1749
  var TaskType = /* @__PURE__ */ ((TaskType2) => {
1749
1750
  TaskType2["TranslateTheme"] = "TranslateTheme";
1750
1751
  TaskType2["TranslateWebsite"] = "TranslateWebsite";
1751
- TaskType2["TranslatePage"] = "TranslatePage";
1752
+ TaskType2["TranslateCusomizedPage"] = "TranslateCusomizedPage";
1752
1753
  TaskType2["TranslateComponent"] = "TranslateComponent";
1753
1754
  TaskType2["TranslatePost"] = "TranslatePost";
1754
1755
  TaskType2["TranslateProduct"] = "TranslateProduct";
1756
+ TaskType2["TranslateBuiltinPage"] = "TranslateBuiltinPage";
1755
1757
  return TaskType2;
1756
1758
  })(TaskType || {});
1757
1759
  var AppModule = /* @__PURE__ */ ((AppModule2) => {