@nmshd/runtime 3.4.0 → 3.4.1

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.
@@ -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.4.0",
11
- build: "187",
12
- date: "2023-12-20T14:10:17+00:00",
13
- commit: "91d0023325b26c98477feac10b7535179a33dd2b",
10
+ version: "3.4.1",
11
+ build: "189",
12
+ date: "2023-12-22T13:31:35+00:00",
13
+ commit: "aa78ea01a35682832600d66528b5369b52ab8ffc",
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,
@@ -12,6 +12,7 @@ export interface RequestItemGroupDVO {
12
12
  }
13
13
  export interface RequestItemDVO extends DataViewObject {
14
14
  mustBeAccepted: boolean;
15
+ requireManualDecision?: boolean;
15
16
  isDecidable: boolean;
16
17
  response?: ResponseItemDVO;
17
18
  }
@@ -555,10 +555,10 @@ const content_1 = __webpack_require__(/*! @nmshd/content */ "@nmshd/content");
555
555
  const crypto_1 = __webpack_require__(/*! @nmshd/crypto */ "@nmshd/crypto");
556
556
  const transport_1 = __webpack_require__(/*! @nmshd/transport */ "@nmshd/transport");
557
557
  exports.buildInformation = {
558
- version: "3.4.0",
559
- build: "187",
560
- date: "2023-12-20T14:10:17+00:00",
561
- commit: "91d0023325b26c98477feac10b7535179a33dd2b",
558
+ version: "3.4.1",
559
+ build: "189",
560
+ date: "2023-12-22T13:31:35+00:00",
561
+ commit: "aa78ea01a35682832600d66528b5369b52ab8ffc",
562
562
  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"},
563
563
  libraries: {
564
564
  serval: ts_serval_1.buildInformation,