@rxdrag/rxcms-models 0.3.70 → 0.3.72

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
@@ -1740,8 +1740,8 @@ var TaskDistinctEnum = /* @__PURE__ */ ((TaskDistinctEnum2) => {
1740
1740
  })(TaskDistinctEnum || {});
1741
1741
  var TaskStatus = /* @__PURE__ */ ((TaskStatus2) => {
1742
1742
  TaskStatus2["A_Progress"] = "A_Progress";
1743
- TaskStatus2["B_Failure"] = "B_Failure";
1744
- TaskStatus2["C_Pending"] = "C_Pending";
1743
+ TaskStatus2["B_Pending"] = "B_Pending";
1744
+ TaskStatus2["C_Failure"] = "C_Failure";
1745
1745
  TaskStatus2["D_Success"] = "D_Success";
1746
1746
  return TaskStatus2;
1747
1747
  })(TaskStatus || {});