@nmshd/runtime 6.63.5 → 6.63.6

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: "6.63.5",
11
- build: "346",
12
- date: "2025-10-06T11:17:12+00:00",
13
- commit: "1fe11ba834f1609b5473d784a3e7959bf412cd13",
10
+ version: "6.63.6",
11
+ build: "350",
12
+ date: "2025-10-15T10:02:28+00:00",
13
+ commit: "7cc57b2ad1ff6d1db4e17c02ebfbeee18aa297e6",
14
14
  dependencies: {"@js-soft/docdb-querytranslator":"^1.1.5","@js-soft/logging-abstractions":"^1.0.1","@js-soft/ts-serval":"2.0.13","@js-soft/ts-utils":"^2.3.4","@nmshd/consumption":"*","@nmshd/content":"*","@nmshd/core-types":"*","@nmshd/crypto":"2.1.2","@nmshd/iql":"^1.0.3","@nmshd/runtime-types":"*","@nmshd/transport":"*","@nmshd/typescript-ioc":"3.2.4","ajv":"^8.17.1","ajv-errors":"^3.0.0","ajv-formats":"^3.0.1","json-stringify-safe":"^5.0.1","lodash":"^4.17.21","luxon":"^3.7.2","reflect-metadata":"^0.2.2","ts-simple-nameof":"^1.3.3"},
15
15
  libraries: {
16
16
  serval: ts_serval_1.buildInformation,
@@ -22345,6 +22345,7 @@ exports.SendMessageRequest = {
22345
22345
  "definitions": {
22346
22346
  "SendMessageRequest": {
22347
22347
  "type": "object",
22348
+ "additionalProperties": false,
22348
22349
  "properties": {
22349
22350
  "recipients": {
22350
22351
  "type": "array",
@@ -22364,10 +22365,9 @@ exports.SendMessageRequest = {
22364
22365
  }
22365
22366
  },
22366
22367
  "required": [
22367
- "recipients",
22368
- "content"
22369
- ],
22370
- "additionalProperties": false
22368
+ "content",
22369
+ "recipients"
22370
+ ]
22371
22371
  },
22372
22372
  "AddressString": {
22373
22373
  "type": "string",