openchs-models 1.33.62 → 1.33.64

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.
Files changed (2) hide show
  1. package/dist/Session.js +1 -0
  2. package/package.json +1 -1
package/dist/Session.js CHANGED
@@ -123,6 +123,7 @@ class Session extends _BaseEntity.default {
123
123
  record.subjectUUID = studentUUID;
124
124
  record.status = entry.status;
125
125
  record.reasonConceptUUIDs = entry.reasonConceptUUIDs || [];
126
+ record.needsFollowUp = !!entry.needsFollowUp;
126
127
  record.followUpEncounterUUID = null;
127
128
  record.voided = false;
128
129
  records.push(record);
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.62",
4
+ "version": "1.33.64",
5
5
  "private": false,
6
6
  "repository": {
7
7
  "type": "git",