@nmshd/runtime 2.7.0 → 2.7.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.
- package/dist/buildInformation.js +5 -5
- package/dist/types/consumption/SettingDTO.d.ts +2 -1
- package/dist/useCases/common/Schemas.js +4 -4
- package/dist/useCases/common/Schemas.js.map +1 -1
- package/dist/useCases/consumption/settings/SettingMapper.js +1 -1
- package/dist/useCases/consumption/settings/SettingMapper.js.map +1 -1
- package/dist/useCases/transport/account/RegisterPushNotificationToken.d.ts +1 -1
- package/dist/useCases/transport/account/RegisterPushNotificationToken.js +2 -2
- package/dist/useCases/transport/account/RegisterPushNotificationToken.js.map +1 -1
- package/lib-web/nmshd.runtime.js +12 -12
- 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 +4 -4
package/dist/buildInformation.js
CHANGED
|
@@ -7,11 +7,11 @@ 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: "2.7.
|
|
11
|
-
build: "
|
|
12
|
-
date: "2023-08-
|
|
13
|
-
commit: "
|
|
14
|
-
dependencies: {"@js-soft/docdb-querytranslator":"1.1.0","@js-soft/logging-abstractions":"1.0.0","@js-soft/ts-serval":"2.0.9","@js-soft/ts-utils":"^2.3.1","@nmshd/consumption":"3.3.0","@nmshd/content":"2.6.0","@nmshd/crypto":"2.0.4","@nmshd/transport":"2.0
|
|
10
|
+
version: "2.7.1",
|
|
11
|
+
build: "166",
|
|
12
|
+
date: "2023-08-22T12:14:31+00:00",
|
|
13
|
+
commit: "632d4947f01bb8cd4a3f16cf2baedefe30b95966",
|
|
14
|
+
dependencies: {"@js-soft/docdb-querytranslator":"1.1.0","@js-soft/logging-abstractions":"1.0.0","@js-soft/ts-serval":"2.0.9","@js-soft/ts-utils":"^2.3.1","@nmshd/consumption":"3.3.0","@nmshd/content":"2.6.0","@nmshd/crypto":"2.0.4","@nmshd/transport":"2.1.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.0","qrcode":"1.5.3","reflect-metadata":"0.1.13","ts-simple-nameof":"1.3.1","typescript-ioc":"3.2.2"},
|
|
15
15
|
libraries: {
|
|
16
16
|
serval: ts_serval_1.buildInformation,
|
|
17
17
|
consumption: consumption_1.buildInformation,
|
|
@@ -23345,17 +23345,17 @@ exports.RegisterPushNotificationTokenRequest = {
|
|
|
23345
23345
|
"handle": {
|
|
23346
23346
|
"type": "string"
|
|
23347
23347
|
},
|
|
23348
|
-
"
|
|
23348
|
+
"platform": {
|
|
23349
23349
|
"type": "string"
|
|
23350
23350
|
},
|
|
23351
|
-
"
|
|
23351
|
+
"appId": {
|
|
23352
23352
|
"type": "string"
|
|
23353
23353
|
}
|
|
23354
23354
|
},
|
|
23355
23355
|
"required": [
|
|
23356
23356
|
"handle",
|
|
23357
|
-
"
|
|
23358
|
-
"
|
|
23357
|
+
"platform",
|
|
23358
|
+
"appId"
|
|
23359
23359
|
],
|
|
23360
23360
|
"additionalProperties": false
|
|
23361
23361
|
}
|