@medplum/fhirtypes 4.3.8 → 4.3.10

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.
@@ -133,11 +133,16 @@ export interface ClientApplication {
133
133
  jwksUri?: string;
134
134
 
135
135
  /**
136
- * Optional redirect URI used when redirecting a client back to the
137
- * client application.
136
+ * @deprecated This field is deprecated. Use redirectUris instead.
138
137
  */
139
138
  redirectUri?: string;
140
139
 
140
+ /**
141
+ * Optional redirect URI array used when redirecting a client back to the
142
+ * client application.
143
+ */
144
+ redirectUris?: string[];
145
+
141
146
  /**
142
147
  * Optional launch URI for SMART EHR launch sequence.
143
148
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medplum/fhirtypes",
3
- "version": "4.3.8",
3
+ "version": "4.3.10",
4
4
  "description": "Medplum FHIR Type Definitions",
5
5
  "keywords": [
6
6
  "medplum",