@nmshd/runtime 2.0.0-beta.22 → 2.0.0-beta.23

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 (31) hide show
  1. package/dist/buildInformation.js +5 -5
  2. package/dist/dataViews/DataViewExpander.d.ts +17 -7
  3. package/dist/dataViews/DataViewExpander.js +277 -64
  4. package/dist/dataViews/DataViewExpander.js.map +1 -1
  5. package/dist/dataViews/consumption/DecidableRequestItemDVOs.d.ts +6 -6
  6. package/dist/dataViews/consumption/LocalAttributeDVO.d.ts +47 -3
  7. package/dist/dataViews/content/AttributeDVOs.d.ts +32 -8
  8. package/dist/dataViews/content/RequestItemDVOs.d.ts +6 -6
  9. package/dist/extensibility/facades/consumption/AttributesFacade.d.ts +5 -3
  10. package/dist/extensibility/facades/consumption/AttributesFacade.js +8 -2
  11. package/dist/extensibility/facades/consumption/AttributesFacade.js.map +1 -1
  12. package/dist/useCases/common/Schemas.d.ts +1 -0
  13. package/dist/useCases/common/Schemas.js +682 -407
  14. package/dist/useCases/common/Schemas.js.map +1 -1
  15. package/dist/useCases/consumption/attributes/ExecuteRelationshipAttributeQuery.d.ts +2 -2
  16. package/dist/useCases/consumption/attributes/ExecuteRelationshipAttributeQuery.js +5 -2
  17. package/dist/useCases/consumption/attributes/ExecuteRelationshipAttributeQuery.js.map +1 -1
  18. package/dist/useCases/consumption/attributes/ExecuteThirdPartyRelationshipAttributeQuery.d.ts +13 -0
  19. package/dist/useCases/consumption/attributes/ExecuteThirdPartyRelationshipAttributeQuery.js +40 -0
  20. package/dist/useCases/consumption/attributes/ExecuteThirdPartyRelationshipAttributeQuery.js.map +1 -0
  21. package/dist/useCases/consumption/attributes/index.d.ts +1 -0
  22. package/dist/useCases/consumption/attributes/index.js +1 -0
  23. package/dist/useCases/consumption/attributes/index.js.map +1 -1
  24. package/dist/useCases/consumption/requests/CanCreateOutgoingRequest.d.ts +2 -6
  25. package/dist/useCases/consumption/requests/CanCreateOutgoingRequest.js +8 -11
  26. package/dist/useCases/consumption/requests/CanCreateOutgoingRequest.js.map +1 -1
  27. package/lib-web/nmshd.runtime.js +1041 -496
  28. package/lib-web/nmshd.runtime.js.map +1 -1
  29. package/lib-web/nmshd.runtime.min.js +3 -3
  30. package/lib-web/nmshd.runtime.min.js.map +1 -1
  31. package/package.json +12 -12
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nmshd/runtime",
3
- "version": "2.0.0-beta.22",
3
+ "version": "2.0.0-beta.23",
4
4
  "description": "The Enmeshed client runtime.",
5
5
  "homepage": "https://enmeshed.eu",
6
6
  "license": "MIT",
@@ -36,17 +36,17 @@
36
36
  "test:local:teardown": "docker-compose -f test/docker-compose.yml down -v"
37
37
  },
38
38
  "jest": {
39
- "maxWorkers": 5,
40
- "preset": "ts-jest",
41
- "setupFilesAfterEnv": [
42
- "@alex_neo/jest-expect-message",
43
- "./test/customMatchers.ts"
44
- ],
45
39
  "globals": {
46
40
  "ts-jest": {
47
41
  "tsconfig": "test/tsconfig.json"
48
42
  }
49
43
  },
44
+ "maxWorkers": 5,
45
+ "preset": "ts-jest",
46
+ "setupFilesAfterEnv": [
47
+ "jest-expect-message",
48
+ "./test/customMatchers.ts"
49
+ ],
50
50
  "testEnvironment": "node",
51
51
  "testTimeout": 60000
52
52
  },
@@ -55,8 +55,8 @@
55
55
  "@js-soft/logging-abstractions": "1.0.0",
56
56
  "@js-soft/ts-serval": "2.0.4",
57
57
  "@js-soft/ts-utils": "^2.2.2",
58
- "@nmshd/consumption": "2.0.0-beta.11",
59
- "@nmshd/content": "2.0.0-beta.13",
58
+ "@nmshd/consumption": "2.0.0-beta.15",
59
+ "@nmshd/content": "2.0.0-beta.22",
60
60
  "@nmshd/crypto": "2.0.1",
61
61
  "@nmshd/transport": "2.0.0-beta.4",
62
62
  "ajv": "^8.11.0",
@@ -70,20 +70,20 @@
70
70
  "typescript-ioc": "3.2.2"
71
71
  },
72
72
  "devDependencies": {
73
- "@alex_neo/jest-expect-message": "^1.0.5",
74
73
  "@js-soft/docdb-access-loki": "1.0.3",
75
74
  "@js-soft/docdb-access-mongo": "1.1.2",
76
75
  "@js-soft/eslint-config-ts": "^1.6.0",
77
- "@js-soft/license-check": "1.0.4",
76
+ "@js-soft/license-check": "1.0.5",
78
77
  "@js-soft/node-logger": "1.0.2",
79
78
  "@types/jest": "^28.1.8",
80
79
  "@types/jest-expect-message": "^1.0.4",
81
80
  "@types/json-stringify-safe": "^5.0.0",
82
81
  "@types/luxon": "^3.0.1",
83
- "@types/node": "^18.7.15",
82
+ "@types/node": "^18.7.16",
84
83
  "@types/qrcode": "^1.5.0",
85
84
  "eslint": "^8.23.0",
86
85
  "jest": "^28.1.3",
86
+ "jest-expect-message": "^1.1.2",
87
87
  "madge": "^5.0.1",
88
88
  "prettier": "^2.7.1",
89
89
  "ts-jest": "^28.0.8",