@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.
- package/dist/Meta.d.ts +7 -1
- 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.
|
|
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
|
*/
|