@nmshd/runtime 2.5.0 → 2.5.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/dataViews/DataViewExpander.js +0 -2
- package/dist/dataViews/DataViewExpander.js.map +1 -1
- package/dist/dataViews/transport/FileDVO.d.ts +0 -1
- package/dist/dataViews/transport/RelationshipDVO.d.ts +1 -1
- package/dist/useCases/common/Schemas.js +150 -162
- package/dist/useCases/common/Schemas.js.map +1 -1
- package/lib-web/nmshd.runtime.js +155 -169
- package/lib-web/nmshd.runtime.js.map +1 -1
- package/lib-web/nmshd.runtime.min.js +1 -1
- package/lib-web/nmshd.runtime.min.js.map +1 -1
- package/package.json +3 -3
package/lib-web/nmshd.runtime.js
CHANGED
|
@@ -548,11 +548,11 @@ const content_1 = __webpack_require__(/*! @nmshd/content */ "@nmshd/content");
|
|
|
548
548
|
const crypto_1 = __webpack_require__(/*! @nmshd/crypto */ "@nmshd/crypto");
|
|
549
549
|
const transport_1 = __webpack_require__(/*! @nmshd/transport */ "@nmshd/transport");
|
|
550
550
|
exports.buildInformation = {
|
|
551
|
-
version: "2.5.
|
|
552
|
-
build: "
|
|
553
|
-
date: "2023-07-
|
|
554
|
-
commit: "
|
|
555
|
-
dependencies: {"@js-soft/docdb-querytranslator":"1.1.0","@js-soft/logging-abstractions":"1.0.0","@js-soft/ts-serval":"2.0.8","@js-soft/ts-utils":"^2.3.1","@nmshd/consumption":"3.2.
|
|
551
|
+
version: "2.5.2",
|
|
552
|
+
build: "156",
|
|
553
|
+
date: "2023-07-13T14:45:52+00:00",
|
|
554
|
+
commit: "cfd1e4319bd78295a7ea7e73d9af4365b0fbaf0c",
|
|
555
|
+
dependencies: {"@js-soft/docdb-querytranslator":"1.1.0","@js-soft/logging-abstractions":"1.0.0","@js-soft/ts-serval":"2.0.8","@js-soft/ts-utils":"^2.3.1","@nmshd/consumption":"3.2.2","@nmshd/content":"2.3.6","@nmshd/crypto":"2.0.4","@nmshd/transport":"2.0.5","ajv":"^8.12.0","ajv-errors":"^3.0.0","ajv-formats":"^2.1.1","json-stringify-safe":"^5.0.1","lodash":"^4.17.21","luxon":"^3.3.0","qrcode":"1.5.3","reflect-metadata":"0.1.13","ts-simple-nameof":"1.3.1","typescript-ioc":"3.2.2"},
|
|
556
556
|
libraries: {
|
|
557
557
|
serval: ts_serval_1.buildInformation,
|
|
558
558
|
consumption: consumption_1.buildInformation,
|
|
@@ -1528,8 +1528,6 @@ let DataViewExpander = exports.DataViewExpander = class DataViewExpander {
|
|
|
1528
1528
|
id: "",
|
|
1529
1529
|
name,
|
|
1530
1530
|
description,
|
|
1531
|
-
validFrom: query.validFrom,
|
|
1532
|
-
validTo: query.validTo,
|
|
1533
1531
|
queryString: query.queryString,
|
|
1534
1532
|
isProcessed: false
|
|
1535
1533
|
};
|
|
@@ -8334,12 +8332,6 @@ exports.ExecuteIdentityAttributeQueryRequest = {
|
|
|
8334
8332
|
"IIdentityAttributeQuery": {
|
|
8335
8333
|
"type": "object",
|
|
8336
8334
|
"properties": {
|
|
8337
|
-
"validFrom": {
|
|
8338
|
-
"$ref": "#/definitions/ICoreDate"
|
|
8339
|
-
},
|
|
8340
|
-
"validTo": {
|
|
8341
|
-
"$ref": "#/definitions/ICoreDate"
|
|
8342
|
-
},
|
|
8343
8335
|
"valueType": {
|
|
8344
8336
|
"$ref": "#/definitions/AttributeValues.Identity.TypeName"
|
|
8345
8337
|
},
|
|
@@ -8348,6 +8340,12 @@ exports.ExecuteIdentityAttributeQueryRequest = {
|
|
|
8348
8340
|
"items": {
|
|
8349
8341
|
"type": "string"
|
|
8350
8342
|
}
|
|
8343
|
+
},
|
|
8344
|
+
"validFrom": {
|
|
8345
|
+
"$ref": "#/definitions/ICoreDate"
|
|
8346
|
+
},
|
|
8347
|
+
"validTo": {
|
|
8348
|
+
"$ref": "#/definitions/ICoreDate"
|
|
8351
8349
|
}
|
|
8352
8350
|
},
|
|
8353
8351
|
"required": [
|
|
@@ -8355,18 +8353,6 @@ exports.ExecuteIdentityAttributeQueryRequest = {
|
|
|
8355
8353
|
],
|
|
8356
8354
|
"additionalProperties": false
|
|
8357
8355
|
},
|
|
8358
|
-
"ICoreDate": {
|
|
8359
|
-
"type": "object",
|
|
8360
|
-
"properties": {
|
|
8361
|
-
"date": {
|
|
8362
|
-
"type": "string"
|
|
8363
|
-
}
|
|
8364
|
-
},
|
|
8365
|
-
"required": [
|
|
8366
|
-
"date"
|
|
8367
|
-
],
|
|
8368
|
-
"additionalProperties": false
|
|
8369
|
-
},
|
|
8370
8356
|
"AttributeValues.Identity.TypeName": {
|
|
8371
8357
|
"anyOf": [
|
|
8372
8358
|
{
|
|
@@ -8427,6 +8413,18 @@ exports.ExecuteIdentityAttributeQueryRequest = {
|
|
|
8427
8413
|
"ZipCode"
|
|
8428
8414
|
]
|
|
8429
8415
|
},
|
|
8416
|
+
"ICoreDate": {
|
|
8417
|
+
"type": "object",
|
|
8418
|
+
"properties": {
|
|
8419
|
+
"date": {
|
|
8420
|
+
"type": "string"
|
|
8421
|
+
}
|
|
8422
|
+
},
|
|
8423
|
+
"required": [
|
|
8424
|
+
"date"
|
|
8425
|
+
],
|
|
8426
|
+
"additionalProperties": false
|
|
8427
|
+
},
|
|
8430
8428
|
"IdentityAttributeQueryJSON": {
|
|
8431
8429
|
"type": "object",
|
|
8432
8430
|
"properties": {
|
|
@@ -8440,12 +8438,6 @@ exports.ExecuteIdentityAttributeQueryRequest = {
|
|
|
8440
8438
|
"@version": {
|
|
8441
8439
|
"type": "string"
|
|
8442
8440
|
},
|
|
8443
|
-
"validFrom": {
|
|
8444
|
-
"type": "string"
|
|
8445
|
-
},
|
|
8446
|
-
"validTo": {
|
|
8447
|
-
"type": "string"
|
|
8448
|
-
},
|
|
8449
8441
|
"valueType": {
|
|
8450
8442
|
"$ref": "#/definitions/AttributeValues.Identity.TypeName"
|
|
8451
8443
|
},
|
|
@@ -8454,6 +8446,12 @@ exports.ExecuteIdentityAttributeQueryRequest = {
|
|
|
8454
8446
|
"items": {
|
|
8455
8447
|
"type": "string"
|
|
8456
8448
|
}
|
|
8449
|
+
},
|
|
8450
|
+
"validFrom": {
|
|
8451
|
+
"type": "string"
|
|
8452
|
+
},
|
|
8453
|
+
"validTo": {
|
|
8454
|
+
"type": "string"
|
|
8457
8455
|
}
|
|
8458
8456
|
},
|
|
8459
8457
|
"required": [
|
|
@@ -8490,12 +8488,6 @@ exports.ExecuteIQLQueryRequest = {
|
|
|
8490
8488
|
"IIQLQuery": {
|
|
8491
8489
|
"type": "object",
|
|
8492
8490
|
"properties": {
|
|
8493
|
-
"validFrom": {
|
|
8494
|
-
"$ref": "#/definitions/ICoreDate"
|
|
8495
|
-
},
|
|
8496
|
-
"validTo": {
|
|
8497
|
-
"$ref": "#/definitions/ICoreDate"
|
|
8498
|
-
},
|
|
8499
8491
|
"queryString": {
|
|
8500
8492
|
"type": "string"
|
|
8501
8493
|
}
|
|
@@ -8505,18 +8497,6 @@ exports.ExecuteIQLQueryRequest = {
|
|
|
8505
8497
|
],
|
|
8506
8498
|
"additionalProperties": false
|
|
8507
8499
|
},
|
|
8508
|
-
"ICoreDate": {
|
|
8509
|
-
"type": "object",
|
|
8510
|
-
"properties": {
|
|
8511
|
-
"date": {
|
|
8512
|
-
"type": "string"
|
|
8513
|
-
}
|
|
8514
|
-
},
|
|
8515
|
-
"required": [
|
|
8516
|
-
"date"
|
|
8517
|
-
],
|
|
8518
|
-
"additionalProperties": false
|
|
8519
|
-
},
|
|
8520
8500
|
"IQLQueryJSON": {
|
|
8521
8501
|
"type": "object",
|
|
8522
8502
|
"properties": {
|
|
@@ -8530,12 +8510,6 @@ exports.ExecuteIQLQueryRequest = {
|
|
|
8530
8510
|
"@version": {
|
|
8531
8511
|
"type": "string"
|
|
8532
8512
|
},
|
|
8533
|
-
"validFrom": {
|
|
8534
|
-
"type": "string"
|
|
8535
|
-
},
|
|
8536
|
-
"validTo": {
|
|
8537
|
-
"type": "string"
|
|
8538
|
-
},
|
|
8539
8513
|
"queryString": {
|
|
8540
8514
|
"type": "string"
|
|
8541
8515
|
}
|
|
@@ -8574,12 +8548,6 @@ exports.ExecuteRelationshipAttributeQueryRequest = {
|
|
|
8574
8548
|
"IRelationshipAttributeQuery": {
|
|
8575
8549
|
"type": "object",
|
|
8576
8550
|
"properties": {
|
|
8577
|
-
"validFrom": {
|
|
8578
|
-
"$ref": "#/definitions/ICoreDate"
|
|
8579
|
-
},
|
|
8580
|
-
"validTo": {
|
|
8581
|
-
"$ref": "#/definitions/ICoreDate"
|
|
8582
|
-
},
|
|
8583
8551
|
"key": {
|
|
8584
8552
|
"type": "string"
|
|
8585
8553
|
},
|
|
@@ -8588,6 +8556,12 @@ exports.ExecuteRelationshipAttributeQueryRequest = {
|
|
|
8588
8556
|
},
|
|
8589
8557
|
"attributeCreationHints": {
|
|
8590
8558
|
"$ref": "#/definitions/IRelationshipAttributeCreationHints"
|
|
8559
|
+
},
|
|
8560
|
+
"validFrom": {
|
|
8561
|
+
"$ref": "#/definitions/ICoreDate"
|
|
8562
|
+
},
|
|
8563
|
+
"validTo": {
|
|
8564
|
+
"$ref": "#/definitions/ICoreDate"
|
|
8591
8565
|
}
|
|
8592
8566
|
},
|
|
8593
8567
|
"required": [
|
|
@@ -8597,18 +8571,6 @@ exports.ExecuteRelationshipAttributeQueryRequest = {
|
|
|
8597
8571
|
],
|
|
8598
8572
|
"additionalProperties": false
|
|
8599
8573
|
},
|
|
8600
|
-
"ICoreDate": {
|
|
8601
|
-
"type": "object",
|
|
8602
|
-
"properties": {
|
|
8603
|
-
"date": {
|
|
8604
|
-
"type": "string"
|
|
8605
|
-
}
|
|
8606
|
-
},
|
|
8607
|
-
"required": [
|
|
8608
|
-
"date"
|
|
8609
|
-
],
|
|
8610
|
-
"additionalProperties": false
|
|
8611
|
-
},
|
|
8612
8574
|
"ICoreAddress": {
|
|
8613
8575
|
"type": "object",
|
|
8614
8576
|
"properties": {
|
|
@@ -8638,6 +8600,12 @@ exports.ExecuteRelationshipAttributeQueryRequest = {
|
|
|
8638
8600
|
},
|
|
8639
8601
|
"confidentiality": {
|
|
8640
8602
|
"$ref": "#/definitions/RelationshipAttributeConfidentiality"
|
|
8603
|
+
},
|
|
8604
|
+
"validFrom": {
|
|
8605
|
+
"$ref": "#/definitions/ICoreDate"
|
|
8606
|
+
},
|
|
8607
|
+
"validTo": {
|
|
8608
|
+
"$ref": "#/definitions/ICoreDate"
|
|
8641
8609
|
}
|
|
8642
8610
|
},
|
|
8643
8611
|
"required": [
|
|
@@ -8730,6 +8698,18 @@ exports.ExecuteRelationshipAttributeQueryRequest = {
|
|
|
8730
8698
|
"protected"
|
|
8731
8699
|
]
|
|
8732
8700
|
},
|
|
8701
|
+
"ICoreDate": {
|
|
8702
|
+
"type": "object",
|
|
8703
|
+
"properties": {
|
|
8704
|
+
"date": {
|
|
8705
|
+
"type": "string"
|
|
8706
|
+
}
|
|
8707
|
+
},
|
|
8708
|
+
"required": [
|
|
8709
|
+
"date"
|
|
8710
|
+
],
|
|
8711
|
+
"additionalProperties": false
|
|
8712
|
+
},
|
|
8733
8713
|
"RelationshipAttributeQueryJSON": {
|
|
8734
8714
|
"type": "object",
|
|
8735
8715
|
"properties": {
|
|
@@ -8743,12 +8723,6 @@ exports.ExecuteRelationshipAttributeQueryRequest = {
|
|
|
8743
8723
|
"@version": {
|
|
8744
8724
|
"type": "string"
|
|
8745
8725
|
},
|
|
8746
|
-
"validFrom": {
|
|
8747
|
-
"type": "string"
|
|
8748
|
-
},
|
|
8749
|
-
"validTo": {
|
|
8750
|
-
"type": "string"
|
|
8751
|
-
},
|
|
8752
8726
|
"key": {
|
|
8753
8727
|
"type": "string"
|
|
8754
8728
|
},
|
|
@@ -8757,6 +8731,12 @@ exports.ExecuteRelationshipAttributeQueryRequest = {
|
|
|
8757
8731
|
},
|
|
8758
8732
|
"attributeCreationHints": {
|
|
8759
8733
|
"$ref": "#/definitions/RelationshipAttributeCreationHintsJSON"
|
|
8734
|
+
},
|
|
8735
|
+
"validFrom": {
|
|
8736
|
+
"type": "string"
|
|
8737
|
+
},
|
|
8738
|
+
"validTo": {
|
|
8739
|
+
"type": "string"
|
|
8760
8740
|
}
|
|
8761
8741
|
},
|
|
8762
8742
|
"required": [
|
|
@@ -8784,6 +8764,12 @@ exports.ExecuteRelationshipAttributeQueryRequest = {
|
|
|
8784
8764
|
},
|
|
8785
8765
|
"confidentiality": {
|
|
8786
8766
|
"$ref": "#/definitions/RelationshipAttributeConfidentiality"
|
|
8767
|
+
},
|
|
8768
|
+
"validFrom": {
|
|
8769
|
+
"type": "string"
|
|
8770
|
+
},
|
|
8771
|
+
"validTo": {
|
|
8772
|
+
"type": "string"
|
|
8787
8773
|
}
|
|
8788
8774
|
},
|
|
8789
8775
|
"required": [
|
|
@@ -8891,12 +8877,6 @@ exports.ExecuteThirdPartyRelationshipAttributeQueryRequest = {
|
|
|
8891
8877
|
"IThirdPartyRelationshipAttributeQuery": {
|
|
8892
8878
|
"type": "object",
|
|
8893
8879
|
"properties": {
|
|
8894
|
-
"validFrom": {
|
|
8895
|
-
"$ref": "#/definitions/ICoreDate"
|
|
8896
|
-
},
|
|
8897
|
-
"validTo": {
|
|
8898
|
-
"$ref": "#/definitions/ICoreDate"
|
|
8899
|
-
},
|
|
8900
8880
|
"key": {
|
|
8901
8881
|
"type": "string"
|
|
8902
8882
|
},
|
|
@@ -8908,6 +8888,12 @@ exports.ExecuteThirdPartyRelationshipAttributeQueryRequest = {
|
|
|
8908
8888
|
"items": {
|
|
8909
8889
|
"$ref": "#/definitions/ICoreAddress"
|
|
8910
8890
|
}
|
|
8891
|
+
},
|
|
8892
|
+
"validFrom": {
|
|
8893
|
+
"$ref": "#/definitions/ICoreDate"
|
|
8894
|
+
},
|
|
8895
|
+
"validTo": {
|
|
8896
|
+
"$ref": "#/definitions/ICoreDate"
|
|
8911
8897
|
}
|
|
8912
8898
|
},
|
|
8913
8899
|
"required": [
|
|
@@ -8917,27 +8903,27 @@ exports.ExecuteThirdPartyRelationshipAttributeQueryRequest = {
|
|
|
8917
8903
|
],
|
|
8918
8904
|
"additionalProperties": false
|
|
8919
8905
|
},
|
|
8920
|
-
"
|
|
8906
|
+
"ICoreAddress": {
|
|
8921
8907
|
"type": "object",
|
|
8922
8908
|
"properties": {
|
|
8923
|
-
"
|
|
8909
|
+
"address": {
|
|
8924
8910
|
"type": "string"
|
|
8925
8911
|
}
|
|
8926
8912
|
},
|
|
8927
8913
|
"required": [
|
|
8928
|
-
"
|
|
8914
|
+
"address"
|
|
8929
8915
|
],
|
|
8930
8916
|
"additionalProperties": false
|
|
8931
8917
|
},
|
|
8932
|
-
"
|
|
8918
|
+
"ICoreDate": {
|
|
8933
8919
|
"type": "object",
|
|
8934
8920
|
"properties": {
|
|
8935
|
-
"
|
|
8921
|
+
"date": {
|
|
8936
8922
|
"type": "string"
|
|
8937
8923
|
}
|
|
8938
8924
|
},
|
|
8939
8925
|
"required": [
|
|
8940
|
-
"
|
|
8926
|
+
"date"
|
|
8941
8927
|
],
|
|
8942
8928
|
"additionalProperties": false
|
|
8943
8929
|
},
|
|
@@ -8954,12 +8940,6 @@ exports.ExecuteThirdPartyRelationshipAttributeQueryRequest = {
|
|
|
8954
8940
|
"@version": {
|
|
8955
8941
|
"type": "string"
|
|
8956
8942
|
},
|
|
8957
|
-
"validFrom": {
|
|
8958
|
-
"type": "string"
|
|
8959
|
-
},
|
|
8960
|
-
"validTo": {
|
|
8961
|
-
"type": "string"
|
|
8962
|
-
},
|
|
8963
8943
|
"key": {
|
|
8964
8944
|
"type": "string"
|
|
8965
8945
|
},
|
|
@@ -8971,6 +8951,12 @@ exports.ExecuteThirdPartyRelationshipAttributeQueryRequest = {
|
|
|
8971
8951
|
"items": {
|
|
8972
8952
|
"type": "string"
|
|
8973
8953
|
}
|
|
8954
|
+
},
|
|
8955
|
+
"validFrom": {
|
|
8956
|
+
"type": "string"
|
|
8957
|
+
},
|
|
8958
|
+
"validTo": {
|
|
8959
|
+
"type": "string"
|
|
8974
8960
|
}
|
|
8975
8961
|
},
|
|
8976
8962
|
"required": [
|
|
@@ -11867,12 +11853,6 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
11867
11853
|
"@version": {
|
|
11868
11854
|
"type": "string"
|
|
11869
11855
|
},
|
|
11870
|
-
"validFrom": {
|
|
11871
|
-
"type": "string"
|
|
11872
|
-
},
|
|
11873
|
-
"validTo": {
|
|
11874
|
-
"type": "string"
|
|
11875
|
-
},
|
|
11876
11856
|
"valueType": {
|
|
11877
11857
|
"$ref": "#/definitions/AttributeValues.Identity.TypeName"
|
|
11878
11858
|
},
|
|
@@ -11881,6 +11861,12 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
11881
11861
|
"items": {
|
|
11882
11862
|
"type": "string"
|
|
11883
11863
|
}
|
|
11864
|
+
},
|
|
11865
|
+
"validFrom": {
|
|
11866
|
+
"type": "string"
|
|
11867
|
+
},
|
|
11868
|
+
"validTo": {
|
|
11869
|
+
"type": "string"
|
|
11884
11870
|
}
|
|
11885
11871
|
},
|
|
11886
11872
|
"required": [
|
|
@@ -11962,12 +11948,6 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
11962
11948
|
"@version": {
|
|
11963
11949
|
"type": "string"
|
|
11964
11950
|
},
|
|
11965
|
-
"validFrom": {
|
|
11966
|
-
"type": "string"
|
|
11967
|
-
},
|
|
11968
|
-
"validTo": {
|
|
11969
|
-
"type": "string"
|
|
11970
|
-
},
|
|
11971
11951
|
"key": {
|
|
11972
11952
|
"type": "string"
|
|
11973
11953
|
},
|
|
@@ -11976,6 +11956,12 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
11976
11956
|
},
|
|
11977
11957
|
"attributeCreationHints": {
|
|
11978
11958
|
"$ref": "#/definitions/RelationshipAttributeCreationHintsJSON"
|
|
11959
|
+
},
|
|
11960
|
+
"validFrom": {
|
|
11961
|
+
"type": "string"
|
|
11962
|
+
},
|
|
11963
|
+
"validTo": {
|
|
11964
|
+
"type": "string"
|
|
11979
11965
|
}
|
|
11980
11966
|
},
|
|
11981
11967
|
"required": [
|
|
@@ -12003,6 +11989,12 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
12003
11989
|
},
|
|
12004
11990
|
"confidentiality": {
|
|
12005
11991
|
"$ref": "#/definitions/RelationshipAttributeConfidentiality"
|
|
11992
|
+
},
|
|
11993
|
+
"validFrom": {
|
|
11994
|
+
"type": "string"
|
|
11995
|
+
},
|
|
11996
|
+
"validTo": {
|
|
11997
|
+
"type": "string"
|
|
12006
11998
|
}
|
|
12007
11999
|
},
|
|
12008
12000
|
"required": [
|
|
@@ -12043,12 +12035,6 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
12043
12035
|
"@version": {
|
|
12044
12036
|
"type": "string"
|
|
12045
12037
|
},
|
|
12046
|
-
"validFrom": {
|
|
12047
|
-
"type": "string"
|
|
12048
|
-
},
|
|
12049
|
-
"validTo": {
|
|
12050
|
-
"type": "string"
|
|
12051
|
-
},
|
|
12052
12038
|
"queryString": {
|
|
12053
12039
|
"type": "string"
|
|
12054
12040
|
}
|
|
@@ -12129,12 +12115,6 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
12129
12115
|
"@version": {
|
|
12130
12116
|
"type": "string"
|
|
12131
12117
|
},
|
|
12132
|
-
"validFrom": {
|
|
12133
|
-
"type": "string"
|
|
12134
|
-
},
|
|
12135
|
-
"validTo": {
|
|
12136
|
-
"type": "string"
|
|
12137
|
-
},
|
|
12138
12118
|
"key": {
|
|
12139
12119
|
"type": "string"
|
|
12140
12120
|
},
|
|
@@ -12146,6 +12126,12 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
12146
12126
|
"items": {
|
|
12147
12127
|
"type": "string"
|
|
12148
12128
|
}
|
|
12129
|
+
},
|
|
12130
|
+
"validFrom": {
|
|
12131
|
+
"type": "string"
|
|
12132
|
+
},
|
|
12133
|
+
"validTo": {
|
|
12134
|
+
"type": "string"
|
|
12149
12135
|
}
|
|
12150
12136
|
},
|
|
12151
12137
|
"required": [
|
|
@@ -19261,12 +19247,6 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
19261
19247
|
"@version": {
|
|
19262
19248
|
"type": "string"
|
|
19263
19249
|
},
|
|
19264
|
-
"validFrom": {
|
|
19265
|
-
"type": "string"
|
|
19266
|
-
},
|
|
19267
|
-
"validTo": {
|
|
19268
|
-
"type": "string"
|
|
19269
|
-
},
|
|
19270
19250
|
"valueType": {
|
|
19271
19251
|
"$ref": "#/definitions/AttributeValues.Identity.TypeName"
|
|
19272
19252
|
},
|
|
@@ -19275,6 +19255,12 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
19275
19255
|
"items": {
|
|
19276
19256
|
"type": "string"
|
|
19277
19257
|
}
|
|
19258
|
+
},
|
|
19259
|
+
"validFrom": {
|
|
19260
|
+
"type": "string"
|
|
19261
|
+
},
|
|
19262
|
+
"validTo": {
|
|
19263
|
+
"type": "string"
|
|
19278
19264
|
}
|
|
19279
19265
|
},
|
|
19280
19266
|
"required": [
|
|
@@ -19356,12 +19342,6 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
19356
19342
|
"@version": {
|
|
19357
19343
|
"type": "string"
|
|
19358
19344
|
},
|
|
19359
|
-
"validFrom": {
|
|
19360
|
-
"type": "string"
|
|
19361
|
-
},
|
|
19362
|
-
"validTo": {
|
|
19363
|
-
"type": "string"
|
|
19364
|
-
},
|
|
19365
19345
|
"key": {
|
|
19366
19346
|
"type": "string"
|
|
19367
19347
|
},
|
|
@@ -19370,6 +19350,12 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
19370
19350
|
},
|
|
19371
19351
|
"attributeCreationHints": {
|
|
19372
19352
|
"$ref": "#/definitions/RelationshipAttributeCreationHintsJSON"
|
|
19353
|
+
},
|
|
19354
|
+
"validFrom": {
|
|
19355
|
+
"type": "string"
|
|
19356
|
+
},
|
|
19357
|
+
"validTo": {
|
|
19358
|
+
"type": "string"
|
|
19373
19359
|
}
|
|
19374
19360
|
},
|
|
19375
19361
|
"required": [
|
|
@@ -19397,6 +19383,12 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
19397
19383
|
},
|
|
19398
19384
|
"confidentiality": {
|
|
19399
19385
|
"$ref": "#/definitions/RelationshipAttributeConfidentiality"
|
|
19386
|
+
},
|
|
19387
|
+
"validFrom": {
|
|
19388
|
+
"type": "string"
|
|
19389
|
+
},
|
|
19390
|
+
"validTo": {
|
|
19391
|
+
"type": "string"
|
|
19400
19392
|
}
|
|
19401
19393
|
},
|
|
19402
19394
|
"required": [
|
|
@@ -19437,12 +19429,6 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
19437
19429
|
"@version": {
|
|
19438
19430
|
"type": "string"
|
|
19439
19431
|
},
|
|
19440
|
-
"validFrom": {
|
|
19441
|
-
"type": "string"
|
|
19442
|
-
},
|
|
19443
|
-
"validTo": {
|
|
19444
|
-
"type": "string"
|
|
19445
|
-
},
|
|
19446
19432
|
"queryString": {
|
|
19447
19433
|
"type": "string"
|
|
19448
19434
|
}
|
|
@@ -19523,12 +19509,6 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
19523
19509
|
"@version": {
|
|
19524
19510
|
"type": "string"
|
|
19525
19511
|
},
|
|
19526
|
-
"validFrom": {
|
|
19527
|
-
"type": "string"
|
|
19528
|
-
},
|
|
19529
|
-
"validTo": {
|
|
19530
|
-
"type": "string"
|
|
19531
|
-
},
|
|
19532
19512
|
"key": {
|
|
19533
19513
|
"type": "string"
|
|
19534
19514
|
},
|
|
@@ -19540,6 +19520,12 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
19540
19520
|
"items": {
|
|
19541
19521
|
"type": "string"
|
|
19542
19522
|
}
|
|
19523
|
+
},
|
|
19524
|
+
"validFrom": {
|
|
19525
|
+
"type": "string"
|
|
19526
|
+
},
|
|
19527
|
+
"validTo": {
|
|
19528
|
+
"type": "string"
|
|
19543
19529
|
}
|
|
19544
19530
|
},
|
|
19545
19531
|
"required": [
|
|
@@ -22456,12 +22442,6 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
22456
22442
|
"@version": {
|
|
22457
22443
|
"type": "string"
|
|
22458
22444
|
},
|
|
22459
|
-
"validFrom": {
|
|
22460
|
-
"type": "string"
|
|
22461
|
-
},
|
|
22462
|
-
"validTo": {
|
|
22463
|
-
"type": "string"
|
|
22464
|
-
},
|
|
22465
22445
|
"valueType": {
|
|
22466
22446
|
"$ref": "#/definitions/AttributeValues.Identity.TypeName"
|
|
22467
22447
|
},
|
|
@@ -22470,6 +22450,12 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
22470
22450
|
"items": {
|
|
22471
22451
|
"type": "string"
|
|
22472
22452
|
}
|
|
22453
|
+
},
|
|
22454
|
+
"validFrom": {
|
|
22455
|
+
"type": "string"
|
|
22456
|
+
},
|
|
22457
|
+
"validTo": {
|
|
22458
|
+
"type": "string"
|
|
22473
22459
|
}
|
|
22474
22460
|
},
|
|
22475
22461
|
"required": [
|
|
@@ -22551,12 +22537,6 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
22551
22537
|
"@version": {
|
|
22552
22538
|
"type": "string"
|
|
22553
22539
|
},
|
|
22554
|
-
"validFrom": {
|
|
22555
|
-
"type": "string"
|
|
22556
|
-
},
|
|
22557
|
-
"validTo": {
|
|
22558
|
-
"type": "string"
|
|
22559
|
-
},
|
|
22560
22540
|
"key": {
|
|
22561
22541
|
"type": "string"
|
|
22562
22542
|
},
|
|
@@ -22565,6 +22545,12 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
22565
22545
|
},
|
|
22566
22546
|
"attributeCreationHints": {
|
|
22567
22547
|
"$ref": "#/definitions/RelationshipAttributeCreationHintsJSON"
|
|
22548
|
+
},
|
|
22549
|
+
"validFrom": {
|
|
22550
|
+
"type": "string"
|
|
22551
|
+
},
|
|
22552
|
+
"validTo": {
|
|
22553
|
+
"type": "string"
|
|
22568
22554
|
}
|
|
22569
22555
|
},
|
|
22570
22556
|
"required": [
|
|
@@ -22592,6 +22578,12 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
22592
22578
|
},
|
|
22593
22579
|
"confidentiality": {
|
|
22594
22580
|
"$ref": "#/definitions/RelationshipAttributeConfidentiality"
|
|
22581
|
+
},
|
|
22582
|
+
"validFrom": {
|
|
22583
|
+
"type": "string"
|
|
22584
|
+
},
|
|
22585
|
+
"validTo": {
|
|
22586
|
+
"type": "string"
|
|
22595
22587
|
}
|
|
22596
22588
|
},
|
|
22597
22589
|
"required": [
|
|
@@ -22632,12 +22624,6 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
22632
22624
|
"@version": {
|
|
22633
22625
|
"type": "string"
|
|
22634
22626
|
},
|
|
22635
|
-
"validFrom": {
|
|
22636
|
-
"type": "string"
|
|
22637
|
-
},
|
|
22638
|
-
"validTo": {
|
|
22639
|
-
"type": "string"
|
|
22640
|
-
},
|
|
22641
22627
|
"queryString": {
|
|
22642
22628
|
"type": "string"
|
|
22643
22629
|
}
|
|
@@ -22718,12 +22704,6 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
22718
22704
|
"@version": {
|
|
22719
22705
|
"type": "string"
|
|
22720
22706
|
},
|
|
22721
|
-
"validFrom": {
|
|
22722
|
-
"type": "string"
|
|
22723
|
-
},
|
|
22724
|
-
"validTo": {
|
|
22725
|
-
"type": "string"
|
|
22726
|
-
},
|
|
22727
22707
|
"key": {
|
|
22728
22708
|
"type": "string"
|
|
22729
22709
|
},
|
|
@@ -22735,6 +22715,12 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
22735
22715
|
"items": {
|
|
22736
22716
|
"type": "string"
|
|
22737
22717
|
}
|
|
22718
|
+
},
|
|
22719
|
+
"validFrom": {
|
|
22720
|
+
"type": "string"
|
|
22721
|
+
},
|
|
22722
|
+
"validTo": {
|
|
22723
|
+
"type": "string"
|
|
22738
22724
|
}
|
|
22739
22725
|
},
|
|
22740
22726
|
"required": [
|