@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 +0,0 @@
1
- import { ISerializable, Serializable } from "@js-soft/ts-serval";
2
- import { IIdentityAttribute, IdentityAttribute, IdentityAttributeJSON } from "@nmshd/content";
3
- import { CoreId, ICoreId } from "@nmshd/core-types";
4
- export interface CreateRepositoryAttributeParamsJSON {
5
- id?: string;
6
- content: IdentityAttributeJSON;
7
- parentId?: string;
8
- }
9
- export interface ICreateRepositoryAttributeParams extends ISerializable {
10
- id?: ICoreId;
11
- content: IIdentityAttribute;
12
- parentId?: ICoreId;
13
- }
14
- export declare class CreateRepositoryAttributeParams extends Serializable implements ICreateRepositoryAttributeParams {
15
- id?: CoreId;
16
- content: IdentityAttribute;
17
- parentId?: CoreId;
18
- static from(value: ICreateRepositoryAttributeParams | CreateRepositoryAttributeParamsJSON): CreateRepositoryAttributeParams;
19
- }
20
- //# sourceMappingURL=CreateRepositoryAttributeParams.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"CreateRepositoryAttributeParams.d.ts","sourceRoot":"","sources":["../../../../src/modules/attributes/local/CreateRepositoryAttributeParams.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,YAAY,EAAuB,MAAM,oBAAoB,CAAC;AACtF,OAAO,EAAE,kBAAkB,EAAE,iBAAiB,EAAE,qBAAqB,EAAyB,MAAM,gBAAgB,CAAC;AACrH,OAAO,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,mBAAmB,CAAC;AAEpD,MAAM,WAAW,mCAAmC;IAChD,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,OAAO,EAAE,qBAAqB,CAAC;IAC/B,QAAQ,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,MAAM,WAAW,gCAAiC,SAAQ,aAAa;IACnE,EAAE,CAAC,EAAE,OAAO,CAAC;IACb,OAAO,EAAE,kBAAkB,CAAC;IAC5B,QAAQ,CAAC,EAAE,OAAO,CAAC;CACtB;AAED,qBAAa,+BAAgC,SAAQ,YAAa,YAAW,gCAAgC;IAGlG,EAAE,CAAC,EAAE,MAAM,CAAC;IAIZ,OAAO,EAAE,iBAAiB,CAAC;IAI3B,QAAQ,CAAC,EAAE,MAAM,CAAC;WAEX,IAAI,CAAC,KAAK,EAAE,gCAAgC,GAAG,mCAAmC,GAAG,+BAA+B;CAGrI"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"CreateRepositoryAttributeParams.js","sourceRoot":"","sources":["../../../../src/modules/attributes/local/CreateRepositoryAttributeParams.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,kDAAsF;AACtF,4CAAqH;AACrH,kDAAoD;AAcpD,MAAa,+BAAgC,SAAQ,wBAAY;IAatD,MAAM,CAAC,IAAI,CAAC,KAA6E;QAC5F,OAAO,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC;IAC/B,CAAC;CACJ;AAhBD,0EAgBC;AAbU;IAFN,IAAA,qBAAS,GAAE;IACX,IAAA,oBAAQ,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;8BACjB,mBAAM;2DAAC;AAIZ;IAFN,IAAA,qBAAS,EAAC,EAAE,UAAU,EAAE,CAAC,2BAAiB,EAAE,+BAAqB,CAAC,EAAE,CAAC;IACrE,IAAA,oBAAQ,GAAE;8BACK,2BAAiB;gEAAC;AAI3B;IAFN,IAAA,qBAAS,GAAE;IACX,IAAA,oBAAQ,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;8BACX,mBAAM;iEAAC"}
@@ -1,22 +0,0 @@
1
- import { ISerializable, Serializable } from "@js-soft/ts-serval";
2
- import { CoreAddress, CoreId, ICoreAddress, ICoreId } from "@nmshd/core-types";
3
- export interface CreateSharedLocalAttributeCopyParamsJSON {
4
- attributeId?: string;
5
- sourceAttributeId: string;
6
- peer: string;
7
- requestReference: string;
8
- }
9
- export interface ICreateSharedLocalAttributeCopyParams extends ISerializable {
10
- attributeId?: ICoreId;
11
- sourceAttributeId: ICoreId;
12
- peer: ICoreAddress;
13
- requestReference: ICoreId;
14
- }
15
- export declare class CreateSharedLocalAttributeCopyParams extends Serializable implements ICreateSharedLocalAttributeCopyParams {
16
- attributeId?: CoreId;
17
- sourceAttributeId: CoreId;
18
- peer: CoreAddress;
19
- requestReference: CoreId;
20
- static from(value: ICreateSharedLocalAttributeCopyParams | CreateSharedLocalAttributeCopyParamsJSON): CreateSharedLocalAttributeCopyParams;
21
- }
22
- //# sourceMappingURL=CreateSharedLocalAttributeCopyParams.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"CreateSharedLocalAttributeCopyParams.d.ts","sourceRoot":"","sources":["../../../../src/modules/attributes/local/CreateSharedLocalAttributeCopyParams.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,YAAY,EAAuB,MAAM,oBAAoB,CAAC;AACtF,OAAO,EAAE,WAAW,EAAE,MAAM,EAAE,YAAY,EAAE,OAAO,EAAE,MAAM,mBAAmB,CAAC;AAE/E,MAAM,WAAW,wCAAwC;IACrD,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,IAAI,EAAE,MAAM,CAAC;IACb,gBAAgB,EAAE,MAAM,CAAC;CAC5B;AAED,MAAM,WAAW,qCAAsC,SAAQ,aAAa;IACxE,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,iBAAiB,EAAE,OAAO,CAAC;IAC3B,IAAI,EAAE,YAAY,CAAC;IACnB,gBAAgB,EAAE,OAAO,CAAC;CAC7B;AAED,qBAAa,oCAAqC,SAAQ,YAAa,YAAW,qCAAqC;IAG5G,WAAW,CAAC,EAAE,MAAM,CAAC;IAIrB,iBAAiB,EAAE,MAAM,CAAC;IAI1B,IAAI,EAAE,WAAW,CAAC;IAIlB,gBAAgB,EAAE,MAAM,CAAC;WAElB,IAAI,CAAC,KAAK,EAAE,qCAAqC,GAAG,wCAAwC,GAAG,oCAAoC;CAGpJ"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"CreateSharedLocalAttributeCopyParams.js","sourceRoot":"","sources":["../../../../src/modules/attributes/local/CreateSharedLocalAttributeCopyParams.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,kDAAsF;AACtF,kDAA+E;AAgB/E,MAAa,oCAAqC,SAAQ,wBAAY;IAiB3D,MAAM,CAAC,IAAI,CAAC,KAAuF;QACtG,OAAO,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC;IAC/B,CAAC;CACJ;AApBD,oFAoBC;AAjBU;IAFN,IAAA,qBAAS,GAAE;IACX,IAAA,oBAAQ,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;8BACR,mBAAM;yEAAC;AAIrB;IAFN,IAAA,qBAAS,GAAE;IACX,IAAA,oBAAQ,GAAE;8BACe,mBAAM;+EAAC;AAI1B;IAFN,IAAA,qBAAS,GAAE;IACX,IAAA,oBAAQ,GAAE;8BACE,wBAAW;kEAAC;AAIlB;IAFN,IAAA,qBAAS,GAAE;IACX,IAAA,oBAAQ,GAAE;8BACc,mBAAM;8EAAC"}
@@ -1,26 +0,0 @@
1
- import { ISerializable, Serializable } from "@js-soft/ts-serval";
2
- import { IIdentityAttribute, IRelationshipAttribute, IdentityAttribute, IdentityAttributeJSON, RelationshipAttribute, RelationshipAttributeJSON } from "@nmshd/content";
3
- import { CoreAddress, CoreId, ICoreAddress, ICoreId } from "@nmshd/core-types";
4
- export interface CreateSharedLocalAttributeParamsJSON {
5
- id?: string;
6
- content: IdentityAttributeJSON | RelationshipAttributeJSON;
7
- requestReferece: string;
8
- peer: string;
9
- thirdPartyAddress?: string;
10
- }
11
- export interface ICreateSharedLocalAttributeParams extends ISerializable {
12
- id?: ICoreId;
13
- content: IIdentityAttribute | IRelationshipAttribute;
14
- requestReference: ICoreId;
15
- peer: ICoreAddress;
16
- thirdPartyAddress?: ICoreAddress;
17
- }
18
- export declare class CreateSharedLocalAttributeParams extends Serializable implements ICreateSharedLocalAttributeParams {
19
- id?: CoreId;
20
- content: IdentityAttribute | RelationshipAttribute;
21
- requestReference: CoreId;
22
- peer: CoreAddress;
23
- thirdPartyAddress?: CoreAddress;
24
- static from(value: ICreateSharedLocalAttributeParams | CreateSharedLocalAttributeParamsJSON): CreateSharedLocalAttributeParams;
25
- }
26
- //# sourceMappingURL=CreateSharedLocalAttributeParams.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"CreateSharedLocalAttributeParams.d.ts","sourceRoot":"","sources":["../../../../src/modules/attributes/local/CreateSharedLocalAttributeParams.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,YAAY,EAAuB,MAAM,oBAAoB,CAAC;AACtF,OAAO,EAAE,kBAAkB,EAAE,sBAAsB,EAAE,iBAAiB,EAAE,qBAAqB,EAAE,qBAAqB,EAAE,yBAAyB,EAAE,MAAM,gBAAgB,CAAC;AACxK,OAAO,EAAE,WAAW,EAAE,MAAM,EAAE,YAAY,EAAE,OAAO,EAAE,MAAM,mBAAmB,CAAC;AAE/E,MAAM,WAAW,oCAAoC;IACjD,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,OAAO,EAAE,qBAAqB,GAAG,yBAAyB,CAAC;IAC3D,eAAe,EAAE,MAAM,CAAC;IACxB,IAAI,EAAE,MAAM,CAAC;IACb,iBAAiB,CAAC,EAAE,MAAM,CAAC;CAC9B;AAED,MAAM,WAAW,iCAAkC,SAAQ,aAAa;IACpE,EAAE,CAAC,EAAE,OAAO,CAAC;IACb,OAAO,EAAE,kBAAkB,GAAG,sBAAsB,CAAC;IACrD,gBAAgB,EAAE,OAAO,CAAC;IAC1B,IAAI,EAAE,YAAY,CAAC;IACnB,iBAAiB,CAAC,EAAE,YAAY,CAAC;CACpC;AAED,qBAAa,gCAAiC,SAAQ,YAAa,YAAW,iCAAiC;IAGpG,EAAE,CAAC,EAAE,MAAM,CAAC;IAIZ,OAAO,EAAE,iBAAiB,GAAG,qBAAqB,CAAC;IAInD,gBAAgB,EAAE,MAAM,CAAC;IAIzB,IAAI,EAAE,WAAW,CAAC;IAIlB,iBAAiB,CAAC,EAAE,WAAW,CAAC;WAEzB,IAAI,CAAC,KAAK,EAAE,iCAAiC,GAAG,oCAAoC,GAAG,gCAAgC;CAGxI"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"CreateSharedLocalAttributeParams.js","sourceRoot":"","sources":["../../../../src/modules/attributes/local/CreateSharedLocalAttributeParams.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,kDAAsF;AACtF,4CAAwK;AACxK,kDAA+E;AAkB/E,MAAa,gCAAiC,SAAQ,wBAAY;IAqBvD,MAAM,CAAC,IAAI,CAAC,KAA+E;QAC9F,OAAO,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC;IAC/B,CAAC;CACJ;AAxBD,4EAwBC;AArBU;IAFN,IAAA,qBAAS,GAAE;IACX,IAAA,oBAAQ,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;8BACjB,mBAAM;4DAAC;AAIZ;IAFN,IAAA,qBAAS,EAAC,EAAE,UAAU,EAAE,CAAC,2BAAiB,EAAE,+BAAqB,CAAC,EAAE,CAAC;IACrE,IAAA,oBAAQ,GAAE;;iEAC+C;AAInD;IAFN,IAAA,qBAAS,GAAE;IACX,IAAA,oBAAQ,GAAE;8BACc,mBAAM;0EAAC;AAIzB;IAFN,IAAA,qBAAS,GAAE;IACX,IAAA,oBAAQ,GAAE;8BACE,wBAAW;8DAAC;AAIlB;IAFN,IAAA,qBAAS,GAAE;IACX,IAAA,oBAAQ,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;8BACF,wBAAW;2EAAC"}
@@ -1,112 +0,0 @@
1
- import { IIdentityAttribute, IRelationshipAttribute, IdentityAttribute, IdentityAttributeJSON, RelationshipAttribute, RelationshipAttributeJSON } from "@nmshd/content";
2
- import { CoreAddress, CoreDate, CoreId, ICoreDate, ICoreId } from "@nmshd/core-types";
3
- import { CoreSynchronizable, ICoreSynchronizable } from "@nmshd/transport";
4
- import { ILocalAttributeDeletionInfo, LocalAttributeDeletionInfo, LocalAttributeDeletionInfoJSON } from "./LocalAttributeDeletionInfo";
5
- import { ILocalAttributeShareInfo, LocalAttributeShareInfo, LocalAttributeShareInfoJSON } from "./LocalAttributeShareInfo";
6
- export interface LocalAttributeJSON {
7
- id: string;
8
- content: IdentityAttributeJSON | RelationshipAttributeJSON;
9
- createdAt: string;
10
- succeeds?: string;
11
- succeededBy?: string;
12
- shareInfo?: LocalAttributeShareInfoJSON;
13
- deletionInfo?: LocalAttributeDeletionInfoJSON;
14
- parentId?: string;
15
- isDefault?: true;
16
- wasViewedAt?: string;
17
- }
18
- export interface ILocalAttribute extends ICoreSynchronizable {
19
- content: IIdentityAttribute | IRelationshipAttribute;
20
- createdAt: ICoreDate;
21
- succeeds?: ICoreId;
22
- succeededBy?: ICoreId;
23
- shareInfo?: ILocalAttributeShareInfo;
24
- deletionInfo?: ILocalAttributeDeletionInfo;
25
- parentId?: ICoreId;
26
- isDefault?: true;
27
- wasViewedAt?: ICoreDate;
28
- }
29
- export type OwnSharedIdentityAttribute = LocalAttribute & {
30
- content: IdentityAttribute;
31
- shareInfo: LocalAttributeShareInfo;
32
- parentId: undefined;
33
- isDefault: undefined;
34
- };
35
- export type OwnSharedRelationshipAttribute = LocalAttribute & {
36
- content: RelationshipAttribute;
37
- shareInfo: LocalAttributeShareInfo;
38
- parentId: undefined;
39
- isDefault: undefined;
40
- };
41
- export type PeerSharedIdentityAttribute = LocalAttribute & {
42
- content: IdentityAttribute;
43
- shareInfo: LocalAttributeShareInfo & {
44
- sourceAttribute: undefined;
45
- };
46
- parentId: undefined;
47
- isDefault: undefined;
48
- };
49
- export type PeerSharedRelationshipAttribute = LocalAttribute & {
50
- content: RelationshipAttribute;
51
- shareInfo: LocalAttributeShareInfo & {
52
- sourceAttribute: undefined;
53
- };
54
- parentId: undefined;
55
- isDefault: undefined;
56
- };
57
- export type ThirdPartyRelationshipAttribute = LocalAttribute & {
58
- content: RelationshipAttribute;
59
- shareInfo: LocalAttributeShareInfo & {
60
- thirdPartyAddress: CoreAddress;
61
- };
62
- parentId: undefined;
63
- isDefault: undefined;
64
- };
65
- export type RepositoryAttribute = LocalAttribute & {
66
- content: IdentityAttribute;
67
- shareInfo: undefined;
68
- deletionInfo: undefined;
69
- };
70
- export declare class LocalAttribute extends CoreSynchronizable implements ILocalAttribute {
71
- readonly technicalProperties: string[];
72
- readonly userdataProperties: string[];
73
- content: IdentityAttribute | RelationshipAttribute;
74
- createdAt: CoreDate;
75
- succeeds?: CoreId;
76
- succeededBy?: CoreId;
77
- shareInfo?: LocalAttributeShareInfo;
78
- deletionInfo?: LocalAttributeDeletionInfo;
79
- parentId?: CoreId;
80
- isDefault?: true;
81
- wasViewedAt?: CoreDate;
82
- isOwnSharedIdentityAttribute(ownAddress: CoreAddress, peerAddress?: CoreAddress): this is OwnSharedIdentityAttribute;
83
- isOwnSharedRelationshipAttribute(ownAddress: CoreAddress, peerAddress?: CoreAddress): this is OwnSharedRelationshipAttribute;
84
- isPeerSharedIdentityAttribute(peerAddress?: CoreAddress): this is PeerSharedIdentityAttribute;
85
- isPeerSharedRelationshipAttribute(peerAddress?: CoreAddress): this is PeerSharedRelationshipAttribute;
86
- isThirdPartyRelationshipAttribute(): this is ThirdPartyRelationshipAttribute;
87
- isRepositoryAttribute(ownAddress: CoreAddress): this is RepositoryAttribute;
88
- isOwnSharedAttribute(ownAddress: CoreAddress, peerAddress?: CoreAddress): this is OwnSharedIdentityAttribute | OwnSharedRelationshipAttribute;
89
- isPeerSharedAttribute(peerAddress?: CoreAddress): this is PeerSharedIdentityAttribute | PeerSharedRelationshipAttribute;
90
- isIdentityAttribute(): this is LocalAttribute & {
91
- content: IdentityAttribute;
92
- };
93
- isRelationshipAttribute(): this is LocalAttribute & {
94
- content: RelationshipAttribute;
95
- shareInfo: LocalAttributeShareInfo;
96
- };
97
- isComplexAttribute(): boolean;
98
- isOwnedBy(identity: CoreAddress): boolean;
99
- isShared(): this is LocalAttribute & {
100
- shareInfo: LocalAttributeShareInfo;
101
- };
102
- setDeletionInfo(deletionInfo: LocalAttributeDeletionInfo, ownAddress: CoreAddress): this;
103
- private isPeerSharedAttributeDeletionInfo;
104
- private isOwnSharedAttributeDeletionInfo;
105
- private isThirdPartyRelationshipAttributeDeletionInfo;
106
- hasDeletionInfo(): this is LocalAttribute & {
107
- deletionInfo: LocalAttributeDeletionInfo;
108
- };
109
- static from(value: ILocalAttribute | LocalAttributeJSON): LocalAttribute;
110
- static fromAttribute(content: IIdentityAttribute | IRelationshipAttribute, succeeds?: ICoreId, shareInfo?: ILocalAttributeShareInfo, id?: CoreId, parentId?: CoreId): Promise<LocalAttribute>;
111
- }
112
- //# sourceMappingURL=LocalAttribute.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"LocalAttribute.d.ts","sourceRoot":"","sources":["../../../../src/modules/attributes/local/LocalAttribute.ts"],"names":[],"mappings":"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"}
@@ -1,186 +0,0 @@
1
- "use strict";
2
- var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
3
- var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
4
- if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
5
- else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
6
- return c > 3 && r && Object.defineProperty(target, key, r), r;
7
- };
8
- var __metadata = (this && this.__metadata) || function (k, v) {
9
- if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10
- };
11
- Object.defineProperty(exports, "__esModule", { value: true });
12
- exports.LocalAttribute = void 0;
13
- const ts_serval_1 = require("@js-soft/ts-serval");
14
- const content_1 = require("@nmshd/content");
15
- const core_types_1 = require("@nmshd/core-types");
16
- const transport_1 = require("@nmshd/transport");
17
- const ts_simple_nameof_1 = require("ts-simple-nameof");
18
- const ConsumptionCoreErrors_1 = require("../../../consumption/ConsumptionCoreErrors");
19
- const ConsumptionIds_1 = require("../../../consumption/ConsumptionIds");
20
- const LocalAttributeDeletionInfo_1 = require("./LocalAttributeDeletionInfo");
21
- const LocalAttributeShareInfo_1 = require("./LocalAttributeShareInfo");
22
- let LocalAttribute = class LocalAttribute extends transport_1.CoreSynchronizable {
23
- constructor() {
24
- super(...arguments);
25
- this.technicalProperties = [
26
- "@type",
27
- "@context",
28
- (0, ts_simple_nameof_1.nameof)((r) => r.createdAt),
29
- (0, ts_simple_nameof_1.nameof)((r) => r.succeeds),
30
- (0, ts_simple_nameof_1.nameof)((r) => r.succeededBy),
31
- (0, ts_simple_nameof_1.nameof)((r) => r.shareInfo),
32
- (0, ts_simple_nameof_1.nameof)((r) => r.deletionInfo),
33
- (0, ts_simple_nameof_1.nameof)((r) => r.parentId),
34
- (0, ts_simple_nameof_1.nameof)((r) => r.isDefault),
35
- (0, ts_simple_nameof_1.nameof)((r) => r.wasViewedAt)
36
- ];
37
- this.userdataProperties = [(0, ts_simple_nameof_1.nameof)((r) => r.content)];
38
- }
39
- isOwnSharedIdentityAttribute(ownAddress, peerAddress) {
40
- return this.isIdentityAttribute() && this.isOwnSharedAttribute(ownAddress, peerAddress);
41
- }
42
- isOwnSharedRelationshipAttribute(ownAddress, peerAddress) {
43
- return this.isRelationshipAttribute() && this.isOwnSharedAttribute(ownAddress, peerAddress);
44
- }
45
- isPeerSharedIdentityAttribute(peerAddress) {
46
- return this.isIdentityAttribute() && this.isPeerSharedAttribute(peerAddress);
47
- }
48
- isPeerSharedRelationshipAttribute(peerAddress) {
49
- return this.isRelationshipAttribute() && this.isPeerSharedAttribute(peerAddress);
50
- }
51
- isThirdPartyRelationshipAttribute() {
52
- return this.isRelationshipAttribute() && !!this.shareInfo.thirdPartyAddress;
53
- }
54
- isRepositoryAttribute(ownAddress) {
55
- return this.isIdentityAttribute() && !this.isShared() && this.isOwnedBy(ownAddress);
56
- }
57
- isOwnSharedAttribute(ownAddress, peerAddress) {
58
- let isOwnSharedAttribute = this.isShared() && this.isOwnedBy(ownAddress);
59
- isOwnSharedAttribute &&= !this.parentId;
60
- isOwnSharedAttribute &&= !this.isDefault;
61
- if (peerAddress)
62
- isOwnSharedAttribute &&= this.shareInfo.peer.equals(peerAddress);
63
- return isOwnSharedAttribute;
64
- }
65
- isPeerSharedAttribute(peerAddress) {
66
- let isPeerSharedAttribute = this.isShared() && this.isOwnedBy(this.shareInfo.peer);
67
- isPeerSharedAttribute &&= !this.shareInfo.sourceAttribute;
68
- isPeerSharedAttribute &&= !this.parentId;
69
- isPeerSharedAttribute &&= !this.isDefault;
70
- if (peerAddress)
71
- isPeerSharedAttribute &&= this.isOwnedBy(peerAddress);
72
- return isPeerSharedAttribute;
73
- }
74
- isIdentityAttribute() {
75
- return this.content instanceof content_1.IdentityAttribute;
76
- }
77
- isRelationshipAttribute() {
78
- let isRelationshipAttribute = this.content instanceof content_1.RelationshipAttribute && this.isShared();
79
- isRelationshipAttribute &&= !this.parentId;
80
- isRelationshipAttribute &&= !this.isDefault;
81
- return isRelationshipAttribute;
82
- }
83
- isComplexAttribute() {
84
- return this.content.value instanceof content_1.AbstractComplexValue;
85
- }
86
- isOwnedBy(identity) {
87
- return this.content.owner.equals(identity);
88
- }
89
- isShared() {
90
- return !!this.shareInfo;
91
- }
92
- setDeletionInfo(deletionInfo, ownAddress) {
93
- if (this.isRepositoryAttribute(ownAddress)) {
94
- throw ConsumptionCoreErrors_1.ConsumptionCoreErrors.attributes.cannotSetDeletionInfoOfRepositoryAttributes();
95
- }
96
- if (this.isOwnSharedAttribute(ownAddress) && !this.isOwnSharedAttributeDeletionInfo(deletionInfo)) {
97
- throw ConsumptionCoreErrors_1.ConsumptionCoreErrors.attributes.invalidDeletionInfoOfOwnSharedAttribute();
98
- }
99
- if (this.isPeerSharedAttribute() && !this.isPeerSharedAttributeDeletionInfo(deletionInfo)) {
100
- throw ConsumptionCoreErrors_1.ConsumptionCoreErrors.attributes.invalidDeletionInfoOfPeerSharedAttribute();
101
- }
102
- if (this.isThirdPartyRelationshipAttribute() && !this.isThirdPartyRelationshipAttributeDeletionInfo(deletionInfo)) {
103
- throw ConsumptionCoreErrors_1.ConsumptionCoreErrors.attributes.invalidDeletionInfoOfThirdPartyRelationshipAttribute();
104
- }
105
- this.deletionInfo = deletionInfo;
106
- return this;
107
- }
108
- isPeerSharedAttributeDeletionInfo(deletionInfo) {
109
- return deletionInfo.deletionStatus === LocalAttributeDeletionInfo_1.LocalAttributeDeletionStatus.DeletedByOwner || deletionInfo.deletionStatus === LocalAttributeDeletionInfo_1.LocalAttributeDeletionStatus.ToBeDeleted;
110
- }
111
- isOwnSharedAttributeDeletionInfo(deletionInfo) {
112
- return (deletionInfo.deletionStatus === LocalAttributeDeletionInfo_1.LocalAttributeDeletionStatus.DeletedByPeer ||
113
- deletionInfo.deletionStatus === LocalAttributeDeletionInfo_1.LocalAttributeDeletionStatus.ToBeDeletedByPeer ||
114
- deletionInfo.deletionStatus === LocalAttributeDeletionInfo_1.LocalAttributeDeletionStatus.DeletionRequestSent ||
115
- deletionInfo.deletionStatus === LocalAttributeDeletionInfo_1.LocalAttributeDeletionStatus.DeletionRequestRejected);
116
- }
117
- isThirdPartyRelationshipAttributeDeletionInfo(deletionInfo) {
118
- return deletionInfo.deletionStatus === LocalAttributeDeletionInfo_1.LocalAttributeDeletionStatus.DeletedByPeer;
119
- }
120
- hasDeletionInfo() {
121
- return !!this.deletionInfo;
122
- }
123
- static from(value) {
124
- return this.fromAny(value);
125
- }
126
- static async fromAttribute(content, succeeds, shareInfo, id, parentId) {
127
- return this.from({
128
- id: id ?? (await ConsumptionIds_1.ConsumptionIds.attribute.generate()),
129
- createdAt: core_types_1.CoreDate.utc(),
130
- content,
131
- succeeds,
132
- shareInfo,
133
- parentId
134
- });
135
- }
136
- };
137
- exports.LocalAttribute = LocalAttribute;
138
- __decorate([
139
- (0, ts_serval_1.validate)(),
140
- (0, ts_serval_1.serialize)({ unionTypes: [content_1.IdentityAttribute, content_1.RelationshipAttribute] }),
141
- __metadata("design:type", Object)
142
- ], LocalAttribute.prototype, "content", void 0);
143
- __decorate([
144
- (0, ts_serval_1.validate)(),
145
- (0, ts_serval_1.serialize)(),
146
- __metadata("design:type", core_types_1.CoreDate)
147
- ], LocalAttribute.prototype, "createdAt", void 0);
148
- __decorate([
149
- (0, ts_serval_1.validate)({ nullable: true }),
150
- (0, ts_serval_1.serialize)(),
151
- __metadata("design:type", core_types_1.CoreId)
152
- ], LocalAttribute.prototype, "succeeds", void 0);
153
- __decorate([
154
- (0, ts_serval_1.validate)({ nullable: true }),
155
- (0, ts_serval_1.serialize)(),
156
- __metadata("design:type", core_types_1.CoreId)
157
- ], LocalAttribute.prototype, "succeededBy", void 0);
158
- __decorate([
159
- (0, ts_serval_1.validate)({ nullable: true }),
160
- (0, ts_serval_1.serialize)(),
161
- __metadata("design:type", LocalAttributeShareInfo_1.LocalAttributeShareInfo)
162
- ], LocalAttribute.prototype, "shareInfo", void 0);
163
- __decorate([
164
- (0, ts_serval_1.validate)({ nullable: true }),
165
- (0, ts_serval_1.serialize)(),
166
- __metadata("design:type", LocalAttributeDeletionInfo_1.LocalAttributeDeletionInfo)
167
- ], LocalAttribute.prototype, "deletionInfo", void 0);
168
- __decorate([
169
- (0, ts_serval_1.validate)({ nullable: true }),
170
- (0, ts_serval_1.serialize)(),
171
- __metadata("design:type", core_types_1.CoreId)
172
- ], LocalAttribute.prototype, "parentId", void 0);
173
- __decorate([
174
- (0, ts_serval_1.validate)({ nullable: true }),
175
- (0, ts_serval_1.serialize)(),
176
- __metadata("design:type", Boolean)
177
- ], LocalAttribute.prototype, "isDefault", void 0);
178
- __decorate([
179
- (0, ts_serval_1.validate)({ nullable: true }),
180
- (0, ts_serval_1.serialize)(),
181
- __metadata("design:type", core_types_1.CoreDate)
182
- ], LocalAttribute.prototype, "wasViewedAt", void 0);
183
- exports.LocalAttribute = LocalAttribute = __decorate([
184
- (0, ts_serval_1.type)("LocalAttribute")
185
- ], LocalAttribute);
186
- //# sourceMappingURL=LocalAttribute.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"LocalAttribute.js","sourceRoot":"","sources":["../../../../src/modules/attributes/local/LocalAttribute.ts"],"names":[],"mappings":"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"}
@@ -1,24 +0,0 @@
1
- import { ISerializable, Serializable } from "@js-soft/ts-serval";
2
- import { CoreDate, ICoreDate } from "@nmshd/core-types";
3
- export declare enum LocalAttributeDeletionStatus {
4
- DeletionRequestSent = "DeletionRequestSent",
5
- DeletionRequestRejected = "DeletionRequestRejected",
6
- ToBeDeleted = "ToBeDeleted",
7
- ToBeDeletedByPeer = "ToBeDeletedByPeer",
8
- DeletedByPeer = "DeletedByPeer",
9
- DeletedByOwner = "DeletedByOwner"
10
- }
11
- export interface LocalAttributeDeletionInfoJSON {
12
- deletionStatus: LocalAttributeDeletionStatus;
13
- deletionDate: string;
14
- }
15
- export interface ILocalAttributeDeletionInfo extends ISerializable {
16
- deletionStatus: LocalAttributeDeletionStatus;
17
- deletionDate: ICoreDate;
18
- }
19
- export declare class LocalAttributeDeletionInfo extends Serializable implements ILocalAttributeDeletionInfo {
20
- deletionStatus: LocalAttributeDeletionStatus;
21
- deletionDate: CoreDate;
22
- static from(value: ILocalAttributeDeletionInfo | LocalAttributeDeletionInfoJSON): LocalAttributeDeletionInfo;
23
- }
24
- //# sourceMappingURL=LocalAttributeDeletionInfo.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"LocalAttributeDeletionInfo.d.ts","sourceRoot":"","sources":["../../../../src/modules/attributes/local/LocalAttributeDeletionInfo.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,YAAY,EAAuB,MAAM,oBAAoB,CAAC;AACtF,OAAO,EAAE,QAAQ,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAC;AAExD,oBAAY,4BAA4B;IACpC,mBAAmB,wBAAwB;IAC3C,uBAAuB,4BAA4B;IACnD,WAAW,gBAAgB;IAC3B,iBAAiB,sBAAsB;IACvC,aAAa,kBAAkB;IAC/B,cAAc,mBAAmB;CACpC;AAED,MAAM,WAAW,8BAA8B;IAC3C,cAAc,EAAE,4BAA4B,CAAC;IAC7C,YAAY,EAAE,MAAM,CAAC;CACxB;AAED,MAAM,WAAW,2BAA4B,SAAQ,aAAa;IAC9D,cAAc,EAAE,4BAA4B,CAAC;IAC7C,YAAY,EAAE,SAAS,CAAC;CAC3B;AAED,qBAAa,0BAA2B,SAAQ,YAAa,YAAW,2BAA2B;IAMxF,cAAc,EAAE,4BAA4B,CAAC;IAI7C,YAAY,EAAE,QAAQ,CAAC;WAEhB,IAAI,CAAC,KAAK,EAAE,2BAA2B,GAAG,8BAA8B,GAAG,0BAA0B;CAGtH"}
@@ -1,42 +0,0 @@
1
- "use strict";
2
- var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
3
- var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
4
- if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
5
- else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
6
- return c > 3 && r && Object.defineProperty(target, key, r), r;
7
- };
8
- var __metadata = (this && this.__metadata) || function (k, v) {
9
- if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10
- };
11
- Object.defineProperty(exports, "__esModule", { value: true });
12
- exports.LocalAttributeDeletionInfo = exports.LocalAttributeDeletionStatus = void 0;
13
- const ts_serval_1 = require("@js-soft/ts-serval");
14
- const core_types_1 = require("@nmshd/core-types");
15
- var LocalAttributeDeletionStatus;
16
- (function (LocalAttributeDeletionStatus) {
17
- LocalAttributeDeletionStatus["DeletionRequestSent"] = "DeletionRequestSent";
18
- LocalAttributeDeletionStatus["DeletionRequestRejected"] = "DeletionRequestRejected";
19
- LocalAttributeDeletionStatus["ToBeDeleted"] = "ToBeDeleted";
20
- LocalAttributeDeletionStatus["ToBeDeletedByPeer"] = "ToBeDeletedByPeer";
21
- LocalAttributeDeletionStatus["DeletedByPeer"] = "DeletedByPeer";
22
- LocalAttributeDeletionStatus["DeletedByOwner"] = "DeletedByOwner";
23
- })(LocalAttributeDeletionStatus || (exports.LocalAttributeDeletionStatus = LocalAttributeDeletionStatus = {}));
24
- class LocalAttributeDeletionInfo extends ts_serval_1.Serializable {
25
- static from(value) {
26
- return this.fromAny(value);
27
- }
28
- }
29
- exports.LocalAttributeDeletionInfo = LocalAttributeDeletionInfo;
30
- __decorate([
31
- (0, ts_serval_1.serialize)(),
32
- (0, ts_serval_1.validate)({
33
- customValidator: (v) => !Object.values(LocalAttributeDeletionStatus).includes(v) ? `must be one of: ${Object.values(LocalAttributeDeletionStatus).map((o) => `"${o}"`)}` : undefined
34
- }),
35
- __metadata("design:type", String)
36
- ], LocalAttributeDeletionInfo.prototype, "deletionStatus", void 0);
37
- __decorate([
38
- (0, ts_serval_1.serialize)(),
39
- (0, ts_serval_1.validate)(),
40
- __metadata("design:type", core_types_1.CoreDate)
41
- ], LocalAttributeDeletionInfo.prototype, "deletionDate", void 0);
42
- //# sourceMappingURL=LocalAttributeDeletionInfo.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"LocalAttributeDeletionInfo.js","sourceRoot":"","sources":["../../../../src/modules/attributes/local/LocalAttributeDeletionInfo.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,kDAAsF;AACtF,kDAAwD;AAExD,IAAY,4BAOX;AAPD,WAAY,4BAA4B;IACpC,2EAA2C,CAAA;IAC3C,mFAAmD,CAAA;IACnD,2DAA2B,CAAA;IAC3B,uEAAuC,CAAA;IACvC,+DAA+B,CAAA;IAC/B,iEAAiC,CAAA;AACrC,CAAC,EAPW,4BAA4B,4CAA5B,4BAA4B,QAOvC;AAYD,MAAa,0BAA2B,SAAQ,wBAAY;IAYjD,MAAM,CAAC,IAAI,CAAC,KAAmE;QAClF,OAAO,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC;IAC/B,CAAC;CACJ;AAfD,gEAeC;AATU;IALN,IAAA,qBAAS,GAAE;IACX,IAAA,oBAAQ,EAAC;QACN,eAAe,EAAE,CAAC,CAAC,EAAE,EAAE,CACnB,CAAC,MAAM,CAAC,MAAM,CAAC,4BAA4B,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,mBAAmB,MAAM,CAAC,MAAM,CAAC,4BAA4B,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,CAAC,CAAC,SAAS;KACnK,CAAC;;kEACkD;AAI7C;IAFN,IAAA,qBAAS,GAAE;IACX,IAAA,oBAAQ,GAAE;8BACU,qBAAQ;gEAAC"}
@@ -1,26 +0,0 @@
1
- import { ISerializable, Serializable } from "@js-soft/ts-serval";
2
- import { CoreAddress, CoreId, ICoreAddress, ICoreId } from "@nmshd/core-types";
3
- export interface LocalAttributeShareInfoJSON {
4
- requestReference?: string;
5
- notificationReference?: string;
6
- peer: string;
7
- sourceAttribute?: string;
8
- thirdPartyAddress?: string;
9
- }
10
- export interface ILocalAttributeShareInfo extends ISerializable {
11
- requestReference?: ICoreId;
12
- notificationReference?: ICoreId;
13
- peer: ICoreAddress;
14
- sourceAttribute?: ICoreId;
15
- thirdPartyAddress?: ICoreAddress;
16
- }
17
- export declare class LocalAttributeShareInfo extends Serializable implements ILocalAttributeShareInfo {
18
- requestReference?: CoreId;
19
- notificationReference?: CoreId;
20
- peer: CoreAddress;
21
- sourceAttribute?: CoreId;
22
- thirdPartyAddress?: CoreAddress;
23
- static from(value: ILocalAttributeShareInfo | LocalAttributeShareInfoJSON): LocalAttributeShareInfo;
24
- protected static postFrom<T extends Serializable>(value: T): T;
25
- }
26
- //# sourceMappingURL=LocalAttributeShareInfo.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"LocalAttributeShareInfo.d.ts","sourceRoot":"","sources":["../../../../src/modules/attributes/local/LocalAttributeShareInfo.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,YAAY,EAAwC,MAAM,oBAAoB,CAAC;AACvG,OAAO,EAAE,WAAW,EAAE,MAAM,EAAE,YAAY,EAAE,OAAO,EAAE,MAAM,mBAAmB,CAAC;AAK/E,MAAM,WAAW,2BAA2B;IACxC,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,qBAAqB,CAAC,EAAE,MAAM,CAAC;IAC/B,IAAI,EAAE,MAAM,CAAC;IACb,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,iBAAiB,CAAC,EAAE,MAAM,CAAC;CAC9B;AAGD,MAAM,WAAW,wBAAyB,SAAQ,aAAa;IAC3D,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,qBAAqB,CAAC,EAAE,OAAO,CAAC;IAChC,IAAI,EAAE,YAAY,CAAC;IACnB,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,iBAAiB,CAAC,EAAE,YAAY,CAAC;CACpC;AAED,qBAAa,uBAAwB,SAAQ,YAAa,YAAW,wBAAwB;IAGlF,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAI1B,qBAAqB,CAAC,EAAE,MAAM,CAAC;IAI/B,IAAI,EAAE,WAAW,CAAC;IAIlB,eAAe,CAAC,EAAE,MAAM,CAAC;IAIzB,iBAAiB,CAAC,EAAE,WAAW,CAAC;WAEzB,IAAI,CAAC,KAAK,EAAE,wBAAwB,GAAG,2BAA2B,GAAG,uBAAuB;qBAIhF,QAAQ,CAAC,CAAC,SAAS,YAAY,EAAE,KAAK,EAAE,CAAC,GAAG,CAAC;CAqB1E"}
@@ -1,59 +0,0 @@
1
- "use strict";
2
- var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
3
- var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
4
- if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
5
- else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
6
- return c > 3 && r && Object.defineProperty(target, key, r), r;
7
- };
8
- var __metadata = (this && this.__metadata) || function (k, v) {
9
- if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10
- };
11
- Object.defineProperty(exports, "__esModule", { value: true });
12
- exports.LocalAttributeShareInfo = void 0;
13
- const ts_serval_1 = require("@js-soft/ts-serval");
14
- const core_types_1 = require("@nmshd/core-types");
15
- const ts_simple_nameof_1 = require("ts-simple-nameof");
16
- const ConsumptionError_1 = require("../../../consumption/ConsumptionError");
17
- class LocalAttributeShareInfo extends ts_serval_1.Serializable {
18
- static from(value) {
19
- return super.fromAny(value);
20
- }
21
- static postFrom(value) {
22
- if (!(value instanceof LocalAttributeShareInfo))
23
- throw new ConsumptionError_1.ConsumptionError("this should never happen");
24
- if (!value.requestReference && !value.notificationReference) {
25
- throw new ts_serval_1.ValidationError(LocalAttributeShareInfo.name, (0, ts_simple_nameof_1.nameof)((x) => x.requestReference), `One of ${(0, ts_simple_nameof_1.nameof)((x) => x.requestReference)} or ${(0, ts_simple_nameof_1.nameof)((x) => x.notificationReference)} must be set.`);
26
- }
27
- if (value.requestReference && value.notificationReference) {
28
- throw new ts_serval_1.ValidationError(LocalAttributeShareInfo.name, (0, ts_simple_nameof_1.nameof)((x) => x.requestReference), `Both of ${(0, ts_simple_nameof_1.nameof)((x) => x.requestReference)} or ${(0, ts_simple_nameof_1.nameof)((x) => x.notificationReference)} must not be set.`);
29
- }
30
- return value;
31
- }
32
- }
33
- exports.LocalAttributeShareInfo = LocalAttributeShareInfo;
34
- __decorate([
35
- (0, ts_serval_1.serialize)(),
36
- (0, ts_serval_1.validate)({ nullable: true }),
37
- __metadata("design:type", core_types_1.CoreId)
38
- ], LocalAttributeShareInfo.prototype, "requestReference", void 0);
39
- __decorate([
40
- (0, ts_serval_1.serialize)(),
41
- (0, ts_serval_1.validate)({ nullable: true }),
42
- __metadata("design:type", core_types_1.CoreId)
43
- ], LocalAttributeShareInfo.prototype, "notificationReference", void 0);
44
- __decorate([
45
- (0, ts_serval_1.validate)(),
46
- (0, ts_serval_1.serialize)(),
47
- __metadata("design:type", core_types_1.CoreAddress)
48
- ], LocalAttributeShareInfo.prototype, "peer", void 0);
49
- __decorate([
50
- (0, ts_serval_1.serialize)(),
51
- (0, ts_serval_1.validate)({ nullable: true }),
52
- __metadata("design:type", core_types_1.CoreId)
53
- ], LocalAttributeShareInfo.prototype, "sourceAttribute", void 0);
54
- __decorate([
55
- (0, ts_serval_1.serialize)(),
56
- (0, ts_serval_1.validate)({ nullable: true }),
57
- __metadata("design:type", core_types_1.CoreAddress)
58
- ], LocalAttributeShareInfo.prototype, "thirdPartyAddress", void 0);
59
- //# sourceMappingURL=LocalAttributeShareInfo.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"LocalAttributeShareInfo.js","sourceRoot":"","sources":["../../../../src/modules/attributes/local/LocalAttributeShareInfo.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,kDAAuG;AACvG,kDAA+E;AAC/E,uDAA0C;AAC1C,4EAAyE;AAoBzE,MAAa,uBAAwB,SAAQ,wBAAY;IAqB9C,MAAM,CAAC,IAAI,CAAC,KAA6D;QAC5E,OAAO,KAAK,CAAC,OAAO,CAAC,KAAK,CAA4B,CAAC;IAC3D,CAAC;IAES,MAAM,CAAU,QAAQ,CAAyB,KAAQ;QAC/D,IAAI,CAAC,CAAC,KAAK,YAAY,uBAAuB,CAAC;YAAE,MAAM,IAAI,mCAAgB,CAAC,0BAA0B,CAAC,CAAC;QAExG,IAAI,CAAC,KAAK,CAAC,gBAAgB,IAAI,CAAC,KAAK,CAAC,qBAAqB,EAAE,CAAC;YAC1D,MAAM,IAAI,2BAAe,CACrB,uBAAuB,CAAC,IAAI,EAC5B,IAAA,yBAAM,EAA0B,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,gBAAgB,CAAC,EAC1D,UAAU,IAAA,yBAAM,EAA0B,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,gBAAgB,CAAC,OAAO,IAAA,yBAAM,EAA0B,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,qBAAqB,CAAC,eAAe,CAC5J,CAAC;QACN,CAAC;QAED,IAAI,KAAK,CAAC,gBAAgB,IAAI,KAAK,CAAC,qBAAqB,EAAE,CAAC;YACxD,MAAM,IAAI,2BAAe,CACrB,uBAAuB,CAAC,IAAI,EAC5B,IAAA,yBAAM,EAA0B,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,gBAAgB,CAAC,EAC1D,WAAW,IAAA,yBAAM,EAA0B,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,gBAAgB,CAAC,OAAO,IAAA,yBAAM,EAA0B,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,qBAAqB,CAAC,mBAAmB,CACjK,CAAC;QACN,CAAC;QAED,OAAO,KAAK,CAAC;IACjB,CAAC;CACJ;AA9CD,0DA8CC;AA3CU;IAFN,IAAA,qBAAS,GAAE;IACX,IAAA,oBAAQ,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;8BACH,mBAAM;iEAAC;AAI1B;IAFN,IAAA,qBAAS,GAAE;IACX,IAAA,oBAAQ,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;8BACE,mBAAM;sEAAC;AAI/B;IAFN,IAAA,oBAAQ,GAAE;IACV,IAAA,qBAAS,GAAE;8BACC,wBAAW;qDAAC;AAIlB;IAFN,IAAA,qBAAS,GAAE;IACX,IAAA,oBAAQ,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;8BACJ,mBAAM;gEAAC;AAIzB;IAFN,IAAA,qBAAS,GAAE;IACX,IAAA,oBAAQ,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;8BACF,wBAAW;kEAAC"}
@@ -1,14 +0,0 @@
1
- import { OwnSharedAttributeDeletedByOwnerNotificationItem } from "@nmshd/content";
2
- import { ConsumptionController } from "../../../../consumption/ConsumptionController";
3
- import { OwnSharedAttributeDeletedByOwnerEvent } from "../../../attributes";
4
- import { ValidationResult } from "../../../common";
5
- import { LocalNotification } from "../../local/LocalNotification";
6
- import { AbstractNotificationItemProcessor } from "../AbstractNotificationItemProcessor";
7
- export declare class OwnSharedAttributeDeletedByOwnerNotificationItemProcessor extends AbstractNotificationItemProcessor<OwnSharedAttributeDeletedByOwnerNotificationItem> {
8
- private readonly _logger;
9
- constructor(consumptionController: ConsumptionController);
10
- checkPrerequisitesOfIncomingNotificationItem(notificationItem: OwnSharedAttributeDeletedByOwnerNotificationItem, notification: LocalNotification): Promise<ValidationResult>;
11
- process(notificationItem: OwnSharedAttributeDeletedByOwnerNotificationItem, _notification: LocalNotification): Promise<OwnSharedAttributeDeletedByOwnerEvent | void>;
12
- rollback(notificationItem: OwnSharedAttributeDeletedByOwnerNotificationItem, _notification: LocalNotification): Promise<void>;
13
- }
14
- //# sourceMappingURL=OwnSharedAttributeDeletedByOwnerNotificationItemProcessor.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"OwnSharedAttributeDeletedByOwnerNotificationItemProcessor.d.ts","sourceRoot":"","sources":["../../../../../src/modules/notifications/itemProcessors/attributeDeleted/OwnSharedAttributeDeletedByOwnerNotificationItemProcessor.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gDAAgD,EAAE,MAAM,gBAAgB,CAAC;AAGlF,OAAO,EAAE,qBAAqB,EAAE,MAAM,+CAA+C,CAAC;AAEtF,OAAO,EAA4D,qCAAqC,EAAE,MAAM,qBAAqB,CAAC;AACtI,OAAO,EAAE,gBAAgB,EAAE,MAAM,iBAAiB,CAAC;AACnD,OAAO,EAAE,iBAAiB,EAAE,MAAM,+BAA+B,CAAC;AAClE,OAAO,EAAE,iCAAiC,EAAE,MAAM,sCAAsC,CAAC;AAEzF,qBAAa,yDAA0D,SAAQ,iCAAiC,CAAC,gDAAgD,CAAC;IAC9J,OAAO,CAAC,QAAQ,CAAC,OAAO,CAAU;gBAEf,qBAAqB,EAAE,qBAAqB;IAKzC,4CAA4C,CAC9D,gBAAgB,EAAE,gDAAgD,EAClE,YAAY,EAAE,iBAAiB,GAChC,OAAO,CAAC,gBAAgB,CAAC;IAgBN,OAAO,CACzB,gBAAgB,EAAE,gDAAgD,EAClE,aAAa,EAAE,iBAAiB,GACjC,OAAO,CAAC,qCAAqC,GAAG,IAAI,CAAC;IAqBlC,QAAQ,CAAC,gBAAgB,EAAE,gDAAgD,EAAE,aAAa,EAAE,iBAAiB,GAAG,OAAO,CAAC,IAAI,CAAC;CAUtJ"}