@medplum/definitions 2.0.1 → 2.0.3
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.
|
@@ -429,6 +429,16 @@
|
|
|
429
429
|
"code" : "uri"
|
|
430
430
|
}]
|
|
431
431
|
},
|
|
432
|
+
{
|
|
433
|
+
"id" : "ClientApplication.pkceOptional",
|
|
434
|
+
"path" : "ClientApplication.pkceOptional",
|
|
435
|
+
"definition" : "Flag to make PKCE optional for this client application. PKCE is required by default for compliance with Smart App Launch. It can be disabled for compatibility with legacy client applications.",
|
|
436
|
+
"min" : 0,
|
|
437
|
+
"max" : "1",
|
|
438
|
+
"type" : [{
|
|
439
|
+
"code" : "boolean"
|
|
440
|
+
}]
|
|
441
|
+
},
|
|
432
442
|
{
|
|
433
443
|
"id" : "ClientApplication.identityProvider",
|
|
434
444
|
"path" : "ClientApplication.identityProvider",
|
|
@@ -757,6 +767,64 @@
|
|
|
757
767
|
"targetProfile" : ["https://medplum.com/fhir/StructureDefinition/AccessPolicy"]
|
|
758
768
|
}]
|
|
759
769
|
},
|
|
770
|
+
{
|
|
771
|
+
"id" : "ProjectMembership.access",
|
|
772
|
+
"path" : "ProjectMembership.access",
|
|
773
|
+
"definition" : "Extended access configuration using parameterized access policies.",
|
|
774
|
+
"min" : 0,
|
|
775
|
+
"max" : "*",
|
|
776
|
+
"type" : [{
|
|
777
|
+
"code" : "BackboneElement"
|
|
778
|
+
}]
|
|
779
|
+
},
|
|
780
|
+
{
|
|
781
|
+
"id" : "ProjectMembership.access.policy",
|
|
782
|
+
"path" : "ProjectMembership.access.policy",
|
|
783
|
+
"definition" : "The base access policy used as a template. Variables in the template access policy are replaced by the values in the parameter.",
|
|
784
|
+
"min" : 1,
|
|
785
|
+
"max" : "1",
|
|
786
|
+
"type" : [
|
|
787
|
+
{
|
|
788
|
+
"code" : "Reference",
|
|
789
|
+
"targetProfile" : ["https://medplum.com/fhir/StructureDefinition/AccessPolicy"]
|
|
790
|
+
}
|
|
791
|
+
]
|
|
792
|
+
},
|
|
793
|
+
{
|
|
794
|
+
"id" : "ProjectMembership.access.parameter",
|
|
795
|
+
"path" : "ProjectMembership.access.parameter",
|
|
796
|
+
"definition" : "User options that control the display of the application.",
|
|
797
|
+
"min" : 0,
|
|
798
|
+
"max" : "*",
|
|
799
|
+
"type" : [{
|
|
800
|
+
"code" : "BackboneElement"
|
|
801
|
+
}]
|
|
802
|
+
},
|
|
803
|
+
{
|
|
804
|
+
"id" : "ProjectMembership.access.parameter.name",
|
|
805
|
+
"path" : "ProjectMembership.access.parameter.name",
|
|
806
|
+
"definition" : "The unique name of the parameter.",
|
|
807
|
+
"min" : 1,
|
|
808
|
+
"max" : "1",
|
|
809
|
+
"type" : [{
|
|
810
|
+
"code" : "code"
|
|
811
|
+
}]
|
|
812
|
+
},
|
|
813
|
+
{
|
|
814
|
+
"id" : "ProjectMembership.access.parameter.value[x]",
|
|
815
|
+
"path" : "ProjectMembership.access.parameter.value[x]",
|
|
816
|
+
"short" : "Value of the parameter.",
|
|
817
|
+
"definition" : "Value of the parameter - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).",
|
|
818
|
+
"min" : 1,
|
|
819
|
+
"max" : "1",
|
|
820
|
+
"type" : [
|
|
821
|
+
{
|
|
822
|
+
"code" : "string"
|
|
823
|
+
},
|
|
824
|
+
{
|
|
825
|
+
"code" : "Reference"
|
|
826
|
+
}]
|
|
827
|
+
},
|
|
760
828
|
{
|
|
761
829
|
"id" : "ProjectMembership.userConfiguration",
|
|
762
830
|
"path" : "ProjectMembership.userConfiguration",
|
|
@@ -2625,6 +2693,17 @@
|
|
|
2625
2693
|
"type" : [{
|
|
2626
2694
|
"code" : "string"
|
|
2627
2695
|
}]
|
|
2696
|
+
},
|
|
2697
|
+
{
|
|
2698
|
+
"id" : "IdentityProvider.useSubject",
|
|
2699
|
+
"path" : "IdentityProvider.useSubject",
|
|
2700
|
+
"short" : "Optional flag to use the subject field instead of the email field.",
|
|
2701
|
+
"definition" : "Optional flag to use the subject field instead of the email field.",
|
|
2702
|
+
"min" : 0,
|
|
2703
|
+
"max" : "1",
|
|
2704
|
+
"type" : [{
|
|
2705
|
+
"code" : "boolean"
|
|
2706
|
+
}]
|
|
2628
2707
|
}
|
|
2629
2708
|
]
|
|
2630
2709
|
}
|
|
@@ -65667,7 +65667,7 @@
|
|
|
65667
65667
|
"description" : "The email address of the user",
|
|
65668
65668
|
"code" : "email",
|
|
65669
65669
|
"base" : ["User"],
|
|
65670
|
-
"type" : "
|
|
65670
|
+
"type" : "string",
|
|
65671
65671
|
"expression" : "User.email",
|
|
65672
65672
|
"xpath" : "f:User/f:email",
|
|
65673
65673
|
"xpathUsage" : "normal"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@medplum/definitions",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.3",
|
|
4
4
|
"description": "Medplum Data Definitions",
|
|
5
5
|
"author": "Medplum <hello@medplum.com>",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"directory": "packages/definitions"
|
|
12
12
|
},
|
|
13
13
|
"scripts": {
|
|
14
|
-
"clean": "rimraf dist/index
|
|
14
|
+
"clean": "rimraf dist/index.js dist/index.d.ts",
|
|
15
15
|
"build": "npm run clean && tsc",
|
|
16
16
|
"test": "jest"
|
|
17
17
|
},
|