@nmshd/content 2.0.0-alpha.35 → 2.0.0-alpha.36
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 +1 -1
- package/dist/attributes/RelationshipAttributeQuery.js +2 -2
- package/dist/attributes/RelationshipAttributeQuery.js.map +1 -1
- package/dist/attributes/hints/{RelationshipAttributeHints.d.ts → RelationshipAttributeCreationHints.d.ts} +0 -0
- package/dist/attributes/hints/{RelationshipAttributeHints.js → RelationshipAttributeCreationHints.js} +2 -2
- package/dist/attributes/hints/RelationshipAttributeCreationHints.js.map +1 -0
- package/dist/attributes/hints/index.d.ts +1 -1
- package/dist/attributes/hints/index.js +1 -1
- package/dist/attributes/hints/index.js.map +1 -1
- package/dist/buildInformation.js +4 -4
- package/lib-web/nmshd.content.js +13 -13
- package/lib-web/nmshd.content.min.js +1 -1
- package/package.json +1 -1
- package/dist/attributes/hints/RelationshipAttributeHints.js.map +0 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { CoreAddress, ICoreAddress } from "@nmshd/transport";
|
|
2
2
|
import { AbstractAttributeQuery, AbstractAttributeQueryJSON, IAbstractAttributeQuery } from "./AbstractAttributeQuery";
|
|
3
|
-
import { IRelationshipAttributeCreationHints, RelationshipAttributeCreationHints, RelationshipAttributeCreationHintsJSON } from "./hints/
|
|
3
|
+
import { IRelationshipAttributeCreationHints, RelationshipAttributeCreationHints, RelationshipAttributeCreationHintsJSON } from "./hints/RelationshipAttributeCreationHints";
|
|
4
4
|
export interface RelationshipAttributeQueryJSON extends AbstractAttributeQueryJSON {
|
|
5
5
|
key: string;
|
|
6
6
|
owner: string;
|
|
@@ -13,7 +13,7 @@ exports.RelationshipAttributeQuery = void 0;
|
|
|
13
13
|
const ts_serval_1 = require("@js-soft/ts-serval");
|
|
14
14
|
const transport_1 = require("@nmshd/transport");
|
|
15
15
|
const AbstractAttributeQuery_1 = require("./AbstractAttributeQuery");
|
|
16
|
-
const
|
|
16
|
+
const RelationshipAttributeCreationHints_1 = require("./hints/RelationshipAttributeCreationHints");
|
|
17
17
|
let RelationshipAttributeQuery = class RelationshipAttributeQuery extends AbstractAttributeQuery_1.AbstractAttributeQuery {
|
|
18
18
|
static from(value) {
|
|
19
19
|
return this.fromAny(value);
|
|
@@ -40,7 +40,7 @@ __decorate([
|
|
|
40
40
|
__decorate([
|
|
41
41
|
(0, ts_serval_1.serialize)(),
|
|
42
42
|
(0, ts_serval_1.validate)(),
|
|
43
|
-
__metadata("design:type",
|
|
43
|
+
__metadata("design:type", RelationshipAttributeCreationHints_1.RelationshipAttributeCreationHints)
|
|
44
44
|
], RelationshipAttributeQuery.prototype, "attributeCreationHints", void 0);
|
|
45
45
|
RelationshipAttributeQuery = __decorate([
|
|
46
46
|
(0, ts_serval_1.type)("RelationshipAttributeQuery")
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RelationshipAttributeQuery.js","sourceRoot":"","sources":["../../src/attributes/RelationshipAttributeQuery.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,kDAA8D;AAC9D,gDAA4D;AAC5D,qEAAsH;AACtH,
|
|
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"}
|
|
File without changes
|
|
@@ -58,7 +58,7 @@ __decorate([
|
|
|
58
58
|
__metadata("design:type", String)
|
|
59
59
|
], RelationshipAttributeCreationHints.prototype, "confidentiality", void 0);
|
|
60
60
|
RelationshipAttributeCreationHints = __decorate([
|
|
61
|
-
(0, ts_serval_1.type)("
|
|
61
|
+
(0, ts_serval_1.type)("RelationshipAttributeCreationHints")
|
|
62
62
|
], RelationshipAttributeCreationHints);
|
|
63
63
|
exports.RelationshipAttributeCreationHints = RelationshipAttributeCreationHints;
|
|
64
|
-
//# sourceMappingURL=
|
|
64
|
+
//# sourceMappingURL=RelationshipAttributeCreationHints.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RelationshipAttributeCreationHints.js","sourceRoot":"","sources":["../../../src/attributes/hints/RelationshipAttributeCreationHints.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,kDAA2F;AAC3F,oEAA+E;AAC/E,6CAAsE;AAkBtE;;;;GAIG;AAEH,IAAa,kCAAkC,GAA/C,MAAa,kCAAmC,SAAQ,wBAAY;IA0BtD,MAAM,CAAU,OAAO,CAAC,KAAU;QACxC,IAAI,OAAO,KAAK,CAAC,WAAW,KAAK,WAAW;YAAE,KAAK,CAAC,WAAW,GAAG,KAAK,CAAA;QAEvE,OAAO,KAAK,CAAA;IAChB,CAAC;IAEM,MAAM,CAAC,IAAI,CACd,KAAmF;QAEnF,OAAO,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,CAAA;IAC9B,CAAC;CACJ,CAAA;AAlCG;IAFC,IAAA,qBAAS,GAAE;IACX,IAAA,oBAAQ,GAAE;;iEACS;AAIpB;IAFC,IAAA,qBAAS,GAAE;IACX,IAAA,oBAAQ,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;uEACF;AAI3B;IAFC,IAAA,qBAAS,GAAE;IACX,IAAA,oBAAQ,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;8BACT,uBAAU;sEAAA;AAI9B;IAFC,IAAA,qBAAS,GAAE;IACX,IAAA,oBAAQ,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;uEACF;AAS3B;IAPC,IAAA,qBAAS,GAAE;IACX,IAAA,oBAAQ,EAAC;QACN,eAAe,EAAE,CAAC,CAAC,EAAE,EAAE,CACnB,CAAC,MAAM,CAAC,MAAM,CAAC,4DAAoC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC;YAC5D,CAAC,CAAC,mBAAmB,MAAM,CAAC,MAAM,CAAC,4DAAoC,CAAC,EAAE;YAC1E,CAAC,CAAC,SAAS;KACtB,CAAC;;2EAC0D;AAxBnD,kCAAkC;IAD9C,IAAA,gBAAI,EAAC,oCAAoC,CAAC;GAC9B,kCAAkC,CAqC9C;AArCY,gFAAkC"}
|
|
@@ -14,7 +14,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./
|
|
17
|
+
__exportStar(require("./RelationshipAttributeCreationHints"), exports);
|
|
18
18
|
__exportStar(require("./RenderHints"), exports);
|
|
19
19
|
__exportStar(require("./ValueHints"), exports);
|
|
20
20
|
__exportStar(require("./ValueHintsValue"), exports);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/attributes/hints/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/attributes/hints/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,uEAAoD;AACpD,gDAA6B;AAC7B,+CAA4B;AAC5B,oDAAiC"}
|
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-alpha.
|
|
9
|
-
build: "
|
|
10
|
-
date: "2022-06-
|
|
11
|
-
commit: "
|
|
8
|
+
version: "2.0.0-alpha.36",
|
|
9
|
+
build: "66",
|
|
10
|
+
date: "2022-06-14T14:08:36+00:00",
|
|
11
|
+
commit: "c27097cdf65746805563072ab19a3f9c3dbaeea9",
|
|
12
12
|
dependencies: {"@js-soft/logging-abstractions":"^1.0.0"},
|
|
13
13
|
libraries: {
|
|
14
14
|
serval: ts_serval_1.buildInformation,
|
package/lib-web/nmshd.content.js
CHANGED
|
@@ -428,7 +428,7 @@ exports.RelationshipAttributeQuery = void 0;
|
|
|
428
428
|
const ts_serval_1 = __webpack_require__(/*! @js-soft/ts-serval */ "@js-soft/ts-serval");
|
|
429
429
|
const transport_1 = __webpack_require__(/*! @nmshd/transport */ "@nmshd/transport");
|
|
430
430
|
const AbstractAttributeQuery_1 = __webpack_require__(/*! ./AbstractAttributeQuery */ "./dist/attributes/AbstractAttributeQuery.js");
|
|
431
|
-
const
|
|
431
|
+
const RelationshipAttributeCreationHints_1 = __webpack_require__(/*! ./hints/RelationshipAttributeCreationHints */ "./dist/attributes/hints/RelationshipAttributeCreationHints.js");
|
|
432
432
|
let RelationshipAttributeQuery = class RelationshipAttributeQuery extends AbstractAttributeQuery_1.AbstractAttributeQuery {
|
|
433
433
|
static from(value) {
|
|
434
434
|
return this.fromAny(value);
|
|
@@ -455,7 +455,7 @@ __decorate([
|
|
|
455
455
|
__decorate([
|
|
456
456
|
(0, ts_serval_1.serialize)(),
|
|
457
457
|
(0, ts_serval_1.validate)(),
|
|
458
|
-
__metadata("design:type",
|
|
458
|
+
__metadata("design:type", RelationshipAttributeCreationHints_1.RelationshipAttributeCreationHints)
|
|
459
459
|
], RelationshipAttributeQuery.prototype, "attributeCreationHints", void 0);
|
|
460
460
|
RelationshipAttributeQuery = __decorate([
|
|
461
461
|
(0, ts_serval_1.type)("RelationshipAttributeQuery")
|
|
@@ -1395,10 +1395,10 @@ __exportStar(__webpack_require__(/*! ./LanguagesISO639 */ "./dist/attributes/con
|
|
|
1395
1395
|
|
|
1396
1396
|
/***/ }),
|
|
1397
1397
|
|
|
1398
|
-
/***/ "./dist/attributes/hints/
|
|
1399
|
-
|
|
1400
|
-
!*** ./dist/attributes/hints/
|
|
1401
|
-
|
|
1398
|
+
/***/ "./dist/attributes/hints/RelationshipAttributeCreationHints.js":
|
|
1399
|
+
/*!*********************************************************************!*\
|
|
1400
|
+
!*** ./dist/attributes/hints/RelationshipAttributeCreationHints.js ***!
|
|
1401
|
+
\*********************************************************************/
|
|
1402
1402
|
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
1403
1403
|
|
|
1404
1404
|
|
|
@@ -1461,10 +1461,10 @@ __decorate([
|
|
|
1461
1461
|
__metadata("design:type", String)
|
|
1462
1462
|
], RelationshipAttributeCreationHints.prototype, "confidentiality", void 0);
|
|
1463
1463
|
RelationshipAttributeCreationHints = __decorate([
|
|
1464
|
-
(0, ts_serval_1.type)("
|
|
1464
|
+
(0, ts_serval_1.type)("RelationshipAttributeCreationHints")
|
|
1465
1465
|
], RelationshipAttributeCreationHints);
|
|
1466
1466
|
exports.RelationshipAttributeCreationHints = RelationshipAttributeCreationHints;
|
|
1467
|
-
//# sourceMappingURL=
|
|
1467
|
+
//# sourceMappingURL=RelationshipAttributeCreationHints.js.map
|
|
1468
1468
|
|
|
1469
1469
|
/***/ }),
|
|
1470
1470
|
|
|
@@ -1766,7 +1766,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
1766
1766
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
1767
1767
|
};
|
|
1768
1768
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
1769
|
-
__exportStar(__webpack_require__(/*! ./
|
|
1769
|
+
__exportStar(__webpack_require__(/*! ./RelationshipAttributeCreationHints */ "./dist/attributes/hints/RelationshipAttributeCreationHints.js"), exports);
|
|
1770
1770
|
__exportStar(__webpack_require__(/*! ./RenderHints */ "./dist/attributes/hints/RenderHints.js"), exports);
|
|
1771
1771
|
__exportStar(__webpack_require__(/*! ./ValueHints */ "./dist/attributes/hints/ValueHints.js"), exports);
|
|
1772
1772
|
__exportStar(__webpack_require__(/*! ./ValueHintsValue */ "./dist/attributes/hints/ValueHintsValue.js"), exports);
|
|
@@ -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.
|
|
4934
|
-
build: "
|
|
4935
|
-
date: "2022-06-
|
|
4936
|
-
commit: "
|
|
4933
|
+
version: "2.0.0-alpha.36",
|
|
4934
|
+
build: "66",
|
|
4935
|
+
date: "2022-06-14T14:08:36+00:00",
|
|
4936
|
+
commit: "c27097cdf65746805563072ab19a3f9c3dbaeea9",
|
|
4937
4937
|
dependencies: {"@js-soft/logging-abstractions":"^1.0.0"},
|
|
4938
4938
|
libraries: {
|
|
4939
4939
|
serval: ts_serval_1.buildInformation,
|