@medplum/fhirtypes 5.1.26 → 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.
@@ -105,7 +105,7 @@ export interface JsonWebKey {
105
105
  /**
106
106
  * The family of cryptographic algorithms used with the key.
107
107
  */
108
- kty: string;
108
+ kty?: string;
109
109
 
110
110
  /**
111
111
  * How the key was meant to be used; sig represents the signature.
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 policy
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
- * The resource types exported by the project when linked
192
+ * Default access policies to apply to project members by role when no
193
+ * explicit policy is provided.
193
194
  */
194
- exportedResourceType?: ResourceType[];
195
+ defaultAccessPolicies?: ProjectDefaultAccessPolicies[];
195
196
 
196
197
  /**
197
- * Default access policies to apply to project members by role when no explicit policy is provided.
198
+ * The resource types exported by the project when linked
198
199
  */
199
- defaultAccessPolicies?: ProjectDefaultAccessPolicy[];
200
+ exportedResourceType?: ResourceType[];
200
201
  }
201
202
 
202
203
  /**
203
- * Default access policy to apply to project members of a given role.
204
+ * Default access policies to apply to project members by role when no
205
+ * explicit policy is provided.
204
206
  */
205
- export interface ProjectDefaultAccessPolicy {
207
+ export interface ProjectDefaultAccessPolicies {
206
208
 
207
209
  /**
208
210
  * The member role this policy applies to.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medplum/fhirtypes",
3
- "version": "5.1.26",
3
+ "version": "5.1.27",
4
4
  "description": "Medplum FHIR Type Definitions",
5
5
  "keywords": [
6
6
  "medplum",