@medplum/fhirtypes 3.2.29 → 3.2.31

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.
@@ -148,6 +148,11 @@ export interface ClientApplication {
148
148
  */
149
149
  identityProvider?: IdentityProvider;
150
150
 
151
+ /**
152
+ * Optional configuration to set the access token duration
153
+ */
154
+ accessTokenLifetime?: string;
155
+
151
156
  /**
152
157
  * Optional configuration to set the refresh token duration
153
158
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medplum/fhirtypes",
3
- "version": "3.2.29",
3
+ "version": "3.2.31",
4
4
  "description": "Medplum FHIR Type Definitions",
5
5
  "keywords": [
6
6
  "medplum",