@medplum/fhirtypes 5.1.38 → 5.1.40
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.
- package/dist/Bot.d.ts +7 -0
- 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
|
+
* Whether to provide the original UTF-8 JSON text in BotEvent.input
|
|
166
|
+
* instead of parsed JSON. Defaults to false. Set to true for webhook
|
|
167
|
+
* signature verification.
|
|
168
|
+
*/
|
|
169
|
+
rawBody?: boolean;
|
|
170
|
+
|
|
164
171
|
/**
|
|
165
172
|
* Optional flag to indicate that the bot should be deployed in a
|
|
166
173
|
* streaming-enabled context, allowing it to execute with streaming
|