@medplum/fhirtypes 3.2.6 → 3.2.8

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.
Files changed (2) hide show
  1. package/dist/Meta.d.ts +2 -4
  2. package/package.json +1 -1
package/dist/Meta.d.ts CHANGED
@@ -90,14 +90,12 @@ export interface Meta {
90
90
  onBehalfOf?: Reference;
91
91
 
92
92
  /**
93
- * Optional account reference that can be used for sub-project
94
- * compartments.
93
+ * @deprecated Use Meta.compartment instead
95
94
  */
96
95
  account?: Reference;
97
96
 
98
97
  /**
99
- * The list of compartments containing this resource. This is readonly
100
- * and is set by the server.
98
+ * The list of compartments containing this resource
101
99
  */
102
100
  compartment?: Reference[];
103
101
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medplum/fhirtypes",
3
- "version": "3.2.6",
3
+ "version": "3.2.8",
4
4
  "description": "Medplum FHIR Type Definitions",
5
5
  "keywords": [
6
6
  "medplum",