@nmshd/content 2.0.0-alpha.21 → 2.0.0-alpha.22

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.
@@ -11,7 +11,7 @@ export interface IAbstractAttributeQuery extends ICoreSerializable {
11
11
  validTo?: ICoreDate;
12
12
  }
13
13
  export declare abstract class AbstractAttributeQuery extends CoreSerializable implements IAbstractAttributeQuery {
14
- valueType: string;
14
+ valueType?: string;
15
15
  validFrom?: CoreDate;
16
16
  validTo?: CoreDate;
17
17
  }
@@ -17,7 +17,8 @@ class AbstractAttributeQuery extends transport_1.CoreSerializable {
17
17
  __decorate([
18
18
  (0, ts_serval_1.serialize)(),
19
19
  (0, ts_serval_1.validate)({
20
- customValidator: (v) => (v === "" ? "must not be an empty string" : undefined)
20
+ customValidator: (v) => (v === "" ? "must not be an empty string" : undefined),
21
+ nullable: true
21
22
  }),
22
23
  __metadata("design:type", String)
23
24
  ], AbstractAttributeQuery.prototype, "valueType", void 0);
@@ -1 +1 @@
1
- {"version":3,"file":"AbstractAttributeQuery.js","sourceRoot":"","sources":["../../src/attributes/AbstractAttributeQuery.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,kDAAwD;AACxD,gDAA2F;AAe3F,MAAsB,sBAAuB,SAAQ,4BAAgB;CAcpE;AATG;IAJC,IAAA,qBAAS,GAAE;IACX,IAAA,oBAAQ,EAAC;QACN,eAAe,EAAE,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,KAAK,EAAE,CAAC,CAAC,CAAC,6BAA6B,CAAC,CAAC,CAAC,SAAS,CAAC;KACjF,CAAC;;yDACsB;AAIxB;IAFC,IAAA,qBAAS,GAAE;IACX,IAAA,oBAAQ,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;8BACV,oBAAQ;yDAAA;AAI3B;IAFC,IAAA,qBAAS,GAAE;IACX,IAAA,oBAAQ,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;8BACZ,oBAAQ;uDAAA;AAb7B,wDAcC"}
1
+ {"version":3,"file":"AbstractAttributeQuery.js","sourceRoot":"","sources":["../../src/attributes/AbstractAttributeQuery.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,kDAAwD;AACxD,gDAA2F;AAe3F,MAAsB,sBAAuB,SAAQ,4BAAgB;CAepE;AATG;IALC,IAAA,qBAAS,GAAE;IACX,IAAA,oBAAQ,EAAC;QACN,eAAe,EAAE,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,KAAK,EAAE,CAAC,CAAC,CAAC,6BAA6B,CAAC,CAAC,CAAC,SAAS,CAAC;QAC9E,QAAQ,EAAE,IAAI;KACjB,CAAC;;yDACuB;AAIzB;IAFC,IAAA,qBAAS,GAAE;IACX,IAAA,oBAAQ,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;8BACV,oBAAQ;yDAAA;AAI3B;IAFC,IAAA,qBAAS,GAAE;IACX,IAAA,oBAAQ,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;8BACZ,oBAAQ;uDAAA;AAd7B,wDAeC"}
@@ -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.21",
9
- build: "50",
10
- date: "2022-05-25T12:56:19+00:00",
11
- commit: "3e44542754b67d60b6f0e8ec2b41e46f54b7f6e7",
8
+ version: "2.0.0-alpha.22",
9
+ build: "51",
10
+ date: "2022-05-25T13:26:20+00:00",
11
+ commit: "b90a332ffdb417a5d05dffdad4435016a0aa6f00",
12
12
  dependencies: {"@js-soft/logging-abstractions":"^1.0.0"},
13
13
  libraries: {
14
14
  serval: ts_serval_1.buildInformation,
@@ -82,7 +82,8 @@ class AbstractAttributeQuery extends transport_1.CoreSerializable {
82
82
  __decorate([
83
83
  (0, ts_serval_1.serialize)(),
84
84
  (0, ts_serval_1.validate)({
85
- customValidator: (v) => (v === "" ? "must not be an empty string" : undefined)
85
+ customValidator: (v) => (v === "" ? "must not be an empty string" : undefined),
86
+ nullable: true
86
87
  }),
87
88
  __metadata("design:type", String)
88
89
  ], AbstractAttributeQuery.prototype, "valueType", void 0);
@@ -4682,10 +4683,10 @@ const ts_serval_1 = __webpack_require__(/*! @js-soft/ts-serval */ "@js-soft/ts-s
4682
4683
  const crypto_1 = __webpack_require__(/*! @nmshd/crypto */ "@nmshd/crypto");
4683
4684
  const transport_1 = __webpack_require__(/*! @nmshd/transport */ "@nmshd/transport");
4684
4685
  exports.buildInformation = {
4685
- version: "2.0.0-alpha.21",
4686
- build: "50",
4687
- date: "2022-05-25T12:56:19+00:00",
4688
- commit: "3e44542754b67d60b6f0e8ec2b41e46f54b7f6e7",
4686
+ version: "2.0.0-alpha.22",
4687
+ build: "51",
4688
+ date: "2022-05-25T13:26:20+00:00",
4689
+ commit: "b90a332ffdb417a5d05dffdad4435016a0aa6f00",
4689
4690
  dependencies: {"@js-soft/logging-abstractions":"^1.0.0"},
4690
4691
  libraries: {
4691
4692
  serval: ts_serval_1.buildInformation,