@medplum/fhirtypes 3.2.33 → 4.0.0

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.
@@ -128,4 +128,9 @@ export interface AsyncJob {
128
128
  * The data version of the migration this job represents.
129
129
  */
130
130
  dataVersion?: number;
131
+
132
+ /**
133
+ * The minimum Medplum server version required to run this job.
134
+ */
135
+ minServerVersion?: string;
131
136
  }
package/dist/Project.d.ts CHANGED
@@ -137,7 +137,7 @@ export interface Project {
137
137
  * A list of optional features that are enabled for the project.
138
138
  */
139
139
  features?: ('aws-comprehend' | 'aws-textract' | 'bots' | 'cron' | 'email' | 'google-auth-required' |
140
- 'graphql-introspection' | 'terminology' | 'websocket-subscriptions' | 'reference-lookups' | 'transaction-bundles')[];
140
+ 'graphql-introspection' | 'websocket-subscriptions' | 'transaction-bundles')[];
141
141
 
142
142
  /**
143
143
  * 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.33",
3
+ "version": "4.0.0",
4
4
  "description": "Medplum FHIR Type Definitions",
5
5
  "keywords": [
6
6
  "medplum",