@nmshd/content 2.0.0-beta.13 → 2.0.0-beta.14

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.
@@ -4,19 +4,19 @@ import { IRelationshipAttributeCreationHints, RelationshipAttributeCreationHints
4
4
  export interface RelationshipAttributeQueryJSON extends AbstractAttributeQueryJSON {
5
5
  key: string;
6
6
  owner: string;
7
- thirdParty?: string;
7
+ thirdParty: string;
8
8
  attributeCreationHints: RelationshipAttributeCreationHintsJSON;
9
9
  }
10
10
  export interface IRelationshipAttributeQuery extends IAbstractAttributeQuery {
11
11
  key: string;
12
12
  owner: ICoreAddress;
13
- thirdParty?: ICoreAddress;
13
+ thirdParty: ICoreAddress;
14
14
  attributeCreationHints: IRelationshipAttributeCreationHints;
15
15
  }
16
16
  export declare class RelationshipAttributeQuery extends AbstractAttributeQuery implements IRelationshipAttributeQuery {
17
17
  key: string;
18
18
  owner: CoreAddress;
19
- thirdParty?: CoreAddress;
19
+ thirdParty: CoreAddress;
20
20
  attributeCreationHints: RelationshipAttributeCreationHints;
21
21
  static from(value: IRelationshipAttributeQuery | RelationshipAttributeQueryJSON): RelationshipAttributeQuery;
22
22
  toJSON(): RelationshipAttributeQueryJSON;
@@ -34,7 +34,7 @@ __decorate([
34
34
  ], RelationshipAttributeQuery.prototype, "owner", void 0);
35
35
  __decorate([
36
36
  (0, ts_serval_1.serialize)(),
37
- (0, ts_serval_1.validate)({ nullable: true }),
37
+ (0, ts_serval_1.validate)(),
38
38
  __metadata("design:type", transport_1.CoreAddress)
39
39
  ], RelationshipAttributeQuery.prototype, "thirdParty", void 0);
40
40
  __decorate([
@@ -1 +1 @@
1
- {"version":3,"file":"RelationshipAttributeQuery.js","sourceRoot":"","sources":["../../src/attributes/RelationshipAttributeQuery.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,kDAA8D;AAC9D,gDAA4D;AAC5D,qEAAsH;AACtH,mGAImD;AAiBnD,IAAa,0BAA0B,GAAvC,MAAa,0BAA2B,SAAQ,+CAAsB;IAiB3D,MAAM,CAAC,IAAI,CACd,KAAmE;QAEnE,OAAO,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,CAAA;IAC9B,CAAC;IAEe,MAAM;QAClB,OAAO,KAAK,CAAC,MAAM,EAAoC,CAAA;IAC3D,CAAC;CACJ,CAAA;AAvBG;IAFC,IAAA,qBAAS,GAAE;IACX,IAAA,oBAAQ,GAAE;;uDACO;AAIlB;IAFC,IAAA,qBAAS,GAAE;IACX,IAAA,oBAAQ,GAAE;8BACG,uBAAW;yDAAA;AAIzB;IAFC,IAAA,qBAAS,GAAE;IACX,IAAA,oBAAQ,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;8BACT,uBAAW;8DAAA;AAI/B;IAFC,IAAA,qBAAS,GAAE;IACX,IAAA,oBAAQ,GAAE;8BACoB,uEAAkC;0EAAA;AAfxD,0BAA0B;IADtC,IAAA,gBAAI,EAAC,4BAA4B,CAAC;GACtB,0BAA0B,CA0BtC;AA1BY,gEAA0B"}
1
+ {"version":3,"file":"RelationshipAttributeQuery.js","sourceRoot":"","sources":["../../src/attributes/RelationshipAttributeQuery.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,kDAA8D;AAC9D,gDAA4D;AAC5D,qEAAsH;AACtH,mGAImD;AAiBnD,IAAa,0BAA0B,GAAvC,MAAa,0BAA2B,SAAQ,+CAAsB;IAiB3D,MAAM,CAAC,IAAI,CACd,KAAmE;QAEnE,OAAO,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,CAAA;IAC9B,CAAC;IAEe,MAAM;QAClB,OAAO,KAAK,CAAC,MAAM,EAAoC,CAAA;IAC3D,CAAC;CACJ,CAAA;AAvBG;IAFC,IAAA,qBAAS,GAAE;IACX,IAAA,oBAAQ,GAAE;;uDACO;AAIlB;IAFC,IAAA,qBAAS,GAAE;IACX,IAAA,oBAAQ,GAAE;8BACG,uBAAW;yDAAA;AAIzB;IAFC,IAAA,qBAAS,GAAE;IACX,IAAA,oBAAQ,GAAE;8BACQ,uBAAW;8DAAA;AAI9B;IAFC,IAAA,qBAAS,GAAE;IACX,IAAA,oBAAQ,GAAE;8BACoB,uEAAkC;0EAAA;AAfxD,0BAA0B;IADtC,IAAA,gBAAI,EAAC,4BAA4B,CAAC;GACtB,0BAA0B,CA0BtC;AA1BY,gEAA0B"}
@@ -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-beta.13",
9
- build: "90",
10
- date: "2022-08-09T07:51:41+00:00",
11
- commit: "1adb3dc35a5d6a8234237369331e267aa9837ce2",
8
+ version: "2.0.0-beta.14",
9
+ build: "91",
10
+ date: "2022-09-05T12:16:21+00:00",
11
+ commit: "00fbf8f6c58ba7309f67acddd769a9fbf6448b66",
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,
@@ -456,7 +456,7 @@ __decorate([
456
456
  ], RelationshipAttributeQuery.prototype, "owner", void 0);
457
457
  __decorate([
458
458
  (0, ts_serval_1.serialize)(),
459
- (0, ts_serval_1.validate)({ nullable: true }),
459
+ (0, ts_serval_1.validate)(),
460
460
  __metadata("design:type", transport_1.CoreAddress)
461
461
  ], RelationshipAttributeQuery.prototype, "thirdParty", void 0);
462
462
  __decorate([
@@ -5487,10 +5487,10 @@ const ts_serval_1 = __webpack_require__(/*! @js-soft/ts-serval */ "@js-soft/ts-s
5487
5487
  const crypto_1 = __webpack_require__(/*! @nmshd/crypto */ "@nmshd/crypto");
5488
5488
  const transport_1 = __webpack_require__(/*! @nmshd/transport */ "@nmshd/transport");
5489
5489
  exports.buildInformation = {
5490
- version: "2.0.0-beta.13",
5491
- build: "90",
5492
- date: "2022-08-09T07:51:41+00:00",
5493
- commit: "1adb3dc35a5d6a8234237369331e267aa9837ce2",
5490
+ version: "2.0.0-beta.14",
5491
+ build: "91",
5492
+ date: "2022-09-05T12:16:21+00:00",
5493
+ commit: "00fbf8f6c58ba7309f67acddd769a9fbf6448b66",
5494
5494
  dependencies: {"@js-soft/logging-abstractions":"^1.0.0","easy-tsnameof":"^3.0.6"},
5495
5495
  libraries: {
5496
5496
  serval: ts_serval_1.buildInformation,