@nmshd/content 2.0.0-beta.15 → 2.0.0-beta.16
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/dist/attributes/RelationshipAttributeQuery.d.ts +3 -3
- package/dist/attributes/RelationshipAttributeQuery.js +1 -1
- package/dist/attributes/RelationshipAttributeQuery.js.map +1 -1
- package/dist/buildInformation.js +4 -4
- package/lib-web/nmshd.content.js +5 -5
- package/lib-web/nmshd.content.min.js +1 -1
- package/package.json +1 -1
|
@@ -4,19 +4,19 @@ import { IRelationshipAttributeCreationHints, RelationshipAttributeCreationHints
|
|
|
4
4
|
export interface RelationshipAttributeQueryJSON extends AbstractAttributeQueryJSON {
|
|
5
5
|
key: string;
|
|
6
6
|
owner: string;
|
|
7
|
-
thirdParty
|
|
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
|
|
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
|
|
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)(),
|
|
37
|
+
(0, ts_serval_1.validate)({ nullable: true }),
|
|
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,
|
|
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"}
|
package/dist/buildInformation.js
CHANGED
|
@@ -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.
|
|
9
|
-
build: "
|
|
10
|
-
date: "2022-09-
|
|
11
|
-
commit: "
|
|
8
|
+
version: "2.0.0-beta.16",
|
|
9
|
+
build: "93",
|
|
10
|
+
date: "2022-09-06T14:14:59+00:00",
|
|
11
|
+
commit: "217868809577ea7bdabb13375e6c8afe106c7ec9",
|
|
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,
|
package/lib-web/nmshd.content.js
CHANGED
|
@@ -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)(),
|
|
459
|
+
(0, ts_serval_1.validate)({ nullable: true }),
|
|
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.
|
|
5491
|
-
build: "
|
|
5492
|
-
date: "2022-09-
|
|
5493
|
-
commit: "
|
|
5490
|
+
version: "2.0.0-beta.16",
|
|
5491
|
+
build: "93",
|
|
5492
|
+
date: "2022-09-06T14:14:59+00:00",
|
|
5493
|
+
commit: "217868809577ea7bdabb13375e6c8afe106c7ec9",
|
|
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,
|