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