openchs-models 1.31.74 → 1.31.76

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.
@@ -1087,6 +1087,10 @@ class Individual extends _BaseEntity.default {
1087
1087
  (0, _AuditUtil.updateAuditFields)(this, userInfo, isNew);
1088
1088
  }
1089
1089
 
1090
+ static getAddressLevelDummyUUID() {
1091
+ return ADDRESS_LEVEL_DUMMY_UUID;
1092
+ }
1093
+
1090
1094
  }
1091
1095
 
1092
1096
  _defineProperty(Individual, "schema", {
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.31.74",
4
+ "version": "1.31.76",
5
5
  "private": false,
6
6
  "repository": {
7
7
  "type": "git",