@medplum/fhirtypes 5.0.15 → 5.1.1

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.
Files changed (2) hide show
  1. package/dist/Bot.d.ts +7 -0
  2. package/package.json +1 -1
package/dist/Bot.d.ts CHANGED
@@ -161,6 +161,13 @@ export interface Bot {
161
161
  */
162
162
  publicWebhook?: boolean;
163
163
 
164
+ /**
165
+ * Optional flag to indicate that the bot should be deployed in a
166
+ * streaming-enabled context, allowing it to execute with streaming
167
+ * responses.
168
+ */
169
+ streamingEnabled?: boolean;
170
+
164
171
  /**
165
172
  * Criteria for creating an AuditEvent as a result of the bot invocation.
166
173
  * Possible values are 'always', 'never', 'on-error', or 'on-output'.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medplum/fhirtypes",
3
- "version": "5.0.15",
3
+ "version": "5.1.1",
4
4
  "description": "Medplum FHIR Type Definitions",
5
5
  "keywords": [
6
6
  "medplum",