@medplum/fhirtypes 3.2.2 → 3.2.3

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.
@@ -97,6 +97,11 @@ export interface AccessPolicy {
97
97
  */
98
98
  name?: string;
99
99
 
100
+ /**
101
+ * Other access policies used to derive this access policy.
102
+ */
103
+ basedOn?: Reference<AccessPolicy>[];
104
+
100
105
  /**
101
106
  * Optional compartment for newly created resources. If this field is
102
107
  * set, any resources created by a user with this access policy will
package/dist/Meta.d.ts CHANGED
@@ -84,7 +84,8 @@ export interface Meta {
84
84
  author?: Reference;
85
85
 
86
86
  /**
87
- * The individual, device, or organization for whom the change was made.
87
+ * Optional individual, device, or organization for whom the change was
88
+ * made.
88
89
  */
89
90
  onBehalfOf?: Reference;
90
91
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medplum/fhirtypes",
3
- "version": "3.2.2",
3
+ "version": "3.2.3",
4
4
  "description": "Medplum FHIR Type Definitions",
5
5
  "keywords": [
6
6
  "medplum",