openchs-models 1.33.59 → 1.33.60

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.
@@ -114,8 +114,8 @@ _defineProperty(AttendanceRecord, "schema", {
114
114
  subjectUUID: "string",
115
115
  status: "string",
116
116
  reasonConceptUUIDs: {
117
- type: "string[]",
118
- default: []
117
+ type: "list",
118
+ objectType: "string"
119
119
  },
120
120
  followUpEncounterUUID: {
121
121
  type: "string",
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.59",
4
+ "version": "1.33.60",
5
5
  "private": false,
6
6
  "repository": {
7
7
  "type": "git",