@nmshd/content 2.0.0-beta.38 → 2.0.0-beta.39
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/relationships/RelationshipCreationChangeRequestContent.d.ts +0 -3
- package/dist/relationships/RelationshipCreationChangeRequestContent.js +0 -5
- package/dist/relationships/RelationshipCreationChangeRequestContent.js.map +1 -1
- package/lib-web/nmshd.content.js +4 -9
- 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-beta.
|
|
9
|
-
build: "
|
|
10
|
-
date: "2022-10-
|
|
11
|
-
commit: "
|
|
8
|
+
version: "2.0.0-beta.39",
|
|
9
|
+
build: "118",
|
|
10
|
+
date: "2022-10-13T07:26:16+00:00",
|
|
11
|
+
commit: "3eb6db914e52d6676032df172174ac3a401af083",
|
|
12
12
|
dependencies: {"@js-soft/logging-abstractions":"^1.0.0","easy-tsnameof":"^3.0.6","mocha-param":"^2.0.1"},
|
|
13
13
|
libraries: {
|
|
14
14
|
serval: ts_serval_1.buildInformation,
|
|
@@ -3,15 +3,12 @@ import { ContentJSON } from "../ContentJSON";
|
|
|
3
3
|
import { IResponse, Response, ResponseJSON } from "../requests/response/Response";
|
|
4
4
|
export interface RelationshipCreationChangeRequestContentJSON extends ContentJSON {
|
|
5
5
|
"@type": "RelationshipCreationChangeRequestContent";
|
|
6
|
-
templateContentMetadata?: object;
|
|
7
6
|
response: ResponseJSON;
|
|
8
7
|
}
|
|
9
8
|
export interface IRelationshipCreationChangeRequestContent extends ISerializable {
|
|
10
|
-
templateContentMetadata?: object;
|
|
11
9
|
response: IResponse;
|
|
12
10
|
}
|
|
13
11
|
export declare class RelationshipCreationChangeRequestContent extends Serializable implements IRelationshipCreationChangeRequestContent {
|
|
14
|
-
templateContentMetadata?: object;
|
|
15
12
|
response: Response;
|
|
16
13
|
static from(value: IRelationshipCreationChangeRequestContent | Omit<RelationshipCreationChangeRequestContentJSON, "@type">): RelationshipCreationChangeRequestContent;
|
|
17
14
|
toJSON(verbose?: boolean | undefined, serializeAsString?: boolean | undefined): RelationshipCreationChangeRequestContentJSON;
|
|
@@ -20,11 +20,6 @@ let RelationshipCreationChangeRequestContent = class RelationshipCreationChangeR
|
|
|
20
20
|
return super.toJSON(verbose, serializeAsString);
|
|
21
21
|
}
|
|
22
22
|
};
|
|
23
|
-
__decorate([
|
|
24
|
-
(0, ts_serval_1.serialize)(),
|
|
25
|
-
(0, ts_serval_1.validate)({ nullable: true }),
|
|
26
|
-
__metadata("design:type", Object)
|
|
27
|
-
], RelationshipCreationChangeRequestContent.prototype, "templateContentMetadata", void 0);
|
|
28
23
|
__decorate([
|
|
29
24
|
(0, ts_serval_1.serialize)(),
|
|
30
25
|
(0, ts_serval_1.validate)(),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RelationshipCreationChangeRequestContent.js","sourceRoot":"","sources":["../../src/relationships/RelationshipCreationChangeRequestContent.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,kDAA2F;AAE3F,4DAAiF;
|
|
1
|
+
{"version":3,"file":"RelationshipCreationChangeRequestContent.js","sourceRoot":"","sources":["../../src/relationships/RelationshipCreationChangeRequestContent.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,kDAA2F;AAE3F,4DAAiF;AAY1E,IAAM,wCAAwC,GAA9C,MAAM,wCACT,SAAQ,wBAAY;IAOb,MAAM,CAAC,IAAI,CACd,KAA8G;QAE9G,OAAO,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,CAAA;IAC9B,CAAC;IAEe,MAAM,CAClB,OAA6B,EAC7B,iBAAuC;QAEvC,OAAO,KAAK,CAAC,MAAM,CAAC,OAAO,EAAE,iBAAiB,CAAiD,CAAA;IACnG,CAAC;CACJ,CAAA;AAhBG;IAAC,IAAA,qBAAS,GAAE;IACX,IAAA,oBAAQ,GAAE;8BACM,mBAAQ;0EAAA;AANhB,wCAAwC;IADpD,IAAA,gBAAI,EAAC,0CAA0C,CAAC;GACpC,wCAAwC,CAoBpD;AApBY,4FAAwC"}
|
package/lib-web/nmshd.content.js
CHANGED
|
@@ -5926,10 +5926,10 @@ const ts_serval_1 = __webpack_require__(/*! @js-soft/ts-serval */ "@js-soft/ts-s
|
|
|
5926
5926
|
const crypto_1 = __webpack_require__(/*! @nmshd/crypto */ "@nmshd/crypto");
|
|
5927
5927
|
const transport_1 = __webpack_require__(/*! @nmshd/transport */ "@nmshd/transport");
|
|
5928
5928
|
exports.buildInformation = {
|
|
5929
|
-
version: "2.0.0-beta.
|
|
5930
|
-
build: "
|
|
5931
|
-
date: "2022-10-
|
|
5932
|
-
commit: "
|
|
5929
|
+
version: "2.0.0-beta.39",
|
|
5930
|
+
build: "118",
|
|
5931
|
+
date: "2022-10-13T07:26:16+00:00",
|
|
5932
|
+
commit: "3eb6db914e52d6676032df172174ac3a401af083",
|
|
5933
5933
|
dependencies: {"@js-soft/logging-abstractions":"^1.0.0","easy-tsnameof":"^3.0.6","mocha-param":"^2.0.1"},
|
|
5934
5934
|
libraries: {
|
|
5935
5935
|
serval: ts_serval_1.buildInformation,
|
|
@@ -6067,11 +6067,6 @@ let RelationshipCreationChangeRequestContent = class RelationshipCreationChangeR
|
|
|
6067
6067
|
return super.toJSON(verbose, serializeAsString);
|
|
6068
6068
|
}
|
|
6069
6069
|
};
|
|
6070
|
-
__decorate([
|
|
6071
|
-
(0, ts_serval_1.serialize)(),
|
|
6072
|
-
(0, ts_serval_1.validate)({ nullable: true }),
|
|
6073
|
-
__metadata("design:type", Object)
|
|
6074
|
-
], RelationshipCreationChangeRequestContent.prototype, "templateContentMetadata", void 0);
|
|
6075
6070
|
__decorate([
|
|
6076
6071
|
(0, ts_serval_1.serialize)(),
|
|
6077
6072
|
(0, ts_serval_1.validate)(),
|