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.
- package/dist/Individual.js +4 -0
- package/package.json +1 -1
package/dist/Individual.js
CHANGED
|
@@ -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", {
|