@medplum/fhirtypes 3.2.27 → 3.2.29

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.
@@ -123,4 +123,9 @@ export interface AsyncJob {
123
123
  * The type of the AsyncJob.
124
124
  */
125
125
  type?: 'data-migration';
126
+
127
+ /**
128
+ * The data version of the migration this job represents.
129
+ */
130
+ dataVersion?: number;
126
131
  }
@@ -106,6 +106,11 @@ export interface ProjectMembership {
106
106
  */
107
107
  identifier?: Identifier[];
108
108
 
109
+ /**
110
+ * Whether this project membership record is in active use.
111
+ */
112
+ active?: boolean;
113
+
109
114
  /**
110
115
  * Project where the memberships are available.
111
116
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medplum/fhirtypes",
3
- "version": "3.2.27",
3
+ "version": "3.2.29",
4
4
  "description": "Medplum FHIR Type Definitions",
5
5
  "keywords": [
6
6
  "medplum",