@nmshd/runtime 2.0.0 → 2.0.2
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/buildInformation.js +5 -5
- package/dist/useCases/common/Schemas.js +221 -0
- package/dist/useCases/common/Schemas.js.map +1 -1
- package/lib-web/nmshd.runtime.js +265 -6
- package/lib-web/nmshd.runtime.js.map +1 -1
- package/lib-web/nmshd.runtime.min.js +3 -3
- package/lib-web/nmshd.runtime.min.js.map +1 -1
- package/package.json +9 -9
package/dist/buildInformation.js
CHANGED
|
@@ -7,11 +7,11 @@ const content_1 = require("@nmshd/content");
|
|
|
7
7
|
const crypto_1 = require("@nmshd/crypto");
|
|
8
8
|
const transport_1 = require("@nmshd/transport");
|
|
9
9
|
exports.buildInformation = {
|
|
10
|
-
version: "2.0.
|
|
11
|
-
build: "
|
|
12
|
-
date: "2022-
|
|
13
|
-
commit: "
|
|
14
|
-
dependencies: {"@js-soft/docdb-querytranslator":"1.1.0","@js-soft/logging-abstractions":"1.0.0","@js-soft/ts-serval":"2.0.5","@js-soft/ts-utils":"^2.3.0","@nmshd/consumption":"2.0.0","@nmshd/content":"2.0.
|
|
10
|
+
version: "2.0.2",
|
|
11
|
+
build: "129",
|
|
12
|
+
date: "2022-11-11T12:52:53+00:00",
|
|
13
|
+
commit: "1422fe683fd588abbcbb9aff14ffd6976fd7ec1e",
|
|
14
|
+
dependencies: {"@js-soft/docdb-querytranslator":"1.1.0","@js-soft/logging-abstractions":"1.0.0","@js-soft/ts-serval":"2.0.5","@js-soft/ts-utils":"^2.3.0","@nmshd/consumption":"2.0.0","@nmshd/content":"2.0.2","@nmshd/crypto":"2.0.2","@nmshd/transport":"2.0.0","ajv":"^8.11.0","ajv-errors":"^3.0.0","ajv-formats":"^2.1.1","json-stringify-safe":"^5.0.1","luxon":"^3.1.0","qrcode":"1.5.1","reflect-metadata":"0.1.13","ts-simple-nameof":"1.3.1","typescript-ioc":"3.2.2"},
|
|
15
15
|
libraries: {
|
|
16
16
|
serval: ts_serval_1.buildInformation,
|
|
17
17
|
consumption: consumption_1.buildInformation,
|
|
@@ -1388,6 +1388,9 @@ exports.CreateAttributeRequest = {
|
|
|
1388
1388
|
{
|
|
1389
1389
|
"$ref": "#/definitions/ProprietaryURLJSON"
|
|
1390
1390
|
},
|
|
1391
|
+
{
|
|
1392
|
+
"$ref": "#/definitions/ProprietaryJSONJSON"
|
|
1393
|
+
},
|
|
1391
1394
|
{
|
|
1392
1395
|
"$ref": "#/definitions/ConsentJSON"
|
|
1393
1396
|
}
|
|
@@ -1723,6 +1726,34 @@ exports.CreateAttributeRequest = {
|
|
|
1723
1726
|
],
|
|
1724
1727
|
"additionalProperties": false
|
|
1725
1728
|
},
|
|
1729
|
+
"ProprietaryJSONJSON": {
|
|
1730
|
+
"type": "object",
|
|
1731
|
+
"properties": {
|
|
1732
|
+
"@type": {
|
|
1733
|
+
"type": "string",
|
|
1734
|
+
"const": "ProprietaryJSON"
|
|
1735
|
+
},
|
|
1736
|
+
"@context": {
|
|
1737
|
+
"type": "string"
|
|
1738
|
+
},
|
|
1739
|
+
"@version": {
|
|
1740
|
+
"type": "string"
|
|
1741
|
+
},
|
|
1742
|
+
"title": {
|
|
1743
|
+
"type": "string"
|
|
1744
|
+
},
|
|
1745
|
+
"description": {
|
|
1746
|
+
"type": "string"
|
|
1747
|
+
},
|
|
1748
|
+
"value": {}
|
|
1749
|
+
},
|
|
1750
|
+
"required": [
|
|
1751
|
+
"@type",
|
|
1752
|
+
"title",
|
|
1753
|
+
"value"
|
|
1754
|
+
],
|
|
1755
|
+
"additionalProperties": false
|
|
1756
|
+
},
|
|
1726
1757
|
"ConsentJSON": {
|
|
1727
1758
|
"type": "object",
|
|
1728
1759
|
"properties": {
|
|
@@ -2087,6 +2118,7 @@ exports.ExecuteRelationshipAttributeQueryRequest = {
|
|
|
2087
2118
|
"ProprietaryPhoneNumber",
|
|
2088
2119
|
"ProprietaryString",
|
|
2089
2120
|
"ProprietaryURL",
|
|
2121
|
+
"ProprietaryJSON",
|
|
2090
2122
|
"Consent"
|
|
2091
2123
|
]
|
|
2092
2124
|
},
|
|
@@ -3378,6 +3410,9 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
3378
3410
|
{
|
|
3379
3411
|
"$ref": "#/definitions/ProprietaryURLJSON"
|
|
3380
3412
|
},
|
|
3413
|
+
{
|
|
3414
|
+
"$ref": "#/definitions/ProprietaryJSONJSON"
|
|
3415
|
+
},
|
|
3381
3416
|
{
|
|
3382
3417
|
"$ref": "#/definitions/ConsentJSON"
|
|
3383
3418
|
}
|
|
@@ -3713,6 +3748,34 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
3713
3748
|
],
|
|
3714
3749
|
"additionalProperties": false
|
|
3715
3750
|
},
|
|
3751
|
+
"ProprietaryJSONJSON": {
|
|
3752
|
+
"type": "object",
|
|
3753
|
+
"properties": {
|
|
3754
|
+
"@type": {
|
|
3755
|
+
"type": "string",
|
|
3756
|
+
"const": "ProprietaryJSON"
|
|
3757
|
+
},
|
|
3758
|
+
"@context": {
|
|
3759
|
+
"type": "string"
|
|
3760
|
+
},
|
|
3761
|
+
"@version": {
|
|
3762
|
+
"type": "string"
|
|
3763
|
+
},
|
|
3764
|
+
"title": {
|
|
3765
|
+
"type": "string"
|
|
3766
|
+
},
|
|
3767
|
+
"description": {
|
|
3768
|
+
"type": "string"
|
|
3769
|
+
},
|
|
3770
|
+
"value": {}
|
|
3771
|
+
},
|
|
3772
|
+
"required": [
|
|
3773
|
+
"@type",
|
|
3774
|
+
"title",
|
|
3775
|
+
"value"
|
|
3776
|
+
],
|
|
3777
|
+
"additionalProperties": false
|
|
3778
|
+
},
|
|
3716
3779
|
"ConsentJSON": {
|
|
3717
3780
|
"type": "object",
|
|
3718
3781
|
"properties": {
|
|
@@ -5249,6 +5312,7 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
5249
5312
|
"ProprietaryPhoneNumber",
|
|
5250
5313
|
"ProprietaryString",
|
|
5251
5314
|
"ProprietaryURL",
|
|
5315
|
+
"ProprietaryJSON",
|
|
5252
5316
|
"Consent"
|
|
5253
5317
|
]
|
|
5254
5318
|
},
|
|
@@ -7248,6 +7312,9 @@ exports.CompleteOutgoingRequestRequest = {
|
|
|
7248
7312
|
{
|
|
7249
7313
|
"$ref": "#/definitions/ProprietaryURLJSON"
|
|
7250
7314
|
},
|
|
7315
|
+
{
|
|
7316
|
+
"$ref": "#/definitions/ProprietaryJSONJSON"
|
|
7317
|
+
},
|
|
7251
7318
|
{
|
|
7252
7319
|
"$ref": "#/definitions/ConsentJSON"
|
|
7253
7320
|
}
|
|
@@ -7583,6 +7650,34 @@ exports.CompleteOutgoingRequestRequest = {
|
|
|
7583
7650
|
],
|
|
7584
7651
|
"additionalProperties": false
|
|
7585
7652
|
},
|
|
7653
|
+
"ProprietaryJSONJSON": {
|
|
7654
|
+
"type": "object",
|
|
7655
|
+
"properties": {
|
|
7656
|
+
"@type": {
|
|
7657
|
+
"type": "string",
|
|
7658
|
+
"const": "ProprietaryJSON"
|
|
7659
|
+
},
|
|
7660
|
+
"@context": {
|
|
7661
|
+
"type": "string"
|
|
7662
|
+
},
|
|
7663
|
+
"@version": {
|
|
7664
|
+
"type": "string"
|
|
7665
|
+
},
|
|
7666
|
+
"title": {
|
|
7667
|
+
"type": "string"
|
|
7668
|
+
},
|
|
7669
|
+
"description": {
|
|
7670
|
+
"type": "string"
|
|
7671
|
+
},
|
|
7672
|
+
"value": {}
|
|
7673
|
+
},
|
|
7674
|
+
"required": [
|
|
7675
|
+
"@type",
|
|
7676
|
+
"title",
|
|
7677
|
+
"value"
|
|
7678
|
+
],
|
|
7679
|
+
"additionalProperties": false
|
|
7680
|
+
},
|
|
7586
7681
|
"ConsentJSON": {
|
|
7587
7682
|
"type": "object",
|
|
7588
7683
|
"properties": {
|
|
@@ -8089,6 +8184,9 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
8089
8184
|
{
|
|
8090
8185
|
"$ref": "#/definitions/ProprietaryURLJSON"
|
|
8091
8186
|
},
|
|
8187
|
+
{
|
|
8188
|
+
"$ref": "#/definitions/ProprietaryJSONJSON"
|
|
8189
|
+
},
|
|
8092
8190
|
{
|
|
8093
8191
|
"$ref": "#/definitions/ConsentJSON"
|
|
8094
8192
|
}
|
|
@@ -8424,6 +8522,34 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
8424
8522
|
],
|
|
8425
8523
|
"additionalProperties": false
|
|
8426
8524
|
},
|
|
8525
|
+
"ProprietaryJSONJSON": {
|
|
8526
|
+
"type": "object",
|
|
8527
|
+
"properties": {
|
|
8528
|
+
"@type": {
|
|
8529
|
+
"type": "string",
|
|
8530
|
+
"const": "ProprietaryJSON"
|
|
8531
|
+
},
|
|
8532
|
+
"@context": {
|
|
8533
|
+
"type": "string"
|
|
8534
|
+
},
|
|
8535
|
+
"@version": {
|
|
8536
|
+
"type": "string"
|
|
8537
|
+
},
|
|
8538
|
+
"title": {
|
|
8539
|
+
"type": "string"
|
|
8540
|
+
},
|
|
8541
|
+
"description": {
|
|
8542
|
+
"type": "string"
|
|
8543
|
+
},
|
|
8544
|
+
"value": {}
|
|
8545
|
+
},
|
|
8546
|
+
"required": [
|
|
8547
|
+
"@type",
|
|
8548
|
+
"title",
|
|
8549
|
+
"value"
|
|
8550
|
+
],
|
|
8551
|
+
"additionalProperties": false
|
|
8552
|
+
},
|
|
8427
8553
|
"ConsentJSON": {
|
|
8428
8554
|
"type": "object",
|
|
8429
8555
|
"properties": {
|
|
@@ -9960,6 +10086,7 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
9960
10086
|
"ProprietaryPhoneNumber",
|
|
9961
10087
|
"ProprietaryString",
|
|
9962
10088
|
"ProprietaryURL",
|
|
10089
|
+
"ProprietaryJSON",
|
|
9963
10090
|
"Consent"
|
|
9964
10091
|
]
|
|
9965
10092
|
},
|
|
@@ -11063,6 +11190,9 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
11063
11190
|
{
|
|
11064
11191
|
"$ref": "#/definitions/ProprietaryURLJSON"
|
|
11065
11192
|
},
|
|
11193
|
+
{
|
|
11194
|
+
"$ref": "#/definitions/ProprietaryJSONJSON"
|
|
11195
|
+
},
|
|
11066
11196
|
{
|
|
11067
11197
|
"$ref": "#/definitions/ConsentJSON"
|
|
11068
11198
|
}
|
|
@@ -11398,6 +11528,34 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
11398
11528
|
],
|
|
11399
11529
|
"additionalProperties": false
|
|
11400
11530
|
},
|
|
11531
|
+
"ProprietaryJSONJSON": {
|
|
11532
|
+
"type": "object",
|
|
11533
|
+
"properties": {
|
|
11534
|
+
"@type": {
|
|
11535
|
+
"type": "string",
|
|
11536
|
+
"const": "ProprietaryJSON"
|
|
11537
|
+
},
|
|
11538
|
+
"@context": {
|
|
11539
|
+
"type": "string"
|
|
11540
|
+
},
|
|
11541
|
+
"@version": {
|
|
11542
|
+
"type": "string"
|
|
11543
|
+
},
|
|
11544
|
+
"title": {
|
|
11545
|
+
"type": "string"
|
|
11546
|
+
},
|
|
11547
|
+
"description": {
|
|
11548
|
+
"type": "string"
|
|
11549
|
+
},
|
|
11550
|
+
"value": {}
|
|
11551
|
+
},
|
|
11552
|
+
"required": [
|
|
11553
|
+
"@type",
|
|
11554
|
+
"title",
|
|
11555
|
+
"value"
|
|
11556
|
+
],
|
|
11557
|
+
"additionalProperties": false
|
|
11558
|
+
},
|
|
11401
11559
|
"ConsentJSON": {
|
|
11402
11560
|
"type": "object",
|
|
11403
11561
|
"properties": {
|
|
@@ -12934,6 +13092,7 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
12934
13092
|
"ProprietaryPhoneNumber",
|
|
12935
13093
|
"ProprietaryString",
|
|
12936
13094
|
"ProprietaryURL",
|
|
13095
|
+
"ProprietaryJSON",
|
|
12937
13096
|
"Consent"
|
|
12938
13097
|
]
|
|
12939
13098
|
},
|
|
@@ -14661,6 +14820,9 @@ exports.SucceedAttributeRequest = {
|
|
|
14661
14820
|
{
|
|
14662
14821
|
"$ref": "#/definitions/ProprietaryURLJSON"
|
|
14663
14822
|
},
|
|
14823
|
+
{
|
|
14824
|
+
"$ref": "#/definitions/ProprietaryJSONJSON"
|
|
14825
|
+
},
|
|
14664
14826
|
{
|
|
14665
14827
|
"$ref": "#/definitions/ConsentJSON"
|
|
14666
14828
|
}
|
|
@@ -14996,6 +15158,34 @@ exports.SucceedAttributeRequest = {
|
|
|
14996
15158
|
],
|
|
14997
15159
|
"additionalProperties": false
|
|
14998
15160
|
},
|
|
15161
|
+
"ProprietaryJSONJSON": {
|
|
15162
|
+
"type": "object",
|
|
15163
|
+
"properties": {
|
|
15164
|
+
"@type": {
|
|
15165
|
+
"type": "string",
|
|
15166
|
+
"const": "ProprietaryJSON"
|
|
15167
|
+
},
|
|
15168
|
+
"@context": {
|
|
15169
|
+
"type": "string"
|
|
15170
|
+
},
|
|
15171
|
+
"@version": {
|
|
15172
|
+
"type": "string"
|
|
15173
|
+
},
|
|
15174
|
+
"title": {
|
|
15175
|
+
"type": "string"
|
|
15176
|
+
},
|
|
15177
|
+
"description": {
|
|
15178
|
+
"type": "string"
|
|
15179
|
+
},
|
|
15180
|
+
"value": {}
|
|
15181
|
+
},
|
|
15182
|
+
"required": [
|
|
15183
|
+
"@type",
|
|
15184
|
+
"title",
|
|
15185
|
+
"value"
|
|
15186
|
+
],
|
|
15187
|
+
"additionalProperties": false
|
|
15188
|
+
},
|
|
14999
15189
|
"ConsentJSON": {
|
|
15000
15190
|
"type": "object",
|
|
15001
15191
|
"properties": {
|
|
@@ -16359,6 +16549,9 @@ exports.UpdateAttributeRequest = {
|
|
|
16359
16549
|
{
|
|
16360
16550
|
"$ref": "#/definitions/ProprietaryURLJSON"
|
|
16361
16551
|
},
|
|
16552
|
+
{
|
|
16553
|
+
"$ref": "#/definitions/ProprietaryJSONJSON"
|
|
16554
|
+
},
|
|
16362
16555
|
{
|
|
16363
16556
|
"$ref": "#/definitions/ConsentJSON"
|
|
16364
16557
|
}
|
|
@@ -16694,6 +16887,34 @@ exports.UpdateAttributeRequest = {
|
|
|
16694
16887
|
],
|
|
16695
16888
|
"additionalProperties": false
|
|
16696
16889
|
},
|
|
16890
|
+
"ProprietaryJSONJSON": {
|
|
16891
|
+
"type": "object",
|
|
16892
|
+
"properties": {
|
|
16893
|
+
"@type": {
|
|
16894
|
+
"type": "string",
|
|
16895
|
+
"const": "ProprietaryJSON"
|
|
16896
|
+
},
|
|
16897
|
+
"@context": {
|
|
16898
|
+
"type": "string"
|
|
16899
|
+
},
|
|
16900
|
+
"@version": {
|
|
16901
|
+
"type": "string"
|
|
16902
|
+
},
|
|
16903
|
+
"title": {
|
|
16904
|
+
"type": "string"
|
|
16905
|
+
},
|
|
16906
|
+
"description": {
|
|
16907
|
+
"type": "string"
|
|
16908
|
+
},
|
|
16909
|
+
"value": {}
|
|
16910
|
+
},
|
|
16911
|
+
"required": [
|
|
16912
|
+
"@type",
|
|
16913
|
+
"title",
|
|
16914
|
+
"value"
|
|
16915
|
+
],
|
|
16916
|
+
"additionalProperties": false
|
|
16917
|
+
},
|
|
16697
16918
|
"ConsentJSON": {
|
|
16698
16919
|
"type": "object",
|
|
16699
16920
|
"properties": {
|