openchs-models 1.33.50 → 1.33.51

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.
@@ -555,12 +555,14 @@ const attendanceType = refData(_AttendanceType.default, {
555
555
  syncWeight: 1
556
556
  });
557
557
  const session = txData(_Session.default, {
558
+ resUrl: "session",
558
559
  syncWeight: 7,
559
560
  privilegeParam: "subjectTypeUuid",
560
561
  privilegeEntity: _Privilege.default.privilegeEntityType.subject,
561
562
  privilegeName: _Privilege.default.privilegeName.editSubject
562
563
  });
563
564
  const attendanceRecord = txData(_AttendanceRecord.default, {
565
+ resUrl: "attendanceRecord",
564
566
  syncWeight: 8,
565
567
  privilegeParam: "subjectTypeUuid",
566
568
  privilegeEntity: _Privilege.default.privilegeEntityType.subject,
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.33.50",
4
+ "version": "1.33.51",
5
5
  "private": false,
6
6
  "repository": {
7
7
  "type": "git",