@medplum/definitions 0.9.32 → 0.9.35
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.
- package/dist/fhir/r4/fhir.schema.json +4 -0
- package/dist/fhir/r4/profiles-medplum.json +94 -3
- package/dist/types.d.ts +74 -0
- package/dist/types.js +72 -0
- package/dist/types.js.map +1 -0
- package/package.json +1 -1
- package/vite.config.js +10 -0
- package/dist/fhir/r4/capability-statement.json +0 -1306
|
@@ -61081,6 +61081,10 @@
|
|
|
61081
61081
|
"description": "Whether this project is the super administrator project. A super administrator is a user who has complete access to all resources in all projects.",
|
|
61082
61082
|
"$ref": "#/definitions/boolean"
|
|
61083
61083
|
},
|
|
61084
|
+
"strictMode": {
|
|
61085
|
+
"description": "Whether this project uses strict FHIR validation.",
|
|
61086
|
+
"$ref": "#/definitions/boolean"
|
|
61087
|
+
},
|
|
61084
61088
|
"owner": {
|
|
61085
61089
|
"description": "Indicates the user with responsibility for managing the Project.",
|
|
61086
61090
|
"$ref": "#/definitions/Reference"
|
|
@@ -18,6 +18,14 @@
|
|
|
18
18
|
"type" : "Project",
|
|
19
19
|
"snapshot" : {
|
|
20
20
|
"element" : [
|
|
21
|
+
{
|
|
22
|
+
"id" : "Project",
|
|
23
|
+
"path" : "Project",
|
|
24
|
+
"short" : "Encapsulation of resources for a specific project or organization.",
|
|
25
|
+
"definition" : "Encapsulation of resources for a specific project or organization.",
|
|
26
|
+
"min" : 0,
|
|
27
|
+
"max" : "*"
|
|
28
|
+
},
|
|
21
29
|
{
|
|
22
30
|
"id" : "Project.id",
|
|
23
31
|
"path" : "Project.id",
|
|
@@ -90,6 +98,17 @@
|
|
|
90
98
|
"code" : "boolean"
|
|
91
99
|
}]
|
|
92
100
|
},
|
|
101
|
+
{
|
|
102
|
+
"id" : "Project.strictMode",
|
|
103
|
+
"path" : "Project.strictMode",
|
|
104
|
+
"short" : "Whether this project uses strict FHIR validation.",
|
|
105
|
+
"definition" : "Whether this project uses strict FHIR validation.",
|
|
106
|
+
"min" : 0,
|
|
107
|
+
"max" : "1",
|
|
108
|
+
"type" : [{
|
|
109
|
+
"code" : "boolean"
|
|
110
|
+
}]
|
|
111
|
+
},
|
|
93
112
|
{
|
|
94
113
|
"id" : "Project.owner",
|
|
95
114
|
"path" : "Project.owner",
|
|
@@ -248,6 +267,14 @@
|
|
|
248
267
|
"type" : "ClientApplication",
|
|
249
268
|
"snapshot" : {
|
|
250
269
|
"element" : [
|
|
270
|
+
{
|
|
271
|
+
"id" : "ClientApplication",
|
|
272
|
+
"path" : "ClientApplication",
|
|
273
|
+
"short" : "Medplum client application for automated access.",
|
|
274
|
+
"definition" : "Medplum client application for automated access.",
|
|
275
|
+
"min" : 0,
|
|
276
|
+
"max" : "*"
|
|
277
|
+
},
|
|
251
278
|
{
|
|
252
279
|
"id" : "ClientApplication.id",
|
|
253
280
|
"path" : "ClientApplication.id",
|
|
@@ -344,9 +371,17 @@
|
|
|
344
371
|
"kind" : "resource",
|
|
345
372
|
"abstract" : false,
|
|
346
373
|
"type" : "User",
|
|
347
|
-
"description" : "
|
|
374
|
+
"description" : "Representation of a human user of the system.",
|
|
348
375
|
"snapshot" : {
|
|
349
376
|
"element" : [
|
|
377
|
+
{
|
|
378
|
+
"id" : "User",
|
|
379
|
+
"path" : "User",
|
|
380
|
+
"short" : "Representation of a human user of the system",
|
|
381
|
+
"definition" : "Representation of a human user of the system.",
|
|
382
|
+
"min" : 0,
|
|
383
|
+
"max" : "*"
|
|
384
|
+
},
|
|
350
385
|
{
|
|
351
386
|
"id" : "User.id",
|
|
352
387
|
"path" : "User.id",
|
|
@@ -478,6 +513,14 @@
|
|
|
478
513
|
"description" : "Medplum project membership. A project membership grants a user access to a project.",
|
|
479
514
|
"snapshot" : {
|
|
480
515
|
"element" : [
|
|
516
|
+
{
|
|
517
|
+
"id" : "ProjectMembership",
|
|
518
|
+
"path" : "ProjectMembership",
|
|
519
|
+
"short" : "Medplum project membership. A project membership grants a user access to a project.",
|
|
520
|
+
"definition" : "Medplum project membership. A project membership grants a user access to a project.",
|
|
521
|
+
"min" : 0,
|
|
522
|
+
"max" : "*"
|
|
523
|
+
},
|
|
481
524
|
{
|
|
482
525
|
"id" : "ProjectMembership.id",
|
|
483
526
|
"path" : "ProjectMembership.id",
|
|
@@ -609,6 +652,14 @@
|
|
|
609
652
|
"description" : "Bot account for automated actions.",
|
|
610
653
|
"snapshot" : {
|
|
611
654
|
"element" : [
|
|
655
|
+
{
|
|
656
|
+
"id" : "Bot",
|
|
657
|
+
"path" : "Bot",
|
|
658
|
+
"short" : "Bot account for automated actions.",
|
|
659
|
+
"definition" : "Bot account for automated actions.",
|
|
660
|
+
"min" : 0,
|
|
661
|
+
"max" : "*"
|
|
662
|
+
},
|
|
612
663
|
{
|
|
613
664
|
"id" : "Bot.id",
|
|
614
665
|
"path" : "Bot.id",
|
|
@@ -725,9 +776,17 @@
|
|
|
725
776
|
"kind" : "resource",
|
|
726
777
|
"abstract" : false,
|
|
727
778
|
"type" : "Login",
|
|
728
|
-
"description" : "
|
|
779
|
+
"description" : "Login event and session details.",
|
|
729
780
|
"snapshot" : {
|
|
730
781
|
"element" : [
|
|
782
|
+
{
|
|
783
|
+
"id" : "Login",
|
|
784
|
+
"path" : "Login",
|
|
785
|
+
"short" : "Login event and session details.",
|
|
786
|
+
"definition" : "Login event and session details.",
|
|
787
|
+
"min" : 0,
|
|
788
|
+
"max" : "*"
|
|
789
|
+
},
|
|
731
790
|
{
|
|
732
791
|
"id" : "Login.id",
|
|
733
792
|
"path" : "Login.id",
|
|
@@ -808,7 +867,7 @@
|
|
|
808
867
|
"id" : "Login.scope",
|
|
809
868
|
"path" : "Login.scope",
|
|
810
869
|
"definition" : "OAuth scope or scopes.",
|
|
811
|
-
"min" :
|
|
870
|
+
"min" : 0,
|
|
812
871
|
"max" : "1",
|
|
813
872
|
"type" : [{
|
|
814
873
|
"code" : "string"
|
|
@@ -972,6 +1031,14 @@
|
|
|
972
1031
|
"description" : "Password change request for the 'forgot password' flow.",
|
|
973
1032
|
"snapshot" : {
|
|
974
1033
|
"element" : [
|
|
1034
|
+
{
|
|
1035
|
+
"id" : "PasswordChangeRequest",
|
|
1036
|
+
"path" : "PasswordChangeRequest",
|
|
1037
|
+
"short" : "Password change request for the 'forgot password' flow.",
|
|
1038
|
+
"definition" : "Password change request for the 'forgot password' flow.",
|
|
1039
|
+
"min" : 0,
|
|
1040
|
+
"max" : "*"
|
|
1041
|
+
},
|
|
975
1042
|
{
|
|
976
1043
|
"id" : "PasswordChangeRequest.id",
|
|
977
1044
|
"path" : "PasswordChangeRequest.id",
|
|
@@ -1072,6 +1139,14 @@
|
|
|
1072
1139
|
"description" : "A JSON object that represents a cryptographic key. The members of the object represent properties of the key, including its value.",
|
|
1073
1140
|
"snapshot" : {
|
|
1074
1141
|
"element" : [
|
|
1142
|
+
{
|
|
1143
|
+
"id" : "JsonWebKey",
|
|
1144
|
+
"path" : "JsonWebKey",
|
|
1145
|
+
"short" : "A JSON object that represents a cryptographic key.",
|
|
1146
|
+
"definition" : "A JSON object that represents a cryptographic key. The members of the object represent properties of the key, including its value.",
|
|
1147
|
+
"min" : 0,
|
|
1148
|
+
"max" : "*"
|
|
1149
|
+
},
|
|
1075
1150
|
{
|
|
1076
1151
|
"id" : "JsonWebKey.id",
|
|
1077
1152
|
"path" : "JsonWebKey.id",
|
|
@@ -1323,6 +1398,14 @@
|
|
|
1323
1398
|
"description" : "Access Policy for user or user group that defines how entities can or cannot access resources.",
|
|
1324
1399
|
"snapshot" : {
|
|
1325
1400
|
"element" : [
|
|
1401
|
+
{
|
|
1402
|
+
"id" : "AccessPolicy",
|
|
1403
|
+
"path" : "AccessPolicy",
|
|
1404
|
+
"short" : "Access Policy for user or user group that defines how entities can or cannot access resources.",
|
|
1405
|
+
"definition" : "Access Policy for user or user group that defines how entities can or cannot access resources.",
|
|
1406
|
+
"min" : 0,
|
|
1407
|
+
"max" : "*"
|
|
1408
|
+
},
|
|
1326
1409
|
{
|
|
1327
1410
|
"id" : "AccessPolicy.id",
|
|
1328
1411
|
"path" : "AccessPolicy.id",
|
|
@@ -1473,6 +1556,14 @@
|
|
|
1473
1556
|
"description" : "User specific configuration for the Medplum application.",
|
|
1474
1557
|
"snapshot" : {
|
|
1475
1558
|
"element" : [
|
|
1559
|
+
{
|
|
1560
|
+
"id" : "UserConfiguration",
|
|
1561
|
+
"path" : "UserConfiguration",
|
|
1562
|
+
"short" : "User specific configuration for the Medplum application.",
|
|
1563
|
+
"definition" : "User specific configuration for the Medplum application.",
|
|
1564
|
+
"min" : 0,
|
|
1565
|
+
"max" : "*"
|
|
1566
|
+
},
|
|
1476
1567
|
{
|
|
1477
1568
|
"id" : "UserConfiguration.id",
|
|
1478
1569
|
"path" : "UserConfiguration.id",
|
package/dist/types.d.ts
ADDED
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* List of property types.
|
|
3
|
+
* http://www.hl7.org/fhir/valueset-defined-types.html
|
|
4
|
+
* The list here includes additions found from StructureDefinition resources.
|
|
5
|
+
*/
|
|
6
|
+
export declare enum PropertyType {
|
|
7
|
+
Address = "Address",
|
|
8
|
+
Age = "Age",
|
|
9
|
+
Annotation = "Annotation",
|
|
10
|
+
Attachment = "Attachment",
|
|
11
|
+
BackboneElement = "BackboneElement",
|
|
12
|
+
CodeableConcept = "CodeableConcept",
|
|
13
|
+
Coding = "Coding",
|
|
14
|
+
ContactDetail = "ContactDetail",
|
|
15
|
+
ContactPoint = "ContactPoint",
|
|
16
|
+
Contributor = "Contributor",
|
|
17
|
+
Count = "Count",
|
|
18
|
+
DataRequirement = "DataRequirement",
|
|
19
|
+
Distance = "Distance",
|
|
20
|
+
Dosage = "Dosage",
|
|
21
|
+
Duration = "Duration",
|
|
22
|
+
Expression = "Expression",
|
|
23
|
+
Extension = "Extension",
|
|
24
|
+
HumanName = "HumanName",
|
|
25
|
+
Identifier = "Identifier",
|
|
26
|
+
MarketingStatus = "MarketingStatus",
|
|
27
|
+
Meta = "Meta",
|
|
28
|
+
Money = "Money",
|
|
29
|
+
Narrative = "Narrative",
|
|
30
|
+
ParameterDefinition = "ParameterDefinition",
|
|
31
|
+
Period = "Period",
|
|
32
|
+
Population = "Population",
|
|
33
|
+
ProdCharacteristic = "ProdCharacteristic",
|
|
34
|
+
ProductShelfLife = "ProductShelfLife",
|
|
35
|
+
Quantity = "Quantity",
|
|
36
|
+
Range = "Range",
|
|
37
|
+
Ratio = "Ratio",
|
|
38
|
+
Reference = "Reference",
|
|
39
|
+
RelatedArtifact = "RelatedArtifact",
|
|
40
|
+
Resource = "Resource",
|
|
41
|
+
SampledData = "SampledData",
|
|
42
|
+
Signature = "Signature",
|
|
43
|
+
SubstanceAmount = "SubstanceAmount",
|
|
44
|
+
SystemString = "http://hl7.org/fhirpath/System.String",
|
|
45
|
+
Timing = "Timing",
|
|
46
|
+
TriggerDefinition = "TriggerDefinition",
|
|
47
|
+
UsageContext = "UsageContext",
|
|
48
|
+
base64Binary = "base64Binary",
|
|
49
|
+
boolean = "boolean",
|
|
50
|
+
canonical = "canonical",
|
|
51
|
+
code = "code",
|
|
52
|
+
date = "date",
|
|
53
|
+
dateTime = "dateTime",
|
|
54
|
+
decimal = "decimal",
|
|
55
|
+
id = "id",
|
|
56
|
+
instant = "instant",
|
|
57
|
+
integer = "integer",
|
|
58
|
+
markdown = "markdown",
|
|
59
|
+
oid = "oid",
|
|
60
|
+
positiveInt = "positiveInt",
|
|
61
|
+
string = "string",
|
|
62
|
+
time = "time",
|
|
63
|
+
unsignedInt = "unsignedInt",
|
|
64
|
+
uri = "uri",
|
|
65
|
+
url = "url",
|
|
66
|
+
uuid = "uuid"
|
|
67
|
+
}
|
|
68
|
+
/**
|
|
69
|
+
* A TypedValue includes a value and a type.
|
|
70
|
+
*/
|
|
71
|
+
export interface TypedValue<T> {
|
|
72
|
+
value: T;
|
|
73
|
+
propertyType: PropertyType;
|
|
74
|
+
}
|
package/dist/types.js
ADDED
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.PropertyType = void 0;
|
|
4
|
+
/**
|
|
5
|
+
* List of property types.
|
|
6
|
+
* http://www.hl7.org/fhir/valueset-defined-types.html
|
|
7
|
+
* The list here includes additions found from StructureDefinition resources.
|
|
8
|
+
*/
|
|
9
|
+
var PropertyType;
|
|
10
|
+
(function (PropertyType) {
|
|
11
|
+
PropertyType["Address"] = "Address";
|
|
12
|
+
PropertyType["Age"] = "Age";
|
|
13
|
+
PropertyType["Annotation"] = "Annotation";
|
|
14
|
+
PropertyType["Attachment"] = "Attachment";
|
|
15
|
+
PropertyType["BackboneElement"] = "BackboneElement";
|
|
16
|
+
PropertyType["CodeableConcept"] = "CodeableConcept";
|
|
17
|
+
PropertyType["Coding"] = "Coding";
|
|
18
|
+
PropertyType["ContactDetail"] = "ContactDetail";
|
|
19
|
+
PropertyType["ContactPoint"] = "ContactPoint";
|
|
20
|
+
PropertyType["Contributor"] = "Contributor";
|
|
21
|
+
PropertyType["Count"] = "Count";
|
|
22
|
+
PropertyType["DataRequirement"] = "DataRequirement";
|
|
23
|
+
PropertyType["Distance"] = "Distance";
|
|
24
|
+
PropertyType["Dosage"] = "Dosage";
|
|
25
|
+
PropertyType["Duration"] = "Duration";
|
|
26
|
+
PropertyType["Expression"] = "Expression";
|
|
27
|
+
PropertyType["Extension"] = "Extension";
|
|
28
|
+
PropertyType["HumanName"] = "HumanName";
|
|
29
|
+
PropertyType["Identifier"] = "Identifier";
|
|
30
|
+
PropertyType["MarketingStatus"] = "MarketingStatus";
|
|
31
|
+
PropertyType["Meta"] = "Meta";
|
|
32
|
+
PropertyType["Money"] = "Money";
|
|
33
|
+
PropertyType["Narrative"] = "Narrative";
|
|
34
|
+
PropertyType["ParameterDefinition"] = "ParameterDefinition";
|
|
35
|
+
PropertyType["Period"] = "Period";
|
|
36
|
+
PropertyType["Population"] = "Population";
|
|
37
|
+
PropertyType["ProdCharacteristic"] = "ProdCharacteristic";
|
|
38
|
+
PropertyType["ProductShelfLife"] = "ProductShelfLife";
|
|
39
|
+
PropertyType["Quantity"] = "Quantity";
|
|
40
|
+
PropertyType["Range"] = "Range";
|
|
41
|
+
PropertyType["Ratio"] = "Ratio";
|
|
42
|
+
PropertyType["Reference"] = "Reference";
|
|
43
|
+
PropertyType["RelatedArtifact"] = "RelatedArtifact";
|
|
44
|
+
PropertyType["Resource"] = "Resource";
|
|
45
|
+
PropertyType["SampledData"] = "SampledData";
|
|
46
|
+
PropertyType["Signature"] = "Signature";
|
|
47
|
+
PropertyType["SubstanceAmount"] = "SubstanceAmount";
|
|
48
|
+
PropertyType["SystemString"] = "http://hl7.org/fhirpath/System.String";
|
|
49
|
+
PropertyType["Timing"] = "Timing";
|
|
50
|
+
PropertyType["TriggerDefinition"] = "TriggerDefinition";
|
|
51
|
+
PropertyType["UsageContext"] = "UsageContext";
|
|
52
|
+
PropertyType["base64Binary"] = "base64Binary";
|
|
53
|
+
PropertyType["boolean"] = "boolean";
|
|
54
|
+
PropertyType["canonical"] = "canonical";
|
|
55
|
+
PropertyType["code"] = "code";
|
|
56
|
+
PropertyType["date"] = "date";
|
|
57
|
+
PropertyType["dateTime"] = "dateTime";
|
|
58
|
+
PropertyType["decimal"] = "decimal";
|
|
59
|
+
PropertyType["id"] = "id";
|
|
60
|
+
PropertyType["instant"] = "instant";
|
|
61
|
+
PropertyType["integer"] = "integer";
|
|
62
|
+
PropertyType["markdown"] = "markdown";
|
|
63
|
+
PropertyType["oid"] = "oid";
|
|
64
|
+
PropertyType["positiveInt"] = "positiveInt";
|
|
65
|
+
PropertyType["string"] = "string";
|
|
66
|
+
PropertyType["time"] = "time";
|
|
67
|
+
PropertyType["unsignedInt"] = "unsignedInt";
|
|
68
|
+
PropertyType["uri"] = "uri";
|
|
69
|
+
PropertyType["url"] = "url";
|
|
70
|
+
PropertyType["uuid"] = "uuid";
|
|
71
|
+
})(PropertyType = exports.PropertyType || (exports.PropertyType = {}));
|
|
72
|
+
//# sourceMappingURL=types.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.js","sourceRoot":"","sources":["../src/types.ts"],"names":[],"mappings":";;;AAAA;;;;GAIG;AACH,IAAY,YA6DX;AA7DD,WAAY,YAAY;IACtB,mCAAmB,CAAA;IACnB,2BAAW,CAAA;IACX,yCAAyB,CAAA;IACzB,yCAAyB,CAAA;IACzB,mDAAmC,CAAA;IACnC,mDAAmC,CAAA;IACnC,iCAAiB,CAAA;IACjB,+CAA+B,CAAA;IAC/B,6CAA6B,CAAA;IAC7B,2CAA2B,CAAA;IAC3B,+BAAe,CAAA;IACf,mDAAmC,CAAA;IACnC,qCAAqB,CAAA;IACrB,iCAAiB,CAAA;IACjB,qCAAqB,CAAA;IACrB,yCAAyB,CAAA;IACzB,uCAAuB,CAAA;IACvB,uCAAuB,CAAA;IACvB,yCAAyB,CAAA;IACzB,mDAAmC,CAAA;IACnC,6BAAa,CAAA;IACb,+BAAe,CAAA;IACf,uCAAuB,CAAA;IACvB,2DAA2C,CAAA;IAC3C,iCAAiB,CAAA;IACjB,yCAAyB,CAAA;IACzB,yDAAyC,CAAA;IACzC,qDAAqC,CAAA;IACrC,qCAAqB,CAAA;IACrB,+BAAe,CAAA;IACf,+BAAe,CAAA;IACf,uCAAuB,CAAA;IACvB,mDAAmC,CAAA;IACnC,qCAAqB,CAAA;IACrB,2CAA2B,CAAA;IAC3B,uCAAuB,CAAA;IACvB,mDAAmC,CAAA;IACnC,sEAAsD,CAAA;IACtD,iCAAiB,CAAA;IACjB,uDAAuC,CAAA;IACvC,6CAA6B,CAAA;IAC7B,6CAA6B,CAAA;IAC7B,mCAAmB,CAAA;IACnB,uCAAuB,CAAA;IACvB,6BAAa,CAAA;IACb,6BAAa,CAAA;IACb,qCAAqB,CAAA;IACrB,mCAAmB,CAAA;IACnB,yBAAS,CAAA;IACT,mCAAmB,CAAA;IACnB,mCAAmB,CAAA;IACnB,qCAAqB,CAAA;IACrB,2BAAW,CAAA;IACX,2CAA2B,CAAA;IAC3B,iCAAiB,CAAA;IACjB,6BAAa,CAAA;IACb,2CAA2B,CAAA;IAC3B,2BAAW,CAAA;IACX,2BAAW,CAAA;IACX,6BAAa,CAAA;AACf,CAAC,EA7DW,YAAY,GAAZ,oBAAY,KAAZ,oBAAY,QA6DvB","sourcesContent":["/**\n * List of property types.\n * http://www.hl7.org/fhir/valueset-defined-types.html\n * The list here includes additions found from StructureDefinition resources.\n */\nexport enum PropertyType {\n Address = 'Address',\n Age = 'Age',\n Annotation = 'Annotation',\n Attachment = 'Attachment',\n BackboneElement = 'BackboneElement',\n CodeableConcept = 'CodeableConcept',\n Coding = 'Coding',\n ContactDetail = 'ContactDetail',\n ContactPoint = 'ContactPoint',\n Contributor = 'Contributor',\n Count = 'Count',\n DataRequirement = 'DataRequirement',\n Distance = 'Distance',\n Dosage = 'Dosage',\n Duration = 'Duration',\n Expression = 'Expression',\n Extension = 'Extension',\n HumanName = 'HumanName',\n Identifier = 'Identifier',\n MarketingStatus = 'MarketingStatus',\n Meta = 'Meta',\n Money = 'Money',\n Narrative = 'Narrative',\n ParameterDefinition = 'ParameterDefinition',\n Period = 'Period',\n Population = 'Population',\n ProdCharacteristic = 'ProdCharacteristic',\n ProductShelfLife = 'ProductShelfLife',\n Quantity = 'Quantity',\n Range = 'Range',\n Ratio = 'Ratio',\n Reference = 'Reference',\n RelatedArtifact = 'RelatedArtifact',\n Resource = 'Resource',\n SampledData = 'SampledData',\n Signature = 'Signature',\n SubstanceAmount = 'SubstanceAmount',\n SystemString = 'http://hl7.org/fhirpath/System.String',\n Timing = 'Timing',\n TriggerDefinition = 'TriggerDefinition',\n UsageContext = 'UsageContext',\n base64Binary = 'base64Binary',\n boolean = 'boolean',\n canonical = 'canonical',\n code = 'code',\n date = 'date',\n dateTime = 'dateTime',\n decimal = 'decimal',\n id = 'id',\n instant = 'instant',\n integer = 'integer',\n markdown = 'markdown',\n oid = 'oid',\n positiveInt = 'positiveInt',\n string = 'string',\n time = 'time',\n unsignedInt = 'unsignedInt',\n uri = 'uri',\n url = 'url',\n uuid = 'uuid',\n}\n\n/**\n * A TypedValue includes a value and a type.\n */\nexport interface TypedValue<T> {\n value: T;\n propertyType: PropertyType;\n}\n"]}
|
package/package.json
CHANGED