openchs-models 1.30.42 → 1.30.44
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/Privilege.js +6 -1
- package/package.json +1 -1
package/dist/Privilege.js
CHANGED
|
@@ -99,6 +99,7 @@ _defineProperty(Privilege, "PrivilegeType", {
|
|
|
99
99
|
ApproveEnrolment: "ApproveEnrolment",
|
|
100
100
|
ApproveSubject: "ApproveSubject",
|
|
101
101
|
CancelVisit: "CancelVisit",
|
|
102
|
+
DeleteTask: "DeleteTask",
|
|
102
103
|
EditApplicationMenu: "EditApplicationMenu",
|
|
103
104
|
EditCatchment: "EditCatchment",
|
|
104
105
|
EditChecklist: "EditChecklist",
|
|
@@ -117,6 +118,7 @@ _defineProperty(Privilege, "PrivilegeType", {
|
|
|
117
118
|
EditRuleFailure: "EditRuleFailure",
|
|
118
119
|
EditSubject: "EditSubject",
|
|
119
120
|
EditSubjectType: "EditSubjectType",
|
|
121
|
+
EditTask: "EditTask",
|
|
120
122
|
EditUserConfiguration: "EditUserConfiguration",
|
|
121
123
|
EditUserGroup: "EditUserGroup",
|
|
122
124
|
EditVisit: "EditVisit",
|
|
@@ -138,7 +140,10 @@ _defineProperty(Privilege, "PrivilegeType", {
|
|
|
138
140
|
ViewSubject: "ViewSubject",
|
|
139
141
|
ViewVisit: "ViewVisit",
|
|
140
142
|
VoidSubject: "VoidSubject",
|
|
141
|
-
VoidVisit: "VoidVisit"
|
|
143
|
+
VoidVisit: "VoidVisit",
|
|
144
|
+
EditDocumentation: "EditDocumentation",
|
|
145
|
+
EditNews: "EditNews",
|
|
146
|
+
Analytics: "Analytics"
|
|
142
147
|
});
|
|
143
148
|
|
|
144
149
|
_defineProperty(Privilege, "privilegeEntityType", {
|