@medplum/fhirtypes 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.
@@ -188,6 +188,14 @@ export interface ClientApplication {
188
188
  */
189
189
  defaultScope?: string[];
190
190
 
191
+ /**
192
+ * Optional PEM-formatted certificates that are allowed to authenticate
193
+ * to this service via mutual TLS. Supports both Certificate Authorities
194
+ * (CAs) and self-signed certificates. Multiple certificates can be
195
+ * included.
196
+ */
197
+ certificateTrustStore?: string;
198
+
191
199
  /**
192
200
  * @deprecated This field is deprecated. Use redirectUris instead.
193
201
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medplum/fhirtypes",
3
- "version": "5.1.6",
3
+ "version": "5.1.7",
4
4
  "description": "Medplum FHIR Type Definitions",
5
5
  "keywords": [
6
6
  "medplum",