@medplum/definitions 5.1.5 → 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.
@@ -887,21 +887,6 @@
887
887
  "max" : "1"
888
888
  }
889
889
  },
890
- {
891
- "id" : "ClientApplication.redirectUri",
892
- "path" : "ClientApplication.redirectUri",
893
- "definition" : "@deprecated This field is deprecated. Use redirectUris instead.",
894
- "min" : 0,
895
- "max" : "1",
896
- "type" : [{
897
- "code" : "uri"
898
- }],
899
- "base": {
900
- "path" : "ClientApplication.redirectUri",
901
- "min" : 0,
902
- "max" : "1"
903
- }
904
- },
905
890
  {
906
891
  "id" : "ClientApplication.redirectUris",
907
892
  "path" : "ClientApplication.redirectUris",
@@ -1078,6 +1063,36 @@
1078
1063
  "min" : 0,
1079
1064
  "max" : "*"
1080
1065
  }
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
+ },
1082
+ {
1083
+ "id" : "ClientApplication.redirectUri",
1084
+ "path" : "ClientApplication.redirectUri",
1085
+ "definition" : "@deprecated This field is deprecated. Use redirectUris instead.",
1086
+ "min" : 0,
1087
+ "max" : "1",
1088
+ "type" : [{
1089
+ "code" : "uri"
1090
+ }],
1091
+ "base": {
1092
+ "path" : "ClientApplication.redirectUri",
1093
+ "min" : 0,
1094
+ "max" : "1"
1095
+ }
1081
1096
  }
1082
1097
  ]
1083
1098
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medplum/definitions",
3
- "version": "5.1.5",
3
+ "version": "5.1.7",
4
4
  "description": "Medplum Data Definitions",
5
5
  "keywords": [
6
6
  "medplum",