@medplum/definitions 4.1.4 → 4.1.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.
@@ -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
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medplum/definitions",
3
- "version": "4.1.4",
3
+ "version": "4.1.6",
4
4
  "description": "Medplum Data Definitions",
5
5
  "keywords": [
6
6
  "medplum",