openchs-models 1.30.75 → 1.30.77
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 -3
- package/package.json +1 -1
package/dist/Privilege.js
CHANGED
|
@@ -89,7 +89,8 @@ _defineProperty(Privilege, "privilegeName", {
|
|
|
89
89
|
approveSubject: "Approve Subject",
|
|
90
90
|
approveEnrolment: "Approve Enrolment",
|
|
91
91
|
approveEncounter: "Approve Encounter",
|
|
92
|
-
approveChecklistItem: "Approve ChecklistItem"
|
|
92
|
+
approveChecklistItem: "Approve ChecklistItem",
|
|
93
|
+
viewEditEntitiesOnDataEntryApp: 'View Or Edit Entities On DataEntry App'
|
|
93
94
|
});
|
|
94
95
|
|
|
95
96
|
_defineProperty(Privilege, "PrivilegeType", {
|
|
@@ -149,7 +150,8 @@ _defineProperty(Privilege, "PrivilegeType", {
|
|
|
149
150
|
EditConcept: "EditConcept",
|
|
150
151
|
EditChecklistConfiguration: "EditChecklistConfiguration",
|
|
151
152
|
DownloadBundle: "DownloadBundle",
|
|
152
|
-
EditTaskType: "EditTaskType"
|
|
153
|
+
EditTaskType: "EditTaskType",
|
|
154
|
+
ViewEditEntitiesOnDataEntryApp: "ViewEditEntitiesOnDataEntryApp"
|
|
153
155
|
});
|
|
154
156
|
|
|
155
157
|
_defineProperty(Privilege, "privilegeEntityType", {
|
|
@@ -161,7 +163,8 @@ _defineProperty(Privilege, "privilegeEntityType", {
|
|
|
161
163
|
analytics: "Analytics",
|
|
162
164
|
messaging: "Messaging",
|
|
163
165
|
nonTransaction: "NonTransaction",
|
|
164
|
-
task: "Task"
|
|
166
|
+
task: "Task",
|
|
167
|
+
transactionDataOnDataEntryApp: "TransactionDataOnDataEntryApp"
|
|
165
168
|
});
|
|
166
169
|
|
|
167
170
|
_defineProperty(Privilege, "schemaToPrivilegeMetadata", [{
|