openchs-models 1.33.47 → 1.33.49

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.
@@ -14,6 +14,7 @@ class CustomFilter {
14
14
  const clonedTypes = _objectSpread({}, CustomFilter.type);
15
15
  delete clonedTypes.Name;
16
16
  delete clonedTypes.Age;
17
+ delete clonedTypes.DateOfBirth;
17
18
  delete clonedTypes.SearchAll;
18
19
  return clonedTypes;
19
20
  }
@@ -26,6 +27,7 @@ class CustomFilter {
26
27
  _defineProperty(CustomFilter, "type", {
27
28
  Name: "Name",
28
29
  Age: "Age",
30
+ DateOfBirth: "DateOfBirth",
29
31
  SearchAll: "SearchAll",
30
32
  Gender: "Gender",
31
33
  RegistrationDate: "RegistrationDate",
@@ -549,22 +549,18 @@ const calendar = refData(_Calendar.default, {
549
549
  syncWeight: 1
550
550
  });
551
551
  const calendarDateMarker = refData(_CalendarDateMarker.default, {
552
- parent: calendar,
553
552
  syncWeight: 1
554
553
  });
555
554
  const attendanceType = refData(_AttendanceType.default, {
556
- parent: subjectType,
557
555
  syncWeight: 1
558
556
  });
559
557
  const session = txData(_Session.default, {
560
- parent: individual,
561
558
  syncWeight: 7,
562
559
  privilegeParam: "subjectTypeUuid",
563
560
  privilegeEntity: _Privilege.default.privilegeEntityType.subject,
564
561
  privilegeName: _Privilege.default.privilegeName.editSubject
565
562
  });
566
563
  const attendanceRecord = txData(_AttendanceRecord.default, {
567
- parent: session,
568
564
  syncWeight: 8,
569
565
  privilegeParam: "subjectTypeUuid",
570
566
  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.47",
4
+ "version": "1.33.49",
5
5
  "private": false,
6
6
  "repository": {
7
7
  "type": "git",