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.
- package/bundles/tnx-shared.umd.js +1 -0
- package/bundles/tnx-shared.umd.js.map +1 -1
- package/bundles/tnx-shared.umd.min.js +1 -1
- package/bundles/tnx-shared.umd.min.js.map +1 -1
- package/classes/constants.d.ts +2 -1
- package/classes/constants.d.ts.map +1 -1
- package/esm2015/classes/constants.js +2 -1
- package/fesm2015/tnx-shared.js +1 -0
- package/fesm2015/tnx-shared.js.map +1 -1
- package/package.json +2 -2
- package/tnx-shared.metadata.json +1 -1
|
@@ -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() {
|