@nmshd/content 2.0.0-alpha.42 → 2.0.0-alpha.43
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/buildInformation.js +4 -4
- package/dist/requests/items/createAttribute/CreateAttributeRequestItem.js +2 -1
- package/dist/requests/items/createAttribute/CreateAttributeRequestItem.js.map +1 -1
- package/lib-web/nmshd.content.js +6 -5
- package/lib-web/nmshd.content.min.js +1 -1
- package/package.json +1 -1
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-07-
|
|
11
|
-
commit: "
|
|
8
|
+
version: "2.0.0-alpha.43",
|
|
9
|
+
build: "75",
|
|
10
|
+
date: "2022-07-07T13:05:33+00:00",
|
|
11
|
+
commit: "d91b94378e5766310330484b863bdc0b24eaa921",
|
|
12
12
|
dependencies: {"@js-soft/logging-abstractions":"^1.0.0"},
|
|
13
13
|
libraries: {
|
|
14
14
|
serval: ts_serval_1.buildInformation,
|
|
@@ -12,6 +12,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
12
12
|
exports.CreateAttributeRequestItem = void 0;
|
|
13
13
|
const ts_serval_1 = require("@js-soft/ts-serval");
|
|
14
14
|
const transport_1 = require("@nmshd/transport");
|
|
15
|
+
const attributes_1 = require("../../../attributes");
|
|
15
16
|
const RequestItem_1 = require("../../RequestItem");
|
|
16
17
|
let CreateAttributeRequestItem = class CreateAttributeRequestItem extends RequestItem_1.RequestItem {
|
|
17
18
|
static from(value) {
|
|
@@ -19,7 +20,7 @@ let CreateAttributeRequestItem = class CreateAttributeRequestItem extends Reques
|
|
|
19
20
|
}
|
|
20
21
|
};
|
|
21
22
|
__decorate([
|
|
22
|
-
(0, ts_serval_1.serialize)(),
|
|
23
|
+
(0, ts_serval_1.serialize)({ unionTypes: [attributes_1.IdentityAttribute, attributes_1.RelationshipAttribute] }),
|
|
23
24
|
(0, ts_serval_1.validate)(),
|
|
24
25
|
__metadata("design:type", Object)
|
|
25
26
|
], CreateAttributeRequestItem.prototype, "attribute", void 0);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreateAttributeRequestItem.js","sourceRoot":"","sources":["../../../../src/requests/items/createAttribute/CreateAttributeRequestItem.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,kDAA8D;AAC9D,gDAAkD;
|
|
1
|
+
{"version":3,"file":"CreateAttributeRequestItem.js","sourceRoot":"","sources":["../../../../src/requests/items/createAttribute/CreateAttributeRequestItem.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,kDAA8D;AAC9D,gDAAkD;AAElD,oDAO4B;AAC5B,mDAA6D;AAa7D,IAAa,0BAA0B,GAAvC,MAAa,0BAA2B,SAAQ,yBAAW;IAShD,MAAM,CAAC,IAAI,CACd,KAAmE;QAEnE,OAAO,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,CAAA;IAC9B,CAAC;CACJ,CAAA;AAXG;IAFC,IAAA,qBAAS,EAAC,EAAE,UAAU,EAAE,CAAC,8BAAiB,EAAE,kCAAqB,CAAC,EAAE,CAAC;IACrE,IAAA,oBAAQ,GAAE;;6DACgD;AAI3D;IAFC,IAAA,qBAAS,GAAE;IACX,IAAA,oBAAQ,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;8BACF,kBAAM;qEAAA;AAPxB,0BAA0B;IADtC,IAAA,gBAAI,EAAC,4BAA4B,CAAC;GACtB,0BAA0B,CActC;AAdY,gEAA0B"}
|
package/lib-web/nmshd.content.js
CHANGED
|
@@ -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-07-
|
|
4936
|
-
commit: "
|
|
4933
|
+
version: "2.0.0-alpha.43",
|
|
4934
|
+
build: "75",
|
|
4935
|
+
date: "2022-07-07T13:05:33+00:00",
|
|
4936
|
+
commit: "d91b94378e5766310330484b863bdc0b24eaa921",
|
|
4937
4937
|
dependencies: {"@js-soft/logging-abstractions":"^1.0.0"},
|
|
4938
4938
|
libraries: {
|
|
4939
4939
|
serval: ts_serval_1.buildInformation,
|
|
@@ -5915,6 +5915,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
|
5915
5915
|
exports.CreateAttributeRequestItem = void 0;
|
|
5916
5916
|
const ts_serval_1 = __webpack_require__(/*! @js-soft/ts-serval */ "@js-soft/ts-serval");
|
|
5917
5917
|
const transport_1 = __webpack_require__(/*! @nmshd/transport */ "@nmshd/transport");
|
|
5918
|
+
const attributes_1 = __webpack_require__(/*! ../../../attributes */ "./dist/attributes/index.js");
|
|
5918
5919
|
const RequestItem_1 = __webpack_require__(/*! ../../RequestItem */ "./dist/requests/RequestItem.js");
|
|
5919
5920
|
let CreateAttributeRequestItem = class CreateAttributeRequestItem extends RequestItem_1.RequestItem {
|
|
5920
5921
|
static from(value) {
|
|
@@ -5922,7 +5923,7 @@ let CreateAttributeRequestItem = class CreateAttributeRequestItem extends Reques
|
|
|
5922
5923
|
}
|
|
5923
5924
|
};
|
|
5924
5925
|
__decorate([
|
|
5925
|
-
(0, ts_serval_1.serialize)(),
|
|
5926
|
+
(0, ts_serval_1.serialize)({ unionTypes: [attributes_1.IdentityAttribute, attributes_1.RelationshipAttribute] }),
|
|
5926
5927
|
(0, ts_serval_1.validate)(),
|
|
5927
5928
|
__metadata("design:type", Object)
|
|
5928
5929
|
], CreateAttributeRequestItem.prototype, "attribute", void 0);
|