@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.
@@ -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/RelationshipAttributeHints";
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 RelationshipAttributeHints_1 = require("./hints/RelationshipAttributeHints");
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", RelationshipAttributeHints_1.RelationshipAttributeCreationHints)
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,mFAI2C;AAiB3C,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,+DAAkC;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,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"}
@@ -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)("RelationshipAttributeHints")
61
+ (0, ts_serval_1.type)("RelationshipAttributeCreationHints")
62
62
  ], RelationshipAttributeCreationHints);
63
63
  exports.RelationshipAttributeCreationHints = RelationshipAttributeCreationHints;
64
- //# sourceMappingURL=RelationshipAttributeHints.js.map
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"}
@@ -1,4 +1,4 @@
1
- export * from "./RelationshipAttributeHints";
1
+ export * from "./RelationshipAttributeCreationHints";
2
2
  export * from "./RenderHints";
3
3
  export * from "./ValueHints";
4
4
  export * from "./ValueHintsValue";
@@ -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("./RelationshipAttributeHints"), exports);
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,+DAA4C;AAC5C,gDAA6B;AAC7B,+CAA4B;AAC5B,oDAAiC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/attributes/hints/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,uEAAoD;AACpD,gDAA6B;AAC7B,+CAA4B;AAC5B,oDAAiC"}
@@ -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.35",
9
- build: "65",
10
- date: "2022-06-13T06:45:21+00:00",
11
- commit: "d8bf251a9fae809a7dcf94dc85832036ceb97864",
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,
@@ -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 RelationshipAttributeHints_1 = __webpack_require__(/*! ./hints/RelationshipAttributeHints */ "./dist/attributes/hints/RelationshipAttributeHints.js");
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", RelationshipAttributeHints_1.RelationshipAttributeCreationHints)
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/RelationshipAttributeHints.js":
1399
- /*!*************************************************************!*\
1400
- !*** ./dist/attributes/hints/RelationshipAttributeHints.js ***!
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)("RelationshipAttributeHints")
1464
+ (0, ts_serval_1.type)("RelationshipAttributeCreationHints")
1465
1465
  ], RelationshipAttributeCreationHints);
1466
1466
  exports.RelationshipAttributeCreationHints = RelationshipAttributeCreationHints;
1467
- //# sourceMappingURL=RelationshipAttributeHints.js.map
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__(/*! ./RelationshipAttributeHints */ "./dist/attributes/hints/RelationshipAttributeHints.js"), exports);
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.35",
4934
- build: "65",
4935
- date: "2022-06-13T06:45:21+00:00",
4936
- commit: "d8bf251a9fae809a7dcf94dc85832036ceb97864",
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,