@medplum/definitions 5.1.39 → 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.
|
@@ -62608,6 +62608,10 @@
|
|
|
62608
62608
|
"description": "Optional flag to indicate that the bot can be used as an unauthenticated public webhook. Note that this is a security risk and should only be used for public bots that do not require authentication.",
|
|
62609
62609
|
"$ref": "#/definitions/boolean"
|
|
62610
62610
|
},
|
|
62611
|
+
"rawBody": {
|
|
62612
|
+
"description": "Whether public webhooks provide the original UTF-8 JSON text in BotEvent.input instead of parsed JSON. Defaults to false. Set to true for webhook signature verification.",
|
|
62613
|
+
"$ref": "#/definitions/boolean"
|
|
62614
|
+
},
|
|
62611
62615
|
"streamingEnabled": {
|
|
62612
62616
|
"description": "Optional flag to indicate that the bot should be deployed in a streaming-enabled context, allowing it to execute with streaming responses.",
|
|
62613
62617
|
"$ref": "#/definitions/boolean"
|
|
@@ -2590,6 +2590,21 @@
|
|
|
2590
2590
|
"max" : "1"
|
|
2591
2591
|
}
|
|
2592
2592
|
},
|
|
2593
|
+
{
|
|
2594
|
+
"id" : "Bot.rawBody",
|
|
2595
|
+
"path" : "Bot.rawBody",
|
|
2596
|
+
"definition" : "Whether public webhooks provide the original UTF-8 JSON text in BotEvent.input instead of parsed JSON. Defaults to false. Set to true for webhook signature verification.",
|
|
2597
|
+
"min" : 0,
|
|
2598
|
+
"max" : "1",
|
|
2599
|
+
"type" : [{
|
|
2600
|
+
"code" : "boolean"
|
|
2601
|
+
}],
|
|
2602
|
+
"base" : {
|
|
2603
|
+
"path" : "Bot.rawBody",
|
|
2604
|
+
"min" : 0,
|
|
2605
|
+
"max" : "1"
|
|
2606
|
+
}
|
|
2607
|
+
},
|
|
2593
2608
|
{
|
|
2594
2609
|
"id" : "Bot.streamingEnabled",
|
|
2595
2610
|
"path" : "Bot.streamingEnabled",
|
|
@@ -540,6 +540,24 @@
|
|
|
540
540
|
"target": ["Bot", "ClientApplication", "User"]
|
|
541
541
|
}
|
|
542
542
|
},
|
|
543
|
+
{
|
|
544
|
+
"fullUrl": "https://medplum.com/fhir/SearchParameter/Login-project",
|
|
545
|
+
"resource": {
|
|
546
|
+
"resourceType": "SearchParameter",
|
|
547
|
+
"id": "Login-project",
|
|
548
|
+
"url": "https://medplum.com/fhir/SearchParameter/Login-project",
|
|
549
|
+
"version": "4.0.1",
|
|
550
|
+
"name": "project",
|
|
551
|
+
"status": "draft",
|
|
552
|
+
"publisher": "Medplum",
|
|
553
|
+
"description": "The project of the login",
|
|
554
|
+
"code": "project",
|
|
555
|
+
"base": ["Login"],
|
|
556
|
+
"type": "reference",
|
|
557
|
+
"expression": "Login.project",
|
|
558
|
+
"target": ["Project"]
|
|
559
|
+
}
|
|
560
|
+
},
|
|
543
561
|
{
|
|
544
562
|
"fullUrl": "https://medplum.com/fhir/SearchParameter/Login-pre-authorized-code-hash",
|
|
545
563
|
"resource": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@medplum/definitions",
|
|
3
|
-
"version": "5.1.
|
|
3
|
+
"version": "5.1.40",
|
|
4
4
|
"description": "Medplum Data Definitions",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"medplum",
|
|
@@ -60,6 +60,6 @@
|
|
|
60
60
|
"node": "^22.18.0 || >=24.2.0"
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|
|
63
|
-
"@medplum/fhirtypes": "5.1.
|
|
63
|
+
"@medplum/fhirtypes": "5.1.40"
|
|
64
64
|
}
|
|
65
65
|
}
|