@rxdrag/rxcms-models 0.3.73 → 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 +8 -3
- package/dist/index.mjs.map +1 -1
- package/dist/interfaces/TaskType.d.ts +23 -3
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -1749,10 +1749,15 @@ var TaskStatus = /* @__PURE__ */ ((TaskStatus2) => {
|
|
|
1749
1749
|
var TaskType = /* @__PURE__ */ ((TaskType2) => {
|
|
1750
1750
|
TaskType2["TranslateTheme"] = "TranslateTheme";
|
|
1751
1751
|
TaskType2["TranslateWebsite"] = "TranslateWebsite";
|
|
1752
|
-
TaskType2["
|
|
1752
|
+
TaskType2["TranslateCusomizedPage"] = "TranslateCusomizedPage";
|
|
1753
1753
|
TaskType2["TranslateComponent"] = "TranslateComponent";
|
|
1754
|
-
TaskType2["
|
|
1755
|
-
TaskType2["
|
|
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";
|
|
1756
1761
|
return TaskType2;
|
|
1757
1762
|
})(TaskType || {});
|
|
1758
1763
|
var AppModule = /* @__PURE__ */ ((AppModule2) => {
|