@nmshd/runtime 3.3.0 → 3.4.0

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.
Files changed (23) hide show
  1. package/dist/buildInformation.js +4 -4
  2. package/dist/useCases/common/Schemas.js +9 -0
  3. package/dist/useCases/common/Schemas.js.map +1 -1
  4. package/dist/useCases/consumption/attributes/GetOwnSharedAttributes.d.ts +7 -2
  5. package/dist/useCases/consumption/attributes/GetOwnSharedAttributes.js +17 -3
  6. package/dist/useCases/consumption/attributes/GetOwnSharedAttributes.js.map +1 -1
  7. package/dist/useCases/consumption/attributes/GetPeerSharedAttributes.d.ts +7 -2
  8. package/dist/useCases/consumption/attributes/GetPeerSharedAttributes.js +17 -3
  9. package/dist/useCases/consumption/attributes/GetPeerSharedAttributes.js.map +1 -1
  10. package/dist/useCases/consumption/attributes/NotifyPeerAboutIdentityAttributeSuccession.d.ts +2 -1
  11. package/dist/useCases/consumption/attributes/NotifyPeerAboutIdentityAttributeSuccession.js +2 -1
  12. package/dist/useCases/consumption/attributes/NotifyPeerAboutIdentityAttributeSuccession.js.map +1 -1
  13. package/dist/useCases/consumption/attributes/SucceedRelationshipAttributeAndNotifyPeer.d.ts +2 -1
  14. package/dist/useCases/consumption/attributes/SucceedRelationshipAttributeAndNotifyPeer.js +2 -1
  15. package/dist/useCases/consumption/attributes/SucceedRelationshipAttributeAndNotifyPeer.js.map +1 -1
  16. package/dist/useCases/transport/relationships/GetAttributesForRelationship.d.ts +1 -0
  17. package/dist/useCases/transport/relationships/GetAttributesForRelationship.js +5 -4
  18. package/dist/useCases/transport/relationships/GetAttributesForRelationship.js.map +1 -1
  19. package/lib-web/nmshd.runtime.js +56 -16
  20. package/lib-web/nmshd.runtime.js.map +1 -1
  21. package/lib-web/nmshd.runtime.min.js +2 -2
  22. package/lib-web/nmshd.runtime.min.js.map +1 -1
  23. package/package.json +2 -2
@@ -7,10 +7,10 @@ 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: "3.3.0",
11
- build: "186",
12
- date: "2023-12-19T14:14:20+00:00",
13
- commit: "03639d3fa941e698085a496ad4eb81d929439266",
10
+ version: "3.4.0",
11
+ build: "187",
12
+ date: "2023-12-20T14:10:17+00:00",
13
+ commit: "91d0023325b26c98477feac10b7535179a33dd2b",
14
14
  dependencies: {"@js-soft/docdb-querytranslator":"1.1.2","@js-soft/logging-abstractions":"1.0.1","@js-soft/ts-serval":"2.0.10","@js-soft/ts-utils":"^2.3.3","@nmshd/consumption":"3.8.0","@nmshd/content":"2.8.1","@nmshd/crypto":"2.0.5","@nmshd/transport":"2.2.0","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.4.4","qrcode":"1.5.3","reflect-metadata":"0.2.1","ts-simple-nameof":"1.3.1","typescript-ioc":"3.2.2"},
15
15
  libraries: {
16
16
  serval: ts_serval_1.buildInformation,
@@ -16547,6 +16547,9 @@ exports.GetOwnSharedAttributesRequest = {
16547
16547
  },
16548
16548
  "hideTechnical": {
16549
16549
  "type": "boolean"
16550
+ },
16551
+ "onlyLatestVersions": {
16552
+ "type": "boolean"
16550
16553
  }
16551
16554
  },
16552
16555
  "required": [
@@ -16743,6 +16746,9 @@ exports.GetPeerSharedAttributesRequest = {
16743
16746
  },
16744
16747
  "hideTechnical": {
16745
16748
  "type": "boolean"
16749
+ },
16750
+ "onlyLatestVersions": {
16751
+ "type": "boolean"
16746
16752
  }
16747
16753
  },
16748
16754
  "required": [
@@ -20861,6 +20867,9 @@ exports.GetAttributesForRelationshipRequest = {
20861
20867
  },
20862
20868
  "hideTechnical": {
20863
20869
  "type": "boolean"
20870
+ },
20871
+ "onlyLatestVersions": {
20872
+ "type": "boolean"
20864
20873
  }
20865
20874
  },
20866
20875
  "required": [