@medplum/fhirtypes 4.3.10 → 4.3.12

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 +6 -0
  2. package/package.json +1 -1
package/dist/User.d.ts CHANGED
@@ -140,6 +140,12 @@ export interface User {
140
140
  */
141
141
  mfaSecret?: string;
142
142
 
143
+ /**
144
+ * Whether the user is required to complete MFA enrollment. If true, the
145
+ * user must complete MFA enrollment before they can log in.
146
+ */
147
+ mfaRequired?: boolean;
148
+
143
149
  /**
144
150
  * Whether the user has completed MFA enrollment.
145
151
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medplum/fhirtypes",
3
- "version": "4.3.10",
3
+ "version": "4.3.12",
4
4
  "description": "Medplum FHIR Type Definitions",
5
5
  "keywords": [
6
6
  "medplum",