@medplum/definitions 4.3.11 → 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.
@@ -60106,6 +60106,10 @@
60106
60106
  "description": "Shared secret for MFA authenticator applications.",
60107
60107
  "$ref": "#/definitions/string"
60108
60108
  },
60109
+ "mfaRequired": {
60110
+ "description": "Whether the user is required to complete MFA enrollment. If true, the user must complete MFA enrollment before they can log in.",
60111
+ "$ref": "#/definitions/boolean"
60112
+ },
60109
60113
  "mfaEnrolled": {
60110
60114
  "description": "Whether the user has completed MFA enrollment.",
60111
60115
  "$ref": "#/definitions/boolean"
@@ -1328,6 +1328,21 @@
1328
1328
  "max" : "1"
1329
1329
  }
1330
1330
  },
1331
+ {
1332
+ "id" : "User.mfaRequired",
1333
+ "path" : "User.mfaRequired",
1334
+ "definition" : "Whether the user is required to complete MFA enrollment. If true, the user must complete MFA enrollment before they can log in.",
1335
+ "min" : 0,
1336
+ "max" : "1",
1337
+ "type" : [{
1338
+ "code" : "boolean"
1339
+ }],
1340
+ "base": {
1341
+ "path" : "User.mfaRequired",
1342
+ "min" : 0,
1343
+ "max" : "1"
1344
+ }
1345
+ },
1331
1346
  {
1332
1347
  "id" : "User.mfaEnrolled",
1333
1348
  "path" : "User.mfaEnrolled",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medplum/definitions",
3
- "version": "4.3.11",
3
+ "version": "4.3.12",
4
4
  "description": "Medplum Data Definitions",
5
5
  "keywords": [
6
6
  "medplum",