openchs-models 1.30.43 → 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 CHANGED
@@ -140,7 +140,10 @@ _defineProperty(Privilege, "PrivilegeType", {
140
140
  ViewSubject: "ViewSubject",
141
141
  ViewVisit: "ViewVisit",
142
142
  VoidSubject: "VoidSubject",
143
- VoidVisit: "VoidVisit"
143
+ VoidVisit: "VoidVisit",
144
+ EditDocumentation: "EditDocumentation",
145
+ EditNews: "EditNews",
146
+ Analytics: "Analytics"
144
147
  });
145
148
 
146
149
  _defineProperty(Privilege, "privilegeEntityType", {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "openchs-models",
3
3
  "description": "OpenCHS data model to be used by front end clients",
4
- "version": "1.30.43",
4
+ "version": "1.30.44",
5
5
  "private": false,
6
6
  "repository": {
7
7
  "type": "git",