@medplum/fhirtypes 5.1.28 → 5.1.30

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.
Files changed (2) hide show
  1. package/dist/User.d.ts +2 -1
  2. package/package.json +1 -1
package/dist/User.d.ts CHANGED
@@ -117,7 +117,8 @@ export interface User {
117
117
  externalId?: string;
118
118
 
119
119
  /**
120
- * The email address that uniquely identifies the user.
120
+ * The email address that uniquely identifies the user. Must be all
121
+ * lowercase.
121
122
  */
122
123
  email?: string;
123
124
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medplum/fhirtypes",
3
- "version": "5.1.28",
3
+ "version": "5.1.30",
4
4
  "description": "Medplum FHIR Type Definitions",
5
5
  "keywords": [
6
6
  "medplum",