openchs-models 1.30.39 → 1.30.40

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
@@ -99,8 +99,10 @@ _defineProperty(Privilege, "PrivilegeType", {
99
99
  ApproveEnrolment: "ApproveEnrolment",
100
100
  ApproveSubject: "ApproveSubject",
101
101
  CancelVisit: "CancelVisit",
102
+ EditApplicationMenu: "EditApplicationMenu",
102
103
  EditCatchment: "EditCatchment",
103
104
  EditChecklist: "EditChecklist",
105
+ EditExtension: "EditExtension",
104
106
  EditOfflineDashboardAndReportCard: "EditOfflineDashboardAndReportCard",
105
107
  EditEncounterType: "EditEncounterType",
106
108
  EditEnrolmentDetails: "EditEnrolmentDetails",
@@ -112,11 +114,13 @@ _defineProperty(Privilege, "PrivilegeType", {
112
114
  EditMember: "EditMember",
113
115
  EditOrganisationConfiguration: "EditOrganisationConfiguration",
114
116
  EditProgram: "EditProgram",
117
+ EditRuleFailure: "EditRuleFailure",
115
118
  EditSubject: "EditSubject",
116
119
  EditSubjectType: "EditSubjectType",
117
120
  EditUserConfiguration: "EditUserConfiguration",
118
121
  EditUserGroup: "EditUserGroup",
119
122
  EditVisit: "EditVisit",
123
+ EditVideo: "EditVideo",
120
124
  EnrolSubject: "EnrolSubject",
121
125
  ExitEnrolment: "ExitEnrolment",
122
126
  PerformVisit: "PerformVisit",
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.39",
4
+ "version": "1.30.40",
5
5
  "private": false,
6
6
  "repository": {
7
7
  "type": "git",