openchs-models 1.33.48 → 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",
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.48",
4
+ "version": "1.33.49",
5
5
  "private": false,
6
6
  "repository": {
7
7
  "type": "git",