openchs-models 1.33.61 → 1.33.62

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/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.62",
5
5
  "private": false,
6
6
  "repository": {
7
7
  "type": "git",