@nmshd/content 2.7.3 → 2.7.4
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
CHANGED
|
@@ -5,10 +5,10 @@ const ts_serval_1 = require("@js-soft/ts-serval");
|
|
|
5
5
|
const crypto_1 = require("@nmshd/crypto");
|
|
6
6
|
const transport_1 = require("@nmshd/transport");
|
|
7
7
|
exports.buildInformation = {
|
|
8
|
-
version: "2.7.
|
|
9
|
-
build: "
|
|
10
|
-
date: "2023-
|
|
11
|
-
commit: "
|
|
8
|
+
version: "2.7.4",
|
|
9
|
+
build: "149",
|
|
10
|
+
date: "2023-10-11T11:32:12+00:00",
|
|
11
|
+
commit: "57fca0b7d85502091383f60d0209009e897ab5ae",
|
|
12
12
|
dependencies: {"@js-soft/logging-abstractions":"^1.0.0","@nmshd/iql":"^0.0.4","easy-tsnameof":"^3.0.6","mocha-param":"^2.0.1"},
|
|
13
13
|
libraries: {
|
|
14
14
|
serval: ts_serval_1.buildInformation,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ISerializable, Serializable } from "@js-soft/ts-serval";
|
|
2
|
-
import { CoreId } from "@nmshd/transport";
|
|
2
|
+
import { CoreId, ICoreId } from "@nmshd/transport";
|
|
3
3
|
import { INotificationItem, NotificationItem, NotificationItemJSON } from "./NotificationItem";
|
|
4
4
|
export interface NotificationJSON {
|
|
5
5
|
"@type": "Notification";
|
|
@@ -10,7 +10,7 @@ export interface NotificationJSON {
|
|
|
10
10
|
items: NotificationItemJSON[];
|
|
11
11
|
}
|
|
12
12
|
export interface INotification extends ISerializable {
|
|
13
|
-
id:
|
|
13
|
+
id: ICoreId;
|
|
14
14
|
/**
|
|
15
15
|
* The items of the Notification.
|
|
16
16
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Notification.js","sourceRoot":"","sources":["../../src/notifications/Notification.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,kDAA2F;AAC3F,
|
|
1
|
+
{"version":3,"file":"Notification.js","sourceRoot":"","sources":["../../src/notifications/Notification.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,kDAA2F;AAC3F,gDAAkD;AAClD,yDAA8F;AAuBvF,IAAM,YAAY,GAAlB,MAAM,YAAa,SAAQ,wBAAY;IASnC,MAAM,CAAC,IAAI,CAAC,KAAoB;QACnC,OAAO,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,CAAA;IAC9B,CAAC;CACJ,CAAA;AAZY,oCAAY;AAGd;IAFN,IAAA,qBAAS,GAAE;IACX,IAAA,oBAAQ,GAAE;8BACA,kBAAM;wCAAA;AAIV;IAFN,IAAA,qBAAS,EAAC,EAAE,IAAI,EAAE,mCAAgB,EAAE,CAAC;IACrC,IAAA,oBAAQ,EAAC,EAAE,eAAe,EAAE,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC,CAAC,kBAAkB,CAAC,CAAC,CAAC,SAAS,CAAC,EAAE,CAAC;;2CACtD;uBAPvB,YAAY;IADxB,IAAA,gBAAI,EAAC,cAAc,CAAC;GACR,YAAY,CAYxB"}
|
package/lib-web/nmshd.content.js
CHANGED
|
@@ -7157,10 +7157,10 @@ const ts_serval_1 = __webpack_require__(/*! @js-soft/ts-serval */ "@js-soft/ts-s
|
|
|
7157
7157
|
const crypto_1 = __webpack_require__(/*! @nmshd/crypto */ "@nmshd/crypto");
|
|
7158
7158
|
const transport_1 = __webpack_require__(/*! @nmshd/transport */ "@nmshd/transport");
|
|
7159
7159
|
exports.buildInformation = {
|
|
7160
|
-
version: "2.7.
|
|
7161
|
-
build: "
|
|
7162
|
-
date: "2023-
|
|
7163
|
-
commit: "
|
|
7160
|
+
version: "2.7.4",
|
|
7161
|
+
build: "149",
|
|
7162
|
+
date: "2023-10-11T11:32:12+00:00",
|
|
7163
|
+
commit: "57fca0b7d85502091383f60d0209009e897ab5ae",
|
|
7164
7164
|
dependencies: {"@js-soft/logging-abstractions":"^1.0.0","@nmshd/iql":"^0.0.4","easy-tsnameof":"^3.0.6","mocha-param":"^2.0.1"},
|
|
7165
7165
|
libraries: {
|
|
7166
7166
|
serval: ts_serval_1.buildInformation,
|