@rxdrag/rxcms-models 0.3.74 → 0.3.75

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
@@ -1751,9 +1751,13 @@ var TaskType = /* @__PURE__ */ ((TaskType2) => {
1751
1751
  TaskType2["TranslateWebsite"] = "TranslateWebsite";
1752
1752
  TaskType2["TranslateCusomizedPage"] = "TranslateCusomizedPage";
1753
1753
  TaskType2["TranslateComponent"] = "TranslateComponent";
1754
- TaskType2["TranslatePost"] = "TranslatePost";
1755
- TaskType2["TranslateProduct"] = "TranslateProduct";
1756
1754
  TaskType2["TranslateBuiltinPage"] = "TranslateBuiltinPage";
1755
+ TaskType2["ResetPostFromBaseLang"] = "ResetPostFromBaseLang";
1756
+ TaskType2["ResetProductFromBaseLang"] = "ResetProductFromBaseLang";
1757
+ TaskType2["TranslatePostToAllLangs"] = "TranslatePostToAllLangs";
1758
+ TaskType2["TranslateProductToAllLangs"] = " TranslateProductToAllLangs";
1759
+ TaskType2["TranslateContents"] = "TranslateContents";
1760
+ TaskType2["TranslateContentsIncrement"] = "TranslateContentsIncrement";
1757
1761
  return TaskType2;
1758
1762
  })(TaskType || {});
1759
1763
  var AppModule = /* @__PURE__ */ ((AppModule2) => {