openchs-models 1.33.61 → 1.33.63

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.
@@ -327,7 +327,7 @@ const identifierAssignment = txData(_IdentifierAssignment.default, {
327
327
  const ruleFailureTelemetry = txData(_RuleFailureTelemetry.default, {
328
328
  resUrl: "ruleFailureTelemetry",
329
329
  syncWeight: 0,
330
- syncPullFRequired: false
330
+ syncPullRequired: false
331
331
  });
332
332
  const groups = refData(_Groups.default, {
333
333
  res: "groups",
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.61",
4
+ "version": "1.33.63",
5
5
  "private": false,
6
6
  "repository": {
7
7
  "type": "git",