@medplum/fhirtypes 3.2.3 → 3.2.5

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/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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medplum/fhirtypes",
3
- "version": "3.2.3",
3
+ "version": "3.2.5",
4
4
  "description": "Medplum FHIR Type Definitions",
5
5
  "keywords": [
6
6
  "medplum",