openchs-models 1.32.19 → 1.32.20

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.
@@ -392,6 +392,9 @@ const userInfo = txData(_UserInfo.default, {
392
392
  syncWeight: 1
393
393
  });
394
394
  const identifierAssignment = txData(_IdentifierAssignment.default, {
395
+ apiQueryParams: {
396
+ "deviceId": null
397
+ },
395
398
  syncWeight: 0
396
399
  });
397
400
  const ruleFailureTelemetry = txData(_RuleFailureTelemetry.default, {
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.32.19",
4
+ "version": "1.32.20",
5
5
  "private": false,
6
6
  "repository": {
7
7
  "type": "git",