@medplum/definitions 4.2.4 → 4.2.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.
|
@@ -60543,6 +60543,10 @@
|
|
|
60543
60543
|
"description": "Optional flag to indicate that the bot should be run as the user.",
|
|
60544
60544
|
"$ref": "#/definitions/boolean"
|
|
60545
60545
|
},
|
|
60546
|
+
"publicWebhook": {
|
|
60547
|
+
"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.",
|
|
60548
|
+
"$ref": "#/definitions/boolean"
|
|
60549
|
+
},
|
|
60546
60550
|
"auditEventTrigger": {
|
|
60547
60551
|
"description": "Criteria for creating an AuditEvent as a result of the bot invocation. Possible values are \u0027always\u0027, \u0027never\u0027, \u0027on-error\u0027, or \u0027on-output\u0027. Default value is \u0027always\u0027.",
|
|
60548
60552
|
"enum": ["always", "never", "on-error", "on-output"]
|
|
@@ -2081,6 +2081,21 @@
|
|
|
2081
2081
|
"max" : "1"
|
|
2082
2082
|
}
|
|
2083
2083
|
},
|
|
2084
|
+
{
|
|
2085
|
+
"id" : "Bot.publicWebhook",
|
|
2086
|
+
"path" : "Bot.publicWebhook",
|
|
2087
|
+
"definition" : "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.",
|
|
2088
|
+
"min" : 0,
|
|
2089
|
+
"max" : "1",
|
|
2090
|
+
"type" : [{
|
|
2091
|
+
"code" : "boolean"
|
|
2092
|
+
}],
|
|
2093
|
+
"base" : {
|
|
2094
|
+
"path" : "Bot.publicWebhook",
|
|
2095
|
+
"min" : 0,
|
|
2096
|
+
"max" : "1"
|
|
2097
|
+
}
|
|
2098
|
+
},
|
|
2084
2099
|
{
|
|
2085
2100
|
"id" : "Bot.auditEventTrigger",
|
|
2086
2101
|
"path" : "Bot.auditEventTrigger",
|