@medplum/fhirtypes 3.2.2 → 3.2.4
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/AccessPolicy.d.ts +5 -0
- package/dist/Meta.d.ts +2 -1
- package/dist/Project.d.ts +1 -1
- package/package.json +1 -1
package/dist/AccessPolicy.d.ts
CHANGED
|
@@ -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
package/dist/Project.d.ts
CHANGED
|
@@ -136,7 +136,7 @@ export interface Project {
|
|
|
136
136
|
* A list of optional features that are enabled for the project.
|
|
137
137
|
*/
|
|
138
138
|
features?: ('aws-comprehend' | 'aws-textract' | 'bots' | 'cron' | 'email' | 'google-auth-required' |
|
|
139
|
-
'graphql-introspection' | 'terminology' | 'websocket-subscriptions')[];
|
|
139
|
+
'graphql-introspection' | 'terminology' | 'websocket-subscriptions' | 'reference-lookups')[];
|
|
140
140
|
|
|
141
141
|
/**
|
|
142
142
|
* The default access policy for patients using open registration.
|