openchs-models 1.30.39 → 1.30.41
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/EntityMetaData.js +1 -0
- package/dist/Privilege.js +4 -0
- package/dist/UserInfo.js +1 -1
- package/package.json +1 -1
package/dist/EntityMetaData.js
CHANGED
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/dist/UserInfo.js
CHANGED
|
@@ -114,7 +114,7 @@ class UserInfo extends _BaseEntity.default {
|
|
|
114
114
|
|
|
115
115
|
_defineProperty(UserInfo, "UUID", "ce9ad8ee-193e-49ee-8626-49802c8b4bd7");
|
|
116
116
|
|
|
117
|
-
_defineProperty(UserInfo, "DEFAULT_SETTINGS", '{"trackLocation": false, "locale": "en"}');
|
|
117
|
+
_defineProperty(UserInfo, "DEFAULT_SETTINGS", '{"trackLocation": false, "locale": "en", "disableAutoRefresh": false, "disableAutoSync": false}');
|
|
118
118
|
|
|
119
119
|
_defineProperty(UserInfo, "schema", {
|
|
120
120
|
name: "UserInfo",
|