@nmshd/content 2.0.0-beta.12 → 2.0.0-beta.13

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.
@@ -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.12",
9
- build: "89",
10
- date: "2022-08-05T14:38:30+00:00",
11
- commit: "e24e20c80d91ce55e38d47a177bafa4913af09d7",
8
+ version: "2.0.0-beta.13",
9
+ build: "90",
10
+ date: "2022-08-09T07:51:41+00:00",
11
+ commit: "1adb3dc35a5d6a8234237369331e267aa9837ce2",
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,
@@ -6,7 +6,7 @@ import { IRequestItemDerivations, RequestItemDerivations, RequestItemJSONDerivat
6
6
  * if you want to
7
7
  * * make sure that the items in the group can only be accepted together
8
8
  *
9
- * Example: when sending a `CreateAttributeRequestItem` **and** a `ShareAttributeRequestItem` in a single
9
+ * Example: when sending a `CreateRelationshipAttributeRequestItem` **and** a `ShareAttributeRequestItem` in a single
10
10
  * Request where the latter one targets an attribute created by the first one, it it should be impossible to
11
11
  * reject the first item, while accepting the second one.
12
12
  * * visually group items on the UI and give the a common title/description
@@ -42,7 +42,7 @@ export interface RequestItemGroupJSON extends ContentJSON {
42
42
  * if you want to
43
43
  * * make sure that the items in the group can only be accepted together
44
44
  *
45
- * Example: when sending a `CreateAttributeRequestItem` **and** a `ShareAttributeRequestItem` in a single
45
+ * Example: when sending a `CreateRelationshipAttributeRequestItem` **and** a `ShareAttributeRequestItem` in a single
46
46
  * Request where the latter one targets an attribute created by the first one, it it should be impossible to
47
47
  * reject the first item, while accepting the second one.
48
48
  * * visually group items on the UI and give the a common title/description
@@ -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.12",
5491
- build: "89",
5492
- date: "2022-08-05T14:38:30+00:00",
5493
- commit: "e24e20c80d91ce55e38d47a177bafa4913af09d7",
5490
+ version: "2.0.0-beta.13",
5491
+ build: "90",
5492
+ date: "2022-08-09T07:51:41+00:00",
5493
+ commit: "1adb3dc35a5d6a8234237369331e267aa9837ce2",
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,