@medplum/fhirtypes 4.1.7 → 4.1.9

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
@@ -183,6 +183,11 @@ export interface Project {
183
183
  * individually specify profiles
184
184
  */
185
185
  defaultProfile?: ProjectDefaultProfile[];
186
+
187
+ /**
188
+ * The resource types exported by the project when linked
189
+ */
190
+ exportedResourceType?: ResourceType[];
186
191
  }
187
192
 
188
193
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medplum/fhirtypes",
3
- "version": "4.1.7",
3
+ "version": "4.1.9",
4
4
  "description": "Medplum FHIR Type Definitions",
5
5
  "keywords": [
6
6
  "medplum",