@medplum/definitions 4.1.3 → 4.1.5
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.
|
@@ -59837,6 +59837,13 @@
|
|
|
59837
59837
|
"refreshTokenLifetime": {
|
|
59838
59838
|
"description": "Optional configuration to set the refresh token duration",
|
|
59839
59839
|
"$ref": "#/definitions/string"
|
|
59840
|
+
},
|
|
59841
|
+
"allowedOrigin": {
|
|
59842
|
+
"description": "Optional CORS allowed origin for the client application. By default, all origins are allowed.",
|
|
59843
|
+
"items": {
|
|
59844
|
+
"$ref": "#/definitions/string"
|
|
59845
|
+
},
|
|
59846
|
+
"type": "array"
|
|
59840
59847
|
}
|
|
59841
59848
|
},
|
|
59842
59849
|
"additionalProperties": false,
|
|
@@ -971,6 +971,21 @@
|
|
|
971
971
|
"min" : 0,
|
|
972
972
|
"max" : "1"
|
|
973
973
|
}
|
|
974
|
+
},
|
|
975
|
+
{
|
|
976
|
+
"id" : "ClientApplication.allowedOrigin",
|
|
977
|
+
"path" : "ClientApplication.allowedOrigin",
|
|
978
|
+
"definition" : "Optional CORS allowed origin for the client application. By default, all origins are allowed.",
|
|
979
|
+
"min" : 0,
|
|
980
|
+
"max" : "*",
|
|
981
|
+
"type" : [{
|
|
982
|
+
"code" : "string"
|
|
983
|
+
}],
|
|
984
|
+
"base": {
|
|
985
|
+
"path" : "ClientApplication.allowedOrigin",
|
|
986
|
+
"min" : 0,
|
|
987
|
+
"max" : "*"
|
|
988
|
+
}
|
|
974
989
|
}
|
|
975
990
|
]
|
|
976
991
|
}
|
|
@@ -1326,7 +1326,7 @@
|
|
|
1326
1326
|
"id": "AsyncJob-status",
|
|
1327
1327
|
"url": "https://medplum.com/fhir/SearchParameter/AsyncJob-status",
|
|
1328
1328
|
"version": "4.0.1",
|
|
1329
|
-
"name": "
|
|
1329
|
+
"name": "status",
|
|
1330
1330
|
"status": "draft",
|
|
1331
1331
|
"publisher": "Medplum",
|
|
1332
1332
|
"description": "Search for AsyncJob by status",
|