@medplum/definitions 3.2.10 → 3.2.11
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.
|
@@ -59503,7 +59503,8 @@
|
|
|
59503
59503
|
"graphql-introspection",
|
|
59504
59504
|
"terminology",
|
|
59505
59505
|
"websocket-subscriptions",
|
|
59506
|
-
"reference-lookups"
|
|
59506
|
+
"reference-lookups",
|
|
59507
|
+
"transaction-bundles"
|
|
59507
59508
|
]
|
|
59508
59509
|
},
|
|
59509
59510
|
"type": "array"
|
|
@@ -60332,6 +60333,10 @@
|
|
|
60332
60333
|
},
|
|
60333
60334
|
"type": "array"
|
|
60334
60335
|
},
|
|
60336
|
+
"system": {
|
|
60337
|
+
"description": "Optional flag to indicate that the bot is a system bot and therefore has access to system secrets.",
|
|
60338
|
+
"$ref": "#/definitions/boolean"
|
|
60339
|
+
},
|
|
60335
60340
|
"runAsUser": {
|
|
60336
60341
|
"description": "Optional flag to indicate that the bot should be run as the user.",
|
|
60337
60342
|
"$ref": "#/definitions/boolean"
|
|
@@ -1875,6 +1875,21 @@
|
|
|
1875
1875
|
"max" : "*"
|
|
1876
1876
|
}
|
|
1877
1877
|
},
|
|
1878
|
+
{
|
|
1879
|
+
"id" : "Bot.system",
|
|
1880
|
+
"path" : "Bot.system",
|
|
1881
|
+
"definition" : "Optional flag to indicate that the bot is a system bot and therefore has access to system secrets.",
|
|
1882
|
+
"min" : 0,
|
|
1883
|
+
"max" : "1",
|
|
1884
|
+
"type" : [{
|
|
1885
|
+
"code" : "boolean"
|
|
1886
|
+
}],
|
|
1887
|
+
"base" : {
|
|
1888
|
+
"path" : "Bot.system",
|
|
1889
|
+
"min" : 0,
|
|
1890
|
+
"max" : "1"
|
|
1891
|
+
}
|
|
1892
|
+
},
|
|
1878
1893
|
{
|
|
1879
1894
|
"id" : "Bot.runAsUser",
|
|
1880
1895
|
"path" : "Bot.runAsUser",
|
|
@@ -178,6 +178,11 @@
|
|
|
178
178
|
"code": "reference-lookups",
|
|
179
179
|
"display": "Reference Lookup Table",
|
|
180
180
|
"definition": "Use Reference lookup table for chained search"
|
|
181
|
+
},
|
|
182
|
+
{
|
|
183
|
+
"code": "transaction-bundles",
|
|
184
|
+
"display": "Transaction Bundles",
|
|
185
|
+
"definition": "Use database transactions for transaction Bundles"
|
|
181
186
|
}
|
|
182
187
|
]
|
|
183
188
|
}
|