@nmshd/content 2.0.0-alpha.39 → 2.0.0-alpha.41

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/README.md CHANGED
@@ -7,7 +7,7 @@ The content library defines data structures that can be transmitted using the [t
7
7
 
8
8
  ## Documentation
9
9
 
10
- The documentation for this project is currently under construction.
10
+ You can find the documentation for Enmeshed on [enmeshed.eu](https://enmeshed.eu).
11
11
 
12
12
  ## Feedback
13
13
 
@@ -17,7 +17,7 @@ Share your feedback with the Enmeshed team by contributing to the [discussions](
17
17
 
18
18
  ## Contribute
19
19
 
20
- Currently contribution to this project is not possible. This will change soon.
20
+ Contribution to this project is highly apprecicated. Head over to our [contribution guide](https://github.com/nmshd/.github/blob/main/CONTRIBUTING.md) to learn more.
21
21
 
22
22
  ## License
23
23
 
@@ -5,7 +5,7 @@ import { AbstractBoolean } from "./types/AbstractBoolean";
5
5
  import { AbstractFloat } from "./types/AbstractFloat";
6
6
  import { AbstractInteger } from "./types/AbstractInteger";
7
7
  import { AbstractString } from "./types/AbstractString";
8
- export interface AbstractAttributeValueJSON extends ContentJSON {
8
+ export interface AbstractAttributeValueJSON extends ContentJSON, Record<string, unknown> {
9
9
  }
10
10
  export interface IAbstractAttributeValue extends ISerializable {
11
11
  }
@@ -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.39",
9
- build: "69",
10
- date: "2022-07-05T13:06:04+00:00",
11
- commit: "1aa2708301d9c94ee04ff3d417814e2e9a4b4594",
8
+ version: "2.0.0-alpha.41",
9
+ build: "73",
10
+ date: "2022-07-06T07:21:52+00:00",
11
+ commit: "c355ed3752e179eb541d4e1927cf3cdd714b8cf4",
12
12
  dependencies: {"@js-soft/logging-abstractions":"^1.0.0"},
13
13
  libraries: {
14
14
  serval: ts_serval_1.buildInformation,
@@ -30,7 +30,7 @@ __decorate([
30
30
  __metadata("design:type", Object)
31
31
  ], ReadAttributeAcceptResponseItem.prototype, "attribute", void 0);
32
32
  ReadAttributeAcceptResponseItem = __decorate([
33
- (0, ts_serval_1.type)("AcceptReadAttributeResponseItem")
33
+ (0, ts_serval_1.type)("ReadAttributeAcceptResponseItem")
34
34
  ], ReadAttributeAcceptResponseItem);
35
35
  exports.ReadAttributeAcceptResponseItem = ReadAttributeAcceptResponseItem;
36
36
  //# sourceMappingURL=ReadAttributeAcceptResponseItem.js.map
@@ -4930,10 +4930,10 @@ const ts_serval_1 = __webpack_require__(/*! @js-soft/ts-serval */ "@js-soft/ts-s
4930
4930
  const crypto_1 = __webpack_require__(/*! @nmshd/crypto */ "@nmshd/crypto");
4931
4931
  const transport_1 = __webpack_require__(/*! @nmshd/transport */ "@nmshd/transport");
4932
4932
  exports.buildInformation = {
4933
- version: "2.0.0-alpha.39",
4934
- build: "69",
4935
- date: "2022-07-05T13:06:04+00:00",
4936
- commit: "1aa2708301d9c94ee04ff3d417814e2e9a4b4594",
4933
+ version: "2.0.0-alpha.41",
4934
+ build: "73",
4935
+ date: "2022-07-06T07:21:52+00:00",
4936
+ commit: "c355ed3752e179eb541d4e1927cf3cdd714b8cf4",
4937
4937
  dependencies: {"@js-soft/logging-abstractions":"^1.0.0"},
4938
4938
  libraries: {
4939
4939
  serval: ts_serval_1.buildInformation,
@@ -6111,7 +6111,7 @@ __decorate([
6111
6111
  __metadata("design:type", Object)
6112
6112
  ], ReadAttributeAcceptResponseItem.prototype, "attribute", void 0);
6113
6113
  ReadAttributeAcceptResponseItem = __decorate([
6114
- (0, ts_serval_1.type)("AcceptReadAttributeResponseItem")
6114
+ (0, ts_serval_1.type)("ReadAttributeAcceptResponseItem")
6115
6115
  ], ReadAttributeAcceptResponseItem);
6116
6116
  exports.ReadAttributeAcceptResponseItem = ReadAttributeAcceptResponseItem;
6117
6117
  //# sourceMappingURL=ReadAttributeAcceptResponseItem.js.map