@medplum/fhirtypes 4.0.1 → 4.0.2

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.
@@ -119,6 +119,13 @@ export interface ClientApplication {
119
119
  */
120
120
  secret?: string;
121
121
 
122
+ /**
123
+ * Old version of the client secret that is being rotated out. Instances
124
+ * of the client using this value should update to use the value in
125
+ * ClientApplication.secret
126
+ */
127
+ retiringSecret?: string;
128
+
122
129
  /**
123
130
  * Optional JWKS URI for public key verification of JWTs issued by the
124
131
  * authorization server (client_secret_jwt).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medplum/fhirtypes",
3
- "version": "4.0.1",
3
+ "version": "4.0.2",
4
4
  "description": "Medplum FHIR Type Definitions",
5
5
  "keywords": [
6
6
  "medplum",