openchs-models 1.30.40 → 1.30.41

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.
@@ -395,6 +395,7 @@ const syncTelemetry = txData(_SyncTelemetry.default, {
395
395
  syncPullRequired: false
396
396
  });
397
397
  const userInfo = txData(_UserInfo.default, {
398
+ res: "userInfoClientContracts",
398
399
  resUrl: "me",
399
400
  apiVersion: "v2",
400
401
  syncWeight: 1
package/dist/UserInfo.js CHANGED
@@ -114,7 +114,7 @@ class UserInfo extends _BaseEntity.default {
114
114
 
115
115
  _defineProperty(UserInfo, "UUID", "ce9ad8ee-193e-49ee-8626-49802c8b4bd7");
116
116
 
117
- _defineProperty(UserInfo, "DEFAULT_SETTINGS", '{"trackLocation": false, "locale": "en"}');
117
+ _defineProperty(UserInfo, "DEFAULT_SETTINGS", '{"trackLocation": false, "locale": "en", "disableAutoRefresh": false, "disableAutoSync": false}');
118
118
 
119
119
  _defineProperty(UserInfo, "schema", {
120
120
  name: "UserInfo",
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.40",
4
+ "version": "1.30.41",
5
5
  "private": false,
6
6
  "repository": {
7
7
  "type": "git",