@medplum/fhirtypes 5.1.4 → 5.1.6

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.
@@ -134,11 +134,6 @@ export interface ClientApplication {
134
134
  */
135
135
  jwksUri?: string;
136
136
 
137
- /**
138
- * @deprecated This field is deprecated. Use redirectUris instead.
139
- */
140
- redirectUri?: string;
141
-
142
137
  /**
143
138
  * Optional redirect URI array used when redirecting a client back to the
144
139
  * client application.
@@ -151,7 +146,10 @@ export interface ClientApplication {
151
146
  launchUri?: string;
152
147
 
153
148
  /**
154
- * Optional array of identifier systems to use in SMART launch context. When specified, the resource's identifier with the matching system will be included in the SmartAppLaunch resource's reference and returned to the SMART app in the token response.
149
+ * Optional array of identifier systems to use in SMART launch context.
150
+ * When specified, the resource's identifier with the matching system
151
+ * will be included in the SmartAppLaunch resource's reference and
152
+ * returned to the SMART app in the token response.
155
153
  */
156
154
  launchIdentifierSystems?: ClientApplicationLaunchIdentifierSystems[];
157
155
 
@@ -189,36 +187,45 @@ export interface ClientApplication {
189
187
  * authorization request.
190
188
  */
191
189
  defaultScope?: string[];
190
+
191
+ /**
192
+ * @deprecated This field is deprecated. Use redirectUris instead.
193
+ */
194
+ redirectUri?: string;
192
195
  }
193
196
 
194
197
  /**
195
- * Custom values for the Log In form.
198
+ * Optional array of identifier systems to use in SMART launch context.
199
+ * When specified, the resource's identifier with the matching system
200
+ * will be included in the SmartAppLaunch resource's reference and
201
+ * returned to the SMART app in the token response.
196
202
  */
197
- export interface ClientApplicationSignInForm {
203
+ export interface ClientApplicationLaunchIdentifierSystems {
198
204
 
199
205
  /**
200
- * Welcome string for the Log In Form.
206
+ * The resource type for which to use the identifier system (e.g.,
207
+ * 'Patient', 'Encounter').
201
208
  */
202
- welcomeString?: string;
209
+ resourceType: string;
203
210
 
204
211
  /**
205
- * Logo for the Log In Form.
212
+ * The identifier system URI to use for the specified resource type.
206
213
  */
207
- logo?: Attachment;
214
+ system: string;
208
215
  }
209
216
 
210
217
  /**
211
- * Optional array of identifier systems to use in SMART launch context. When specified, the resource's identifier with the matching system will be included in the SmartAppLaunch resource's reference and returned to the SMART app in the token response.
218
+ * Custom values for the Log In form.
212
219
  */
213
- export interface ClientApplicationLaunchIdentifierSystems {
220
+ export interface ClientApplicationSignInForm {
214
221
 
215
222
  /**
216
- * The resource type for which to use the identifier system (e.g., 'Patient', 'Encounter').
223
+ * Welcome string for the Log In Form.
217
224
  */
218
- resourceType: 'Patient' | 'Encounter';
225
+ welcomeString?: string;
219
226
 
220
227
  /**
221
- * The identifier system URI to use for the specified resource type.
228
+ * Logo for the Log In Form.
222
229
  */
223
- system: string;
230
+ logo?: Attachment;
224
231
  }
@@ -121,7 +121,7 @@ export interface ProjectMembership {
121
121
  /**
122
122
  * The project administrator who invited the user to the project.
123
123
  */
124
- invitedBy?: Reference<User>;
124
+ invitedBy?: Reference<Bot | ClientApplication | User>;
125
125
 
126
126
  /**
127
127
  * User that is granted access to the project.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medplum/fhirtypes",
3
- "version": "5.1.4",
3
+ "version": "5.1.6",
4
4
  "description": "Medplum FHIR Type Definitions",
5
5
  "keywords": [
6
6
  "medplum",