@medplum/definitions 5.1.6 → 5.1.7

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.
@@ -1064,6 +1064,21 @@
1064
1064
  "max" : "*"
1065
1065
  }
1066
1066
  },
1067
+ {
1068
+ "id" : "ClientApplication.certificateTrustStore",
1069
+ "path" : "ClientApplication.certificateTrustStore",
1070
+ "definition" : "Optional PEM-formatted certificates that are allowed to authenticate to this service via mutual TLS. Supports both Certificate Authorities (CAs) and self-signed certificates. Multiple certificates can be included.",
1071
+ "min" : 0,
1072
+ "max" : "1",
1073
+ "type" : [{
1074
+ "code" : "string"
1075
+ }],
1076
+ "base": {
1077
+ "path" : "ClientApplication.certificateTrustStore",
1078
+ "min" : 0,
1079
+ "max" : "1"
1080
+ }
1081
+ },
1067
1082
  {
1068
1083
  "id" : "ClientApplication.redirectUri",
1069
1084
  "path" : "ClientApplication.redirectUri",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medplum/definitions",
3
- "version": "5.1.6",
3
+ "version": "5.1.7",
4
4
  "description": "Medplum Data Definitions",
5
5
  "keywords": [
6
6
  "medplum",