openchs-models 1.30.74 → 1.30.76

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.
@@ -394,10 +394,10 @@ const syncTelemetry = txData(_SyncTelemetry.default, {
394
394
  syncWeight: 1,
395
395
  syncPullRequired: false
396
396
  });
397
- const userInfo = refData(_UserInfo.default, {
398
- resUrl: "v2/me",
399
- syncWeight: 1,
400
- filter: ""
397
+ const userInfo = txData(_UserInfo.default, {
398
+ resUrl: "me",
399
+ apiVersion: "v2",
400
+ syncWeight: 1
401
401
  });
402
402
  const identifierAssignment = txData(_IdentifierAssignment.default, {
403
403
  syncWeight: 0
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.30.74",
4
+ "version": "1.30.76",
5
5
  "private": false,
6
6
  "repository": {
7
7
  "type": "git",