@nmshd/runtime 2.8.1 → 2.8.3

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.
@@ -548,11 +548,11 @@ const content_1 = __webpack_require__(/*! @nmshd/content */ "@nmshd/content");
548
548
  const crypto_1 = __webpack_require__(/*! @nmshd/crypto */ "@nmshd/crypto");
549
549
  const transport_1 = __webpack_require__(/*! @nmshd/transport */ "@nmshd/transport");
550
550
  exports.buildInformation = {
551
- version: "2.8.1",
552
- build: "170",
553
- date: "2023-10-10T07:26:54+00:00",
554
- commit: "956ad26cac04d04257c5d00fbbec375b575b21a0",
555
- dependencies: {"@js-soft/docdb-querytranslator":"1.1.1","@js-soft/logging-abstractions":"1.0.0","@js-soft/ts-serval":"2.0.9","@js-soft/ts-utils":"^2.3.1","@nmshd/consumption":"3.3.2","@nmshd/content":"2.7.3","@nmshd/crypto":"2.0.4","@nmshd/transport":"2.1.2","ajv":"^8.12.0","ajv-errors":"^3.0.0","ajv-formats":"^2.1.1","json-stringify-safe":"^5.0.1","lodash":"^4.17.21","luxon":"^3.4.3","qrcode":"1.5.3","reflect-metadata":"0.1.13","ts-simple-nameof":"1.3.1","typescript-ioc":"3.2.2"},
551
+ version: "2.8.3",
552
+ build: "172",
553
+ date: "2023-10-20T10:54:54+00:00",
554
+ commit: "4c2920768495e1467d200b244e51d4a1ffe13f67",
555
+ dependencies: {"@js-soft/docdb-querytranslator":"1.1.1","@js-soft/logging-abstractions":"1.0.0","@js-soft/ts-serval":"2.0.9","@js-soft/ts-utils":"^2.3.1","@nmshd/consumption":"3.4.3","@nmshd/content":"2.7.4","@nmshd/crypto":"2.0.4","@nmshd/transport":"2.1.2","ajv":"^8.12.0","ajv-errors":"^3.0.0","ajv-formats":"^2.1.1","json-stringify-safe":"^5.0.1","lodash":"^4.17.21","luxon":"^3.4.3","qrcode":"1.5.3","reflect-metadata":"0.1.13","ts-simple-nameof":"1.3.1","typescript-ioc":"3.2.2"},
556
556
  libraries: {
557
557
  serval: ts_serval_1.buildInformation,
558
558
  consumption: consumption_1.buildInformation,
@@ -907,12 +907,14 @@ let DataViewExpander = class DataViewExpander {
907
907
  message: "There are no matching Attributes for this ThirdPartyRelationshipAttributeQuery."
908
908
  };
909
909
  }
910
- // IQLQueries without results cannot be changed.
911
- if (processedQuery.type === "ProcessedIQLQueryDVO" && processedQuery.results.length === 0) {
910
+ // IQLQueries without results and attributeCreationHints cannot be changed.
911
+ if (processedQuery.type === "ProcessedIQLQueryDVO" &&
912
+ processedQuery.results.length === 0 &&
913
+ !readAttributeRequestItem.query.attributeCreationHints) {
912
914
  isDecidable = false;
913
915
  error = {
914
916
  code: "dvo.requestItem.error.noResultsForIQLQueryDVO",
915
- message: "There are no matching Attributes for this IQLQuery."
917
+ message: "There are no matching Attributes for this IQLQuery and no attributeCreationHint is set."
916
918
  };
917
919
  }
918
920
  return {
@@ -10279,7 +10281,7 @@ exports.CanCreateOutgoingRequestRequest = {
10279
10281
  },
10280
10282
  "mustBeAccepted": {
10281
10283
  "type": "boolean",
10282
- "description": "If set to `true`, the recipient has to accept this group if he wants to accept the Request. If set to `false`, the recipient can decide whether he wants to accept it or not.\n\nCaution: this setting does not take effect in case it is inside of a\n {@link RequestItemGroupJSON RequestItemGroup } , which is not accepted by the recipient, since a {@link RequestItemJSON RequestItem } can only be accepted if the parent group is accepted as well."
10284
+ "description": "If set to `true`, the recipient has to accept this group if he wants to accept the Request. If set to `false`, the recipient can decide whether he wants to accept it or not.\n\nCaution: this setting does not take effect in case it is inside of a {@link RequestItemGroupJSON RequestItemGroup } , which is not accepted by the recipient, since a {@link RequestItemJSON RequestItem } can only be accepted if the parent group is accepted as well."
10283
10285
  },
10284
10286
  "requireManualDecision": {
10285
10287
  "type": "boolean",
@@ -10319,7 +10321,7 @@ exports.CanCreateOutgoingRequestRequest = {
10319
10321
  },
10320
10322
  "mustBeAccepted": {
10321
10323
  "type": "boolean",
10322
- "description": "If set to `true`, the recipient has to accept this group if he wants to accept the Request. If set to `false`, the recipient can decide whether he wants to accept it or not.\n\nCaution: this setting does not take effect in case it is inside of a\n {@link RequestItemGroupJSON RequestItemGroup } , which is not accepted by the recipient, since a {@link RequestItemJSON RequestItem } can only be accepted if the parent group is accepted as well."
10324
+ "description": "If set to `true`, the recipient has to accept this group if he wants to accept the Request. If set to `false`, the recipient can decide whether he wants to accept it or not.\n\nCaution: this setting does not take effect in case it is inside of a {@link RequestItemGroupJSON RequestItemGroup } , which is not accepted by the recipient, since a {@link RequestItemJSON RequestItem } can only be accepted if the parent group is accepted as well."
10323
10325
  },
10324
10326
  "requireManualDecision": {
10325
10327
  "type": "boolean",
@@ -12486,7 +12488,7 @@ exports.CanCreateOutgoingRequestRequest = {
12486
12488
  },
12487
12489
  "mustBeAccepted": {
12488
12490
  "type": "boolean",
12489
- "description": "If set to `true`, the recipient has to accept this group if he wants to accept the Request. If set to `false`, the recipient can decide whether he wants to accept it or not.\n\nCaution: this setting does not take effect in case it is inside of a\n {@link RequestItemGroupJSON RequestItemGroup } , which is not accepted by the recipient, since a {@link RequestItemJSON RequestItem } can only be accepted if the parent group is accepted as well."
12491
+ "description": "If set to `true`, the recipient has to accept this group if he wants to accept the Request. If set to `false`, the recipient can decide whether he wants to accept it or not.\n\nCaution: this setting does not take effect in case it is inside of a {@link RequestItemGroupJSON RequestItemGroup } , which is not accepted by the recipient, since a {@link RequestItemJSON RequestItem } can only be accepted if the parent group is accepted as well."
12490
12492
  },
12491
12493
  "requireManualDecision": {
12492
12494
  "type": "boolean",
@@ -12541,7 +12543,7 @@ exports.CanCreateOutgoingRequestRequest = {
12541
12543
  },
12542
12544
  "mustBeAccepted": {
12543
12545
  "type": "boolean",
12544
- "description": "If set to `true`, the recipient has to accept this group if he wants to accept the Request. If set to `false`, the recipient can decide whether he wants to accept it or not.\n\nCaution: this setting does not take effect in case it is inside of a\n {@link RequestItemGroupJSON RequestItemGroup } , which is not accepted by the recipient, since a {@link RequestItemJSON RequestItem } can only be accepted if the parent group is accepted as well."
12546
+ "description": "If set to `true`, the recipient has to accept this group if he wants to accept the Request. If set to `false`, the recipient can decide whether he wants to accept it or not.\n\nCaution: this setting does not take effect in case it is inside of a {@link RequestItemGroupJSON RequestItemGroup } , which is not accepted by the recipient, since a {@link RequestItemJSON RequestItem } can only be accepted if the parent group is accepted as well."
12545
12547
  },
12546
12548
  "requireManualDecision": {
12547
12549
  "type": "boolean",
@@ -12830,7 +12832,7 @@ exports.CanCreateOutgoingRequestRequest = {
12830
12832
  },
12831
12833
  "mustBeAccepted": {
12832
12834
  "type": "boolean",
12833
- "description": "If set to `true`, the recipient has to accept this group if he wants to accept the Request. If set to `false`, the recipient can decide whether he wants to accept it or not.\n\nCaution: this setting does not take effect in case it is inside of a\n {@link RequestItemGroupJSON RequestItemGroup } , which is not accepted by the recipient, since a {@link RequestItemJSON RequestItem } can only be accepted if the parent group is accepted as well."
12835
+ "description": "If set to `true`, the recipient has to accept this group if he wants to accept the Request. If set to `false`, the recipient can decide whether he wants to accept it or not.\n\nCaution: this setting does not take effect in case it is inside of a {@link RequestItemGroupJSON RequestItemGroup } , which is not accepted by the recipient, since a {@link RequestItemJSON RequestItem } can only be accepted if the parent group is accepted as well."
12834
12836
  },
12835
12837
  "requireManualDecision": {
12836
12838
  "type": "boolean",
@@ -12927,7 +12929,7 @@ exports.CanCreateOutgoingRequestRequest = {
12927
12929
  },
12928
12930
  "mustBeAccepted": {
12929
12931
  "type": "boolean",
12930
- "description": "If set to `true`, the recipient has to accept this group if he wants to accept the Request. If set to `false`, the recipient can decide whether he wants to accept it or not.\n\nCaution: this setting does not take effect in case it is inside of a\n {@link RequestItemGroupJSON RequestItemGroup } , which is not accepted by the recipient, since a {@link RequestItemJSON RequestItem } can only be accepted if the parent group is accepted as well."
12932
+ "description": "If set to `true`, the recipient has to accept this group if he wants to accept the Request. If set to `false`, the recipient can decide whether he wants to accept it or not.\n\nCaution: this setting does not take effect in case it is inside of a {@link RequestItemGroupJSON RequestItemGroup } , which is not accepted by the recipient, since a {@link RequestItemJSON RequestItem } can only be accepted if the parent group is accepted as well."
12931
12933
  },
12932
12934
  "requireManualDecision": {
12933
12935
  "type": "boolean",
@@ -12974,7 +12976,7 @@ exports.CanCreateOutgoingRequestRequest = {
12974
12976
  },
12975
12977
  "mustBeAccepted": {
12976
12978
  "type": "boolean",
12977
- "description": "If set to `true`, the recipient has to accept this group if he wants to accept the Request. If set to `false`, the recipient can decide whether he wants to accept it or not.\n\nCaution: this setting does not take effect in case it is inside of a\n {@link RequestItemGroupJSON RequestItemGroup } , which is not accepted by the recipient, since a {@link RequestItemJSON RequestItem } can only be accepted if the parent group is accepted as well."
12979
+ "description": "If set to `true`, the recipient has to accept this group if he wants to accept the Request. If set to `false`, the recipient can decide whether he wants to accept it or not.\n\nCaution: this setting does not take effect in case it is inside of a {@link RequestItemGroupJSON RequestItemGroup } , which is not accepted by the recipient, since a {@link RequestItemJSON RequestItem } can only be accepted if the parent group is accepted as well."
12978
12980
  },
12979
12981
  "requireManualDecision": {
12980
12982
  "type": "boolean",
@@ -13014,7 +13016,7 @@ exports.CanCreateOutgoingRequestRequest = {
13014
13016
  },
13015
13017
  "mustBeAccepted": {
13016
13018
  "type": "boolean",
13017
- "description": "If set to `true`, the recipient has to accept this group if he wants to accept the Request. If set to `false`, the recipient can decide whether he wants to accept it or not.\n\nCaution: this setting does not take effect in case it is inside of a\n {@link RequestItemGroupJSON RequestItemGroup } , which is not accepted by the recipient, since a {@link RequestItemJSON RequestItem } can only be accepted if the parent group is accepted as well."
13019
+ "description": "If set to `true`, the recipient has to accept this group if he wants to accept the Request. If set to `false`, the recipient can decide whether he wants to accept it or not.\n\nCaution: this setting does not take effect in case it is inside of a {@link RequestItemGroupJSON RequestItemGroup } , which is not accepted by the recipient, since a {@link RequestItemJSON RequestItem } can only be accepted if the parent group is accepted as well."
13018
13020
  },
13019
13021
  "requireManualDecision": {
13020
13022
  "type": "boolean",
@@ -13058,7 +13060,7 @@ exports.CanCreateOutgoingRequestRequest = {
13058
13060
  },
13059
13061
  "mustBeAccepted": {
13060
13062
  "type": "boolean",
13061
- "description": "If set to `true`, the recipient has to accept this group if he wants to accept the Request. If set to `false`, the recipient can decide whether he wants to accept it or not.\n\nCaution: this setting does not take effect in case it is inside of a\n {@link RequestItemGroupJSON RequestItemGroup } , which is not accepted by the recipient, since a {@link RequestItemJSON RequestItem } can only be accepted if the parent group is accepted as well."
13063
+ "description": "If set to `true`, the recipient has to accept this group if he wants to accept the Request. If set to `false`, the recipient can decide whether he wants to accept it or not.\n\nCaution: this setting does not take effect in case it is inside of a {@link RequestItemGroupJSON RequestItemGroup } , which is not accepted by the recipient, since a {@link RequestItemJSON RequestItem } can only be accepted if the parent group is accepted as well."
13062
13064
  },
13063
13065
  "requireManualDecision": {
13064
13066
  "type": "boolean",
@@ -18490,7 +18492,7 @@ exports.CreateOutgoingRequestRequest = {
18490
18492
  },
18491
18493
  "mustBeAccepted": {
18492
18494
  "type": "boolean",
18493
- "description": "If set to `true`, the recipient has to accept this group if he wants to accept the Request. If set to `false`, the recipient can decide whether he wants to accept it or not.\n\nCaution: this setting does not take effect in case it is inside of a\n {@link RequestItemGroupJSON RequestItemGroup } , which is not accepted by the recipient, since a {@link RequestItemJSON RequestItem } can only be accepted if the parent group is accepted as well."
18495
+ "description": "If set to `true`, the recipient has to accept this group if he wants to accept the Request. If set to `false`, the recipient can decide whether he wants to accept it or not.\n\nCaution: this setting does not take effect in case it is inside of a {@link RequestItemGroupJSON RequestItemGroup } , which is not accepted by the recipient, since a {@link RequestItemJSON RequestItem } can only be accepted if the parent group is accepted as well."
18494
18496
  },
18495
18497
  "requireManualDecision": {
18496
18498
  "type": "boolean",
@@ -18530,7 +18532,7 @@ exports.CreateOutgoingRequestRequest = {
18530
18532
  },
18531
18533
  "mustBeAccepted": {
18532
18534
  "type": "boolean",
18533
- "description": "If set to `true`, the recipient has to accept this group if he wants to accept the Request. If set to `false`, the recipient can decide whether he wants to accept it or not.\n\nCaution: this setting does not take effect in case it is inside of a\n {@link RequestItemGroupJSON RequestItemGroup } , which is not accepted by the recipient, since a {@link RequestItemJSON RequestItem } can only be accepted if the parent group is accepted as well."
18535
+ "description": "If set to `true`, the recipient has to accept this group if he wants to accept the Request. If set to `false`, the recipient can decide whether he wants to accept it or not.\n\nCaution: this setting does not take effect in case it is inside of a {@link RequestItemGroupJSON RequestItemGroup } , which is not accepted by the recipient, since a {@link RequestItemJSON RequestItem } can only be accepted if the parent group is accepted as well."
18534
18536
  },
18535
18537
  "requireManualDecision": {
18536
18538
  "type": "boolean",
@@ -20697,7 +20699,7 @@ exports.CreateOutgoingRequestRequest = {
20697
20699
  },
20698
20700
  "mustBeAccepted": {
20699
20701
  "type": "boolean",
20700
- "description": "If set to `true`, the recipient has to accept this group if he wants to accept the Request. If set to `false`, the recipient can decide whether he wants to accept it or not.\n\nCaution: this setting does not take effect in case it is inside of a\n {@link RequestItemGroupJSON RequestItemGroup } , which is not accepted by the recipient, since a {@link RequestItemJSON RequestItem } can only be accepted if the parent group is accepted as well."
20702
+ "description": "If set to `true`, the recipient has to accept this group if he wants to accept the Request. If set to `false`, the recipient can decide whether he wants to accept it or not.\n\nCaution: this setting does not take effect in case it is inside of a {@link RequestItemGroupJSON RequestItemGroup } , which is not accepted by the recipient, since a {@link RequestItemJSON RequestItem } can only be accepted if the parent group is accepted as well."
20701
20703
  },
20702
20704
  "requireManualDecision": {
20703
20705
  "type": "boolean",
@@ -20752,7 +20754,7 @@ exports.CreateOutgoingRequestRequest = {
20752
20754
  },
20753
20755
  "mustBeAccepted": {
20754
20756
  "type": "boolean",
20755
- "description": "If set to `true`, the recipient has to accept this group if he wants to accept the Request. If set to `false`, the recipient can decide whether he wants to accept it or not.\n\nCaution: this setting does not take effect in case it is inside of a\n {@link RequestItemGroupJSON RequestItemGroup } , which is not accepted by the recipient, since a {@link RequestItemJSON RequestItem } can only be accepted if the parent group is accepted as well."
20757
+ "description": "If set to `true`, the recipient has to accept this group if he wants to accept the Request. If set to `false`, the recipient can decide whether he wants to accept it or not.\n\nCaution: this setting does not take effect in case it is inside of a {@link RequestItemGroupJSON RequestItemGroup } , which is not accepted by the recipient, since a {@link RequestItemJSON RequestItem } can only be accepted if the parent group is accepted as well."
20756
20758
  },
20757
20759
  "requireManualDecision": {
20758
20760
  "type": "boolean",
@@ -21041,7 +21043,7 @@ exports.CreateOutgoingRequestRequest = {
21041
21043
  },
21042
21044
  "mustBeAccepted": {
21043
21045
  "type": "boolean",
21044
- "description": "If set to `true`, the recipient has to accept this group if he wants to accept the Request. If set to `false`, the recipient can decide whether he wants to accept it or not.\n\nCaution: this setting does not take effect in case it is inside of a\n {@link RequestItemGroupJSON RequestItemGroup } , which is not accepted by the recipient, since a {@link RequestItemJSON RequestItem } can only be accepted if the parent group is accepted as well."
21046
+ "description": "If set to `true`, the recipient has to accept this group if he wants to accept the Request. If set to `false`, the recipient can decide whether he wants to accept it or not.\n\nCaution: this setting does not take effect in case it is inside of a {@link RequestItemGroupJSON RequestItemGroup } , which is not accepted by the recipient, since a {@link RequestItemJSON RequestItem } can only be accepted if the parent group is accepted as well."
21045
21047
  },
21046
21048
  "requireManualDecision": {
21047
21049
  "type": "boolean",
@@ -21138,7 +21140,7 @@ exports.CreateOutgoingRequestRequest = {
21138
21140
  },
21139
21141
  "mustBeAccepted": {
21140
21142
  "type": "boolean",
21141
- "description": "If set to `true`, the recipient has to accept this group if he wants to accept the Request. If set to `false`, the recipient can decide whether he wants to accept it or not.\n\nCaution: this setting does not take effect in case it is inside of a\n {@link RequestItemGroupJSON RequestItemGroup } , which is not accepted by the recipient, since a {@link RequestItemJSON RequestItem } can only be accepted if the parent group is accepted as well."
21143
+ "description": "If set to `true`, the recipient has to accept this group if he wants to accept the Request. If set to `false`, the recipient can decide whether he wants to accept it or not.\n\nCaution: this setting does not take effect in case it is inside of a {@link RequestItemGroupJSON RequestItemGroup } , which is not accepted by the recipient, since a {@link RequestItemJSON RequestItem } can only be accepted if the parent group is accepted as well."
21142
21144
  },
21143
21145
  "requireManualDecision": {
21144
21146
  "type": "boolean",
@@ -21185,7 +21187,7 @@ exports.CreateOutgoingRequestRequest = {
21185
21187
  },
21186
21188
  "mustBeAccepted": {
21187
21189
  "type": "boolean",
21188
- "description": "If set to `true`, the recipient has to accept this group if he wants to accept the Request. If set to `false`, the recipient can decide whether he wants to accept it or not.\n\nCaution: this setting does not take effect in case it is inside of a\n {@link RequestItemGroupJSON RequestItemGroup } , which is not accepted by the recipient, since a {@link RequestItemJSON RequestItem } can only be accepted if the parent group is accepted as well."
21190
+ "description": "If set to `true`, the recipient has to accept this group if he wants to accept the Request. If set to `false`, the recipient can decide whether he wants to accept it or not.\n\nCaution: this setting does not take effect in case it is inside of a {@link RequestItemGroupJSON RequestItemGroup } , which is not accepted by the recipient, since a {@link RequestItemJSON RequestItem } can only be accepted if the parent group is accepted as well."
21189
21191
  },
21190
21192
  "requireManualDecision": {
21191
21193
  "type": "boolean",
@@ -21225,7 +21227,7 @@ exports.CreateOutgoingRequestRequest = {
21225
21227
  },
21226
21228
  "mustBeAccepted": {
21227
21229
  "type": "boolean",
21228
- "description": "If set to `true`, the recipient has to accept this group if he wants to accept the Request. If set to `false`, the recipient can decide whether he wants to accept it or not.\n\nCaution: this setting does not take effect in case it is inside of a\n {@link RequestItemGroupJSON RequestItemGroup } , which is not accepted by the recipient, since a {@link RequestItemJSON RequestItem } can only be accepted if the parent group is accepted as well."
21230
+ "description": "If set to `true`, the recipient has to accept this group if he wants to accept the Request. If set to `false`, the recipient can decide whether he wants to accept it or not.\n\nCaution: this setting does not take effect in case it is inside of a {@link RequestItemGroupJSON RequestItemGroup } , which is not accepted by the recipient, since a {@link RequestItemJSON RequestItem } can only be accepted if the parent group is accepted as well."
21229
21231
  },
21230
21232
  "requireManualDecision": {
21231
21233
  "type": "boolean",
@@ -21269,7 +21271,7 @@ exports.CreateOutgoingRequestRequest = {
21269
21271
  },
21270
21272
  "mustBeAccepted": {
21271
21273
  "type": "boolean",
21272
- "description": "If set to `true`, the recipient has to accept this group if he wants to accept the Request. If set to `false`, the recipient can decide whether he wants to accept it or not.\n\nCaution: this setting does not take effect in case it is inside of a\n {@link RequestItemGroupJSON RequestItemGroup } , which is not accepted by the recipient, since a {@link RequestItemJSON RequestItem } can only be accepted if the parent group is accepted as well."
21274
+ "description": "If set to `true`, the recipient has to accept this group if he wants to accept the Request. If set to `false`, the recipient can decide whether he wants to accept it or not.\n\nCaution: this setting does not take effect in case it is inside of a {@link RequestItemGroupJSON RequestItemGroup } , which is not accepted by the recipient, since a {@link RequestItemJSON RequestItem } can only be accepted if the parent group is accepted as well."
21273
21275
  },
21274
21276
  "requireManualDecision": {
21275
21277
  "type": "boolean",
@@ -21954,7 +21956,7 @@ exports.ReceivedIncomingRequestRequest = {
21954
21956
  },
21955
21957
  "mustBeAccepted": {
21956
21958
  "type": "boolean",
21957
- "description": "If set to `true`, the recipient has to accept this group if he wants to accept the Request. If set to `false`, the recipient can decide whether he wants to accept it or not.\n\nCaution: this setting does not take effect in case it is inside of a\n {@link RequestItemGroupJSON RequestItemGroup } , which is not accepted by the recipient, since a {@link RequestItemJSON RequestItem } can only be accepted if the parent group is accepted as well."
21959
+ "description": "If set to `true`, the recipient has to accept this group if he wants to accept the Request. If set to `false`, the recipient can decide whether he wants to accept it or not.\n\nCaution: this setting does not take effect in case it is inside of a {@link RequestItemGroupJSON RequestItemGroup } , which is not accepted by the recipient, since a {@link RequestItemJSON RequestItem } can only be accepted if the parent group is accepted as well."
21958
21960
  },
21959
21961
  "requireManualDecision": {
21960
21962
  "type": "boolean",
@@ -21994,7 +21996,7 @@ exports.ReceivedIncomingRequestRequest = {
21994
21996
  },
21995
21997
  "mustBeAccepted": {
21996
21998
  "type": "boolean",
21997
- "description": "If set to `true`, the recipient has to accept this group if he wants to accept the Request. If set to `false`, the recipient can decide whether he wants to accept it or not.\n\nCaution: this setting does not take effect in case it is inside of a\n {@link RequestItemGroupJSON RequestItemGroup } , which is not accepted by the recipient, since a {@link RequestItemJSON RequestItem } can only be accepted if the parent group is accepted as well."
21999
+ "description": "If set to `true`, the recipient has to accept this group if he wants to accept the Request. If set to `false`, the recipient can decide whether he wants to accept it or not.\n\nCaution: this setting does not take effect in case it is inside of a {@link RequestItemGroupJSON RequestItemGroup } , which is not accepted by the recipient, since a {@link RequestItemJSON RequestItem } can only be accepted if the parent group is accepted as well."
21998
22000
  },
21999
22001
  "requireManualDecision": {
22000
22002
  "type": "boolean",
@@ -24161,7 +24163,7 @@ exports.ReceivedIncomingRequestRequest = {
24161
24163
  },
24162
24164
  "mustBeAccepted": {
24163
24165
  "type": "boolean",
24164
- "description": "If set to `true`, the recipient has to accept this group if he wants to accept the Request. If set to `false`, the recipient can decide whether he wants to accept it or not.\n\nCaution: this setting does not take effect in case it is inside of a\n {@link RequestItemGroupJSON RequestItemGroup } , which is not accepted by the recipient, since a {@link RequestItemJSON RequestItem } can only be accepted if the parent group is accepted as well."
24166
+ "description": "If set to `true`, the recipient has to accept this group if he wants to accept the Request. If set to `false`, the recipient can decide whether he wants to accept it or not.\n\nCaution: this setting does not take effect in case it is inside of a {@link RequestItemGroupJSON RequestItemGroup } , which is not accepted by the recipient, since a {@link RequestItemJSON RequestItem } can only be accepted if the parent group is accepted as well."
24165
24167
  },
24166
24168
  "requireManualDecision": {
24167
24169
  "type": "boolean",
@@ -24216,7 +24218,7 @@ exports.ReceivedIncomingRequestRequest = {
24216
24218
  },
24217
24219
  "mustBeAccepted": {
24218
24220
  "type": "boolean",
24219
- "description": "If set to `true`, the recipient has to accept this group if he wants to accept the Request. If set to `false`, the recipient can decide whether he wants to accept it or not.\n\nCaution: this setting does not take effect in case it is inside of a\n {@link RequestItemGroupJSON RequestItemGroup } , which is not accepted by the recipient, since a {@link RequestItemJSON RequestItem } can only be accepted if the parent group is accepted as well."
24221
+ "description": "If set to `true`, the recipient has to accept this group if he wants to accept the Request. If set to `false`, the recipient can decide whether he wants to accept it or not.\n\nCaution: this setting does not take effect in case it is inside of a {@link RequestItemGroupJSON RequestItemGroup } , which is not accepted by the recipient, since a {@link RequestItemJSON RequestItem } can only be accepted if the parent group is accepted as well."
24220
24222
  },
24221
24223
  "requireManualDecision": {
24222
24224
  "type": "boolean",
@@ -24505,7 +24507,7 @@ exports.ReceivedIncomingRequestRequest = {
24505
24507
  },
24506
24508
  "mustBeAccepted": {
24507
24509
  "type": "boolean",
24508
- "description": "If set to `true`, the recipient has to accept this group if he wants to accept the Request. If set to `false`, the recipient can decide whether he wants to accept it or not.\n\nCaution: this setting does not take effect in case it is inside of a\n {@link RequestItemGroupJSON RequestItemGroup } , which is not accepted by the recipient, since a {@link RequestItemJSON RequestItem } can only be accepted if the parent group is accepted as well."
24510
+ "description": "If set to `true`, the recipient has to accept this group if he wants to accept the Request. If set to `false`, the recipient can decide whether he wants to accept it or not.\n\nCaution: this setting does not take effect in case it is inside of a {@link RequestItemGroupJSON RequestItemGroup } , which is not accepted by the recipient, since a {@link RequestItemJSON RequestItem } can only be accepted if the parent group is accepted as well."
24509
24511
  },
24510
24512
  "requireManualDecision": {
24511
24513
  "type": "boolean",
@@ -24602,7 +24604,7 @@ exports.ReceivedIncomingRequestRequest = {
24602
24604
  },
24603
24605
  "mustBeAccepted": {
24604
24606
  "type": "boolean",
24605
- "description": "If set to `true`, the recipient has to accept this group if he wants to accept the Request. If set to `false`, the recipient can decide whether he wants to accept it or not.\n\nCaution: this setting does not take effect in case it is inside of a\n {@link RequestItemGroupJSON RequestItemGroup } , which is not accepted by the recipient, since a {@link RequestItemJSON RequestItem } can only be accepted if the parent group is accepted as well."
24607
+ "description": "If set to `true`, the recipient has to accept this group if he wants to accept the Request. If set to `false`, the recipient can decide whether he wants to accept it or not.\n\nCaution: this setting does not take effect in case it is inside of a {@link RequestItemGroupJSON RequestItemGroup } , which is not accepted by the recipient, since a {@link RequestItemJSON RequestItem } can only be accepted if the parent group is accepted as well."
24606
24608
  },
24607
24609
  "requireManualDecision": {
24608
24610
  "type": "boolean",
@@ -24649,7 +24651,7 @@ exports.ReceivedIncomingRequestRequest = {
24649
24651
  },
24650
24652
  "mustBeAccepted": {
24651
24653
  "type": "boolean",
24652
- "description": "If set to `true`, the recipient has to accept this group if he wants to accept the Request. If set to `false`, the recipient can decide whether he wants to accept it or not.\n\nCaution: this setting does not take effect in case it is inside of a\n {@link RequestItemGroupJSON RequestItemGroup } , which is not accepted by the recipient, since a {@link RequestItemJSON RequestItem } can only be accepted if the parent group is accepted as well."
24654
+ "description": "If set to `true`, the recipient has to accept this group if he wants to accept the Request. If set to `false`, the recipient can decide whether he wants to accept it or not.\n\nCaution: this setting does not take effect in case it is inside of a {@link RequestItemGroupJSON RequestItemGroup } , which is not accepted by the recipient, since a {@link RequestItemJSON RequestItem } can only be accepted if the parent group is accepted as well."
24653
24655
  },
24654
24656
  "requireManualDecision": {
24655
24657
  "type": "boolean",
@@ -24689,7 +24691,7 @@ exports.ReceivedIncomingRequestRequest = {
24689
24691
  },
24690
24692
  "mustBeAccepted": {
24691
24693
  "type": "boolean",
24692
- "description": "If set to `true`, the recipient has to accept this group if he wants to accept the Request. If set to `false`, the recipient can decide whether he wants to accept it or not.\n\nCaution: this setting does not take effect in case it is inside of a\n {@link RequestItemGroupJSON RequestItemGroup } , which is not accepted by the recipient, since a {@link RequestItemJSON RequestItem } can only be accepted if the parent group is accepted as well."
24694
+ "description": "If set to `true`, the recipient has to accept this group if he wants to accept the Request. If set to `false`, the recipient can decide whether he wants to accept it or not.\n\nCaution: this setting does not take effect in case it is inside of a {@link RequestItemGroupJSON RequestItemGroup } , which is not accepted by the recipient, since a {@link RequestItemJSON RequestItem } can only be accepted if the parent group is accepted as well."
24693
24695
  },
24694
24696
  "requireManualDecision": {
24695
24697
  "type": "boolean",
@@ -24733,7 +24735,7 @@ exports.ReceivedIncomingRequestRequest = {
24733
24735
  },
24734
24736
  "mustBeAccepted": {
24735
24737
  "type": "boolean",
24736
- "description": "If set to `true`, the recipient has to accept this group if he wants to accept the Request. If set to `false`, the recipient can decide whether he wants to accept it or not.\n\nCaution: this setting does not take effect in case it is inside of a\n {@link RequestItemGroupJSON RequestItemGroup } , which is not accepted by the recipient, since a {@link RequestItemJSON RequestItem } can only be accepted if the parent group is accepted as well."
24738
+ "description": "If set to `true`, the recipient has to accept this group if he wants to accept the Request. If set to `false`, the recipient can decide whether he wants to accept it or not.\n\nCaution: this setting does not take effect in case it is inside of a {@link RequestItemGroupJSON RequestItemGroup } , which is not accepted by the recipient, since a {@link RequestItemJSON RequestItem } can only be accepted if the parent group is accepted as well."
24737
24739
  },
24738
24740
  "requireManualDecision": {
24739
24741
  "type": "boolean",