@medplum/fhirtypes 5.1.24 → 5.1.27
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/JsonWebKey.d.ts +1 -1
- package/dist/Project.d.ts +10 -8
- package/package.json +1 -1
package/dist/JsonWebKey.d.ts
CHANGED
package/dist/Project.d.ts
CHANGED
|
@@ -143,8 +143,8 @@ export interface Project {
|
|
|
143
143
|
'validate-terminology' | 'range-search' | 'log-streaming')[];
|
|
144
144
|
|
|
145
145
|
/**
|
|
146
|
-
* @deprecated Use defaultAccessPolicies instead. The default access
|
|
147
|
-
* for patients using open registration.
|
|
146
|
+
* @deprecated Use defaultAccessPolicies instead. The default access
|
|
147
|
+
* policy for patients using open registration.
|
|
148
148
|
*/
|
|
149
149
|
defaultPatientAccessPolicy?: Reference<AccessPolicy>;
|
|
150
150
|
|
|
@@ -189,20 +189,22 @@ export interface Project {
|
|
|
189
189
|
defaultProfile?: ProjectDefaultProfile[];
|
|
190
190
|
|
|
191
191
|
/**
|
|
192
|
-
*
|
|
192
|
+
* Default access policies to apply to project members by role when no
|
|
193
|
+
* explicit policy is provided.
|
|
193
194
|
*/
|
|
194
|
-
|
|
195
|
+
defaultAccessPolicies?: ProjectDefaultAccessPolicies[];
|
|
195
196
|
|
|
196
197
|
/**
|
|
197
|
-
*
|
|
198
|
+
* The resource types exported by the project when linked
|
|
198
199
|
*/
|
|
199
|
-
|
|
200
|
+
exportedResourceType?: ResourceType[];
|
|
200
201
|
}
|
|
201
202
|
|
|
202
203
|
/**
|
|
203
|
-
* Default access
|
|
204
|
+
* Default access policies to apply to project members by role when no
|
|
205
|
+
* explicit policy is provided.
|
|
204
206
|
*/
|
|
205
|
-
export interface
|
|
207
|
+
export interface ProjectDefaultAccessPolicies {
|
|
206
208
|
|
|
207
209
|
/**
|
|
208
210
|
* The member role this policy applies to.
|