@nmshd/consumption 7.0.0-openid4vc.6 → 7.1.0-openid4vc.1

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 (268) hide show
  1. package/LICENSE +659 -3
  2. package/README.md +1 -1
  3. package/dist/buildInformation.js +4 -4
  4. package/dist/consumption/ConsumptionConfig.d.ts +1 -1
  5. package/dist/consumption/ConsumptionConfig.d.ts.map +1 -1
  6. package/dist/consumption/ConsumptionController.d.ts.map +1 -1
  7. package/dist/consumption/ConsumptionController.js +5 -5
  8. package/dist/consumption/ConsumptionController.js.map +1 -1
  9. package/dist/consumption/ConsumptionCoreErrors.d.ts +7 -37
  10. package/dist/consumption/ConsumptionCoreErrors.d.ts.map +1 -1
  11. package/dist/consumption/ConsumptionCoreErrors.js +18 -114
  12. package/dist/consumption/ConsumptionCoreErrors.js.map +1 -1
  13. package/dist/consumption/ConsumptionIds.d.ts +1 -0
  14. package/dist/consumption/ConsumptionIds.d.ts.map +1 -1
  15. package/dist/consumption/ConsumptionIds.js +1 -0
  16. package/dist/consumption/ConsumptionIds.js.map +1 -1
  17. package/dist/modules/attributes/AttributesController.d.ts +108 -69
  18. package/dist/modules/attributes/AttributesController.d.ts.map +1 -1
  19. package/dist/modules/attributes/AttributesController.js +664 -734
  20. package/dist/modules/attributes/AttributesController.js.map +1 -1
  21. package/dist/modules/attributes/events/AttributeCreatedEvent.d.ts +1 -1
  22. package/dist/modules/attributes/events/AttributeCreatedEvent.d.ts.map +1 -1
  23. package/dist/modules/attributes/events/AttributeDeletedEvent.d.ts +1 -1
  24. package/dist/modules/attributes/events/AttributeDeletedEvent.d.ts.map +1 -1
  25. package/dist/modules/attributes/events/AttributeForwardingDetailsChangedEvent.d.ts +9 -0
  26. package/dist/modules/attributes/events/AttributeForwardingDetailsChangedEvent.d.ts.map +1 -0
  27. package/dist/modules/attributes/events/AttributeForwardingDetailsChangedEvent.js +12 -0
  28. package/dist/modules/attributes/events/AttributeForwardingDetailsChangedEvent.js.map +1 -0
  29. package/dist/modules/attributes/events/AttributeSucceededEvent.d.ts +11 -0
  30. package/dist/modules/attributes/events/AttributeSucceededEvent.d.ts.map +1 -0
  31. package/dist/modules/attributes/events/AttributeSucceededEvent.js +12 -0
  32. package/dist/modules/attributes/events/AttributeSucceededEvent.js.map +1 -0
  33. package/dist/modules/attributes/events/AttributeWasViewedAtChangedEvent.d.ts +1 -1
  34. package/dist/modules/attributes/events/AttributeWasViewedAtChangedEvent.d.ts.map +1 -1
  35. package/dist/modules/attributes/events/ForwardedAttributeDeletedByPeerEvent.d.ts +7 -0
  36. package/dist/modules/attributes/events/ForwardedAttributeDeletedByPeerEvent.d.ts.map +1 -0
  37. package/dist/modules/attributes/events/ForwardedAttributeDeletedByPeerEvent.js +12 -0
  38. package/dist/modules/attributes/events/ForwardedAttributeDeletedByPeerEvent.js.map +1 -0
  39. package/dist/modules/attributes/events/OwnAttributeDeletedByOwnerEvent.d.ts +7 -0
  40. package/dist/modules/attributes/events/OwnAttributeDeletedByOwnerEvent.d.ts.map +1 -0
  41. package/dist/modules/attributes/events/OwnAttributeDeletedByOwnerEvent.js +12 -0
  42. package/dist/modules/attributes/events/OwnAttributeDeletedByOwnerEvent.js.map +1 -0
  43. package/dist/modules/attributes/events/PeerRelationshipAttributeDeletedByPeerEvent.d.ts +7 -0
  44. package/dist/modules/attributes/events/PeerRelationshipAttributeDeletedByPeerEvent.d.ts.map +1 -0
  45. package/dist/modules/attributes/events/PeerRelationshipAttributeDeletedByPeerEvent.js +12 -0
  46. package/dist/modules/attributes/events/PeerRelationshipAttributeDeletedByPeerEvent.js.map +1 -0
  47. package/dist/modules/attributes/events/index.d.ts +5 -9
  48. package/dist/modules/attributes/events/index.d.ts.map +1 -1
  49. package/dist/modules/attributes/events/index.js +5 -9
  50. package/dist/modules/attributes/events/index.js.map +1 -1
  51. package/dist/modules/attributes/index.d.ts +9 -7
  52. package/dist/modules/attributes/index.d.ts.map +1 -1
  53. package/dist/modules/attributes/index.js +9 -7
  54. package/dist/modules/attributes/index.js.map +1 -1
  55. package/dist/modules/attributes/local/AttributeForwardingDetails.d.ts +28 -0
  56. package/dist/modules/attributes/local/AttributeForwardingDetails.d.ts.map +1 -0
  57. package/dist/modules/attributes/local/AttributeForwardingDetails.js +62 -0
  58. package/dist/modules/attributes/local/AttributeForwardingDetails.js.map +1 -0
  59. package/dist/modules/attributes/local/QueryTranslator.d.ts.map +1 -1
  60. package/dist/modules/attributes/local/QueryTranslator.js +1 -1
  61. package/dist/modules/attributes/local/QueryTranslator.js.map +1 -1
  62. package/dist/modules/attributes/local/attributeTypes/LocalAttribute.d.ts +29 -0
  63. package/dist/modules/attributes/local/attributeTypes/LocalAttribute.d.ts.map +1 -0
  64. package/dist/modules/attributes/local/{AttributeSuccessorParams.js → attributeTypes/LocalAttribute.js} +34 -26
  65. package/dist/modules/attributes/local/attributeTypes/LocalAttribute.js.map +1 -0
  66. package/dist/modules/attributes/local/attributeTypes/OwnIdentityAttribute.d.ts +19 -0
  67. package/dist/modules/attributes/local/attributeTypes/OwnIdentityAttribute.d.ts.map +1 -0
  68. package/dist/modules/attributes/local/attributeTypes/OwnIdentityAttribute.js +40 -0
  69. package/dist/modules/attributes/local/attributeTypes/OwnIdentityAttribute.js.map +1 -0
  70. package/dist/modules/attributes/local/attributeTypes/OwnRelationshipAttribute.d.ts +29 -0
  71. package/dist/modules/attributes/local/attributeTypes/OwnRelationshipAttribute.d.ts.map +1 -0
  72. package/dist/modules/attributes/local/attributeTypes/OwnRelationshipAttribute.js +73 -0
  73. package/dist/modules/attributes/local/attributeTypes/OwnRelationshipAttribute.js.map +1 -0
  74. package/dist/modules/attributes/local/attributeTypes/PeerIdentityAttribute.d.ts +29 -0
  75. package/dist/modules/attributes/local/attributeTypes/PeerIdentityAttribute.d.ts.map +1 -0
  76. package/dist/modules/attributes/local/attributeTypes/PeerIdentityAttribute.js +76 -0
  77. package/dist/modules/attributes/local/attributeTypes/PeerIdentityAttribute.js.map +1 -0
  78. package/dist/modules/attributes/local/attributeTypes/PeerRelationshipAttribute.d.ts +30 -0
  79. package/dist/modules/attributes/local/attributeTypes/PeerRelationshipAttribute.d.ts.map +1 -0
  80. package/dist/modules/attributes/local/attributeTypes/PeerRelationshipAttribute.js +76 -0
  81. package/dist/modules/attributes/local/attributeTypes/PeerRelationshipAttribute.js.map +1 -0
  82. package/dist/modules/attributes/local/attributeTypes/ThirdPartyRelationshipAttribute.d.ts +33 -0
  83. package/dist/modules/attributes/local/attributeTypes/ThirdPartyRelationshipAttribute.d.ts.map +1 -0
  84. package/dist/modules/attributes/local/attributeTypes/ThirdPartyRelationshipAttribute.js +85 -0
  85. package/dist/modules/attributes/local/attributeTypes/ThirdPartyRelationshipAttribute.js.map +1 -0
  86. package/dist/modules/attributes/local/deletionInfos/AbstractAttributeDeletionInfo.d.ts +15 -0
  87. package/dist/modules/attributes/local/deletionInfos/AbstractAttributeDeletionInfo.d.ts.map +1 -0
  88. package/dist/modules/attributes/local/deletionInfos/AbstractAttributeDeletionInfo.js +28 -0
  89. package/dist/modules/attributes/local/deletionInfos/AbstractAttributeDeletionInfo.js.map +1 -0
  90. package/dist/modules/attributes/local/deletionInfos/EmittedAttributeDeletionInfo.d.ts +18 -0
  91. package/dist/modules/attributes/local/deletionInfos/EmittedAttributeDeletionInfo.d.ts.map +1 -0
  92. package/dist/modules/attributes/local/deletionInfos/EmittedAttributeDeletionInfo.js +38 -0
  93. package/dist/modules/attributes/local/deletionInfos/EmittedAttributeDeletionInfo.js.map +1 -0
  94. package/dist/modules/attributes/local/deletionInfos/ReceivedAttributeDeletionInfo.d.ts +16 -0
  95. package/dist/modules/attributes/local/deletionInfos/ReceivedAttributeDeletionInfo.d.ts.map +1 -0
  96. package/dist/modules/attributes/local/deletionInfos/ReceivedAttributeDeletionInfo.js +36 -0
  97. package/dist/modules/attributes/local/deletionInfos/ReceivedAttributeDeletionInfo.js.map +1 -0
  98. package/dist/modules/attributes/local/deletionInfos/index.d.ts +4 -0
  99. package/dist/modules/attributes/local/deletionInfos/index.d.ts.map +1 -0
  100. package/dist/modules/attributes/local/deletionInfos/index.js +20 -0
  101. package/dist/modules/attributes/local/deletionInfos/index.js.map +1 -0
  102. package/dist/modules/attributes/local/successorParams/OwnIdentityAttributeSuccessorParams.d.ts +13 -0
  103. package/dist/modules/attributes/local/successorParams/OwnIdentityAttributeSuccessorParams.d.ts.map +1 -0
  104. package/dist/modules/attributes/local/successorParams/OwnIdentityAttributeSuccessorParams.js +29 -0
  105. package/dist/modules/attributes/local/successorParams/OwnIdentityAttributeSuccessorParams.js.map +1 -0
  106. package/dist/modules/attributes/local/successorParams/OwnRelationshipAttributeSuccessorParams.d.ts +17 -0
  107. package/dist/modules/attributes/local/successorParams/OwnRelationshipAttributeSuccessorParams.d.ts.map +1 -0
  108. package/dist/modules/attributes/local/{CreateAttributeParams.js → successorParams/OwnRelationshipAttributeSuccessorParams.js} +10 -15
  109. package/dist/modules/attributes/local/successorParams/OwnRelationshipAttributeSuccessorParams.js.map +1 -0
  110. package/dist/modules/attributes/local/successorParams/PeerIdentityAttributeSuccessorParams.d.ts +20 -0
  111. package/dist/modules/attributes/local/successorParams/PeerIdentityAttributeSuccessorParams.d.ts.map +1 -0
  112. package/dist/modules/attributes/local/{CreateRepositoryAttributeParams.js → successorParams/PeerIdentityAttributeSuccessorParams.js} +16 -13
  113. package/dist/modules/attributes/local/successorParams/PeerIdentityAttributeSuccessorParams.js.map +1 -0
  114. package/dist/modules/attributes/local/successorParams/PeerRelationshipAttributeSuccessorParams.d.ts +20 -0
  115. package/dist/modules/attributes/local/successorParams/PeerRelationshipAttributeSuccessorParams.d.ts.map +1 -0
  116. package/dist/modules/attributes/local/{CreateSharedLocalAttributeCopyParams.js → successorParams/PeerRelationshipAttributeSuccessorParams.js} +15 -16
  117. package/dist/modules/attributes/local/successorParams/PeerRelationshipAttributeSuccessorParams.js.map +1 -0
  118. package/dist/modules/attributes/local/successorParams/ThirdPartyRelationshipAttributeSuccessorParams.d.ts +20 -0
  119. package/dist/modules/attributes/local/successorParams/ThirdPartyRelationshipAttributeSuccessorParams.d.ts.map +1 -0
  120. package/dist/modules/attributes/local/{CreateSharedLocalAttributeParams.js → successorParams/ThirdPartyRelationshipAttributeSuccessorParams.js} +15 -22
  121. package/dist/modules/attributes/local/successorParams/ThirdPartyRelationshipAttributeSuccessorParams.js.map +1 -0
  122. package/dist/modules/attributes/local/successorParams/index.d.ts +6 -0
  123. package/dist/modules/attributes/local/successorParams/index.d.ts.map +1 -0
  124. package/dist/modules/attributes/local/successorParams/index.js +22 -0
  125. package/dist/modules/attributes/local/successorParams/index.js.map +1 -0
  126. package/dist/modules/notifications/index.d.ts +4 -4
  127. package/dist/modules/notifications/index.d.ts.map +1 -1
  128. package/dist/modules/notifications/index.js +4 -4
  129. package/dist/modules/notifications/index.js.map +1 -1
  130. package/dist/modules/notifications/itemProcessors/attributeDeleted/ForwardedAttributeDeletedByPeerNotificationItemProcessor.d.ts +14 -0
  131. package/dist/modules/notifications/itemProcessors/attributeDeleted/ForwardedAttributeDeletedByPeerNotificationItemProcessor.d.ts.map +1 -0
  132. package/dist/modules/notifications/itemProcessors/attributeDeleted/ForwardedAttributeDeletedByPeerNotificationItemProcessor.js +53 -0
  133. package/dist/modules/notifications/itemProcessors/attributeDeleted/ForwardedAttributeDeletedByPeerNotificationItemProcessor.js.map +1 -0
  134. package/dist/modules/notifications/itemProcessors/attributeDeleted/OwnAttributeDeletedByOwnerNotificationItemProcessor.d.ts +14 -0
  135. package/dist/modules/notifications/itemProcessors/attributeDeleted/OwnAttributeDeletedByOwnerNotificationItemProcessor.d.ts.map +1 -0
  136. package/dist/modules/notifications/itemProcessors/attributeDeleted/OwnAttributeDeletedByOwnerNotificationItemProcessor.js +59 -0
  137. package/dist/modules/notifications/itemProcessors/attributeDeleted/OwnAttributeDeletedByOwnerNotificationItemProcessor.js.map +1 -0
  138. package/dist/modules/notifications/itemProcessors/attributeDeleted/PeerRelationshipAttributeDeletedByPeerNotificationItemProcessor.d.ts +14 -0
  139. package/dist/modules/notifications/itemProcessors/attributeDeleted/PeerRelationshipAttributeDeletedByPeerNotificationItemProcessor.d.ts.map +1 -0
  140. package/dist/modules/notifications/itemProcessors/attributeDeleted/PeerRelationshipAttributeDeletedByPeerNotificationItemProcessor.js +63 -0
  141. package/dist/modules/notifications/itemProcessors/attributeDeleted/PeerRelationshipAttributeDeletedByPeerNotificationItemProcessor.js.map +1 -0
  142. package/dist/modules/notifications/itemProcessors/attributeSucceeded/PeerAttributeSucceededNotificationItemProcessor.d.ts +15 -0
  143. package/dist/modules/notifications/itemProcessors/attributeSucceeded/PeerAttributeSucceededNotificationItemProcessor.d.ts.map +1 -0
  144. package/dist/modules/notifications/itemProcessors/attributeSucceeded/PeerAttributeSucceededNotificationItemProcessor.js +102 -0
  145. package/dist/modules/notifications/itemProcessors/attributeSucceeded/PeerAttributeSucceededNotificationItemProcessor.js.map +1 -0
  146. package/dist/modules/openid4vc/local/EnmeshedStorageService.d.ts +2 -2
  147. package/dist/modules/openid4vc/local/EnmeshedStorageService.d.ts.map +1 -1
  148. package/dist/modules/openid4vc/local/EnmeshedStorageService.js +7 -7
  149. package/dist/modules/openid4vc/local/EnmeshedStorageService.js.map +1 -1
  150. package/dist/modules/openid4vc/local/Holder.d.ts +2 -2
  151. package/dist/modules/openid4vc/local/Holder.d.ts.map +1 -1
  152. package/dist/modules/requests/itemProcessors/createAttribute/CreateAttributeRequestItemProcessor.d.ts +2 -2
  153. package/dist/modules/requests/itemProcessors/createAttribute/CreateAttributeRequestItemProcessor.d.ts.map +1 -1
  154. package/dist/modules/requests/itemProcessors/createAttribute/CreateAttributeRequestItemProcessor.js +54 -20
  155. package/dist/modules/requests/itemProcessors/createAttribute/CreateAttributeRequestItemProcessor.js.map +1 -1
  156. package/dist/modules/requests/itemProcessors/deleteAttribute/DeleteAttributeRequestItemProcessor.d.ts +4 -2
  157. package/dist/modules/requests/itemProcessors/deleteAttribute/DeleteAttributeRequestItemProcessor.d.ts.map +1 -1
  158. package/dist/modules/requests/itemProcessors/deleteAttribute/DeleteAttributeRequestItemProcessor.js +50 -43
  159. package/dist/modules/requests/itemProcessors/deleteAttribute/DeleteAttributeRequestItemProcessor.js.map +1 -1
  160. package/dist/modules/requests/itemProcessors/proposeAttribute/ProposeAttributeRequestItemProcessor.d.ts +2 -2
  161. package/dist/modules/requests/itemProcessors/proposeAttribute/ProposeAttributeRequestItemProcessor.d.ts.map +1 -1
  162. package/dist/modules/requests/itemProcessors/proposeAttribute/ProposeAttributeRequestItemProcessor.js +83 -97
  163. package/dist/modules/requests/itemProcessors/proposeAttribute/ProposeAttributeRequestItemProcessor.js.map +1 -1
  164. package/dist/modules/requests/itemProcessors/readAttribute/ReadAttributeRequestItemProcessor.d.ts +2 -2
  165. package/dist/modules/requests/itemProcessors/readAttribute/ReadAttributeRequestItemProcessor.d.ts.map +1 -1
  166. package/dist/modules/requests/itemProcessors/readAttribute/ReadAttributeRequestItemProcessor.js +136 -133
  167. package/dist/modules/requests/itemProcessors/readAttribute/ReadAttributeRequestItemProcessor.js.map +1 -1
  168. package/dist/modules/requests/itemProcessors/shareAttribute/ShareAttributeRequestItemProcessor.d.ts +3 -5
  169. package/dist/modules/requests/itemProcessors/shareAttribute/ShareAttributeRequestItemProcessor.d.ts.map +1 -1
  170. package/dist/modules/requests/itemProcessors/shareAttribute/ShareAttributeRequestItemProcessor.js +94 -90
  171. package/dist/modules/requests/itemProcessors/shareAttribute/ShareAttributeRequestItemProcessor.js.map +1 -1
  172. package/dist/modules/requests/itemProcessors/transferFileOwnership/TransferFileOwnershipRequestItemProcessor.d.ts +2 -2
  173. package/dist/modules/requests/itemProcessors/transferFileOwnership/TransferFileOwnershipRequestItemProcessor.d.ts.map +1 -1
  174. package/dist/modules/requests/itemProcessors/transferFileOwnership/TransferFileOwnershipRequestItemProcessor.js +7 -11
  175. package/dist/modules/requests/itemProcessors/transferFileOwnership/TransferFileOwnershipRequestItemProcessor.js.map +1 -1
  176. package/dist/modules/requests/itemProcessors/utility/createAppropriateResponseItem.d.ts.map +1 -1
  177. package/dist/modules/requests/itemProcessors/utility/createAppropriateResponseItem.js +31 -53
  178. package/dist/modules/requests/itemProcessors/utility/createAppropriateResponseItem.js.map +1 -1
  179. package/dist/modules/requests/itemProcessors/utility/validateAttributeMatchesWithQuery.js +2 -2
  180. package/dist/modules/requests/itemProcessors/utility/validateAttributeMatchesWithQuery.js.map +1 -1
  181. package/dist/modules/requests/local/LocalRequest.js +1 -1
  182. package/dist/modules/requests/local/LocalRequest.js.map +1 -1
  183. package/dist/modules/requests/local/LocalResponse.js +1 -1
  184. package/dist/modules/requests/local/LocalResponse.js.map +1 -1
  185. package/dist/modules/requests/outgoing/OutgoingRequestsController.d.ts +1 -1
  186. package/dist/modules/requests/outgoing/OutgoingRequestsController.d.ts.map +1 -1
  187. package/dist/modules/requests/outgoing/OutgoingRequestsController.js +17 -16
  188. package/dist/modules/requests/outgoing/OutgoingRequestsController.js.map +1 -1
  189. package/package.json +5 -5
  190. package/dist/modules/attributes/events/AttributeSucceededEventData.d.ts +0 -6
  191. package/dist/modules/attributes/events/AttributeSucceededEventData.d.ts.map +0 -1
  192. package/dist/modules/attributes/events/AttributeSucceededEventData.js +0 -3
  193. package/dist/modules/attributes/events/AttributeSucceededEventData.js.map +0 -1
  194. package/dist/modules/attributes/events/OwnSharedAttributeDeletedByOwnerEvent.d.ts +0 -7
  195. package/dist/modules/attributes/events/OwnSharedAttributeDeletedByOwnerEvent.d.ts.map +0 -1
  196. package/dist/modules/attributes/events/OwnSharedAttributeDeletedByOwnerEvent.js +0 -12
  197. package/dist/modules/attributes/events/OwnSharedAttributeDeletedByOwnerEvent.js.map +0 -1
  198. package/dist/modules/attributes/events/OwnSharedAttributeSucceededEvent.d.ts +0 -8
  199. package/dist/modules/attributes/events/OwnSharedAttributeSucceededEvent.d.ts.map +0 -1
  200. package/dist/modules/attributes/events/OwnSharedAttributeSucceededEvent.js +0 -12
  201. package/dist/modules/attributes/events/OwnSharedAttributeSucceededEvent.js.map +0 -1
  202. package/dist/modules/attributes/events/PeerSharedAttributeDeletedByPeerEvent.d.ts +0 -7
  203. package/dist/modules/attributes/events/PeerSharedAttributeDeletedByPeerEvent.d.ts.map +0 -1
  204. package/dist/modules/attributes/events/PeerSharedAttributeDeletedByPeerEvent.js +0 -12
  205. package/dist/modules/attributes/events/PeerSharedAttributeDeletedByPeerEvent.js.map +0 -1
  206. package/dist/modules/attributes/events/PeerSharedAttributeSucceededEvent.d.ts +0 -8
  207. package/dist/modules/attributes/events/PeerSharedAttributeSucceededEvent.d.ts.map +0 -1
  208. package/dist/modules/attributes/events/PeerSharedAttributeSucceededEvent.js +0 -12
  209. package/dist/modules/attributes/events/PeerSharedAttributeSucceededEvent.js.map +0 -1
  210. package/dist/modules/attributes/events/RepositoryAttributeSucceededEvent.d.ts +0 -8
  211. package/dist/modules/attributes/events/RepositoryAttributeSucceededEvent.d.ts.map +0 -1
  212. package/dist/modules/attributes/events/RepositoryAttributeSucceededEvent.js +0 -12
  213. package/dist/modules/attributes/events/RepositoryAttributeSucceededEvent.js.map +0 -1
  214. package/dist/modules/attributes/events/SharedAttributeCopyCreatedEvent.d.ts +0 -7
  215. package/dist/modules/attributes/events/SharedAttributeCopyCreatedEvent.d.ts.map +0 -1
  216. package/dist/modules/attributes/events/SharedAttributeCopyCreatedEvent.js +0 -12
  217. package/dist/modules/attributes/events/SharedAttributeCopyCreatedEvent.js.map +0 -1
  218. package/dist/modules/attributes/events/ThirdPartyRelationshipAttributeDeletedByPeerEvent.d.ts +0 -7
  219. package/dist/modules/attributes/events/ThirdPartyRelationshipAttributeDeletedByPeerEvent.d.ts.map +0 -1
  220. package/dist/modules/attributes/events/ThirdPartyRelationshipAttributeDeletedByPeerEvent.js +0 -12
  221. package/dist/modules/attributes/events/ThirdPartyRelationshipAttributeDeletedByPeerEvent.js.map +0 -1
  222. package/dist/modules/attributes/events/ThirdPartyRelationshipAttributeSucceededEvent.d.ts +0 -8
  223. package/dist/modules/attributes/events/ThirdPartyRelationshipAttributeSucceededEvent.d.ts.map +0 -1
  224. package/dist/modules/attributes/events/ThirdPartyRelationshipAttributeSucceededEvent.js +0 -12
  225. package/dist/modules/attributes/events/ThirdPartyRelationshipAttributeSucceededEvent.js.map +0 -1
  226. package/dist/modules/attributes/local/AttributeSuccessorParams.d.ts +0 -24
  227. package/dist/modules/attributes/local/AttributeSuccessorParams.d.ts.map +0 -1
  228. package/dist/modules/attributes/local/AttributeSuccessorParams.js.map +0 -1
  229. package/dist/modules/attributes/local/CreateAttributeParams.d.ts +0 -15
  230. package/dist/modules/attributes/local/CreateAttributeParams.d.ts.map +0 -1
  231. package/dist/modules/attributes/local/CreateAttributeParams.js.map +0 -1
  232. package/dist/modules/attributes/local/CreateRepositoryAttributeParams.d.ts +0 -20
  233. package/dist/modules/attributes/local/CreateRepositoryAttributeParams.d.ts.map +0 -1
  234. package/dist/modules/attributes/local/CreateRepositoryAttributeParams.js.map +0 -1
  235. package/dist/modules/attributes/local/CreateSharedLocalAttributeCopyParams.d.ts +0 -22
  236. package/dist/modules/attributes/local/CreateSharedLocalAttributeCopyParams.d.ts.map +0 -1
  237. package/dist/modules/attributes/local/CreateSharedLocalAttributeCopyParams.js.map +0 -1
  238. package/dist/modules/attributes/local/CreateSharedLocalAttributeParams.d.ts +0 -26
  239. package/dist/modules/attributes/local/CreateSharedLocalAttributeParams.d.ts.map +0 -1
  240. package/dist/modules/attributes/local/CreateSharedLocalAttributeParams.js.map +0 -1
  241. package/dist/modules/attributes/local/LocalAttribute.d.ts +0 -112
  242. package/dist/modules/attributes/local/LocalAttribute.d.ts.map +0 -1
  243. package/dist/modules/attributes/local/LocalAttribute.js +0 -186
  244. package/dist/modules/attributes/local/LocalAttribute.js.map +0 -1
  245. package/dist/modules/attributes/local/LocalAttributeDeletionInfo.d.ts +0 -24
  246. package/dist/modules/attributes/local/LocalAttributeDeletionInfo.d.ts.map +0 -1
  247. package/dist/modules/attributes/local/LocalAttributeDeletionInfo.js +0 -42
  248. package/dist/modules/attributes/local/LocalAttributeDeletionInfo.js.map +0 -1
  249. package/dist/modules/attributes/local/LocalAttributeShareInfo.d.ts +0 -26
  250. package/dist/modules/attributes/local/LocalAttributeShareInfo.d.ts.map +0 -1
  251. package/dist/modules/attributes/local/LocalAttributeShareInfo.js +0 -59
  252. package/dist/modules/attributes/local/LocalAttributeShareInfo.js.map +0 -1
  253. package/dist/modules/notifications/itemProcessors/attributeDeleted/OwnSharedAttributeDeletedByOwnerNotificationItemProcessor.d.ts +0 -14
  254. package/dist/modules/notifications/itemProcessors/attributeDeleted/OwnSharedAttributeDeletedByOwnerNotificationItemProcessor.d.ts.map +0 -1
  255. package/dist/modules/notifications/itemProcessors/attributeDeleted/OwnSharedAttributeDeletedByOwnerNotificationItemProcessor.js +0 -56
  256. package/dist/modules/notifications/itemProcessors/attributeDeleted/OwnSharedAttributeDeletedByOwnerNotificationItemProcessor.js.map +0 -1
  257. package/dist/modules/notifications/itemProcessors/attributeDeleted/PeerSharedAttributeDeletedByPeerNotificationItemProcessor.d.ts +0 -14
  258. package/dist/modules/notifications/itemProcessors/attributeDeleted/PeerSharedAttributeDeletedByPeerNotificationItemProcessor.d.ts.map +0 -1
  259. package/dist/modules/notifications/itemProcessors/attributeDeleted/PeerSharedAttributeDeletedByPeerNotificationItemProcessor.js +0 -57
  260. package/dist/modules/notifications/itemProcessors/attributeDeleted/PeerSharedAttributeDeletedByPeerNotificationItemProcessor.js.map +0 -1
  261. package/dist/modules/notifications/itemProcessors/attributeDeleted/ThirdPartyRelationshipAttributeDeletedByPeerNotificationItemProcessor.d.ts +0 -14
  262. package/dist/modules/notifications/itemProcessors/attributeDeleted/ThirdPartyRelationshipAttributeDeletedByPeerNotificationItemProcessor.d.ts.map +0 -1
  263. package/dist/modules/notifications/itemProcessors/attributeDeleted/ThirdPartyRelationshipAttributeDeletedByPeerNotificationItemProcessor.js +0 -57
  264. package/dist/modules/notifications/itemProcessors/attributeDeleted/ThirdPartyRelationshipAttributeDeletedByPeerNotificationItemProcessor.js.map +0 -1
  265. package/dist/modules/notifications/itemProcessors/attributeSucceeded/PeerSharedAttributeSucceededNotificationItemProcessor.d.ts +0 -15
  266. package/dist/modules/notifications/itemProcessors/attributeSucceeded/PeerSharedAttributeSucceededNotificationItemProcessor.d.ts.map +0 -1
  267. package/dist/modules/notifications/itemProcessors/attributeSucceeded/PeerSharedAttributeSucceededNotificationItemProcessor.js +0 -74
  268. package/dist/modules/notifications/itemProcessors/attributeSucceeded/PeerSharedAttributeSucceededNotificationItemProcessor.js.map +0 -1
@@ -1,20 +1,26 @@
1
1
  import { EventBus } from "@js-soft/ts-utils";
2
2
  import { AttributeValues, IdentityAttribute, IdentityAttributeQuery, IIdentityAttributeQuery, IIQLQuery, IQLQuery, IRelationshipAttributeQuery, IThirdPartyRelationshipAttributeQuery, RelationshipAttribute, RelationshipAttributeQuery, ThirdPartyRelationshipAttributeQuery } from "@nmshd/content";
3
- import { CoreAddress, CoreId, ICoreDate, ICoreId } from "@nmshd/core-types";
3
+ import { CoreAddress, CoreId } from "@nmshd/core-types";
4
4
  import { ConsumptionBaseController } from "../../consumption/ConsumptionBaseController";
5
5
  import { ConsumptionController } from "../../consumption/ConsumptionController";
6
6
  import { ValidationResult } from "../common";
7
- import { AttributeSuccessorParamsJSON, IAttributeSuccessorParams } from "./local/AttributeSuccessorParams";
7
+ import { AttributeForwardingDetails } from "./local/AttributeForwardingDetails";
8
8
  import { AttributeTagCollection } from "./local/AttributeTagCollection";
9
- import { ICreateRepositoryAttributeParams } from "./local/CreateRepositoryAttributeParams";
10
- import { ICreateSharedLocalAttributeCopyParams } from "./local/CreateSharedLocalAttributeCopyParams";
11
- import { ICreateSharedLocalAttributeParams } from "./local/CreateSharedLocalAttributeParams";
12
- import { ILocalAttribute, LocalAttribute } from "./local/LocalAttribute";
9
+ import { LocalAttribute } from "./local/attributeTypes/LocalAttribute";
10
+ import { OwnIdentityAttribute } from "./local/attributeTypes/OwnIdentityAttribute";
11
+ import { OwnRelationshipAttribute } from "./local/attributeTypes/OwnRelationshipAttribute";
12
+ import { PeerIdentityAttribute } from "./local/attributeTypes/PeerIdentityAttribute";
13
+ import { PeerRelationshipAttribute } from "./local/attributeTypes/PeerRelationshipAttribute";
14
+ import { ThirdPartyRelationshipAttribute } from "./local/attributeTypes/ThirdPartyRelationshipAttribute";
15
+ import { EmittedAttributeDeletionInfo, ReceivedAttributeDeletionInfo } from "./local/deletionInfos";
16
+ import { IOwnIdentityAttributeSuccessorParams, IOwnRelationshipAttributeSuccessorParams, IPeerIdentityAttributeSuccessorParams, IThirdPartyRelationshipAttributeSuccessorParams, OwnIdentityAttributeSuccessorParams, OwnIdentityAttributeSuccessorParamsJSON, OwnRelationshipAttributeSuccessorParams, OwnRelationshipAttributeSuccessorParamsJSON, PeerIdentityAttributeSuccessorParams, PeerIdentityAttributeSuccessorParamsJSON, ThirdPartyRelationshipAttributeSuccessorParams, ThirdPartyRelationshipAttributeSuccessorParamsJSON } from "./local/successorParams";
17
+ import { IPeerRelationshipAttributeSuccessorParams, PeerRelationshipAttributeSuccessorParamsJSON } from "./local/successorParams/PeerRelationshipAttributeSuccessorParams";
13
18
  export declare class AttributesController extends ConsumptionBaseController {
14
19
  private readonly eventBus;
15
20
  private readonly identity;
16
- private readonly setDefaultRepositoryAttributes;
21
+ private readonly setDefaultOwnIdentityAttributes;
17
22
  private attributes;
23
+ private forwardingDetails;
18
24
  private tagCollection;
19
25
  private attributeTagClient;
20
26
  private readTagCollectionPromise;
@@ -23,84 +29,99 @@ export declare class AttributesController extends ConsumptionBaseController {
23
29
  private readonly TAG_COLLECTION_DB_KEY;
24
30
  constructor(parent: ConsumptionController, eventBus: EventBus, identity: {
25
31
  address: CoreAddress;
26
- }, setDefaultRepositoryAttributes: boolean);
32
+ }, setDefaultOwnIdentityAttributes: boolean);
27
33
  init(): Promise<this>;
28
34
  getLocalAttribute(id: CoreId): Promise<LocalAttribute | undefined>;
29
35
  getLocalAttributes(query?: any, hideTechnical?: boolean): Promise<LocalAttribute[]>;
30
- private enrichQuery;
36
+ private addHideTechnicalToQuery;
31
37
  executeIQLQuery(query: IIQLQuery): Promise<LocalAttribute[]>;
32
38
  executeRelationshipAttributeQuery(query: IRelationshipAttributeQuery): Promise<LocalAttribute | undefined>;
33
39
  executeThirdPartyRelationshipAttributeQuery(query: IThirdPartyRelationshipAttributeQuery): Promise<LocalAttribute[]>;
34
40
  executeIdentityAttributeQuery(query: IIdentityAttributeQuery): Promise<LocalAttribute[]>;
35
- createRepositoryAttribute(params: ICreateRepositoryAttributeParams): Promise<LocalAttribute>;
36
- private createLocalAttributesForChildrenOfComplexAttribute;
37
- setAsDefaultRepositoryAttribute(newDefaultAttribute: LocalAttribute, skipOverwrite?: boolean): Promise<LocalAttribute>;
38
- createSharedLocalAttributeCopy(params: ICreateSharedLocalAttributeCopyParams): Promise<LocalAttribute>;
39
- createSharedLocalAttribute(params: ICreateSharedLocalAttributeParams): Promise<LocalAttribute>;
40
- deleteAttribute(attribute: LocalAttribute): Promise<void>;
41
- deleteAttributesExchangedWithPeer(peer: CoreAddress): Promise<void>;
42
- private deleteChildAttributesOfComplexAttribute;
43
- succeedRepositoryAttribute(predecessorId: CoreId, successorParams: IAttributeSuccessorParams | AttributeSuccessorParamsJSON, validate?: boolean): Promise<{
44
- predecessor: LocalAttribute;
45
- successor: LocalAttribute;
46
- }>;
47
- succeedOwnSharedIdentityAttribute(predecessorId: CoreId, successorParams: IAttributeSuccessorParams | AttributeSuccessorParamsJSON, validate?: boolean): Promise<{
48
- predecessor: LocalAttribute;
49
- successor: LocalAttribute;
41
+ createOwnIdentityAttribute(params: {
42
+ content: IdentityAttribute;
43
+ }): Promise<OwnIdentityAttribute>;
44
+ setAsDefaultOwnIdentityAttribute(newDefaultAttribute: OwnIdentityAttribute, skipOverwrite?: boolean): Promise<OwnIdentityAttribute>;
45
+ updateAttributeUnsafe(attribute: LocalAttribute): Promise<LocalAttribute>;
46
+ createPeerIdentityAttribute(params: {
47
+ content: IdentityAttribute;
48
+ peer: CoreAddress;
49
+ sourceReference: CoreId;
50
+ id: CoreId;
51
+ }): Promise<PeerIdentityAttribute>;
52
+ createOwnRelationshipAttribute(params: {
53
+ content: RelationshipAttribute;
54
+ peer: CoreAddress;
55
+ sourceReference: CoreId;
56
+ id?: CoreId;
57
+ }): Promise<OwnRelationshipAttribute>;
58
+ createPeerRelationshipAttribute(params: {
59
+ content: RelationshipAttribute;
60
+ peer: CoreAddress;
61
+ sourceReference: CoreId;
62
+ id?: CoreId;
63
+ }): Promise<PeerRelationshipAttribute>;
64
+ createThirdPartyRelationshipAttribute(params: {
65
+ content: RelationshipAttribute;
66
+ peer: CoreAddress;
67
+ sourceReference: CoreId;
68
+ initialAttributePeer: CoreAddress;
69
+ id: CoreId;
70
+ }): Promise<ThirdPartyRelationshipAttribute>;
71
+ private validateAttributeCreation;
72
+ addForwardingDetailsToAttribute<T extends OwnIdentityAttribute | OwnRelationshipAttribute | PeerRelationshipAttribute>(attribute: T, peer: CoreAddress, sourceReference: CoreId): Promise<T>;
73
+ succeedOwnIdentityAttribute(predecessor: OwnIdentityAttribute, successorParams: IOwnIdentityAttributeSuccessorParams | OwnIdentityAttributeSuccessorParamsJSON, validate?: boolean): Promise<{
74
+ predecessor: OwnIdentityAttribute;
75
+ successor: OwnIdentityAttribute;
50
76
  }>;
51
- succeedOwnSharedRelationshipAttribute(predecessorId: CoreId, successorParams: IAttributeSuccessorParams | AttributeSuccessorParamsJSON, validate?: boolean): Promise<{
52
- predecessor: LocalAttribute;
53
- successor: LocalAttribute;
77
+ private succeedAttributeUnsafe;
78
+ private removeDefault;
79
+ succeedPeerIdentityAttribute(predecessor: PeerIdentityAttribute, successorParams: IPeerIdentityAttributeSuccessorParams | PeerIdentityAttributeSuccessorParamsJSON, validate?: boolean): Promise<{
80
+ predecessor: PeerIdentityAttribute;
81
+ successor: PeerIdentityAttribute;
54
82
  }>;
55
- succeedPeerSharedIdentityAttribute(predecessorId: CoreId, successorParams: IAttributeSuccessorParams | AttributeSuccessorParamsJSON, validate?: boolean): Promise<{
56
- predecessor: LocalAttribute;
57
- successor: LocalAttribute;
83
+ succeedOwnRelationshipAttribute(predecessor: OwnRelationshipAttribute, successorParams: IOwnRelationshipAttributeSuccessorParams | OwnRelationshipAttributeSuccessorParamsJSON, validate?: boolean): Promise<{
84
+ predecessor: OwnRelationshipAttribute;
85
+ successor: OwnRelationshipAttribute;
58
86
  }>;
59
- succeedPeerSharedRelationshipAttribute(predecessorId: CoreId, successorParams: IAttributeSuccessorParams | AttributeSuccessorParamsJSON, validate?: boolean): Promise<{
60
- predecessor: LocalAttribute;
61
- successor: LocalAttribute;
87
+ succeedPeerRelationshipAttribute(predecessor: PeerRelationshipAttribute, successorParams: IPeerRelationshipAttributeSuccessorParams | PeerRelationshipAttributeSuccessorParamsJSON, validate?: boolean): Promise<{
88
+ predecessor: PeerRelationshipAttribute;
89
+ successor: PeerRelationshipAttribute;
62
90
  }>;
63
- succeedThirdPartyRelationshipAttribute(predecessorId: CoreId, successorParams: IAttributeSuccessorParams | AttributeSuccessorParamsJSON, validate?: boolean): Promise<{
64
- predecessor: LocalAttribute;
65
- successor: LocalAttribute;
91
+ succeedThirdPartyRelationshipAttribute(predecessor: ThirdPartyRelationshipAttribute, successorParams: IThirdPartyRelationshipAttributeSuccessorParams | ThirdPartyRelationshipAttributeSuccessorParamsJSON, validate?: boolean): Promise<{
92
+ predecessor: ThirdPartyRelationshipAttribute;
93
+ successor: ThirdPartyRelationshipAttribute;
66
94
  }>;
67
- private succeedChildrenOfComplexAttribute;
68
- private getChildAttributesByValueType;
69
- private _succeedAttributeUnsafe;
70
- private removeDefault;
71
- validateRepositoryAttributeSuccession(predecessorId: CoreId, successorParams: IAttributeSuccessorParams | AttributeSuccessorParamsJSON): Promise<ValidationResult>;
72
- validateOwnSharedIdentityAttributeSuccession(predecessorId: CoreId, successorParams: IAttributeSuccessorParams | AttributeSuccessorParamsJSON): Promise<ValidationResult>;
73
- validateOwnSharedRelationshipAttributeSuccession(predecessorId: CoreId, successorParams: IAttributeSuccessorParams | AttributeSuccessorParamsJSON): Promise<ValidationResult>;
74
- validatePeerSharedIdentityAttributeSuccession(predecessorId: CoreId, successorParams: IAttributeSuccessorParams | AttributeSuccessorParamsJSON): Promise<ValidationResult>;
75
- validatePeerSharedRelationshipAttributeSuccession(predecessorId: CoreId, successorParams: IAttributeSuccessorParams | AttributeSuccessorParamsJSON): Promise<ValidationResult>;
76
- validateThirdPartyRelationshipAttributeSuccession(predecessorId: CoreId, successorParams: IAttributeSuccessorParams | AttributeSuccessorParamsJSON): Promise<ValidationResult>;
77
- validateAttributeSuccessionCommon(predecessorId: CoreId, successorParams: IAttributeSuccessorParams | AttributeSuccessorParamsJSON): Promise<ValidationResult>;
78
- createAttributeUnsafe(attributeData: Omit<ILocalAttribute, "id" | "createdAt"> & {
79
- id?: ICoreId;
80
- createdAt?: ICoreDate;
81
- }): Promise<LocalAttribute>;
82
- updateAttributeUnsafe(attributeParams: ILocalAttribute): Promise<LocalAttribute>;
95
+ validateOwnIdentityAttributeSuccession(predecessor: OwnIdentityAttribute, successorParams: OwnIdentityAttributeSuccessorParams | OwnIdentityAttributeSuccessorParamsJSON): Promise<ValidationResult>;
96
+ validatePeerIdentityAttributeSuccession(predecessor: PeerIdentityAttribute, successorParams: PeerIdentityAttributeSuccessorParams | PeerIdentityAttributeSuccessorParamsJSON): Promise<ValidationResult>;
97
+ validateOwnRelationshipAttributeSuccession(predecessor: OwnRelationshipAttribute, successorParams: OwnRelationshipAttributeSuccessorParams | OwnRelationshipAttributeSuccessorParamsJSON): Promise<ValidationResult>;
98
+ validatePeerRelationshipAttributeSuccession(predecessor: PeerRelationshipAttribute, successorParams: IPeerRelationshipAttributeSuccessorParams | PeerRelationshipAttributeSuccessorParamsJSON): Promise<ValidationResult>;
99
+ validateThirdPartyRelationshipAttributeSuccession(predecessor: ThirdPartyRelationshipAttribute, successorParams: ThirdPartyRelationshipAttributeSuccessorParams | ThirdPartyRelationshipAttributeSuccessorParamsJSON): Promise<ValidationResult>;
100
+ private validateAttributeSuccession;
101
+ deleteAttribute(attributeId: CoreId): Promise<void>;
83
102
  deleteAttributeUnsafe(id: CoreId): Promise<void>;
103
+ deleteAttributesExchangedWithPeer(peer: CoreAddress): Promise<void>;
104
+ removeForwardingDetailsFromAttribute<T extends OwnIdentityAttribute | OwnRelationshipAttribute | PeerRelationshipAttribute>(attribute: T, peer: CoreAddress): Promise<T>;
84
105
  executeFullAttributeDeletionProcess(attribute: LocalAttribute): Promise<void>;
85
- validateFullAttributeDeletionProcess(attribute: LocalAttribute): Promise<ValidationResult>;
86
- private validateSuccessor;
87
- private validateSharedAttributes;
106
+ validateFullAttributeDeletionProcess(attributeId: CoreId): Promise<ValidationResult>;
88
107
  private detachSuccessor;
89
- private detachAttributeCopies;
90
108
  private deletePredecessorsOfAttribute;
91
109
  private transferDefault;
92
- getVersionsOfAttribute(id: CoreId): Promise<LocalAttribute[]>;
93
- getPredecessorsOfAttribute(id: CoreId): Promise<LocalAttribute[]>;
94
- getSuccessorsOfAttribute(id: CoreId): Promise<LocalAttribute[]>;
95
- isSubsequentInSuccession(predecessor: LocalAttribute, successor: LocalAttribute): Promise<boolean>;
96
- getSharedVersionsOfAttribute(id: CoreId, peers?: CoreAddress[], onlyLatestVersions?: boolean, query?: any): Promise<LocalAttribute[]>;
97
- getSharedPredecessorsOfAttribute(sourceAttribute: LocalAttribute, query?: any): Promise<LocalAttribute[]>;
98
- getSharedSuccessorsOfAttribute(sourceAttribute: LocalAttribute, query?: any): Promise<LocalAttribute[]>;
99
- getRepositoryAttributeWithSameValue(value: AttributeValues.Identity.Json): Promise<LocalAttribute | undefined>;
100
- getPeerSharedIdentityAttributeWithSameValue(value: AttributeValues.Identity.Json, peer: string): Promise<LocalAttribute | undefined>;
110
+ getVersionsOfAttribute<T extends LocalAttribute>(attribute: T): Promise<T[]>;
111
+ getPredecessorsOfAttribute<T extends LocalAttribute>(attribute: T): Promise<T[]>;
112
+ getSuccessorsOfAttribute<T extends LocalAttribute>(attribute: T): Promise<T[]>;
113
+ isSubsequentInSuccession(predecessorId: CoreId, successorId: CoreId): Promise<boolean>;
114
+ getVersionsOfAttributeSharedWithPeer<T extends OwnIdentityAttribute | OwnRelationshipAttribute | PeerRelationshipAttribute>(attribute: T, peerAddress: CoreAddress, onlyLatestVersion?: boolean, excludeToBeDeleted?: boolean): Promise<T[]>;
115
+ getPredecessorsOfAttributeSharedWithPeer<T extends OwnIdentityAttribute | OwnRelationshipAttribute | PeerRelationshipAttribute>(referenceAttribute: T, peerAddress: CoreAddress, excludeToBeDeleted?: boolean): Promise<T[]>;
116
+ getSuccessorsOfAttributeSharedWithPeer<T extends OwnIdentityAttribute | OwnRelationshipAttribute | PeerRelationshipAttribute>(referenceAttribute: T, peerAddress: CoreAddress, excludeToBeDeleted?: boolean): Promise<T[]>;
117
+ getPeersWithExclusivelyForwardedPredecessors(attributeId: CoreId): Promise<[CoreAddress, CoreId][]>;
118
+ getOwnIdentityAttributeWithSameValue(value: AttributeValues.Identity.Json): Promise<OwnIdentityAttribute | undefined>;
119
+ getPeerIdentityAttributeWithSameValue(value: AttributeValues.Identity.Json, owner: string): Promise<PeerIdentityAttribute | undefined>;
120
+ getThirdPartyRelationshipAttributeWithSameValue(value: AttributeValues.Relationship.Json, peer: string, owner: string, key: string): Promise<ThirdPartyRelationshipAttribute | undefined>;
101
121
  private getAttributeWithSameValue;
122
+ private trimAttribute;
102
123
  private trimAttributeValue;
103
- getRelationshipAttributesOfValueTypeToPeerWithGivenKeyAndOwner(key: string, owner: CoreAddress, valueType: string, peer: CoreAddress): Promise<LocalAttribute[]>;
124
+ getRelationshipAttributesOfValueTypeToPeerWithGivenKeyAndOwner(key: string, owner: CoreAddress, valueType: string, peer: CoreAddress): Promise<OwnRelationshipAttribute[] | PeerRelationshipAttribute[]>;
104
125
  getAttributeTagCollection(): Promise<AttributeTagCollection>;
105
126
  private _getAttributeTagCollection;
106
127
  private getTagCollection;
@@ -116,9 +137,27 @@ export declare class AttributesController extends ConsumptionBaseController {
116
137
  private isValidTag;
117
138
  validateAttributeCharacters(attribute: IdentityAttribute | RelationshipAttribute): boolean;
118
139
  setAttributeDeletionInfoOfDeletionProposedRelationship(relationshipId: CoreId): Promise<void>;
119
- private setDeletionInfoOfOwnSharedAttributes;
120
- private setDeletionInfoOfPeerSharedAttributes;
121
- private setDeletionInfoOfAttributes;
140
+ private setDeletionInfoOfAttributesSharedWithPeer;
141
+ private setForwardedDeletionInfoOfAttributes;
142
+ private setPeerDeletionInfoOfOwnRelationshipAttributes;
143
+ private setPeerDeletionInfoOfReceivedAttributes;
144
+ setForwardedDeletionInfoOfAttribute(attribute: OwnIdentityAttribute | OwnRelationshipAttribute | PeerRelationshipAttribute, deletionInfo: EmittedAttributeDeletionInfo | undefined, peer: CoreAddress, overrideDeletedOrToBeDeleted?: boolean): Promise<void>;
145
+ private isAttributeDeletedOrToBeDeletedByForwardingPeer;
146
+ setPeerDeletionInfoOfOwnRelationshipAttribute(attribute: OwnRelationshipAttribute, deletionInfo: EmittedAttributeDeletionInfo | undefined, overrideDeletedOrToBeDeleted?: boolean): Promise<void>;
147
+ setPeerDeletionInfoOfReceivedAttribute(attribute: PeerIdentityAttribute | PeerRelationshipAttribute | ThirdPartyRelationshipAttribute, deletionInfo: ReceivedAttributeDeletionInfo | undefined, overrideDeletedOrToBeDeleted?: boolean): Promise<void>;
148
+ setForwardedDeletionInfoOfAttributeAndPredecessors(attribute: OwnIdentityAttribute | OwnRelationshipAttribute | PeerRelationshipAttribute, deletionInfo: EmittedAttributeDeletionInfo | undefined, peer: CoreAddress, overrideDeletedOrToBeDeleted?: boolean): Promise<void>;
149
+ setPeerDeletionInfoOfOwnRelationshipAttributeAndPredecessors(attribute: OwnRelationshipAttribute, deletionInfo: EmittedAttributeDeletionInfo | undefined, overrideDeletedOrToBeDeleted?: boolean): Promise<void>;
150
+ setPeerDeletionInfoOfReceivedAttributeAndPredecessors(attribute: PeerIdentityAttribute | PeerRelationshipAttribute | ThirdPartyRelationshipAttribute, deletionInfo: ReceivedAttributeDeletionInfo | undefined, overrideDeletedOrToBeDeleted?: boolean): Promise<void>;
122
151
  markAttributeAsViewed(id: CoreId): Promise<LocalAttribute>;
152
+ isAttributeForwardedToPeer(attribute: LocalAttribute, peer: CoreAddress, excludeToBeDeleted?: boolean): Promise<boolean>;
153
+ getForwardingDetailsForPeer(attribute: LocalAttribute, peer: CoreAddress, excludeDeletedByRecipient?: boolean): Promise<AttributeForwardingDetails | undefined>;
154
+ private upsertForwardingDetailsForPeer;
155
+ private updateNumberOfForwards;
156
+ getForwardingPeers(attribute: LocalAttribute, includeToBeDeleted?: boolean): Promise<CoreAddress[]>;
157
+ setDeletionInfoForForwardingPeer(localAttribute: OwnIdentityAttribute | OwnRelationshipAttribute | PeerRelationshipAttribute, deletionInfo: EmittedAttributeDeletionInfo | undefined, peer: CoreAddress, overrideDeleted?: boolean): Promise<void>;
158
+ getForwardingDetailsForAttribute(attribute: LocalAttribute, query?: any): Promise<AttributeForwardingDetails[]>;
159
+ getAttributesExchangedWithPeer(peer: CoreAddress, query: any, hideTechnical?: boolean, onlyLatestVersions?: boolean): Promise<LocalAttribute[]>;
160
+ getAttributesForwardedToPeer(peer: CoreAddress, query: any, hideTechnical?: boolean, onlyLatestVersions?: boolean): Promise<LocalAttribute[]>;
161
+ private getAttributesWithPeer;
123
162
  }
124
163
  //# sourceMappingURL=AttributesController.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"AttributesController.d.ts","sourceRoot":"","sources":["../../../src/modules/attributes/AttributesController.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"AttributesController.d.ts","sourceRoot":"","sources":["../../../src/modules/attributes/AttributesController.ts"],"names":[],"mappings":"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"}