@medplum/definitions 3.2.22 → 3.2.24
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.
|
@@ -190,7 +190,8 @@
|
|
|
190
190
|
"ViewDefinitionSelectColumnTag": "#/definitions/ViewDefinitionSelectColumnTag",
|
|
191
191
|
"ViewDefinitionSelectColumn": "#/definitions/ViewDefinitionSelectColumn",
|
|
192
192
|
"ViewDefinitionSelect": "#/definitions/ViewDefinitionSelect",
|
|
193
|
-
"ViewDefinitionWhere": "#/definitions/ViewDefinitionWhere"
|
|
193
|
+
"ViewDefinitionWhere": "#/definitions/ViewDefinitionWhere",
|
|
194
|
+
"ClientApplicationSignInForm": "#/definitions/ClientApplicationSignInForm"
|
|
194
195
|
}
|
|
195
196
|
},
|
|
196
197
|
"oneOf": [
|
|
@@ -751,6 +752,9 @@
|
|
|
751
752
|
},
|
|
752
753
|
{
|
|
753
754
|
"$ref": "#/definitions/ViewDefinitionWhere"
|
|
755
|
+
},
|
|
756
|
+
{
|
|
757
|
+
"$ref": "#/definitions/ClientApplicationSignInForm"
|
|
754
758
|
}
|
|
755
759
|
],
|
|
756
760
|
"definitions": {
|
|
@@ -1313,6 +1317,9 @@
|
|
|
1313
1317
|
},
|
|
1314
1318
|
{
|
|
1315
1319
|
"$ref": "#/definitions/ViewDefinitionWhere"
|
|
1320
|
+
},
|
|
1321
|
+
{
|
|
1322
|
+
"$ref": "#/definitions/ClientApplicationSignInForm"
|
|
1316
1323
|
}
|
|
1317
1324
|
]
|
|
1318
1325
|
},
|
|
@@ -59789,6 +59796,10 @@
|
|
|
59789
59796
|
"description": "A summary, characterization or explanation of the ClientApplication.",
|
|
59790
59797
|
"$ref": "#/definitions/string"
|
|
59791
59798
|
},
|
|
59799
|
+
"signInForm": {
|
|
59800
|
+
"description": "Custom values for the Log In form.",
|
|
59801
|
+
"$ref": "#/definitions/ClientApplicationSignInForm"
|
|
59802
|
+
},
|
|
59792
59803
|
"secret": {
|
|
59793
59804
|
"description": "Client secret string used to verify the identity of a client.",
|
|
59794
59805
|
"$ref": "#/definitions/string"
|
|
@@ -60321,6 +60332,10 @@
|
|
|
60321
60332
|
"description": "The identifier of the bot runtime environment (i.e., vmcontext, awslambda, etc).",
|
|
60322
60333
|
"enum": ["awslambda", "vmcontext"]
|
|
60323
60334
|
},
|
|
60335
|
+
"timeout": {
|
|
60336
|
+
"description": "The maximum allowed execution time of the bot in seconds.",
|
|
60337
|
+
"$ref": "#/definitions/integer"
|
|
60338
|
+
},
|
|
60324
60339
|
"photo": {
|
|
60325
60340
|
"description": "Image of the bot.",
|
|
60326
60341
|
"$ref": "#/definitions/Attachment"
|
|
@@ -60782,7 +60797,7 @@
|
|
|
60782
60797
|
},
|
|
60783
60798
|
"status": {
|
|
60784
60799
|
"description": "The status of the request.",
|
|
60785
|
-
"enum": ["accepted", "active", "completed", "error"]
|
|
60800
|
+
"enum": ["accepted", "active", "completed", "error", "cancelled"]
|
|
60786
60801
|
},
|
|
60787
60802
|
"requestTime": {
|
|
60788
60803
|
"description": "Indicates the server\u0027s time when the query is requested.",
|
|
@@ -61059,7 +61074,7 @@
|
|
|
61059
61074
|
},
|
|
61060
61075
|
"status": {
|
|
61061
61076
|
"description": "The status of the request.",
|
|
61062
|
-
"enum": ["accepted", "active", "completed", "error"]
|
|
61077
|
+
"enum": ["accepted", "active", "completed", "error", "cancelled"]
|
|
61063
61078
|
},
|
|
61064
61079
|
"requestTime": {
|
|
61065
61080
|
"description": "Indicates the server\u0027s time when the query is requested.",
|
|
@@ -62351,6 +62366,20 @@
|
|
|
62351
62366
|
},
|
|
62352
62367
|
"additionalProperties": false,
|
|
62353
62368
|
"required": ["path"]
|
|
62369
|
+
},
|
|
62370
|
+
"ClientApplicationSignInForm": {
|
|
62371
|
+
"description": "Custom values for the Log In form.",
|
|
62372
|
+
"properties": {
|
|
62373
|
+
"welcomeString": {
|
|
62374
|
+
"description": "Welcome string for the Log In Form.",
|
|
62375
|
+
"$ref": "#/definitions/string"
|
|
62376
|
+
},
|
|
62377
|
+
"logo": {
|
|
62378
|
+
"description": "Logo for the Log In Form.",
|
|
62379
|
+
"$ref": "#/definitions/Attachment"
|
|
62380
|
+
}
|
|
62381
|
+
},
|
|
62382
|
+
"additionalProperties": false
|
|
62354
62383
|
}
|
|
62355
62384
|
}
|
|
62356
62385
|
}
|
|
@@ -780,6 +780,51 @@
|
|
|
780
780
|
"max" : "1"
|
|
781
781
|
}
|
|
782
782
|
},
|
|
783
|
+
{
|
|
784
|
+
"id" : "ClientApplication.signInForm",
|
|
785
|
+
"path" : "ClientApplication.signInForm",
|
|
786
|
+
"definition" : "Custom values for the Log In form.",
|
|
787
|
+
"min" : 0,
|
|
788
|
+
"max" : "1",
|
|
789
|
+
"type" : [{
|
|
790
|
+
"code" : "BackboneElement"
|
|
791
|
+
}],
|
|
792
|
+
"base" : {
|
|
793
|
+
"path" : "ClientApplication.signInForm",
|
|
794
|
+
"min" : 0,
|
|
795
|
+
"max" : "1"
|
|
796
|
+
}
|
|
797
|
+
},
|
|
798
|
+
{
|
|
799
|
+
"id" : "ClientApplication.signInForm.welcomeString",
|
|
800
|
+
"path" : "ClientApplication.signInForm.welcomeString",
|
|
801
|
+
"definition" : "Welcome string for the Log In Form.",
|
|
802
|
+
"min" : 0,
|
|
803
|
+
"max" : "1",
|
|
804
|
+
"type" : [{
|
|
805
|
+
"code" : "string"
|
|
806
|
+
}],
|
|
807
|
+
"base": {
|
|
808
|
+
"path" : "ClientApplication.signInForm.welcomeString",
|
|
809
|
+
"min" : 0,
|
|
810
|
+
"max" : "1"
|
|
811
|
+
}
|
|
812
|
+
},
|
|
813
|
+
{
|
|
814
|
+
"id" : "ClientApplication.signInForm.logo",
|
|
815
|
+
"path" : "ClientApplication.signInForm.logo",
|
|
816
|
+
"definition" : "Logo for the Log In Form.",
|
|
817
|
+
"min" : 0,
|
|
818
|
+
"max" : "1",
|
|
819
|
+
"type" : [{
|
|
820
|
+
"code" : "Attachment"
|
|
821
|
+
}],
|
|
822
|
+
"base": {
|
|
823
|
+
"path" : "ClientApplication.signInForm.logo",
|
|
824
|
+
"min" : 0,
|
|
825
|
+
"max" : "1"
|
|
826
|
+
}
|
|
827
|
+
},
|
|
783
828
|
{
|
|
784
829
|
"id" : "ClientApplication.secret",
|
|
785
830
|
"path" : "ClientApplication.secret",
|
|
@@ -1842,6 +1887,21 @@
|
|
|
1842
1887
|
"valueSet" : "https://medplum.com/fhir/ValueSet/bot-runtime-version|4.0.1"
|
|
1843
1888
|
}
|
|
1844
1889
|
},
|
|
1890
|
+
{
|
|
1891
|
+
"id" : "Bot.timeout",
|
|
1892
|
+
"path" : "Bot.timeout",
|
|
1893
|
+
"definition" : "The maximum allowed execution time of the bot in seconds.",
|
|
1894
|
+
"min" : 0,
|
|
1895
|
+
"max" : "1",
|
|
1896
|
+
"type" : [{
|
|
1897
|
+
"code" : "integer"
|
|
1898
|
+
}],
|
|
1899
|
+
"base" : {
|
|
1900
|
+
"path" : "Bot.timeout",
|
|
1901
|
+
"min" : 0,
|
|
1902
|
+
"max" : "1"
|
|
1903
|
+
}
|
|
1904
|
+
},
|
|
1845
1905
|
{
|
|
1846
1906
|
"id" : "Bot.photo",
|
|
1847
1907
|
"path" : "Bot.photo",
|
|
@@ -5250,7 +5310,7 @@
|
|
|
5250
5310
|
{
|
|
5251
5311
|
"id" : "AsyncJob.status",
|
|
5252
5312
|
"path" : "AsyncJob.status",
|
|
5253
|
-
"short" : "accepted | error | completed",
|
|
5313
|
+
"short" : "accepted | error | completed | cancelled",
|
|
5254
5314
|
"definition" : "The status of the request.",
|
|
5255
5315
|
"min" : 1,
|
|
5256
5316
|
"max" : "1",
|