@medplum/definitions 0.9.28 → 0.9.29

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.
@@ -65665,10 +65665,11 @@
65665
65665
  "publisher" : "Medplum",
65666
65666
  "code" : "project",
65667
65667
  "base" : ["User"],
65668
- "type" : "token",
65668
+ "type" : "reference",
65669
65669
  "expression" : "User.project",
65670
65670
  "xpath" : "f:User/f:project",
65671
- "xpathUsage" : "normal"
65671
+ "xpathUsage" : "normal",
65672
+ "target" : ["Project"]
65672
65673
  }
65673
65674
  },
65674
65675
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medplum/definitions",
3
- "version": "0.9.28",
3
+ "version": "0.9.29",
4
4
  "description": "Medplum Data Definitions",
5
5
  "author": "Medplum <hello@medplum.com>",
6
6
  "license": "Apache-2.0",