@nmshd/runtime 4.10.1 → 4.10.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.
- package/dist/buildInformation.js +5 -5
- package/dist/dataViews/DataViewExpander.d.ts.map +1 -1
- package/dist/dataViews/DataViewExpander.js +7 -5
- package/dist/dataViews/DataViewExpander.js.map +1 -1
- package/dist/dataViews/consumption/LocalAttributeDVO.d.ts +2 -0
- package/dist/dataViews/consumption/LocalAttributeDVO.d.ts.map +1 -1
- package/dist/useCases/common/Schemas.d.ts.map +1 -1
- package/dist/useCases/common/Schemas.js +224 -70
- package/dist/useCases/common/Schemas.js.map +1 -1
- package/package.json +2 -2
|
@@ -3188,6 +3188,12 @@ exports.CompleteOutgoingRequestRequest = {
|
|
|
3188
3188
|
{
|
|
3189
3189
|
"$ref": "#/definitions/AcceptResponseItemJSON"
|
|
3190
3190
|
},
|
|
3191
|
+
{
|
|
3192
|
+
"$ref": "#/definitions/AttributeAlreadySharedAcceptResponseItemJSON"
|
|
3193
|
+
},
|
|
3194
|
+
{
|
|
3195
|
+
"$ref": "#/definitions/AttributeSuccessionAcceptResponseItemJSON"
|
|
3196
|
+
},
|
|
3191
3197
|
{
|
|
3192
3198
|
"$ref": "#/definitions/CreateAttributeAcceptResponseItemJSON"
|
|
3193
3199
|
},
|
|
@@ -3231,12 +3237,12 @@ exports.CompleteOutgoingRequestRequest = {
|
|
|
3231
3237
|
],
|
|
3232
3238
|
"additionalProperties": false
|
|
3233
3239
|
},
|
|
3234
|
-
"
|
|
3240
|
+
"AttributeAlreadySharedAcceptResponseItemJSON": {
|
|
3235
3241
|
"type": "object",
|
|
3236
3242
|
"properties": {
|
|
3237
3243
|
"@type": {
|
|
3238
3244
|
"type": "string",
|
|
3239
|
-
"const": "
|
|
3245
|
+
"const": "AttributeAlreadySharedAcceptResponseItem"
|
|
3240
3246
|
},
|
|
3241
3247
|
"@context": {
|
|
3242
3248
|
"type": "string"
|
|
@@ -3259,12 +3265,12 @@ exports.CompleteOutgoingRequestRequest = {
|
|
|
3259
3265
|
],
|
|
3260
3266
|
"additionalProperties": false
|
|
3261
3267
|
},
|
|
3262
|
-
"
|
|
3268
|
+
"AttributeSuccessionAcceptResponseItemJSON": {
|
|
3263
3269
|
"type": "object",
|
|
3264
3270
|
"properties": {
|
|
3265
3271
|
"@type": {
|
|
3266
3272
|
"type": "string",
|
|
3267
|
-
"const": "
|
|
3273
|
+
"const": "AttributeSuccessionAcceptResponseItem"
|
|
3268
3274
|
},
|
|
3269
3275
|
"@context": {
|
|
3270
3276
|
"type": "string"
|
|
@@ -3276,38 +3282,13 @@ exports.CompleteOutgoingRequestRequest = {
|
|
|
3276
3282
|
"type": "string",
|
|
3277
3283
|
"const": "Accepted"
|
|
3278
3284
|
},
|
|
3279
|
-
"
|
|
3280
|
-
"type": "string"
|
|
3281
|
-
}
|
|
3282
|
-
},
|
|
3283
|
-
"required": [
|
|
3284
|
-
"@type",
|
|
3285
|
-
"attributeId",
|
|
3286
|
-
"result"
|
|
3287
|
-
],
|
|
3288
|
-
"additionalProperties": false
|
|
3289
|
-
},
|
|
3290
|
-
"ProposeAttributeAcceptResponseItemJSON": {
|
|
3291
|
-
"type": "object",
|
|
3292
|
-
"properties": {
|
|
3293
|
-
"@type": {
|
|
3294
|
-
"type": "string",
|
|
3295
|
-
"const": "ProposeAttributeAcceptResponseItem"
|
|
3296
|
-
},
|
|
3297
|
-
"@context": {
|
|
3285
|
+
"predecessorId": {
|
|
3298
3286
|
"type": "string"
|
|
3299
3287
|
},
|
|
3300
|
-
"
|
|
3288
|
+
"successorId": {
|
|
3301
3289
|
"type": "string"
|
|
3302
3290
|
},
|
|
3303
|
-
"
|
|
3304
|
-
"type": "string",
|
|
3305
|
-
"const": "Accepted"
|
|
3306
|
-
},
|
|
3307
|
-
"attributeId": {
|
|
3308
|
-
"type": "string"
|
|
3309
|
-
},
|
|
3310
|
-
"attribute": {
|
|
3291
|
+
"successorContent": {
|
|
3311
3292
|
"anyOf": [
|
|
3312
3293
|
{
|
|
3313
3294
|
"$ref": "#/definitions/IdentityAttributeJSON"
|
|
@@ -3320,9 +3301,10 @@ exports.CompleteOutgoingRequestRequest = {
|
|
|
3320
3301
|
},
|
|
3321
3302
|
"required": [
|
|
3322
3303
|
"@type",
|
|
3323
|
-
"
|
|
3324
|
-
"
|
|
3325
|
-
"
|
|
3304
|
+
"predecessorId",
|
|
3305
|
+
"result",
|
|
3306
|
+
"successorContent",
|
|
3307
|
+
"successorId"
|
|
3326
3308
|
],
|
|
3327
3309
|
"additionalProperties": false
|
|
3328
3310
|
},
|
|
@@ -5236,6 +5218,101 @@ exports.CompleteOutgoingRequestRequest = {
|
|
|
5236
5218
|
"protected"
|
|
5237
5219
|
]
|
|
5238
5220
|
},
|
|
5221
|
+
"CreateAttributeAcceptResponseItemJSON": {
|
|
5222
|
+
"type": "object",
|
|
5223
|
+
"properties": {
|
|
5224
|
+
"@type": {
|
|
5225
|
+
"type": "string",
|
|
5226
|
+
"const": "CreateAttributeAcceptResponseItem"
|
|
5227
|
+
},
|
|
5228
|
+
"@context": {
|
|
5229
|
+
"type": "string"
|
|
5230
|
+
},
|
|
5231
|
+
"@version": {
|
|
5232
|
+
"type": "string"
|
|
5233
|
+
},
|
|
5234
|
+
"result": {
|
|
5235
|
+
"type": "string",
|
|
5236
|
+
"const": "Accepted"
|
|
5237
|
+
},
|
|
5238
|
+
"attributeId": {
|
|
5239
|
+
"type": "string"
|
|
5240
|
+
}
|
|
5241
|
+
},
|
|
5242
|
+
"required": [
|
|
5243
|
+
"@type",
|
|
5244
|
+
"attributeId",
|
|
5245
|
+
"result"
|
|
5246
|
+
],
|
|
5247
|
+
"additionalProperties": false
|
|
5248
|
+
},
|
|
5249
|
+
"ShareAttributeAcceptResponseItemJSON": {
|
|
5250
|
+
"type": "object",
|
|
5251
|
+
"properties": {
|
|
5252
|
+
"@type": {
|
|
5253
|
+
"type": "string",
|
|
5254
|
+
"const": "ShareAttributeAcceptResponseItem"
|
|
5255
|
+
},
|
|
5256
|
+
"@context": {
|
|
5257
|
+
"type": "string"
|
|
5258
|
+
},
|
|
5259
|
+
"@version": {
|
|
5260
|
+
"type": "string"
|
|
5261
|
+
},
|
|
5262
|
+
"result": {
|
|
5263
|
+
"type": "string",
|
|
5264
|
+
"const": "Accepted"
|
|
5265
|
+
},
|
|
5266
|
+
"attributeId": {
|
|
5267
|
+
"type": "string"
|
|
5268
|
+
}
|
|
5269
|
+
},
|
|
5270
|
+
"required": [
|
|
5271
|
+
"@type",
|
|
5272
|
+
"attributeId",
|
|
5273
|
+
"result"
|
|
5274
|
+
],
|
|
5275
|
+
"additionalProperties": false
|
|
5276
|
+
},
|
|
5277
|
+
"ProposeAttributeAcceptResponseItemJSON": {
|
|
5278
|
+
"type": "object",
|
|
5279
|
+
"properties": {
|
|
5280
|
+
"@type": {
|
|
5281
|
+
"type": "string",
|
|
5282
|
+
"const": "ProposeAttributeAcceptResponseItem"
|
|
5283
|
+
},
|
|
5284
|
+
"@context": {
|
|
5285
|
+
"type": "string"
|
|
5286
|
+
},
|
|
5287
|
+
"@version": {
|
|
5288
|
+
"type": "string"
|
|
5289
|
+
},
|
|
5290
|
+
"result": {
|
|
5291
|
+
"type": "string",
|
|
5292
|
+
"const": "Accepted"
|
|
5293
|
+
},
|
|
5294
|
+
"attributeId": {
|
|
5295
|
+
"type": "string"
|
|
5296
|
+
},
|
|
5297
|
+
"attribute": {
|
|
5298
|
+
"anyOf": [
|
|
5299
|
+
{
|
|
5300
|
+
"$ref": "#/definitions/IdentityAttributeJSON"
|
|
5301
|
+
},
|
|
5302
|
+
{
|
|
5303
|
+
"$ref": "#/definitions/RelationshipAttributeJSON"
|
|
5304
|
+
}
|
|
5305
|
+
]
|
|
5306
|
+
}
|
|
5307
|
+
},
|
|
5308
|
+
"required": [
|
|
5309
|
+
"@type",
|
|
5310
|
+
"attribute",
|
|
5311
|
+
"attributeId",
|
|
5312
|
+
"result"
|
|
5313
|
+
],
|
|
5314
|
+
"additionalProperties": false
|
|
5315
|
+
},
|
|
5239
5316
|
"ReadAttributeAcceptResponseItemJSON": {
|
|
5240
5317
|
"type": "object",
|
|
5241
5318
|
"properties": {
|
|
@@ -5540,6 +5617,12 @@ exports.CreateAndCompleteOutgoingRequestFromRelationshipTemplateResponseRequest
|
|
|
5540
5617
|
{
|
|
5541
5618
|
"$ref": "#/definitions/AcceptResponseItemJSON"
|
|
5542
5619
|
},
|
|
5620
|
+
{
|
|
5621
|
+
"$ref": "#/definitions/AttributeAlreadySharedAcceptResponseItemJSON"
|
|
5622
|
+
},
|
|
5623
|
+
{
|
|
5624
|
+
"$ref": "#/definitions/AttributeSuccessionAcceptResponseItemJSON"
|
|
5625
|
+
},
|
|
5543
5626
|
{
|
|
5544
5627
|
"$ref": "#/definitions/CreateAttributeAcceptResponseItemJSON"
|
|
5545
5628
|
},
|
|
@@ -5583,12 +5666,12 @@ exports.CreateAndCompleteOutgoingRequestFromRelationshipTemplateResponseRequest
|
|
|
5583
5666
|
],
|
|
5584
5667
|
"additionalProperties": false
|
|
5585
5668
|
},
|
|
5586
|
-
"
|
|
5669
|
+
"AttributeAlreadySharedAcceptResponseItemJSON": {
|
|
5587
5670
|
"type": "object",
|
|
5588
5671
|
"properties": {
|
|
5589
5672
|
"@type": {
|
|
5590
5673
|
"type": "string",
|
|
5591
|
-
"const": "
|
|
5674
|
+
"const": "AttributeAlreadySharedAcceptResponseItem"
|
|
5592
5675
|
},
|
|
5593
5676
|
"@context": {
|
|
5594
5677
|
"type": "string"
|
|
@@ -5611,12 +5694,12 @@ exports.CreateAndCompleteOutgoingRequestFromRelationshipTemplateResponseRequest
|
|
|
5611
5694
|
],
|
|
5612
5695
|
"additionalProperties": false
|
|
5613
5696
|
},
|
|
5614
|
-
"
|
|
5697
|
+
"AttributeSuccessionAcceptResponseItemJSON": {
|
|
5615
5698
|
"type": "object",
|
|
5616
5699
|
"properties": {
|
|
5617
5700
|
"@type": {
|
|
5618
5701
|
"type": "string",
|
|
5619
|
-
"const": "
|
|
5702
|
+
"const": "AttributeSuccessionAcceptResponseItem"
|
|
5620
5703
|
},
|
|
5621
5704
|
"@context": {
|
|
5622
5705
|
"type": "string"
|
|
@@ -5628,38 +5711,13 @@ exports.CreateAndCompleteOutgoingRequestFromRelationshipTemplateResponseRequest
|
|
|
5628
5711
|
"type": "string",
|
|
5629
5712
|
"const": "Accepted"
|
|
5630
5713
|
},
|
|
5631
|
-
"
|
|
5632
|
-
"type": "string"
|
|
5633
|
-
}
|
|
5634
|
-
},
|
|
5635
|
-
"required": [
|
|
5636
|
-
"@type",
|
|
5637
|
-
"attributeId",
|
|
5638
|
-
"result"
|
|
5639
|
-
],
|
|
5640
|
-
"additionalProperties": false
|
|
5641
|
-
},
|
|
5642
|
-
"ProposeAttributeAcceptResponseItemJSON": {
|
|
5643
|
-
"type": "object",
|
|
5644
|
-
"properties": {
|
|
5645
|
-
"@type": {
|
|
5646
|
-
"type": "string",
|
|
5647
|
-
"const": "ProposeAttributeAcceptResponseItem"
|
|
5648
|
-
},
|
|
5649
|
-
"@context": {
|
|
5714
|
+
"predecessorId": {
|
|
5650
5715
|
"type": "string"
|
|
5651
5716
|
},
|
|
5652
|
-
"
|
|
5717
|
+
"successorId": {
|
|
5653
5718
|
"type": "string"
|
|
5654
5719
|
},
|
|
5655
|
-
"
|
|
5656
|
-
"type": "string",
|
|
5657
|
-
"const": "Accepted"
|
|
5658
|
-
},
|
|
5659
|
-
"attributeId": {
|
|
5660
|
-
"type": "string"
|
|
5661
|
-
},
|
|
5662
|
-
"attribute": {
|
|
5720
|
+
"successorContent": {
|
|
5663
5721
|
"anyOf": [
|
|
5664
5722
|
{
|
|
5665
5723
|
"$ref": "#/definitions/IdentityAttributeJSON"
|
|
@@ -5672,9 +5730,10 @@ exports.CreateAndCompleteOutgoingRequestFromRelationshipTemplateResponseRequest
|
|
|
5672
5730
|
},
|
|
5673
5731
|
"required": [
|
|
5674
5732
|
"@type",
|
|
5675
|
-
"
|
|
5676
|
-
"
|
|
5677
|
-
"
|
|
5733
|
+
"predecessorId",
|
|
5734
|
+
"result",
|
|
5735
|
+
"successorContent",
|
|
5736
|
+
"successorId"
|
|
5678
5737
|
],
|
|
5679
5738
|
"additionalProperties": false
|
|
5680
5739
|
},
|
|
@@ -7588,6 +7647,101 @@ exports.CreateAndCompleteOutgoingRequestFromRelationshipTemplateResponseRequest
|
|
|
7588
7647
|
"protected"
|
|
7589
7648
|
]
|
|
7590
7649
|
},
|
|
7650
|
+
"CreateAttributeAcceptResponseItemJSON": {
|
|
7651
|
+
"type": "object",
|
|
7652
|
+
"properties": {
|
|
7653
|
+
"@type": {
|
|
7654
|
+
"type": "string",
|
|
7655
|
+
"const": "CreateAttributeAcceptResponseItem"
|
|
7656
|
+
},
|
|
7657
|
+
"@context": {
|
|
7658
|
+
"type": "string"
|
|
7659
|
+
},
|
|
7660
|
+
"@version": {
|
|
7661
|
+
"type": "string"
|
|
7662
|
+
},
|
|
7663
|
+
"result": {
|
|
7664
|
+
"type": "string",
|
|
7665
|
+
"const": "Accepted"
|
|
7666
|
+
},
|
|
7667
|
+
"attributeId": {
|
|
7668
|
+
"type": "string"
|
|
7669
|
+
}
|
|
7670
|
+
},
|
|
7671
|
+
"required": [
|
|
7672
|
+
"@type",
|
|
7673
|
+
"attributeId",
|
|
7674
|
+
"result"
|
|
7675
|
+
],
|
|
7676
|
+
"additionalProperties": false
|
|
7677
|
+
},
|
|
7678
|
+
"ShareAttributeAcceptResponseItemJSON": {
|
|
7679
|
+
"type": "object",
|
|
7680
|
+
"properties": {
|
|
7681
|
+
"@type": {
|
|
7682
|
+
"type": "string",
|
|
7683
|
+
"const": "ShareAttributeAcceptResponseItem"
|
|
7684
|
+
},
|
|
7685
|
+
"@context": {
|
|
7686
|
+
"type": "string"
|
|
7687
|
+
},
|
|
7688
|
+
"@version": {
|
|
7689
|
+
"type": "string"
|
|
7690
|
+
},
|
|
7691
|
+
"result": {
|
|
7692
|
+
"type": "string",
|
|
7693
|
+
"const": "Accepted"
|
|
7694
|
+
},
|
|
7695
|
+
"attributeId": {
|
|
7696
|
+
"type": "string"
|
|
7697
|
+
}
|
|
7698
|
+
},
|
|
7699
|
+
"required": [
|
|
7700
|
+
"@type",
|
|
7701
|
+
"attributeId",
|
|
7702
|
+
"result"
|
|
7703
|
+
],
|
|
7704
|
+
"additionalProperties": false
|
|
7705
|
+
},
|
|
7706
|
+
"ProposeAttributeAcceptResponseItemJSON": {
|
|
7707
|
+
"type": "object",
|
|
7708
|
+
"properties": {
|
|
7709
|
+
"@type": {
|
|
7710
|
+
"type": "string",
|
|
7711
|
+
"const": "ProposeAttributeAcceptResponseItem"
|
|
7712
|
+
},
|
|
7713
|
+
"@context": {
|
|
7714
|
+
"type": "string"
|
|
7715
|
+
},
|
|
7716
|
+
"@version": {
|
|
7717
|
+
"type": "string"
|
|
7718
|
+
},
|
|
7719
|
+
"result": {
|
|
7720
|
+
"type": "string",
|
|
7721
|
+
"const": "Accepted"
|
|
7722
|
+
},
|
|
7723
|
+
"attributeId": {
|
|
7724
|
+
"type": "string"
|
|
7725
|
+
},
|
|
7726
|
+
"attribute": {
|
|
7727
|
+
"anyOf": [
|
|
7728
|
+
{
|
|
7729
|
+
"$ref": "#/definitions/IdentityAttributeJSON"
|
|
7730
|
+
},
|
|
7731
|
+
{
|
|
7732
|
+
"$ref": "#/definitions/RelationshipAttributeJSON"
|
|
7733
|
+
}
|
|
7734
|
+
]
|
|
7735
|
+
}
|
|
7736
|
+
},
|
|
7737
|
+
"required": [
|
|
7738
|
+
"@type",
|
|
7739
|
+
"attribute",
|
|
7740
|
+
"attributeId",
|
|
7741
|
+
"result"
|
|
7742
|
+
],
|
|
7743
|
+
"additionalProperties": false
|
|
7744
|
+
},
|
|
7591
7745
|
"ReadAttributeAcceptResponseItemJSON": {
|
|
7592
7746
|
"type": "object",
|
|
7593
7747
|
"properties": {
|