@nmshd/content 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 +4 -4
- package/dist/notifications/NotificationItem.d.ts +1 -2
- package/dist/notifications/NotificationItem.js +0 -3
- package/dist/notifications/NotificationItem.js.map +1 -1
- package/dist/notifications/items/AttributeSucceededNotificationItem.js.map +1 -1
- package/lib-web/nmshd.content.js +4 -7
- package/lib-web/nmshd.content.min.js +1 -1
- package/package.json +1 -1
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-09-
|
|
11
|
-
commit: "
|
|
8
|
+
version: "2.7.1",
|
|
9
|
+
build: "146",
|
|
10
|
+
date: "2023-09-21T08:44:47+00:00",
|
|
11
|
+
commit: "39152f5b09bbb05a5a23348814c81ad599470a1e",
|
|
12
12
|
dependencies: {"@js-soft/logging-abstractions":"^1.0.0","@nmshd/iql":"^0.0.3","easy-tsnameof":"^3.0.6","mocha-param":"^2.0.1"},
|
|
13
13
|
libraries: {
|
|
14
14
|
serval: ts_serval_1.buildInformation,
|
|
@@ -3,6 +3,5 @@ export interface NotificationItemJSON {
|
|
|
3
3
|
}
|
|
4
4
|
export interface INotificationItem extends ISerializable {
|
|
5
5
|
}
|
|
6
|
-
export declare class NotificationItem extends Serializable implements INotificationItem {
|
|
7
|
-
static from(value: INotificationItem): NotificationItem;
|
|
6
|
+
export declare abstract class NotificationItem extends Serializable implements INotificationItem {
|
|
8
7
|
}
|
|
@@ -3,9 +3,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.NotificationItem = void 0;
|
|
4
4
|
const ts_serval_1 = require("@js-soft/ts-serval");
|
|
5
5
|
class NotificationItem extends ts_serval_1.Serializable {
|
|
6
|
-
static from(value) {
|
|
7
|
-
return this.fromAny(value);
|
|
8
|
-
}
|
|
9
6
|
}
|
|
10
7
|
exports.NotificationItem = NotificationItem;
|
|
11
8
|
//# sourceMappingURL=NotificationItem.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NotificationItem.js","sourceRoot":"","sources":["../../src/notifications/NotificationItem.ts"],"names":[],"mappings":";;;AAAA,kDAAgE;AAMhE,
|
|
1
|
+
{"version":3,"file":"NotificationItem.js","sourceRoot":"","sources":["../../src/notifications/NotificationItem.ts"],"names":[],"mappings":";;;AAAA,kDAAgE;AAMhE,MAAsB,gBAAiB,SAAQ,wBAAY;CAAgC;AAA3F,4CAA2F"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AttributeSucceededNotificationItem.js","sourceRoot":"","sources":["../../../src/notifications/items/AttributeSucceededNotificationItem.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,kDAA8D;AAC9D,gDAAkD;AAClD,iDAOyB;AACzB,0DAA+F;AAgBxF,IAAM,kCAAkC,GAAxC,MAAM,kCACT,SAAQ,mCAAgB;IAejB,MAAM,
|
|
1
|
+
{"version":3,"file":"AttributeSucceededNotificationItem.js","sourceRoot":"","sources":["../../../src/notifications/items/AttributeSucceededNotificationItem.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,kDAA8D;AAC9D,gDAAkD;AAClD,iDAOyB;AACzB,0DAA+F;AAgBxF,IAAM,kCAAkC,GAAxC,MAAM,kCACT,SAAQ,mCAAgB;IAejB,MAAM,CAAC,IAAI,CAAC,KAA0C;QACzD,OAAO,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,CAAA;IAC9B,CAAC;CACJ,CAAA;AAnBY,gFAAkC;AAMpC;IAFN,IAAA,oBAAQ,GAAE;IACV,IAAA,qBAAS,GAAE;8BACiB,kBAAM;gFAAA;AAI5B;IAFN,IAAA,oBAAQ,GAAE;IACV,IAAA,qBAAS,GAAE;8BACW,kBAAM;0EAAA;AAItB;IAFN,IAAA,oBAAQ,GAAE;IACV,IAAA,qBAAS,EAAC,EAAE,UAAU,EAAE,CAAC,8BAAiB,EAAE,kCAAqB,CAAC,EAAE,CAAC;;qEACX;6CAdlD,kCAAkC;IAD9C,IAAA,gBAAI,EAAC,oCAAoC,CAAC;GAC9B,kCAAkC,CAmB9C"}
|
package/lib-web/nmshd.content.js
CHANGED
|
@@ -7125,10 +7125,10 @@ const ts_serval_1 = __webpack_require__(/*! @js-soft/ts-serval */ "@js-soft/ts-s
|
|
|
7125
7125
|
const crypto_1 = __webpack_require__(/*! @nmshd/crypto */ "@nmshd/crypto");
|
|
7126
7126
|
const transport_1 = __webpack_require__(/*! @nmshd/transport */ "@nmshd/transport");
|
|
7127
7127
|
exports.buildInformation = {
|
|
7128
|
-
version: "2.7.
|
|
7129
|
-
build: "
|
|
7130
|
-
date: "2023-09-
|
|
7131
|
-
commit: "
|
|
7128
|
+
version: "2.7.1",
|
|
7129
|
+
build: "146",
|
|
7130
|
+
date: "2023-09-21T08:44:47+00:00",
|
|
7131
|
+
commit: "39152f5b09bbb05a5a23348814c81ad599470a1e",
|
|
7132
7132
|
dependencies: {"@js-soft/logging-abstractions":"^1.0.0","@nmshd/iql":"^0.0.3","easy-tsnameof":"^3.0.6","mocha-param":"^2.0.1"},
|
|
7133
7133
|
libraries: {
|
|
7134
7134
|
serval: ts_serval_1.buildInformation,
|
|
@@ -7294,9 +7294,6 @@ Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
|
7294
7294
|
exports.NotificationItem = void 0;
|
|
7295
7295
|
const ts_serval_1 = __webpack_require__(/*! @js-soft/ts-serval */ "@js-soft/ts-serval");
|
|
7296
7296
|
class NotificationItem extends ts_serval_1.Serializable {
|
|
7297
|
-
static from(value) {
|
|
7298
|
-
return this.fromAny(value);
|
|
7299
|
-
}
|
|
7300
7297
|
}
|
|
7301
7298
|
exports.NotificationItem = NotificationItem;
|
|
7302
7299
|
//# sourceMappingURL=NotificationItem.js.map
|