@medplum/fhirtypes 3.2.16 → 3.2.17

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 +7 -1
  2. package/package.json +1 -1
package/dist/Meta.d.ts CHANGED
@@ -90,10 +90,16 @@ export interface Meta {
90
90
  onBehalfOf?: Reference;
91
91
 
92
92
  /**
93
- * @deprecated Use Meta.compartment instead
93
+ * @deprecated Use Meta.accounts instead
94
94
  */
95
95
  account?: Reference;
96
96
 
97
+ /**
98
+ * Optional account references that can be used for sub-project
99
+ * compartments.
100
+ */
101
+ accounts?: Reference[];
102
+
97
103
  /**
98
104
  * The list of compartments containing this resource
99
105
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medplum/fhirtypes",
3
- "version": "3.2.16",
3
+ "version": "3.2.17",
4
4
  "description": "Medplum FHIR Type Definitions",
5
5
  "keywords": [
6
6
  "medplum",