@medplum/fhirtypes 3.2.7 → 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.
- package/dist/Meta.d.ts +2 -4
- 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
|
-
*
|
|
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
|
|
100
|
-
* and is set by the server.
|
|
98
|
+
* The list of compartments containing this resource
|
|
101
99
|
*/
|
|
102
100
|
compartment?: Reference[];
|
|
103
101
|
}
|