openchs-models 1.33.1 → 1.33.2

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.
@@ -131,11 +131,11 @@ _defineProperty(ChecklistItemStatus, "schema", {
131
131
  state: "string",
132
132
  from: {
133
133
  type: 'object',
134
- objectType: 'StringKeyNumericValue'
134
+ objectType: 'EmbeddedStringKeyNumericValue'
135
135
  },
136
136
  to: {
137
137
  type: 'object',
138
- objectType: 'StringKeyNumericValue'
138
+ objectType: 'EmbeddedStringKeyNumericValue'
139
139
  },
140
140
  color: {
141
141
  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.1",
4
+ "version": "1.33.2",
5
5
  "private": false,
6
6
  "repository": {
7
7
  "type": "git",