@rxdrag/rxcms-models 0.3.72 → 0.3.73
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 +2 -1
- package/dist/index.mjs.map +1 -1
- package/dist/interfaces/TaskStatus.d.ts +5 -1
- package/package.json +3 -3
package/dist/index.mjs
CHANGED
|
@@ -1742,7 +1742,8 @@ 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["
|
|
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) => {
|