tnx-shared 5.3.412 → 5.3.413

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.
@@ -1038,6 +1038,7 @@
1038
1038
  (function (EnumProcessWorkflowType) {
1039
1039
  EnumProcessWorkflowType[EnumProcessWorkflowType["EDIT"] = 1] = "EDIT";
1040
1040
  EnumProcessWorkflowType[EnumProcessWorkflowType["VIEW"] = 2] = "VIEW";
1041
+ EnumProcessWorkflowType[EnumProcessWorkflowType["COEDIT"] = 3] = "COEDIT";
1041
1042
  })(exports.EnumProcessWorkflowType || (exports.EnumProcessWorkflowType = {}));
1042
1043
  var WfItem = /** @class */ (function () {
1043
1044
  function WfItem() {