@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;CAAoC;AAA7G,oDAA6G"}
1
+ {"version":3,"file":"AbstractComplexValue.js","sourceRoot":"","sources":["../../src/attributes/AbstractComplexValue.ts"],"names":[],"mappings":";;;AAAA,qEAAsH;AAMtH,MAAsB,oBAAqB,SAAQ,+CAAsB;CAExE;AAFD,oDAEC"}
@@ -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.24",
9
- build: "53",
10
- date: "2022-05-30T10:45:27+00:00",
11
- commit: "e95b1b48074cfbaa433dea4b4d3e4562dc20ca56",
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,
@@ -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.24",
4918
- build: "53",
4919
- date: "2022-05-30T10:45:27+00:00",
4920
- commit: "e95b1b48074cfbaa433dea4b4d3e4562dc20ca56",
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,