@nmshd/runtime 7.0.0-alpha.53 → 7.0.0-alpha.55

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.
Files changed (123) hide show
  1. package/dist/DatabaseSchemaUpgrader.d.ts.map +1 -1
  2. package/dist/DatabaseSchemaUpgrader.js +4 -82
  3. package/dist/DatabaseSchemaUpgrader.js.map +1 -1
  4. package/dist/buildInformation.js +5 -5
  5. package/dist/dataViews/content/RequestItemDVOs.d.ts +1 -1
  6. package/dist/dataViews/content/RequestItemDVOs.d.ts.map +1 -1
  7. package/dist/modules/DeciderModule.d.ts +0 -1
  8. package/dist/modules/DeciderModule.d.ts.map +1 -1
  9. package/dist/modules/DeciderModule.js +58 -58
  10. package/dist/modules/DeciderModule.js.map +1 -1
  11. package/dist/modules/decide/RequestConfig.d.ts +1 -10
  12. package/dist/modules/decide/RequestConfig.d.ts.map +1 -1
  13. package/dist/modules/decide/RequestConfig.js.map +1 -1
  14. package/dist/useCases/common/RuntimeErrors.d.ts +0 -1
  15. package/dist/useCases/common/RuntimeErrors.d.ts.map +1 -1
  16. package/dist/useCases/common/RuntimeErrors.js +0 -3
  17. package/dist/useCases/common/RuntimeErrors.js.map +1 -1
  18. package/dist/useCases/common/Schemas.d.ts.map +1 -1
  19. package/dist/useCases/common/Schemas.js +9 -126
  20. package/dist/useCases/common/Schemas.js.map +1 -1
  21. package/dist/useCases/consumption/attributes/CreateAndShareRelationshipAttribute.d.ts +0 -1
  22. package/dist/useCases/consumption/attributes/CreateAndShareRelationshipAttribute.d.ts.map +1 -1
  23. package/dist/useCases/consumption/attributes/CreateAndShareRelationshipAttribute.js.map +1 -1
  24. package/dist/useCases/consumption/attributes/ShareRepositoryAttribute.d.ts +0 -1
  25. package/dist/useCases/consumption/attributes/ShareRepositoryAttribute.d.ts.map +1 -1
  26. package/dist/useCases/consumption/attributes/ShareRepositoryAttribute.js.map +1 -1
  27. package/dist/useCases/consumption/notifications/ReceivedNotification.js +1 -1
  28. package/dist/useCases/consumption/notifications/ReceivedNotification.js.map +1 -1
  29. package/dist/useCases/consumption/notifications/SentNotification.js +1 -1
  30. package/dist/useCases/consumption/notifications/SentNotification.js.map +1 -1
  31. package/dist/useCases/transport/account/LoadItemFromReference.d.ts.map +1 -1
  32. package/dist/useCases/transport/account/LoadItemFromReference.js +1 -4
  33. package/dist/useCases/transport/account/LoadItemFromReference.js.map +1 -1
  34. package/dist/useCases/transport/devices/DeviceMapper.d.ts.map +1 -1
  35. package/dist/useCases/transport/devices/DeviceMapper.js +0 -1
  36. package/dist/useCases/transport/devices/DeviceMapper.js.map +1 -1
  37. package/dist/useCases/transport/files/CreateTokenForFile.js +1 -1
  38. package/dist/useCases/transport/files/CreateTokenForFile.js.map +1 -1
  39. package/dist/useCases/transport/files/FileMapper.d.ts.map +1 -1
  40. package/dist/useCases/transport/files/FileMapper.js +12 -20
  41. package/dist/useCases/transport/files/FileMapper.js.map +1 -1
  42. package/dist/useCases/transport/files/GetFiles.d.ts.map +1 -1
  43. package/dist/useCases/transport/files/GetFiles.js +16 -14
  44. package/dist/useCases/transport/files/GetFiles.js.map +1 -1
  45. package/dist/useCases/transport/files/GetOrLoadFile.d.ts.map +1 -1
  46. package/dist/useCases/transport/files/GetOrLoadFile.js +2 -5
  47. package/dist/useCases/transport/files/GetOrLoadFile.js.map +1 -1
  48. package/dist/useCases/transport/identityDeletionProcesses/IdentityDeletionProcessMapper.d.ts.map +1 -1
  49. package/dist/useCases/transport/identityDeletionProcesses/IdentityDeletionProcessMapper.js +11 -16
  50. package/dist/useCases/transport/identityDeletionProcesses/IdentityDeletionProcessMapper.js.map +1 -1
  51. package/dist/useCases/transport/identityRecoveryKits/CreateIdentityRecoveryKit.js +2 -2
  52. package/dist/useCases/transport/identityRecoveryKits/CreateIdentityRecoveryKit.js.map +1 -1
  53. package/dist/useCases/transport/messages/DownloadAttachment.d.ts.map +1 -1
  54. package/dist/useCases/transport/messages/DownloadAttachment.js +1 -4
  55. package/dist/useCases/transport/messages/DownloadAttachment.js.map +1 -1
  56. package/dist/useCases/transport/messages/GetAttachmentMetadata.d.ts.map +1 -1
  57. package/dist/useCases/transport/messages/GetAttachmentMetadata.js +1 -4
  58. package/dist/useCases/transport/messages/GetAttachmentMetadata.js.map +1 -1
  59. package/dist/useCases/transport/messages/GetMessage.d.ts.map +1 -1
  60. package/dist/useCases/transport/messages/GetMessage.js +1 -4
  61. package/dist/useCases/transport/messages/GetMessage.js.map +1 -1
  62. package/dist/useCases/transport/messages/GetMessages.d.ts.map +1 -1
  63. package/dist/useCases/transport/messages/GetMessages.js +12 -12
  64. package/dist/useCases/transport/messages/GetMessages.js.map +1 -1
  65. package/dist/useCases/transport/messages/MessageMapper.d.ts.map +1 -1
  66. package/dist/useCases/transport/messages/MessageMapper.js +13 -24
  67. package/dist/useCases/transport/messages/MessageMapper.js.map +1 -1
  68. package/dist/useCases/transport/relationshipTemplates/CreateTokenForOwnRelationshipTemplate.js +3 -3
  69. package/dist/useCases/transport/relationshipTemplates/CreateTokenForOwnRelationshipTemplate.js.map +1 -1
  70. package/dist/useCases/transport/relationshipTemplates/GetRelationshipTemplates.d.ts.map +1 -1
  71. package/dist/useCases/transport/relationshipTemplates/GetRelationshipTemplates.js +6 -6
  72. package/dist/useCases/transport/relationshipTemplates/GetRelationshipTemplates.js.map +1 -1
  73. package/dist/useCases/transport/relationshipTemplates/LoadPeerRelationshipTemplate.d.ts.map +1 -1
  74. package/dist/useCases/transport/relationshipTemplates/LoadPeerRelationshipTemplate.js +2 -5
  75. package/dist/useCases/transport/relationshipTemplates/LoadPeerRelationshipTemplate.js.map +1 -1
  76. package/dist/useCases/transport/relationshipTemplates/RelationshipTemplateMapper.d.ts.map +1 -1
  77. package/dist/useCases/transport/relationshipTemplates/RelationshipTemplateMapper.js +7 -11
  78. package/dist/useCases/transport/relationshipTemplates/RelationshipTemplateMapper.js.map +1 -1
  79. package/dist/useCases/transport/relationships/AcceptRelationship.d.ts.map +1 -1
  80. package/dist/useCases/transport/relationships/AcceptRelationship.js +0 -3
  81. package/dist/useCases/transport/relationships/AcceptRelationship.js.map +1 -1
  82. package/dist/useCases/transport/relationships/AcceptRelationshipReactivation.d.ts.map +1 -1
  83. package/dist/useCases/transport/relationships/AcceptRelationshipReactivation.js +0 -3
  84. package/dist/useCases/transport/relationships/AcceptRelationshipReactivation.js.map +1 -1
  85. package/dist/useCases/transport/relationships/CanCreateRelationship.d.ts.map +1 -1
  86. package/dist/useCases/transport/relationships/CanCreateRelationship.js +0 -4
  87. package/dist/useCases/transport/relationships/CanCreateRelationship.js.map +1 -1
  88. package/dist/useCases/transport/relationships/DecomposeRelationship.d.ts.map +1 -1
  89. package/dist/useCases/transport/relationships/DecomposeRelationship.js +0 -3
  90. package/dist/useCases/transport/relationships/DecomposeRelationship.js.map +1 -1
  91. package/dist/useCases/transport/relationships/GetRelationships.d.ts.map +1 -1
  92. package/dist/useCases/transport/relationships/GetRelationships.js +2 -2
  93. package/dist/useCases/transport/relationships/GetRelationships.js.map +1 -1
  94. package/dist/useCases/transport/relationships/RejectRelationship.d.ts.map +1 -1
  95. package/dist/useCases/transport/relationships/RejectRelationship.js +0 -3
  96. package/dist/useCases/transport/relationships/RejectRelationship.js.map +1 -1
  97. package/dist/useCases/transport/relationships/RejectRelationshipReactivation.d.ts.map +1 -1
  98. package/dist/useCases/transport/relationships/RejectRelationshipReactivation.js +0 -3
  99. package/dist/useCases/transport/relationships/RejectRelationshipReactivation.js.map +1 -1
  100. package/dist/useCases/transport/relationships/RelationshipMapper.d.ts.map +1 -1
  101. package/dist/useCases/transport/relationships/RelationshipMapper.js +3 -8
  102. package/dist/useCases/transport/relationships/RelationshipMapper.js.map +1 -1
  103. package/dist/useCases/transport/relationships/RequestRelationshipReactivation.d.ts.map +1 -1
  104. package/dist/useCases/transport/relationships/RequestRelationshipReactivation.js +0 -3
  105. package/dist/useCases/transport/relationships/RequestRelationshipReactivation.js.map +1 -1
  106. package/dist/useCases/transport/relationships/RevokeRelationship.d.ts.map +1 -1
  107. package/dist/useCases/transport/relationships/RevokeRelationship.js +0 -3
  108. package/dist/useCases/transport/relationships/RevokeRelationship.js.map +1 -1
  109. package/dist/useCases/transport/relationships/RevokeRelationshipReactivation.d.ts.map +1 -1
  110. package/dist/useCases/transport/relationships/RevokeRelationshipReactivation.js +0 -3
  111. package/dist/useCases/transport/relationships/RevokeRelationshipReactivation.js.map +1 -1
  112. package/dist/useCases/transport/relationships/TerminateRelationship.d.ts.map +1 -1
  113. package/dist/useCases/transport/relationships/TerminateRelationship.js +0 -3
  114. package/dist/useCases/transport/relationships/TerminateRelationship.js.map +1 -1
  115. package/dist/useCases/transport/relationships/utility/validateCreationContentOfRelationship.js +2 -2
  116. package/dist/useCases/transport/relationships/utility/validateCreationContentOfRelationship.js.map +1 -1
  117. package/dist/useCases/transport/tokens/GetTokens.d.ts.map +1 -1
  118. package/dist/useCases/transport/tokens/GetTokens.js +5 -5
  119. package/dist/useCases/transport/tokens/GetTokens.js.map +1 -1
  120. package/dist/useCases/transport/tokens/TokenMapper.d.ts.map +1 -1
  121. package/dist/useCases/transport/tokens/TokenMapper.js +6 -10
  122. package/dist/useCases/transport/tokens/TokenMapper.js.map +1 -1
  123. package/package.json +9 -9
@@ -1 +1 @@
1
- {"version":3,"file":"Schemas.d.ts","sourceRoot":"","sources":["../../../src/useCases/common/Schemas.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"Schemas.d.ts","sourceRoot":"","sources":["../../../src/useCases/common/Schemas.ts"],"names":[],"mappings":"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"}
@@ -342,10 +342,6 @@ exports.CanCreateOutgoingRequestRequest = {
342
342
  "mustBeAccepted": {
343
343
  "type": "boolean",
344
344
  "description": "If set to `true`, the recipient has to accept this item if they want to accept the Request. If set to `false`, the recipient can decide whether they want to accept it or not."
345
- },
346
- "requireManualDecision": {
347
- "type": "boolean",
348
- "description": "If set to `true`, it advices the recipient of this RequestItem to carefully consider their decision and especially do not decide based on some automation rules."
349
345
  }
350
346
  },
351
347
  "required": [
@@ -379,10 +375,6 @@ exports.CanCreateOutgoingRequestRequest = {
379
375
  "type": "boolean",
380
376
  "description": "If set to `true`, the recipient has to accept this item if they want to accept the Request. If set to `false`, the recipient can decide whether they want to accept it or not."
381
377
  },
382
- "requireManualDecision": {
383
- "type": "boolean",
384
- "description": "If set to `true`, it advices the recipient of this RequestItem to carefully consider their decision and especially do not decide based on some automation rules."
385
- },
386
378
  "attribute": {
387
379
  "anyOf": [
388
380
  {
@@ -2328,10 +2320,6 @@ exports.CanCreateOutgoingRequestRequest = {
2328
2320
  "type": "boolean",
2329
2321
  "description": "If set to `true`, the recipient has to accept this item if they want to accept the Request. If set to `false`, the recipient can decide whether they want to accept it or not."
2330
2322
  },
2331
- "requireManualDecision": {
2332
- "type": "boolean",
2333
- "description": "If set to `true`, it advices the recipient of this RequestItem to carefully consider their decision and especially do not decide based on some automation rules."
2334
- },
2335
2323
  "attributeId": {
2336
2324
  "type": "string"
2337
2325
  }
@@ -2368,10 +2356,6 @@ exports.CanCreateOutgoingRequestRequest = {
2368
2356
  "type": "boolean",
2369
2357
  "description": "If set to `true`, the recipient has to accept this item if they want to accept the Request. If set to `false`, the recipient can decide whether they want to accept it or not."
2370
2358
  },
2371
- "requireManualDecision": {
2372
- "type": "boolean",
2373
- "description": "If set to `true`, it advices the recipient of this RequestItem to carefully consider their decision and especially do not decide based on some automation rules."
2374
- },
2375
2359
  "attribute": {
2376
2360
  "anyOf": [
2377
2361
  {
@@ -2422,10 +2406,6 @@ exports.CanCreateOutgoingRequestRequest = {
2422
2406
  "type": "boolean",
2423
2407
  "description": "If set to `true`, the recipient has to accept this item if they want to accept the Request. If set to `false`, the recipient can decide whether they want to accept it or not."
2424
2408
  },
2425
- "requireManualDecision": {
2426
- "type": "boolean",
2427
- "description": "If set to `true`, it advices the recipient of this RequestItem to carefully consider their decision and especially do not decide based on some automation rules."
2428
- },
2429
2409
  "query": {
2430
2410
  "anyOf": [
2431
2411
  {
@@ -2694,10 +2674,6 @@ exports.CanCreateOutgoingRequestRequest = {
2694
2674
  "type": "boolean",
2695
2675
  "description": "If set to `true`, the recipient has to accept this item if they want to accept the Request. If set to `false`, the recipient can decide whether they want to accept it or not."
2696
2676
  },
2697
- "requireManualDecision": {
2698
- "type": "boolean",
2699
- "description": "If set to `true`, it advices the recipient of this RequestItem to carefully consider their decision and especially do not decide based on some automation rules."
2700
- },
2701
2677
  "query": {
2702
2678
  "anyOf": [
2703
2679
  {
@@ -2786,10 +2762,6 @@ exports.CanCreateOutgoingRequestRequest = {
2786
2762
  "type": "boolean",
2787
2763
  "description": "If set to `true`, the recipient has to accept this item if they want to accept the Request. If set to `false`, the recipient can decide whether they want to accept it or not."
2788
2764
  },
2789
- "requireManualDecision": {
2790
- "type": "boolean",
2791
- "description": "If set to `true`, it advices the recipient of this RequestItem to carefully consider their decision and especially do not decide based on some automation rules."
2792
- },
2793
2765
  "consent": {
2794
2766
  "type": "string"
2795
2767
  },
@@ -2798,6 +2770,9 @@ exports.CanCreateOutgoingRequestRequest = {
2798
2770
  },
2799
2771
  "linkDisplayText": {
2800
2772
  "type": "string"
2773
+ },
2774
+ "requiresInteraction": {
2775
+ "type": "boolean"
2801
2776
  }
2802
2777
  },
2803
2778
  "required": [
@@ -2832,10 +2807,6 @@ exports.CanCreateOutgoingRequestRequest = {
2832
2807
  "type": "boolean",
2833
2808
  "description": "If set to `true`, the recipient has to accept this item if they want to accept the Request. If set to `false`, the recipient can decide whether they want to accept it or not."
2834
2809
  },
2835
- "requireManualDecision": {
2836
- "type": "boolean",
2837
- "description": "If set to `true`, it advices the recipient of this RequestItem to carefully consider their decision and especially do not decide based on some automation rules."
2838
- },
2839
2810
  "title": {
2840
2811
  "type": "string"
2841
2812
  }
@@ -2872,10 +2843,6 @@ exports.CanCreateOutgoingRequestRequest = {
2872
2843
  "type": "boolean",
2873
2844
  "description": "If set to `true`, the recipient has to accept this item if they want to accept the Request. If set to `false`, the recipient can decide whether they want to accept it or not."
2874
2845
  },
2875
- "requireManualDecision": {
2876
- "type": "boolean",
2877
- "description": "If set to `true`, it advices the recipient of this RequestItem to carefully consider their decision and especially do not decide based on some automation rules."
2878
- },
2879
2846
  "title": {
2880
2847
  "type": "string"
2881
2848
  },
@@ -3125,10 +3092,6 @@ exports.CanCreateOutgoingRequestRequest = {
3125
3092
  "type": "boolean",
3126
3093
  "description": "If set to `true`, the recipient has to accept this item if they want to accept the Request. If set to `false`, the recipient can decide whether they want to accept it or not."
3127
3094
  },
3128
- "requireManualDecision": {
3129
- "type": "boolean",
3130
- "description": "If set to `true`, it advices the recipient of this RequestItem to carefully consider their decision and especially do not decide based on some automation rules."
3131
- },
3132
3095
  "fileReference": {
3133
3096
  "type": "string"
3134
3097
  },
@@ -8323,10 +8286,6 @@ exports.CreateOutgoingRequestRequest = {
8323
8286
  "mustBeAccepted": {
8324
8287
  "type": "boolean",
8325
8288
  "description": "If set to `true`, the recipient has to accept this item if they want to accept the Request. If set to `false`, the recipient can decide whether they want to accept it or not."
8326
- },
8327
- "requireManualDecision": {
8328
- "type": "boolean",
8329
- "description": "If set to `true`, it advices the recipient of this RequestItem to carefully consider their decision and especially do not decide based on some automation rules."
8330
8289
  }
8331
8290
  },
8332
8291
  "required": [
@@ -8360,10 +8319,6 @@ exports.CreateOutgoingRequestRequest = {
8360
8319
  "type": "boolean",
8361
8320
  "description": "If set to `true`, the recipient has to accept this item if they want to accept the Request. If set to `false`, the recipient can decide whether they want to accept it or not."
8362
8321
  },
8363
- "requireManualDecision": {
8364
- "type": "boolean",
8365
- "description": "If set to `true`, it advices the recipient of this RequestItem to carefully consider their decision and especially do not decide based on some automation rules."
8366
- },
8367
8322
  "attribute": {
8368
8323
  "anyOf": [
8369
8324
  {
@@ -10309,10 +10264,6 @@ exports.CreateOutgoingRequestRequest = {
10309
10264
  "type": "boolean",
10310
10265
  "description": "If set to `true`, the recipient has to accept this item if they want to accept the Request. If set to `false`, the recipient can decide whether they want to accept it or not."
10311
10266
  },
10312
- "requireManualDecision": {
10313
- "type": "boolean",
10314
- "description": "If set to `true`, it advices the recipient of this RequestItem to carefully consider their decision and especially do not decide based on some automation rules."
10315
- },
10316
10267
  "attributeId": {
10317
10268
  "type": "string"
10318
10269
  }
@@ -10349,10 +10300,6 @@ exports.CreateOutgoingRequestRequest = {
10349
10300
  "type": "boolean",
10350
10301
  "description": "If set to `true`, the recipient has to accept this item if they want to accept the Request. If set to `false`, the recipient can decide whether they want to accept it or not."
10351
10302
  },
10352
- "requireManualDecision": {
10353
- "type": "boolean",
10354
- "description": "If set to `true`, it advices the recipient of this RequestItem to carefully consider their decision and especially do not decide based on some automation rules."
10355
- },
10356
10303
  "attribute": {
10357
10304
  "anyOf": [
10358
10305
  {
@@ -10403,10 +10350,6 @@ exports.CreateOutgoingRequestRequest = {
10403
10350
  "type": "boolean",
10404
10351
  "description": "If set to `true`, the recipient has to accept this item if they want to accept the Request. If set to `false`, the recipient can decide whether they want to accept it or not."
10405
10352
  },
10406
- "requireManualDecision": {
10407
- "type": "boolean",
10408
- "description": "If set to `true`, it advices the recipient of this RequestItem to carefully consider their decision and especially do not decide based on some automation rules."
10409
- },
10410
10353
  "query": {
10411
10354
  "anyOf": [
10412
10355
  {
@@ -10675,10 +10618,6 @@ exports.CreateOutgoingRequestRequest = {
10675
10618
  "type": "boolean",
10676
10619
  "description": "If set to `true`, the recipient has to accept this item if they want to accept the Request. If set to `false`, the recipient can decide whether they want to accept it or not."
10677
10620
  },
10678
- "requireManualDecision": {
10679
- "type": "boolean",
10680
- "description": "If set to `true`, it advices the recipient of this RequestItem to carefully consider their decision and especially do not decide based on some automation rules."
10681
- },
10682
10621
  "query": {
10683
10622
  "anyOf": [
10684
10623
  {
@@ -10767,10 +10706,6 @@ exports.CreateOutgoingRequestRequest = {
10767
10706
  "type": "boolean",
10768
10707
  "description": "If set to `true`, the recipient has to accept this item if they want to accept the Request. If set to `false`, the recipient can decide whether they want to accept it or not."
10769
10708
  },
10770
- "requireManualDecision": {
10771
- "type": "boolean",
10772
- "description": "If set to `true`, it advices the recipient of this RequestItem to carefully consider their decision and especially do not decide based on some automation rules."
10773
- },
10774
10709
  "consent": {
10775
10710
  "type": "string"
10776
10711
  },
@@ -10779,6 +10714,9 @@ exports.CreateOutgoingRequestRequest = {
10779
10714
  },
10780
10715
  "linkDisplayText": {
10781
10716
  "type": "string"
10717
+ },
10718
+ "requiresInteraction": {
10719
+ "type": "boolean"
10782
10720
  }
10783
10721
  },
10784
10722
  "required": [
@@ -10813,10 +10751,6 @@ exports.CreateOutgoingRequestRequest = {
10813
10751
  "type": "boolean",
10814
10752
  "description": "If set to `true`, the recipient has to accept this item if they want to accept the Request. If set to `false`, the recipient can decide whether they want to accept it or not."
10815
10753
  },
10816
- "requireManualDecision": {
10817
- "type": "boolean",
10818
- "description": "If set to `true`, it advices the recipient of this RequestItem to carefully consider their decision and especially do not decide based on some automation rules."
10819
- },
10820
10754
  "title": {
10821
10755
  "type": "string"
10822
10756
  }
@@ -10853,10 +10787,6 @@ exports.CreateOutgoingRequestRequest = {
10853
10787
  "type": "boolean",
10854
10788
  "description": "If set to `true`, the recipient has to accept this item if they want to accept the Request. If set to `false`, the recipient can decide whether they want to accept it or not."
10855
10789
  },
10856
- "requireManualDecision": {
10857
- "type": "boolean",
10858
- "description": "If set to `true`, it advices the recipient of this RequestItem to carefully consider their decision and especially do not decide based on some automation rules."
10859
- },
10860
10790
  "title": {
10861
10791
  "type": "string"
10862
10792
  },
@@ -11106,10 +11036,6 @@ exports.CreateOutgoingRequestRequest = {
11106
11036
  "type": "boolean",
11107
11037
  "description": "If set to `true`, the recipient has to accept this item if they want to accept the Request. If set to `false`, the recipient can decide whether they want to accept it or not."
11108
11038
  },
11109
- "requireManualDecision": {
11110
- "type": "boolean",
11111
- "description": "If set to `true`, it advices the recipient of this RequestItem to carefully consider their decision and especially do not decide based on some automation rules."
11112
- },
11113
11039
  "fileReference": {
11114
11040
  "type": "string"
11115
11041
  },
@@ -11802,10 +11728,6 @@ exports.ReceivedIncomingRequestRequest = {
11802
11728
  "mustBeAccepted": {
11803
11729
  "type": "boolean",
11804
11730
  "description": "If set to `true`, the recipient has to accept this item if they want to accept the Request. If set to `false`, the recipient can decide whether they want to accept it or not."
11805
- },
11806
- "requireManualDecision": {
11807
- "type": "boolean",
11808
- "description": "If set to `true`, it advices the recipient of this RequestItem to carefully consider their decision and especially do not decide based on some automation rules."
11809
11731
  }
11810
11732
  },
11811
11733
  "required": [
@@ -11839,10 +11761,6 @@ exports.ReceivedIncomingRequestRequest = {
11839
11761
  "type": "boolean",
11840
11762
  "description": "If set to `true`, the recipient has to accept this item if they want to accept the Request. If set to `false`, the recipient can decide whether they want to accept it or not."
11841
11763
  },
11842
- "requireManualDecision": {
11843
- "type": "boolean",
11844
- "description": "If set to `true`, it advices the recipient of this RequestItem to carefully consider their decision and especially do not decide based on some automation rules."
11845
- },
11846
11764
  "attribute": {
11847
11765
  "anyOf": [
11848
11766
  {
@@ -13788,10 +13706,6 @@ exports.ReceivedIncomingRequestRequest = {
13788
13706
  "type": "boolean",
13789
13707
  "description": "If set to `true`, the recipient has to accept this item if they want to accept the Request. If set to `false`, the recipient can decide whether they want to accept it or not."
13790
13708
  },
13791
- "requireManualDecision": {
13792
- "type": "boolean",
13793
- "description": "If set to `true`, it advices the recipient of this RequestItem to carefully consider their decision and especially do not decide based on some automation rules."
13794
- },
13795
13709
  "attributeId": {
13796
13710
  "type": "string"
13797
13711
  }
@@ -13828,10 +13742,6 @@ exports.ReceivedIncomingRequestRequest = {
13828
13742
  "type": "boolean",
13829
13743
  "description": "If set to `true`, the recipient has to accept this item if they want to accept the Request. If set to `false`, the recipient can decide whether they want to accept it or not."
13830
13744
  },
13831
- "requireManualDecision": {
13832
- "type": "boolean",
13833
- "description": "If set to `true`, it advices the recipient of this RequestItem to carefully consider their decision and especially do not decide based on some automation rules."
13834
- },
13835
13745
  "attribute": {
13836
13746
  "anyOf": [
13837
13747
  {
@@ -13882,10 +13792,6 @@ exports.ReceivedIncomingRequestRequest = {
13882
13792
  "type": "boolean",
13883
13793
  "description": "If set to `true`, the recipient has to accept this item if they want to accept the Request. If set to `false`, the recipient can decide whether they want to accept it or not."
13884
13794
  },
13885
- "requireManualDecision": {
13886
- "type": "boolean",
13887
- "description": "If set to `true`, it advices the recipient of this RequestItem to carefully consider their decision and especially do not decide based on some automation rules."
13888
- },
13889
13795
  "query": {
13890
13796
  "anyOf": [
13891
13797
  {
@@ -14154,10 +14060,6 @@ exports.ReceivedIncomingRequestRequest = {
14154
14060
  "type": "boolean",
14155
14061
  "description": "If set to `true`, the recipient has to accept this item if they want to accept the Request. If set to `false`, the recipient can decide whether they want to accept it or not."
14156
14062
  },
14157
- "requireManualDecision": {
14158
- "type": "boolean",
14159
- "description": "If set to `true`, it advices the recipient of this RequestItem to carefully consider their decision and especially do not decide based on some automation rules."
14160
- },
14161
14063
  "query": {
14162
14064
  "anyOf": [
14163
14065
  {
@@ -14246,10 +14148,6 @@ exports.ReceivedIncomingRequestRequest = {
14246
14148
  "type": "boolean",
14247
14149
  "description": "If set to `true`, the recipient has to accept this item if they want to accept the Request. If set to `false`, the recipient can decide whether they want to accept it or not."
14248
14150
  },
14249
- "requireManualDecision": {
14250
- "type": "boolean",
14251
- "description": "If set to `true`, it advices the recipient of this RequestItem to carefully consider their decision and especially do not decide based on some automation rules."
14252
- },
14253
14151
  "consent": {
14254
14152
  "type": "string"
14255
14153
  },
@@ -14258,6 +14156,9 @@ exports.ReceivedIncomingRequestRequest = {
14258
14156
  },
14259
14157
  "linkDisplayText": {
14260
14158
  "type": "string"
14159
+ },
14160
+ "requiresInteraction": {
14161
+ "type": "boolean"
14261
14162
  }
14262
14163
  },
14263
14164
  "required": [
@@ -14292,10 +14193,6 @@ exports.ReceivedIncomingRequestRequest = {
14292
14193
  "type": "boolean",
14293
14194
  "description": "If set to `true`, the recipient has to accept this item if they want to accept the Request. If set to `false`, the recipient can decide whether they want to accept it or not."
14294
14195
  },
14295
- "requireManualDecision": {
14296
- "type": "boolean",
14297
- "description": "If set to `true`, it advices the recipient of this RequestItem to carefully consider their decision and especially do not decide based on some automation rules."
14298
- },
14299
14196
  "title": {
14300
14197
  "type": "string"
14301
14198
  }
@@ -14332,10 +14229,6 @@ exports.ReceivedIncomingRequestRequest = {
14332
14229
  "type": "boolean",
14333
14230
  "description": "If set to `true`, the recipient has to accept this item if they want to accept the Request. If set to `false`, the recipient can decide whether they want to accept it or not."
14334
14231
  },
14335
- "requireManualDecision": {
14336
- "type": "boolean",
14337
- "description": "If set to `true`, it advices the recipient of this RequestItem to carefully consider their decision and especially do not decide based on some automation rules."
14338
- },
14339
14232
  "title": {
14340
14233
  "type": "string"
14341
14234
  },
@@ -14585,10 +14478,6 @@ exports.ReceivedIncomingRequestRequest = {
14585
14478
  "type": "boolean",
14586
14479
  "description": "If set to `true`, the recipient has to accept this item if they want to accept the Request. If set to `false`, the recipient can decide whether they want to accept it or not."
14587
14480
  },
14588
- "requireManualDecision": {
14589
- "type": "boolean",
14590
- "description": "If set to `true`, it advices the recipient of this RequestItem to carefully consider their decision and especially do not decide based on some automation rules."
14591
- },
14592
14481
  "fileReference": {
14593
14482
  "type": "string"
14594
14483
  },
@@ -14725,9 +14614,6 @@ exports.CreateAndShareRelationshipAttributeRequest = {
14725
14614
  },
14726
14615
  "metadata": {
14727
14616
  "type": "object"
14728
- },
14729
- "requireManualDecision": {
14730
- "type": "boolean"
14731
14617
  }
14732
14618
  },
14733
14619
  "additionalProperties": false
@@ -16958,9 +16844,6 @@ exports.ShareRepositoryAttributeRequest = {
16958
16844
  },
16959
16845
  "metadata": {
16960
16846
  "type": "object"
16961
- },
16962
- "requireManualDecision": {
16963
- "type": "boolean"
16964
16847
  }
16965
16848
  },
16966
16849
  "additionalProperties": false