@medplum/fhirtypes 5.1.4 → 5.1.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.
@@ -121,7 +121,7 @@ export interface ProjectMembership {
121
121
  /**
122
122
  * The project administrator who invited the user to the project.
123
123
  */
124
- invitedBy?: Reference<User>;
124
+ invitedBy?: Reference<Bot | ClientApplication | User>;
125
125
 
126
126
  /**
127
127
  * User that is granted access to the project.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medplum/fhirtypes",
3
- "version": "5.1.4",
3
+ "version": "5.1.5",
4
4
  "description": "Medplum FHIR Type Definitions",
5
5
  "keywords": [
6
6
  "medplum",