openchs-models 1.32.10 → 1.32.11

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.
@@ -457,8 +457,7 @@ const dashboardSectionCardMapping = refData(_DashboardSectionCardMapping.default
457
457
  });
458
458
  const standardReportCardType = refData(_StandardReportCardType.default, {
459
459
  res: "standardReportCardType",
460
- syncWeight: 0,
461
- apiVersion: "v2"
460
+ syncWeight: 0
462
461
  });
463
462
  const approvalStatus = refData(_ApprovalStatus.default, {
464
463
  res: "approvalStatus",
@@ -466,7 +465,8 @@ const approvalStatus = refData(_ApprovalStatus.default, {
466
465
  });
467
466
  const groupDashboard = refData(_GroupDashboard.default, {
468
467
  res: "groupDashboard",
469
- syncWeight: 0
468
+ syncWeight: 0,
469
+ apiVersion: "v2"
470
470
  });
471
471
  const EntityApprovalStatusMetaData = txData(_EntityApprovalStatus.default, {
472
472
  res: "entityApprovalStatus",
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.10",
4
+ "version": "1.32.11",
5
5
  "private": false,
6
6
  "repository": {
7
7
  "type": "git",