@nmshd/content 2.0.0-alpha.44 → 2.0.0-alpha.45

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,7 @@
1
1
  import { AbstractAttributeValue, AbstractAttributeValueJSON, IAbstractAttributeValue } from "../AbstractAttributeValue";
2
2
  import { RenderHints, ValueHints } from "../hints";
3
- export declare type AbstractIntegerJSON = IAbstractIntegerValue | number;
4
- export interface IAbstractIntegerValue extends AbstractAttributeValueJSON {
3
+ export declare type AbstractIntegerJSON = IAbstractIntegerJSON | number;
4
+ export interface IAbstractIntegerJSON extends AbstractAttributeValueJSON {
5
5
  value: number;
6
6
  }
7
7
  export interface IAbstractInteger extends IAbstractAttributeValue {
@@ -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.44",
9
- build: "76",
10
- date: "2022-07-08T10:04:46+00:00",
11
- commit: "163794446915a7b7cb8b80535a8cd529e7444579",
8
+ version: "2.0.0-alpha.45",
9
+ build: "77",
10
+ date: "2022-07-14T06:25:47+00:00",
11
+ commit: "a851d62441874c3c1fc12ca5b4331be0eef33bf1",
12
12
  dependencies: {"@js-soft/logging-abstractions":"^1.0.0","easy-tsnameof":"^3.0.6"},
13
13
  libraries: {
14
14
  serval: ts_serval_1.buildInformation,
@@ -5334,10 +5334,10 @@ const ts_serval_1 = __webpack_require__(/*! @js-soft/ts-serval */ "@js-soft/ts-s
5334
5334
  const crypto_1 = __webpack_require__(/*! @nmshd/crypto */ "@nmshd/crypto");
5335
5335
  const transport_1 = __webpack_require__(/*! @nmshd/transport */ "@nmshd/transport");
5336
5336
  exports.buildInformation = {
5337
- version: "2.0.0-alpha.44",
5338
- build: "76",
5339
- date: "2022-07-08T10:04:46+00:00",
5340
- commit: "163794446915a7b7cb8b80535a8cd529e7444579",
5337
+ version: "2.0.0-alpha.45",
5338
+ build: "77",
5339
+ date: "2022-07-14T06:25:47+00:00",
5340
+ commit: "a851d62441874c3c1fc12ca5b4331be0eef33bf1",
5341
5341
  dependencies: {"@js-soft/logging-abstractions":"^1.0.0","easy-tsnameof":"^3.0.6"},
5342
5342
  libraries: {
5343
5343
  serval: ts_serval_1.buildInformation,