@nmshd/content 2.0.0-alpha.24 → 2.0.0-alpha.25
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.
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { AbstractAttributeValue, AbstractAttributeValueJSON, IAbstractAttributeValue } from "./AbstractAttributeValue";
|
|
2
|
-
export interface AbstractComplexValueJSON extends AbstractAttributeValueJSON {
|
|
2
|
+
export interface AbstractComplexValueJSON extends AbstractAttributeValueJSON, Record<string, unknown> {
|
|
3
3
|
}
|
|
4
|
-
export interface IAbstractComplexValue extends IAbstractAttributeValue {
|
|
4
|
+
export interface IAbstractComplexValue extends IAbstractAttributeValue, Record<string, unknown> {
|
|
5
5
|
}
|
|
6
6
|
export declare abstract class AbstractComplexValue extends AbstractAttributeValue implements IAbstractComplexValue {
|
|
7
|
+
[key: string]: unknown;
|
|
7
8
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AbstractComplexValue.js","sourceRoot":"","sources":["../../src/attributes/AbstractComplexValue.ts"],"names":[],"mappings":";;;AAAA,qEAAsH;AAMtH,MAAsB,oBAAqB,SAAQ,+CAAsB;
|
|
1
|
+
{"version":3,"file":"AbstractComplexValue.js","sourceRoot":"","sources":["../../src/attributes/AbstractComplexValue.ts"],"names":[],"mappings":";;;AAAA,qEAAsH;AAMtH,MAAsB,oBAAqB,SAAQ,+CAAsB;CAExE;AAFD,oDAEC"}
|
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.0.0-alpha.
|
|
9
|
-
build: "
|
|
10
|
-
date: "2022-05-
|
|
11
|
-
commit: "
|
|
8
|
+
version: "2.0.0-alpha.25",
|
|
9
|
+
build: "54",
|
|
10
|
+
date: "2022-05-31T11:36:42+00:00",
|
|
11
|
+
commit: "66ebdad277bba7973e0806b129cdb120f5f97ddc",
|
|
12
12
|
dependencies: {"@js-soft/logging-abstractions":"^1.0.0"},
|
|
13
13
|
libraries: {
|
|
14
14
|
serval: ts_serval_1.buildInformation,
|
package/lib-web/nmshd.content.js
CHANGED
|
@@ -4914,10 +4914,10 @@ const ts_serval_1 = __webpack_require__(/*! @js-soft/ts-serval */ "@js-soft/ts-s
|
|
|
4914
4914
|
const crypto_1 = __webpack_require__(/*! @nmshd/crypto */ "@nmshd/crypto");
|
|
4915
4915
|
const transport_1 = __webpack_require__(/*! @nmshd/transport */ "@nmshd/transport");
|
|
4916
4916
|
exports.buildInformation = {
|
|
4917
|
-
version: "2.0.0-alpha.
|
|
4918
|
-
build: "
|
|
4919
|
-
date: "2022-05-
|
|
4920
|
-
commit: "
|
|
4917
|
+
version: "2.0.0-alpha.25",
|
|
4918
|
+
build: "54",
|
|
4919
|
+
date: "2022-05-31T11:36:42+00:00",
|
|
4920
|
+
commit: "66ebdad277bba7973e0806b129cdb120f5f97ddc",
|
|
4921
4921
|
dependencies: {"@js-soft/logging-abstractions":"^1.0.0"},
|
|
4922
4922
|
libraries: {
|
|
4923
4923
|
serval: ts_serval_1.buildInformation,
|