@medplum/definitions 5.1.30 → 5.1.32
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.
|
@@ -61458,6 +61458,7 @@
|
|
|
61458
61458
|
"ai-realtime",
|
|
61459
61459
|
"aws-comprehend",
|
|
61460
61460
|
"aws-textract",
|
|
61461
|
+
"billing",
|
|
61461
61462
|
"bots",
|
|
61462
61463
|
"cron",
|
|
61463
61464
|
"email",
|
|
@@ -62924,6 +62925,18 @@
|
|
|
62924
62925
|
"IdentityProvider": {
|
|
62925
62926
|
"description": "External Identity Provider (IdP) configuration details.",
|
|
62926
62927
|
"properties": {
|
|
62928
|
+
"issuer": {
|
|
62929
|
+
"description": "Issuer URL for the external Identity Provider.",
|
|
62930
|
+
"$ref": "#/definitions/string"
|
|
62931
|
+
},
|
|
62932
|
+
"audience": {
|
|
62933
|
+
"description": "Expected audience for tokens issued by the external Identity Provider.",
|
|
62934
|
+
"$ref": "#/definitions/string"
|
|
62935
|
+
},
|
|
62936
|
+
"jwksUrl": {
|
|
62937
|
+
"description": "Remote URL for the external Identity Provider JWKS endpoint.",
|
|
62938
|
+
"$ref": "#/definitions/string"
|
|
62939
|
+
},
|
|
62927
62940
|
"authorizeUrl": {
|
|
62928
62941
|
"description": "Remote URL for the external Identity Provider authorize endpoint.",
|
|
62929
62942
|
"$ref": "#/definitions/string"
|
|
@@ -62988,14 +63001,7 @@
|
|
|
62988
63001
|
]
|
|
62989
63002
|
}
|
|
62990
63003
|
},
|
|
62991
|
-
"additionalProperties": false
|
|
62992
|
-
"required": [
|
|
62993
|
-
"authorizeUrl",
|
|
62994
|
-
"tokenUrl",
|
|
62995
|
-
"userInfoUrl",
|
|
62996
|
-
"clientId",
|
|
62997
|
-
"clientSecret"
|
|
62998
|
-
]
|
|
63004
|
+
"additionalProperties": false
|
|
62999
63005
|
},
|
|
63000
63006
|
"ProjectMembership_Access": {
|
|
63001
63007
|
"description": "Extended access configuration using parameterized access policies.",
|
|
@@ -5771,18 +5771,63 @@
|
|
|
5771
5771
|
"max" : "*"
|
|
5772
5772
|
}
|
|
5773
5773
|
},
|
|
5774
|
+
{
|
|
5775
|
+
"id" : "IdentityProvider.issuer",
|
|
5776
|
+
"path" : "IdentityProvider.issuer",
|
|
5777
|
+
"definition" : "Issuer URL for the external Identity Provider.",
|
|
5778
|
+
"min" : 0,
|
|
5779
|
+
"max" : "1",
|
|
5780
|
+
"type" : [{
|
|
5781
|
+
"code" : "string"
|
|
5782
|
+
}],
|
|
5783
|
+
"base" : {
|
|
5784
|
+
"path" : "IdentityProvider.issuer",
|
|
5785
|
+
"min" : 0,
|
|
5786
|
+
"max" : "1"
|
|
5787
|
+
}
|
|
5788
|
+
},
|
|
5789
|
+
{
|
|
5790
|
+
"id" : "IdentityProvider.audience",
|
|
5791
|
+
"path" : "IdentityProvider.audience",
|
|
5792
|
+
"definition" : "Expected audience for tokens issued by the external Identity Provider.",
|
|
5793
|
+
"min" : 0,
|
|
5794
|
+
"max" : "1",
|
|
5795
|
+
"type" : [{
|
|
5796
|
+
"code" : "string"
|
|
5797
|
+
}],
|
|
5798
|
+
"base" : {
|
|
5799
|
+
"path" : "IdentityProvider.audience",
|
|
5800
|
+
"min" : 0,
|
|
5801
|
+
"max" : "1"
|
|
5802
|
+
}
|
|
5803
|
+
},
|
|
5804
|
+
{
|
|
5805
|
+
"id" : "IdentityProvider.jwksUrl",
|
|
5806
|
+
"path" : "IdentityProvider.jwksUrl",
|
|
5807
|
+
"definition" : "Remote URL for the external Identity Provider JWKS endpoint.",
|
|
5808
|
+
"min" : 0,
|
|
5809
|
+
"max" : "1",
|
|
5810
|
+
"type" : [{
|
|
5811
|
+
"code" : "string"
|
|
5812
|
+
}],
|
|
5813
|
+
"base" : {
|
|
5814
|
+
"path" : "IdentityProvider.jwksUrl",
|
|
5815
|
+
"min" : 0,
|
|
5816
|
+
"max" : "1"
|
|
5817
|
+
}
|
|
5818
|
+
},
|
|
5774
5819
|
{
|
|
5775
5820
|
"id" : "IdentityProvider.authorizeUrl",
|
|
5776
5821
|
"path" : "IdentityProvider.authorizeUrl",
|
|
5777
5822
|
"definition" : "Remote URL for the external Identity Provider authorize endpoint.",
|
|
5778
|
-
"min" :
|
|
5823
|
+
"min" : 0,
|
|
5779
5824
|
"max" : "1",
|
|
5780
5825
|
"type" : [{
|
|
5781
5826
|
"code" : "string"
|
|
5782
5827
|
}],
|
|
5783
5828
|
"base" : {
|
|
5784
5829
|
"path" : "IdentityProvider.authorizeUrl",
|
|
5785
|
-
"min" :
|
|
5830
|
+
"min" : 0,
|
|
5786
5831
|
"max" : "1"
|
|
5787
5832
|
}
|
|
5788
5833
|
},
|
|
@@ -5790,14 +5835,14 @@
|
|
|
5790
5835
|
"id" : "IdentityProvider.tokenUrl",
|
|
5791
5836
|
"path" : "IdentityProvider.tokenUrl",
|
|
5792
5837
|
"definition" : "Remote URL for the external Identity Provider token endpoint.",
|
|
5793
|
-
"min" :
|
|
5838
|
+
"min" : 0,
|
|
5794
5839
|
"max" : "1",
|
|
5795
5840
|
"type" : [{
|
|
5796
5841
|
"code" : "string"
|
|
5797
5842
|
}],
|
|
5798
5843
|
"base" : {
|
|
5799
5844
|
"path" : "IdentityProvider.tokenUrl",
|
|
5800
|
-
"min" :
|
|
5845
|
+
"min" : 0,
|
|
5801
5846
|
"max" : "1"
|
|
5802
5847
|
}
|
|
5803
5848
|
},
|
|
@@ -5824,14 +5869,14 @@
|
|
|
5824
5869
|
"id" : "IdentityProvider.userInfoUrl",
|
|
5825
5870
|
"path" : "IdentityProvider.userInfoUrl",
|
|
5826
5871
|
"definition" : "Remote URL for the external Identity Provider userinfo endpoint.",
|
|
5827
|
-
"min" :
|
|
5872
|
+
"min" : 0,
|
|
5828
5873
|
"max" : "1",
|
|
5829
5874
|
"type" : [{
|
|
5830
5875
|
"code" : "string"
|
|
5831
5876
|
}],
|
|
5832
5877
|
"base" : {
|
|
5833
5878
|
"path" : "IdentityProvider.userInfoUrl",
|
|
5834
|
-
"min" :
|
|
5879
|
+
"min" : 0,
|
|
5835
5880
|
"max" : "1"
|
|
5836
5881
|
}
|
|
5837
5882
|
},
|
|
@@ -5875,14 +5920,14 @@
|
|
|
5875
5920
|
"id" : "IdentityProvider.clientId",
|
|
5876
5921
|
"path" : "IdentityProvider.clientId",
|
|
5877
5922
|
"definition" : "External Identity Provider client ID.",
|
|
5878
|
-
"min" :
|
|
5923
|
+
"min" : 0,
|
|
5879
5924
|
"max" : "1",
|
|
5880
5925
|
"type" : [{
|
|
5881
5926
|
"code" : "string"
|
|
5882
5927
|
}],
|
|
5883
5928
|
"base" : {
|
|
5884
5929
|
"path" : "IdentityProvider.clientId",
|
|
5885
|
-
"min" :
|
|
5930
|
+
"min" : 0,
|
|
5886
5931
|
"max" : "1"
|
|
5887
5932
|
}
|
|
5888
5933
|
},
|
|
@@ -5890,14 +5935,14 @@
|
|
|
5890
5935
|
"id" : "IdentityProvider.clientSecret",
|
|
5891
5936
|
"path" : "IdentityProvider.clientSecret",
|
|
5892
5937
|
"definition" : "External Identity Provider client secret.",
|
|
5893
|
-
"min" :
|
|
5938
|
+
"min" : 0,
|
|
5894
5939
|
"max" : "1",
|
|
5895
5940
|
"type" : [{
|
|
5896
5941
|
"code" : "string"
|
|
5897
5942
|
}],
|
|
5898
5943
|
"base" : {
|
|
5899
5944
|
"path" : "IdentityProvider.clientSecret",
|
|
5900
|
-
"min" :
|
|
5945
|
+
"min" : 0,
|
|
5901
5946
|
"max" : "1"
|
|
5902
5947
|
}
|
|
5903
5948
|
},
|
|
@@ -298,6 +298,23 @@
|
|
|
298
298
|
"expression": "ClientApplication.name"
|
|
299
299
|
}
|
|
300
300
|
},
|
|
301
|
+
{
|
|
302
|
+
"fullUrl": "https://medplum.com/fhir/SearchParameter/ClientApplication-identity-provider-issuer",
|
|
303
|
+
"resource": {
|
|
304
|
+
"resourceType": "SearchParameter",
|
|
305
|
+
"id": "ClientApplication-identity-provider-issuer",
|
|
306
|
+
"url": "https://medplum.com/fhir/SearchParameter/ClientApplication-identity-provider-issuer",
|
|
307
|
+
"version": "4.0.1",
|
|
308
|
+
"name": "identity-provider-issuer",
|
|
309
|
+
"status": "draft",
|
|
310
|
+
"publisher": "Medplum",
|
|
311
|
+
"description": "The issuer of the client application's identity provider",
|
|
312
|
+
"code": "identity-provider-issuer",
|
|
313
|
+
"base": ["ClientApplication"],
|
|
314
|
+
"type": "string",
|
|
315
|
+
"expression": "ClientApplication.identityProvider.issuer"
|
|
316
|
+
}
|
|
317
|
+
},
|
|
301
318
|
{
|
|
302
319
|
"fullUrl": "https://medplum.com/fhir/SearchParameter/JsonWebKey-active",
|
|
303
320
|
"resource": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@medplum/definitions",
|
|
3
|
-
"version": "5.1.
|
|
3
|
+
"version": "5.1.32",
|
|
4
4
|
"description": "Medplum Data Definitions",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"medplum",
|
|
@@ -60,6 +60,6 @@
|
|
|
60
60
|
"node": "^22.18.0 || >=24.2.0"
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|
|
63
|
-
"@medplum/fhirtypes": "5.1.
|
|
63
|
+
"@medplum/fhirtypes": "5.1.32"
|
|
64
64
|
}
|
|
65
65
|
}
|