@nmshd/consumption 7.0.0-openid4vc.6 → 7.0.0
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.
- package/LICENSE +659 -3
- package/README.md +1 -1
- package/dist/buildInformation.js +5 -5
- package/dist/consumption/ConsumptionConfig.d.ts +1 -1
- package/dist/consumption/ConsumptionConfig.d.ts.map +1 -1
- package/dist/consumption/ConsumptionController.d.ts +1 -3
- package/dist/consumption/ConsumptionController.d.ts.map +1 -1
- package/dist/consumption/ConsumptionController.js +5 -9
- package/dist/consumption/ConsumptionController.js.map +1 -1
- package/dist/consumption/ConsumptionControllerName.d.ts +1 -2
- package/dist/consumption/ConsumptionControllerName.d.ts.map +1 -1
- package/dist/consumption/ConsumptionControllerName.js +0 -1
- package/dist/consumption/ConsumptionControllerName.js.map +1 -1
- package/dist/consumption/ConsumptionCoreErrors.d.ts +7 -37
- package/dist/consumption/ConsumptionCoreErrors.d.ts.map +1 -1
- package/dist/consumption/ConsumptionCoreErrors.js +18 -114
- package/dist/consumption/ConsumptionCoreErrors.js.map +1 -1
- package/dist/consumption/ConsumptionIds.d.ts +1 -0
- package/dist/consumption/ConsumptionIds.d.ts.map +1 -1
- package/dist/consumption/ConsumptionIds.js +1 -0
- package/dist/consumption/ConsumptionIds.js.map +1 -1
- package/dist/modules/attributes/AttributesController.d.ts +108 -69
- package/dist/modules/attributes/AttributesController.d.ts.map +1 -1
- package/dist/modules/attributes/AttributesController.js +664 -734
- package/dist/modules/attributes/AttributesController.js.map +1 -1
- package/dist/modules/attributes/events/AttributeCreatedEvent.d.ts +1 -1
- package/dist/modules/attributes/events/AttributeCreatedEvent.d.ts.map +1 -1
- package/dist/modules/attributes/events/AttributeDeletedEvent.d.ts +1 -1
- package/dist/modules/attributes/events/AttributeDeletedEvent.d.ts.map +1 -1
- package/dist/modules/attributes/events/AttributeForwardingDetailsChangedEvent.d.ts +9 -0
- package/dist/modules/attributes/events/AttributeForwardingDetailsChangedEvent.d.ts.map +1 -0
- package/dist/modules/attributes/events/AttributeForwardingDetailsChangedEvent.js +12 -0
- package/dist/modules/attributes/events/AttributeForwardingDetailsChangedEvent.js.map +1 -0
- package/dist/modules/attributes/events/AttributeSucceededEvent.d.ts +11 -0
- package/dist/modules/attributes/events/AttributeSucceededEvent.d.ts.map +1 -0
- package/dist/modules/attributes/events/AttributeSucceededEvent.js +12 -0
- package/dist/modules/attributes/events/AttributeSucceededEvent.js.map +1 -0
- package/dist/modules/attributes/events/AttributeWasViewedAtChangedEvent.d.ts +1 -1
- package/dist/modules/attributes/events/AttributeWasViewedAtChangedEvent.d.ts.map +1 -1
- package/dist/modules/attributes/events/ForwardedAttributeDeletedByPeerEvent.d.ts +7 -0
- package/dist/modules/attributes/events/ForwardedAttributeDeletedByPeerEvent.d.ts.map +1 -0
- package/dist/modules/attributes/events/ForwardedAttributeDeletedByPeerEvent.js +12 -0
- package/dist/modules/attributes/events/ForwardedAttributeDeletedByPeerEvent.js.map +1 -0
- package/dist/modules/attributes/events/OwnAttributeDeletedByOwnerEvent.d.ts +7 -0
- package/dist/modules/attributes/events/OwnAttributeDeletedByOwnerEvent.d.ts.map +1 -0
- package/dist/modules/attributes/events/OwnAttributeDeletedByOwnerEvent.js +12 -0
- package/dist/modules/attributes/events/OwnAttributeDeletedByOwnerEvent.js.map +1 -0
- package/dist/modules/attributes/events/PeerRelationshipAttributeDeletedByPeerEvent.d.ts +7 -0
- package/dist/modules/attributes/events/PeerRelationshipAttributeDeletedByPeerEvent.d.ts.map +1 -0
- package/dist/modules/attributes/events/PeerRelationshipAttributeDeletedByPeerEvent.js +12 -0
- package/dist/modules/attributes/events/PeerRelationshipAttributeDeletedByPeerEvent.js.map +1 -0
- package/dist/modules/attributes/events/index.d.ts +5 -9
- package/dist/modules/attributes/events/index.d.ts.map +1 -1
- package/dist/modules/attributes/events/index.js +5 -9
- package/dist/modules/attributes/events/index.js.map +1 -1
- package/dist/modules/attributes/index.d.ts +9 -7
- package/dist/modules/attributes/index.d.ts.map +1 -1
- package/dist/modules/attributes/index.js +9 -7
- package/dist/modules/attributes/index.js.map +1 -1
- package/dist/modules/attributes/local/AttributeForwardingDetails.d.ts +28 -0
- package/dist/modules/attributes/local/AttributeForwardingDetails.d.ts.map +1 -0
- package/dist/modules/attributes/local/AttributeForwardingDetails.js +62 -0
- package/dist/modules/attributes/local/AttributeForwardingDetails.js.map +1 -0
- package/dist/modules/attributes/local/QueryTranslator.d.ts.map +1 -1
- package/dist/modules/attributes/local/QueryTranslator.js +1 -1
- package/dist/modules/attributes/local/QueryTranslator.js.map +1 -1
- package/dist/modules/attributes/local/attributeTypes/LocalAttribute.d.ts +29 -0
- package/dist/modules/attributes/local/attributeTypes/LocalAttribute.d.ts.map +1 -0
- package/dist/modules/attributes/local/{AttributeSuccessorParams.js → attributeTypes/LocalAttribute.js} +34 -26
- package/dist/modules/attributes/local/attributeTypes/LocalAttribute.js.map +1 -0
- package/dist/modules/attributes/local/attributeTypes/OwnIdentityAttribute.d.ts +19 -0
- package/dist/modules/attributes/local/attributeTypes/OwnIdentityAttribute.d.ts.map +1 -0
- package/dist/modules/attributes/local/attributeTypes/OwnIdentityAttribute.js +40 -0
- package/dist/modules/attributes/local/attributeTypes/OwnIdentityAttribute.js.map +1 -0
- package/dist/modules/attributes/local/attributeTypes/OwnRelationshipAttribute.d.ts +29 -0
- package/dist/modules/attributes/local/attributeTypes/OwnRelationshipAttribute.d.ts.map +1 -0
- package/dist/modules/attributes/local/attributeTypes/OwnRelationshipAttribute.js +73 -0
- package/dist/modules/attributes/local/attributeTypes/OwnRelationshipAttribute.js.map +1 -0
- package/dist/modules/attributes/local/attributeTypes/PeerIdentityAttribute.d.ts +29 -0
- package/dist/modules/attributes/local/attributeTypes/PeerIdentityAttribute.d.ts.map +1 -0
- package/dist/modules/attributes/local/attributeTypes/PeerIdentityAttribute.js +76 -0
- package/dist/modules/attributes/local/attributeTypes/PeerIdentityAttribute.js.map +1 -0
- package/dist/modules/attributes/local/attributeTypes/PeerRelationshipAttribute.d.ts +30 -0
- package/dist/modules/attributes/local/attributeTypes/PeerRelationshipAttribute.d.ts.map +1 -0
- package/dist/modules/attributes/local/attributeTypes/PeerRelationshipAttribute.js +76 -0
- package/dist/modules/attributes/local/attributeTypes/PeerRelationshipAttribute.js.map +1 -0
- package/dist/modules/attributes/local/attributeTypes/ThirdPartyRelationshipAttribute.d.ts +33 -0
- package/dist/modules/attributes/local/attributeTypes/ThirdPartyRelationshipAttribute.d.ts.map +1 -0
- package/dist/modules/attributes/local/attributeTypes/ThirdPartyRelationshipAttribute.js +85 -0
- package/dist/modules/attributes/local/attributeTypes/ThirdPartyRelationshipAttribute.js.map +1 -0
- package/dist/modules/attributes/local/deletionInfos/AbstractAttributeDeletionInfo.d.ts +15 -0
- package/dist/modules/attributes/local/deletionInfos/AbstractAttributeDeletionInfo.d.ts.map +1 -0
- package/dist/modules/attributes/local/deletionInfos/AbstractAttributeDeletionInfo.js +28 -0
- package/dist/modules/attributes/local/deletionInfos/AbstractAttributeDeletionInfo.js.map +1 -0
- package/dist/modules/attributes/local/deletionInfos/EmittedAttributeDeletionInfo.d.ts +18 -0
- package/dist/modules/attributes/local/deletionInfos/EmittedAttributeDeletionInfo.d.ts.map +1 -0
- package/dist/modules/attributes/local/deletionInfos/EmittedAttributeDeletionInfo.js +38 -0
- package/dist/modules/attributes/local/deletionInfos/EmittedAttributeDeletionInfo.js.map +1 -0
- package/dist/modules/attributes/local/deletionInfos/ReceivedAttributeDeletionInfo.d.ts +16 -0
- package/dist/modules/attributes/local/deletionInfos/ReceivedAttributeDeletionInfo.d.ts.map +1 -0
- package/dist/modules/attributes/local/deletionInfos/ReceivedAttributeDeletionInfo.js +36 -0
- package/dist/modules/attributes/local/deletionInfos/ReceivedAttributeDeletionInfo.js.map +1 -0
- package/dist/modules/attributes/local/deletionInfos/index.d.ts +4 -0
- package/dist/modules/attributes/local/deletionInfos/index.d.ts.map +1 -0
- package/dist/modules/attributes/local/deletionInfos/index.js +20 -0
- package/dist/modules/attributes/local/deletionInfos/index.js.map +1 -0
- package/dist/modules/attributes/local/successorParams/OwnIdentityAttributeSuccessorParams.d.ts +13 -0
- package/dist/modules/attributes/local/successorParams/OwnIdentityAttributeSuccessorParams.d.ts.map +1 -0
- package/dist/modules/attributes/local/successorParams/OwnIdentityAttributeSuccessorParams.js +29 -0
- package/dist/modules/attributes/local/successorParams/OwnIdentityAttributeSuccessorParams.js.map +1 -0
- package/dist/modules/attributes/local/successorParams/OwnRelationshipAttributeSuccessorParams.d.ts +17 -0
- package/dist/modules/attributes/local/successorParams/OwnRelationshipAttributeSuccessorParams.d.ts.map +1 -0
- package/dist/modules/attributes/local/{CreateAttributeParams.js → successorParams/OwnRelationshipAttributeSuccessorParams.js} +10 -15
- package/dist/modules/attributes/local/successorParams/OwnRelationshipAttributeSuccessorParams.js.map +1 -0
- package/dist/modules/attributes/local/successorParams/PeerIdentityAttributeSuccessorParams.d.ts +20 -0
- package/dist/modules/attributes/local/successorParams/PeerIdentityAttributeSuccessorParams.d.ts.map +1 -0
- package/dist/modules/attributes/local/{CreateRepositoryAttributeParams.js → successorParams/PeerIdentityAttributeSuccessorParams.js} +16 -13
- package/dist/modules/attributes/local/successorParams/PeerIdentityAttributeSuccessorParams.js.map +1 -0
- package/dist/modules/attributes/local/successorParams/PeerRelationshipAttributeSuccessorParams.d.ts +20 -0
- package/dist/modules/attributes/local/successorParams/PeerRelationshipAttributeSuccessorParams.d.ts.map +1 -0
- package/dist/modules/attributes/local/{CreateSharedLocalAttributeCopyParams.js → successorParams/PeerRelationshipAttributeSuccessorParams.js} +15 -16
- package/dist/modules/attributes/local/successorParams/PeerRelationshipAttributeSuccessorParams.js.map +1 -0
- package/dist/modules/attributes/local/successorParams/ThirdPartyRelationshipAttributeSuccessorParams.d.ts +20 -0
- package/dist/modules/attributes/local/successorParams/ThirdPartyRelationshipAttributeSuccessorParams.d.ts.map +1 -0
- package/dist/modules/attributes/local/{CreateSharedLocalAttributeParams.js → successorParams/ThirdPartyRelationshipAttributeSuccessorParams.js} +15 -22
- package/dist/modules/attributes/local/successorParams/ThirdPartyRelationshipAttributeSuccessorParams.js.map +1 -0
- package/dist/modules/attributes/local/successorParams/index.d.ts +6 -0
- package/dist/modules/attributes/local/successorParams/index.d.ts.map +1 -0
- package/dist/modules/{openid4vc → attributes/local/successorParams}/index.js +5 -7
- package/dist/modules/attributes/local/successorParams/index.js.map +1 -0
- package/dist/modules/index.d.ts +0 -1
- package/dist/modules/index.d.ts.map +1 -1
- package/dist/modules/index.js +0 -1
- package/dist/modules/index.js.map +1 -1
- package/dist/modules/notifications/index.d.ts +4 -4
- package/dist/modules/notifications/index.d.ts.map +1 -1
- package/dist/modules/notifications/index.js +4 -4
- package/dist/modules/notifications/index.js.map +1 -1
- package/dist/modules/notifications/itemProcessors/attributeDeleted/ForwardedAttributeDeletedByPeerNotificationItemProcessor.d.ts +14 -0
- package/dist/modules/notifications/itemProcessors/attributeDeleted/ForwardedAttributeDeletedByPeerNotificationItemProcessor.d.ts.map +1 -0
- package/dist/modules/notifications/itemProcessors/attributeDeleted/ForwardedAttributeDeletedByPeerNotificationItemProcessor.js +53 -0
- package/dist/modules/notifications/itemProcessors/attributeDeleted/ForwardedAttributeDeletedByPeerNotificationItemProcessor.js.map +1 -0
- package/dist/modules/notifications/itemProcessors/attributeDeleted/OwnAttributeDeletedByOwnerNotificationItemProcessor.d.ts +14 -0
- package/dist/modules/notifications/itemProcessors/attributeDeleted/OwnAttributeDeletedByOwnerNotificationItemProcessor.d.ts.map +1 -0
- package/dist/modules/notifications/itemProcessors/attributeDeleted/OwnAttributeDeletedByOwnerNotificationItemProcessor.js +59 -0
- package/dist/modules/notifications/itemProcessors/attributeDeleted/OwnAttributeDeletedByOwnerNotificationItemProcessor.js.map +1 -0
- package/dist/modules/notifications/itemProcessors/attributeDeleted/PeerRelationshipAttributeDeletedByPeerNotificationItemProcessor.d.ts +14 -0
- package/dist/modules/notifications/itemProcessors/attributeDeleted/PeerRelationshipAttributeDeletedByPeerNotificationItemProcessor.d.ts.map +1 -0
- package/dist/modules/notifications/itemProcessors/attributeDeleted/PeerRelationshipAttributeDeletedByPeerNotificationItemProcessor.js +63 -0
- package/dist/modules/notifications/itemProcessors/attributeDeleted/PeerRelationshipAttributeDeletedByPeerNotificationItemProcessor.js.map +1 -0
- package/dist/modules/notifications/itemProcessors/attributeSucceeded/PeerAttributeSucceededNotificationItemProcessor.d.ts +15 -0
- package/dist/modules/notifications/itemProcessors/attributeSucceeded/PeerAttributeSucceededNotificationItemProcessor.d.ts.map +1 -0
- package/dist/modules/notifications/itemProcessors/attributeSucceeded/PeerAttributeSucceededNotificationItemProcessor.js +102 -0
- package/dist/modules/notifications/itemProcessors/attributeSucceeded/PeerAttributeSucceededNotificationItemProcessor.js.map +1 -0
- package/dist/modules/requests/itemProcessors/createAttribute/CreateAttributeRequestItemProcessor.d.ts +2 -2
- package/dist/modules/requests/itemProcessors/createAttribute/CreateAttributeRequestItemProcessor.d.ts.map +1 -1
- package/dist/modules/requests/itemProcessors/createAttribute/CreateAttributeRequestItemProcessor.js +54 -20
- package/dist/modules/requests/itemProcessors/createAttribute/CreateAttributeRequestItemProcessor.js.map +1 -1
- package/dist/modules/requests/itemProcessors/deleteAttribute/DeleteAttributeRequestItemProcessor.d.ts +4 -2
- package/dist/modules/requests/itemProcessors/deleteAttribute/DeleteAttributeRequestItemProcessor.d.ts.map +1 -1
- package/dist/modules/requests/itemProcessors/deleteAttribute/DeleteAttributeRequestItemProcessor.js +50 -43
- package/dist/modules/requests/itemProcessors/deleteAttribute/DeleteAttributeRequestItemProcessor.js.map +1 -1
- package/dist/modules/requests/itemProcessors/proposeAttribute/ProposeAttributeRequestItemProcessor.d.ts +2 -2
- package/dist/modules/requests/itemProcessors/proposeAttribute/ProposeAttributeRequestItemProcessor.d.ts.map +1 -1
- package/dist/modules/requests/itemProcessors/proposeAttribute/ProposeAttributeRequestItemProcessor.js +83 -97
- package/dist/modules/requests/itemProcessors/proposeAttribute/ProposeAttributeRequestItemProcessor.js.map +1 -1
- package/dist/modules/requests/itemProcessors/readAttribute/ReadAttributeRequestItemProcessor.d.ts +2 -2
- package/dist/modules/requests/itemProcessors/readAttribute/ReadAttributeRequestItemProcessor.d.ts.map +1 -1
- package/dist/modules/requests/itemProcessors/readAttribute/ReadAttributeRequestItemProcessor.js +136 -133
- package/dist/modules/requests/itemProcessors/readAttribute/ReadAttributeRequestItemProcessor.js.map +1 -1
- package/dist/modules/requests/itemProcessors/shareAttribute/ShareAttributeRequestItemProcessor.d.ts +3 -5
- package/dist/modules/requests/itemProcessors/shareAttribute/ShareAttributeRequestItemProcessor.d.ts.map +1 -1
- package/dist/modules/requests/itemProcessors/shareAttribute/ShareAttributeRequestItemProcessor.js +94 -90
- package/dist/modules/requests/itemProcessors/shareAttribute/ShareAttributeRequestItemProcessor.js.map +1 -1
- package/dist/modules/requests/itemProcessors/transferFileOwnership/TransferFileOwnershipRequestItemProcessor.d.ts +2 -2
- package/dist/modules/requests/itemProcessors/transferFileOwnership/TransferFileOwnershipRequestItemProcessor.d.ts.map +1 -1
- package/dist/modules/requests/itemProcessors/transferFileOwnership/TransferFileOwnershipRequestItemProcessor.js +7 -11
- package/dist/modules/requests/itemProcessors/transferFileOwnership/TransferFileOwnershipRequestItemProcessor.js.map +1 -1
- package/dist/modules/requests/itemProcessors/utility/createAppropriateResponseItem.d.ts.map +1 -1
- package/dist/modules/requests/itemProcessors/utility/createAppropriateResponseItem.js +31 -53
- package/dist/modules/requests/itemProcessors/utility/createAppropriateResponseItem.js.map +1 -1
- package/dist/modules/requests/itemProcessors/utility/validateAttributeMatchesWithQuery.js +2 -2
- package/dist/modules/requests/itemProcessors/utility/validateAttributeMatchesWithQuery.js.map +1 -1
- package/dist/modules/requests/local/LocalRequest.js +1 -1
- package/dist/modules/requests/local/LocalRequest.js.map +1 -1
- package/dist/modules/requests/local/LocalResponse.js +1 -1
- package/dist/modules/requests/local/LocalResponse.js.map +1 -1
- package/dist/modules/requests/outgoing/OutgoingRequestsController.d.ts +1 -1
- package/dist/modules/requests/outgoing/OutgoingRequestsController.d.ts.map +1 -1
- package/dist/modules/requests/outgoing/OutgoingRequestsController.js +17 -16
- package/dist/modules/requests/outgoing/OutgoingRequestsController.js.map +1 -1
- package/package.json +6 -14
- package/dist/modules/attributes/events/AttributeSucceededEventData.d.ts +0 -6
- package/dist/modules/attributes/events/AttributeSucceededEventData.d.ts.map +0 -1
- package/dist/modules/attributes/events/AttributeSucceededEventData.js +0 -3
- package/dist/modules/attributes/events/AttributeSucceededEventData.js.map +0 -1
- package/dist/modules/attributes/events/OwnSharedAttributeDeletedByOwnerEvent.d.ts +0 -7
- package/dist/modules/attributes/events/OwnSharedAttributeDeletedByOwnerEvent.d.ts.map +0 -1
- package/dist/modules/attributes/events/OwnSharedAttributeDeletedByOwnerEvent.js +0 -12
- package/dist/modules/attributes/events/OwnSharedAttributeDeletedByOwnerEvent.js.map +0 -1
- package/dist/modules/attributes/events/OwnSharedAttributeSucceededEvent.d.ts +0 -8
- package/dist/modules/attributes/events/OwnSharedAttributeSucceededEvent.d.ts.map +0 -1
- package/dist/modules/attributes/events/OwnSharedAttributeSucceededEvent.js +0 -12
- package/dist/modules/attributes/events/OwnSharedAttributeSucceededEvent.js.map +0 -1
- package/dist/modules/attributes/events/PeerSharedAttributeDeletedByPeerEvent.d.ts +0 -7
- package/dist/modules/attributes/events/PeerSharedAttributeDeletedByPeerEvent.d.ts.map +0 -1
- package/dist/modules/attributes/events/PeerSharedAttributeDeletedByPeerEvent.js +0 -12
- package/dist/modules/attributes/events/PeerSharedAttributeDeletedByPeerEvent.js.map +0 -1
- package/dist/modules/attributes/events/PeerSharedAttributeSucceededEvent.d.ts +0 -8
- package/dist/modules/attributes/events/PeerSharedAttributeSucceededEvent.d.ts.map +0 -1
- package/dist/modules/attributes/events/PeerSharedAttributeSucceededEvent.js +0 -12
- package/dist/modules/attributes/events/PeerSharedAttributeSucceededEvent.js.map +0 -1
- package/dist/modules/attributes/events/RepositoryAttributeSucceededEvent.d.ts +0 -8
- package/dist/modules/attributes/events/RepositoryAttributeSucceededEvent.d.ts.map +0 -1
- package/dist/modules/attributes/events/RepositoryAttributeSucceededEvent.js +0 -12
- package/dist/modules/attributes/events/RepositoryAttributeSucceededEvent.js.map +0 -1
- package/dist/modules/attributes/events/SharedAttributeCopyCreatedEvent.d.ts +0 -7
- package/dist/modules/attributes/events/SharedAttributeCopyCreatedEvent.d.ts.map +0 -1
- package/dist/modules/attributes/events/SharedAttributeCopyCreatedEvent.js +0 -12
- package/dist/modules/attributes/events/SharedAttributeCopyCreatedEvent.js.map +0 -1
- package/dist/modules/attributes/events/ThirdPartyRelationshipAttributeDeletedByPeerEvent.d.ts +0 -7
- package/dist/modules/attributes/events/ThirdPartyRelationshipAttributeDeletedByPeerEvent.d.ts.map +0 -1
- package/dist/modules/attributes/events/ThirdPartyRelationshipAttributeDeletedByPeerEvent.js +0 -12
- package/dist/modules/attributes/events/ThirdPartyRelationshipAttributeDeletedByPeerEvent.js.map +0 -1
- package/dist/modules/attributes/events/ThirdPartyRelationshipAttributeSucceededEvent.d.ts +0 -8
- package/dist/modules/attributes/events/ThirdPartyRelationshipAttributeSucceededEvent.d.ts.map +0 -1
- package/dist/modules/attributes/events/ThirdPartyRelationshipAttributeSucceededEvent.js +0 -12
- package/dist/modules/attributes/events/ThirdPartyRelationshipAttributeSucceededEvent.js.map +0 -1
- package/dist/modules/attributes/local/AttributeSuccessorParams.d.ts +0 -24
- package/dist/modules/attributes/local/AttributeSuccessorParams.d.ts.map +0 -1
- package/dist/modules/attributes/local/AttributeSuccessorParams.js.map +0 -1
- package/dist/modules/attributes/local/CreateAttributeParams.d.ts +0 -15
- package/dist/modules/attributes/local/CreateAttributeParams.d.ts.map +0 -1
- package/dist/modules/attributes/local/CreateAttributeParams.js.map +0 -1
- package/dist/modules/attributes/local/CreateRepositoryAttributeParams.d.ts +0 -20
- package/dist/modules/attributes/local/CreateRepositoryAttributeParams.d.ts.map +0 -1
- package/dist/modules/attributes/local/CreateRepositoryAttributeParams.js.map +0 -1
- package/dist/modules/attributes/local/CreateSharedLocalAttributeCopyParams.d.ts +0 -22
- package/dist/modules/attributes/local/CreateSharedLocalAttributeCopyParams.d.ts.map +0 -1
- package/dist/modules/attributes/local/CreateSharedLocalAttributeCopyParams.js.map +0 -1
- package/dist/modules/attributes/local/CreateSharedLocalAttributeParams.d.ts +0 -26
- package/dist/modules/attributes/local/CreateSharedLocalAttributeParams.d.ts.map +0 -1
- package/dist/modules/attributes/local/CreateSharedLocalAttributeParams.js.map +0 -1
- package/dist/modules/attributes/local/LocalAttribute.d.ts +0 -112
- package/dist/modules/attributes/local/LocalAttribute.d.ts.map +0 -1
- package/dist/modules/attributes/local/LocalAttribute.js +0 -186
- package/dist/modules/attributes/local/LocalAttribute.js.map +0 -1
- package/dist/modules/attributes/local/LocalAttributeDeletionInfo.d.ts +0 -24
- package/dist/modules/attributes/local/LocalAttributeDeletionInfo.d.ts.map +0 -1
- package/dist/modules/attributes/local/LocalAttributeDeletionInfo.js +0 -42
- package/dist/modules/attributes/local/LocalAttributeDeletionInfo.js.map +0 -1
- package/dist/modules/attributes/local/LocalAttributeShareInfo.d.ts +0 -26
- package/dist/modules/attributes/local/LocalAttributeShareInfo.d.ts.map +0 -1
- package/dist/modules/attributes/local/LocalAttributeShareInfo.js +0 -59
- package/dist/modules/attributes/local/LocalAttributeShareInfo.js.map +0 -1
- package/dist/modules/notifications/itemProcessors/attributeDeleted/OwnSharedAttributeDeletedByOwnerNotificationItemProcessor.d.ts +0 -14
- package/dist/modules/notifications/itemProcessors/attributeDeleted/OwnSharedAttributeDeletedByOwnerNotificationItemProcessor.d.ts.map +0 -1
- package/dist/modules/notifications/itemProcessors/attributeDeleted/OwnSharedAttributeDeletedByOwnerNotificationItemProcessor.js +0 -56
- package/dist/modules/notifications/itemProcessors/attributeDeleted/OwnSharedAttributeDeletedByOwnerNotificationItemProcessor.js.map +0 -1
- package/dist/modules/notifications/itemProcessors/attributeDeleted/PeerSharedAttributeDeletedByPeerNotificationItemProcessor.d.ts +0 -14
- package/dist/modules/notifications/itemProcessors/attributeDeleted/PeerSharedAttributeDeletedByPeerNotificationItemProcessor.d.ts.map +0 -1
- package/dist/modules/notifications/itemProcessors/attributeDeleted/PeerSharedAttributeDeletedByPeerNotificationItemProcessor.js +0 -57
- package/dist/modules/notifications/itemProcessors/attributeDeleted/PeerSharedAttributeDeletedByPeerNotificationItemProcessor.js.map +0 -1
- package/dist/modules/notifications/itemProcessors/attributeDeleted/ThirdPartyRelationshipAttributeDeletedByPeerNotificationItemProcessor.d.ts +0 -14
- package/dist/modules/notifications/itemProcessors/attributeDeleted/ThirdPartyRelationshipAttributeDeletedByPeerNotificationItemProcessor.d.ts.map +0 -1
- package/dist/modules/notifications/itemProcessors/attributeDeleted/ThirdPartyRelationshipAttributeDeletedByPeerNotificationItemProcessor.js +0 -57
- package/dist/modules/notifications/itemProcessors/attributeDeleted/ThirdPartyRelationshipAttributeDeletedByPeerNotificationItemProcessor.js.map +0 -1
- package/dist/modules/notifications/itemProcessors/attributeSucceeded/PeerSharedAttributeSucceededNotificationItemProcessor.d.ts +0 -15
- package/dist/modules/notifications/itemProcessors/attributeSucceeded/PeerSharedAttributeSucceededNotificationItemProcessor.d.ts.map +0 -1
- package/dist/modules/notifications/itemProcessors/attributeSucceeded/PeerSharedAttributeSucceededNotificationItemProcessor.js +0 -74
- package/dist/modules/notifications/itemProcessors/attributeSucceeded/PeerSharedAttributeSucceededNotificationItemProcessor.js.map +0 -1
- package/dist/modules/openid4vc/OpenId4VcController.d.ts +0 -17
- package/dist/modules/openid4vc/OpenId4VcController.d.ts.map +0 -1
- package/dist/modules/openid4vc/OpenId4VcController.js +0 -82
- package/dist/modules/openid4vc/OpenId4VcController.js.map +0 -1
- package/dist/modules/openid4vc/index.d.ts +0 -8
- package/dist/modules/openid4vc/index.d.ts.map +0 -1
- package/dist/modules/openid4vc/index.js.map +0 -1
- package/dist/modules/openid4vc/local/BaseAgent.d.ts +0 -20
- package/dist/modules/openid4vc/local/BaseAgent.d.ts.map +0 -1
- package/dist/modules/openid4vc/local/BaseAgent.js +0 -69
- package/dist/modules/openid4vc/local/BaseAgent.js.map +0 -1
- package/dist/modules/openid4vc/local/EnmeshedHolderFileSystem.d.ts +0 -18
- package/dist/modules/openid4vc/local/EnmeshedHolderFileSystem.d.ts.map +0 -1
- package/dist/modules/openid4vc/local/EnmeshedHolderFileSystem.js +0 -94
- package/dist/modules/openid4vc/local/EnmeshedHolderFileSystem.js.map +0 -1
- package/dist/modules/openid4vc/local/EnmeshedHolderKeyManagmentService.d.ts +0 -34
- package/dist/modules/openid4vc/local/EnmeshedHolderKeyManagmentService.d.ts.map +0 -1
- package/dist/modules/openid4vc/local/EnmeshedHolderKeyManagmentService.js +0 -364
- package/dist/modules/openid4vc/local/EnmeshedHolderKeyManagmentService.js.map +0 -1
- package/dist/modules/openid4vc/local/EnmeshedStorageService.d.ts +0 -20
- package/dist/modules/openid4vc/local/EnmeshedStorageService.d.ts.map +0 -1
- package/dist/modules/openid4vc/local/EnmeshedStorageService.js +0 -218
- package/dist/modules/openid4vc/local/EnmeshedStorageService.js.map +0 -1
- package/dist/modules/openid4vc/local/Holder.d.ts +0 -34
- package/dist/modules/openid4vc/local/Holder.d.ts.map +0 -1
- package/dist/modules/openid4vc/local/Holder.js +0 -225
- package/dist/modules/openid4vc/local/Holder.js.map +0 -1
- package/dist/modules/openid4vc/local/LocalAgentDependencies.d.ts +0 -3
- package/dist/modules/openid4vc/local/LocalAgentDependencies.d.ts.map +0 -1
- package/dist/modules/openid4vc/local/LocalAgentDependencies.js +0 -18
- package/dist/modules/openid4vc/local/LocalAgentDependencies.js.map +0 -1
|
@@ -10,7 +10,6 @@ const transport_1 = require("@nmshd/transport");
|
|
|
10
10
|
const ts_simple_nameof_1 = require("ts-simple-nameof");
|
|
11
11
|
const ConsumptionCoreErrors_1 = require("../../../../consumption/ConsumptionCoreErrors");
|
|
12
12
|
const attributes_1 = require("../../../attributes");
|
|
13
|
-
const LocalAttribute_1 = require("../../../attributes/local/LocalAttribute");
|
|
14
13
|
const ValidationResult_1 = require("../../../common/ValidationResult");
|
|
15
14
|
const GenericRequestItemProcessor_1 = require("../GenericRequestItemProcessor");
|
|
16
15
|
const createAppropriateResponseItem_1 = __importDefault(require("../utility/createAppropriateResponseItem"));
|
|
@@ -75,31 +74,18 @@ class ProposeAttributeRequestItemProcessor extends GenericRequestItemProcessor_1
|
|
|
75
74
|
}
|
|
76
75
|
const foundLocalAttribute = await this.consumptionController.attributes.getLocalAttribute(parsedParams.attributeId);
|
|
77
76
|
if (!foundLocalAttribute) {
|
|
78
|
-
return ValidationResult_1.ValidationResult.error(transport_1.TransportCoreErrors.general.recordNotFound(
|
|
77
|
+
return ValidationResult_1.ValidationResult.error(transport_1.TransportCoreErrors.general.recordNotFound(attributes_1.LocalAttribute, parsedParams.attributeId.toString()));
|
|
78
|
+
}
|
|
79
|
+
if (!(foundLocalAttribute instanceof attributes_1.OwnIdentityAttribute)) {
|
|
80
|
+
return ValidationResult_1.ValidationResult.error(ConsumptionCoreErrors_1.ConsumptionCoreErrors.requests.invalidAcceptParameters("The selected Attribute is not an OwnIdentityAttribute. When accepting a ProposeAttributeRequestItem with an existing Attribute it may only be an OwnIdentityAttribute."));
|
|
79
81
|
}
|
|
80
82
|
attribute = foundLocalAttribute.content;
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
const ownSharedIdentityAttributeSuccessors = await this.consumptionController.attributes.getSharedSuccessorsOfAttribute(foundLocalAttribute, {
|
|
88
|
-
"shareInfo.peer": requestInfo.peer.toString()
|
|
89
|
-
});
|
|
90
|
-
if (ownSharedIdentityAttributeSuccessors.length > 0) {
|
|
91
|
-
if (!ownSharedIdentityAttributeSuccessors[0].shareInfo?.sourceAttribute) {
|
|
92
|
-
throw new Error(`The LocalAttribute ${ownSharedIdentityAttributeSuccessors[0].id} does not have a 'shareInfo.sourceAttribute', even though it was found as a shared version of a LocalAttribute.`);
|
|
93
|
-
}
|
|
94
|
-
const successorRepositorySourceAttribute = await this.consumptionController.attributes.getLocalAttribute(ownSharedIdentityAttributeSuccessors[0].shareInfo.sourceAttribute);
|
|
95
|
-
if (!successorRepositorySourceAttribute) {
|
|
96
|
-
throw new Error(`The RepositoryAttribute ${ownSharedIdentityAttributeSuccessors[0].shareInfo.sourceAttribute} was not found.`);
|
|
97
|
-
}
|
|
98
|
-
return ValidationResult_1.ValidationResult.error(ConsumptionCoreErrors_1.ConsumptionCoreErrors.requests.attributeQueryMismatch(`The provided IdentityAttribute is outdated. You have already shared the successor '${ownSharedIdentityAttributeSuccessors[0].shareInfo.sourceAttribute}' of it.`));
|
|
99
|
-
}
|
|
100
|
-
if (parsedParams.tags && parsedParams.tags.length > 0) {
|
|
101
|
-
attribute.tags = attribute.tags ? [...attribute.tags, ...parsedParams.tags] : parsedParams.tags;
|
|
102
|
-
}
|
|
83
|
+
const successorsSharedWithPeer = await this.consumptionController.attributes.getSuccessorsOfAttributeSharedWithPeer(foundLocalAttribute, requestInfo.peer, true);
|
|
84
|
+
if (successorsSharedWithPeer.length > 0) {
|
|
85
|
+
return ValidationResult_1.ValidationResult.error(ConsumptionCoreErrors_1.ConsumptionCoreErrors.requests.attributeQueryMismatch(`The provided IdentityAttribute is outdated. You have already shared the successor '${successorsSharedWithPeer[0].id}' of it.`));
|
|
86
|
+
}
|
|
87
|
+
if (parsedParams.tags && parsedParams.tags.length > 0) {
|
|
88
|
+
attribute.tags = attribute.tags ? [...attribute.tags, ...parsedParams.tags] : parsedParams.tags;
|
|
103
89
|
}
|
|
104
90
|
}
|
|
105
91
|
else if (parsedParams.isWithNewAttribute()) {
|
|
@@ -135,91 +121,69 @@ class ProposeAttributeRequestItemProcessor extends GenericRequestItemProcessor_1
|
|
|
135
121
|
}
|
|
136
122
|
async accept(_requestItem, params, requestInfo) {
|
|
137
123
|
const parsedParams = AcceptProposeAttributeRequestItemParameters_1.AcceptProposeAttributeRequestItemParameters.from(params);
|
|
138
|
-
let sharedLocalAttribute;
|
|
139
124
|
if (parsedParams.isWithExistingAttribute()) {
|
|
140
|
-
let
|
|
141
|
-
if (!
|
|
142
|
-
throw transport_1.TransportCoreErrors.general.recordNotFound(
|
|
143
|
-
if (
|
|
144
|
-
|
|
145
|
-
existingSourceAttribute.content.tags = mergedTags;
|
|
146
|
-
const successorParams = {
|
|
147
|
-
content: existingSourceAttribute.content
|
|
148
|
-
};
|
|
149
|
-
const attributesAfterSuccession = await this.consumptionController.attributes.succeedRepositoryAttribute(parsedParams.attributeId, successorParams);
|
|
150
|
-
existingSourceAttribute = attributesAfterSuccession.successor;
|
|
125
|
+
let existingAttribute = await this.consumptionController.attributes.getLocalAttribute(parsedParams.attributeId);
|
|
126
|
+
if (!existingAttribute)
|
|
127
|
+
throw transport_1.TransportCoreErrors.general.recordNotFound(attributes_1.LocalAttribute, parsedParams.attributeId.toString());
|
|
128
|
+
if (!(existingAttribute instanceof attributes_1.OwnIdentityAttribute)) {
|
|
129
|
+
throw ConsumptionCoreErrors_1.ConsumptionCoreErrors.requests.invalidAcceptParameters("The selected Attribute is not an OwnIdentityAttribute. When accepting a ProposeAttributeRequestItem with an existing Attribute it may only be an OwnIdentityAttribute.");
|
|
151
130
|
}
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
]
|
|
160
|
-
}
|
|
161
|
-
};
|
|
162
|
-
const latestSharedVersion = await this.consumptionController.attributes.getSharedVersionsOfAttribute(parsedParams.attributeId, [requestInfo.peer], true, query);
|
|
163
|
-
const wasSharedBefore = latestSharedVersion.length > 0;
|
|
164
|
-
const isLatestSharedVersion = latestSharedVersion[0]?.shareInfo?.sourceAttribute?.toString() === existingSourceAttribute.id.toString();
|
|
165
|
-
const predecessorWasSharedBefore = wasSharedBefore && !isLatestSharedVersion;
|
|
166
|
-
if (!wasSharedBefore) {
|
|
167
|
-
sharedLocalAttribute = await this.consumptionController.attributes.createSharedLocalAttributeCopy({
|
|
168
|
-
sourceAttributeId: core_types_1.CoreId.from(existingSourceAttribute.id),
|
|
169
|
-
peer: core_types_1.CoreAddress.from(requestInfo.peer),
|
|
170
|
-
requestReference: core_types_1.CoreId.from(requestInfo.id)
|
|
171
|
-
});
|
|
172
|
-
return content_1.ProposeAttributeAcceptResponseItem.from({
|
|
173
|
-
result: content_1.ResponseItemResult.Accepted,
|
|
174
|
-
attributeId: sharedLocalAttribute.id,
|
|
175
|
-
attribute: sharedLocalAttribute.content
|
|
131
|
+
if (parsedParams.tags && parsedParams.tags.length > 0) {
|
|
132
|
+
const mergedTags = existingAttribute.content.tags ? [...existingAttribute.content.tags, ...parsedParams.tags] : parsedParams.tags;
|
|
133
|
+
const successorParams = attributes_1.OwnIdentityAttributeSuccessorParams.from({
|
|
134
|
+
content: {
|
|
135
|
+
...existingAttribute.content.toJSON(),
|
|
136
|
+
tags: mergedTags
|
|
137
|
+
}
|
|
176
138
|
});
|
|
139
|
+
const attributesAfterSuccession = await this.consumptionController.attributes.succeedOwnIdentityAttribute(existingAttribute, successorParams);
|
|
140
|
+
existingAttribute = attributesAfterSuccession.successor;
|
|
141
|
+
if (!(existingAttribute instanceof attributes_1.OwnIdentityAttribute))
|
|
142
|
+
throw new Error("This should never occur, but is required for the compiler.");
|
|
177
143
|
}
|
|
144
|
+
const latestSharedVersion = await this.consumptionController.attributes.getVersionsOfAttributeSharedWithPeer(existingAttribute, requestInfo.peer);
|
|
145
|
+
const isLatestSharedVersion = latestSharedVersion[0]?.id.toString() === existingAttribute.id.toString();
|
|
178
146
|
if (isLatestSharedVersion) {
|
|
147
|
+
const forwardingDetails = await this.consumptionController.attributes.getForwardingDetailsForPeer(latestSharedVersion[0], requestInfo.peer, true);
|
|
148
|
+
if (forwardingDetails) {
|
|
149
|
+
await this.consumptionController.attributes.setForwardedDeletionInfoOfAttribute(latestSharedVersion[0], undefined, requestInfo.peer, true);
|
|
150
|
+
}
|
|
179
151
|
return content_1.AttributeAlreadySharedAcceptResponseItem.from({
|
|
180
152
|
result: content_1.ResponseItemResult.Accepted,
|
|
181
153
|
attributeId: latestSharedVersion[0].id
|
|
182
154
|
});
|
|
183
155
|
}
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
shareInfo: attributes_1.LocalAttributeShareInfo.from({
|
|
193
|
-
peer: requestInfo.peer,
|
|
194
|
-
requestReference: requestInfo.id,
|
|
195
|
-
sourceAttribute: existingSourceAttribute.id
|
|
196
|
-
})
|
|
197
|
-
};
|
|
198
|
-
const successorSharedAttribute = (await this.consumptionController.attributes.succeedOwnSharedIdentityAttribute(sharedPredecessor.id, successorParams))
|
|
199
|
-
.successor;
|
|
200
|
-
return content_1.AttributeSuccessionAcceptResponseItem.from({
|
|
201
|
-
result: content_1.ResponseItemResult.Accepted,
|
|
202
|
-
successorId: successorSharedAttribute.id,
|
|
203
|
-
successorContent: successorSharedAttribute.content,
|
|
204
|
-
predecessorId: sharedPredecessor.id
|
|
205
|
-
});
|
|
206
|
-
}
|
|
156
|
+
const updatedAttribute = await this.consumptionController.attributes.addForwardingDetailsToAttribute(existingAttribute, requestInfo.peer, requestInfo.id);
|
|
157
|
+
const wasNotSharedBefore = latestSharedVersion.length === 0;
|
|
158
|
+
if (wasNotSharedBefore) {
|
|
159
|
+
return content_1.ProposeAttributeAcceptResponseItem.from({
|
|
160
|
+
result: content_1.ResponseItemResult.Accepted,
|
|
161
|
+
attributeId: updatedAttribute.id,
|
|
162
|
+
attribute: updatedAttribute.content
|
|
163
|
+
});
|
|
207
164
|
}
|
|
165
|
+
const sharedPredecessor = latestSharedVersion[0];
|
|
166
|
+
return content_1.AttributeSuccessionAcceptResponseItem.from({
|
|
167
|
+
result: content_1.ResponseItemResult.Accepted,
|
|
168
|
+
predecessorId: sharedPredecessor.id,
|
|
169
|
+
successorId: updatedAttribute.id,
|
|
170
|
+
successorContent: updatedAttribute.content
|
|
171
|
+
});
|
|
208
172
|
}
|
|
209
173
|
else if (parsedParams.isWithNewAttribute()) {
|
|
210
174
|
if (parsedParams.attribute.owner.equals("")) {
|
|
211
175
|
parsedParams.attribute.owner = this.currentIdentityAddress;
|
|
212
176
|
}
|
|
213
177
|
if (parsedParams.attribute instanceof content_1.RelationshipAttribute) {
|
|
214
|
-
const
|
|
178
|
+
const ownRelationshipAttribute = await this.consumptionController.attributes.createOwnRelationshipAttribute({
|
|
215
179
|
content: parsedParams.attribute,
|
|
216
180
|
peer: requestInfo.peer,
|
|
217
|
-
|
|
181
|
+
sourceReference: requestInfo.id
|
|
218
182
|
});
|
|
219
183
|
return content_1.ProposeAttributeAcceptResponseItem.from({
|
|
220
184
|
result: content_1.ResponseItemResult.Accepted,
|
|
221
|
-
attributeId:
|
|
222
|
-
attribute:
|
|
185
|
+
attributeId: ownRelationshipAttribute.id,
|
|
186
|
+
attribute: ownRelationshipAttribute.content
|
|
223
187
|
});
|
|
224
188
|
}
|
|
225
189
|
return await (0, createAppropriateResponseItem_1.default)(parsedParams.attribute, requestInfo, this.consumptionController.attributes, "Propose");
|
|
@@ -227,27 +191,49 @@ class ProposeAttributeRequestItemProcessor extends GenericRequestItemProcessor_1
|
|
|
227
191
|
throw new Error(`You have to specify either ${(0, ts_simple_nameof_1.nameof)((x) => x.attribute)} or ${(0, ts_simple_nameof_1.nameof)((x) => x.attributeId)}.`);
|
|
228
192
|
}
|
|
229
193
|
async applyIncomingResponseItem(responseItem, _requestItem, requestInfo) {
|
|
194
|
+
if (responseItem instanceof content_1.RejectResponseItem)
|
|
195
|
+
return;
|
|
196
|
+
if (responseItem instanceof content_1.AttributeAlreadySharedAcceptResponseItem) {
|
|
197
|
+
const attribute = await this.consumptionController.attributes.getLocalAttribute(responseItem.attributeId);
|
|
198
|
+
if (!attribute || !(attribute instanceof attributes_1.PeerIdentityAttribute))
|
|
199
|
+
return;
|
|
200
|
+
if (attribute.deletionInfo?.deletionStatus !== attributes_1.ReceivedAttributeDeletionStatus.ToBeDeleted)
|
|
201
|
+
return;
|
|
202
|
+
await this.consumptionController.attributes.setPeerDeletionInfoOfReceivedAttribute(attribute, undefined, true);
|
|
203
|
+
return;
|
|
204
|
+
}
|
|
230
205
|
if (responseItem instanceof content_1.ProposeAttributeAcceptResponseItem) {
|
|
231
|
-
|
|
206
|
+
if (responseItem.attribute instanceof content_1.IdentityAttribute) {
|
|
207
|
+
await this.consumptionController.attributes.createPeerIdentityAttribute({
|
|
208
|
+
id: responseItem.attributeId,
|
|
209
|
+
content: responseItem.attribute,
|
|
210
|
+
peer: requestInfo.peer,
|
|
211
|
+
sourceReference: requestInfo.id
|
|
212
|
+
});
|
|
213
|
+
return;
|
|
214
|
+
}
|
|
215
|
+
await this.consumptionController.attributes.createPeerRelationshipAttribute({
|
|
232
216
|
id: responseItem.attributeId,
|
|
233
217
|
content: responseItem.attribute,
|
|
234
218
|
peer: requestInfo.peer,
|
|
235
|
-
|
|
219
|
+
sourceReference: requestInfo.id
|
|
236
220
|
});
|
|
221
|
+
return;
|
|
237
222
|
}
|
|
238
223
|
if (responseItem instanceof content_1.AttributeSuccessionAcceptResponseItem && responseItem.successorContent instanceof content_1.IdentityAttribute) {
|
|
239
|
-
const
|
|
224
|
+
const predecessor = await this.consumptionController.attributes.getLocalAttribute(responseItem.predecessorId);
|
|
225
|
+
if (!predecessor)
|
|
226
|
+
return;
|
|
227
|
+
if (!(predecessor instanceof attributes_1.PeerIdentityAttribute && responseItem.successorContent instanceof content_1.IdentityAttribute))
|
|
228
|
+
return;
|
|
229
|
+
const successorParams = attributes_1.PeerIdentityAttributeSuccessorParams.from({
|
|
240
230
|
id: responseItem.successorId,
|
|
241
231
|
content: responseItem.successorContent,
|
|
242
|
-
|
|
243
|
-
peer: requestInfo.peer,
|
|
244
|
-
requestReference: requestInfo.id
|
|
245
|
-
})
|
|
232
|
+
sourceReference: requestInfo.id
|
|
246
233
|
});
|
|
247
|
-
const { predecessor, successor } = await this.consumptionController.attributes.
|
|
248
|
-
return new attributes_1.
|
|
234
|
+
const { predecessor: updatedPredecessor, successor } = await this.consumptionController.attributes.succeedPeerIdentityAttribute(predecessor, successorParams);
|
|
235
|
+
return new attributes_1.AttributeSucceededEvent(this.currentIdentityAddress.toString(), updatedPredecessor, successor);
|
|
249
236
|
}
|
|
250
|
-
return;
|
|
251
237
|
}
|
|
252
238
|
}
|
|
253
239
|
exports.ProposeAttributeRequestItemProcessor = ProposeAttributeRequestItemProcessor;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ProposeAttributeRequestItemProcessor.js","sourceRoot":"","sources":["../../../../../src/modules/requests/itemProcessors/proposeAttribute/ProposeAttributeRequestItemProcessor.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"ProposeAttributeRequestItemProcessor.js","sourceRoot":"","sources":["../../../../../src/modules/requests/itemProcessors/proposeAttribute/ProposeAttributeRequestItemProcessor.ts"],"names":[],"mappings":"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"}
|
package/dist/modules/requests/itemProcessors/readAttribute/ReadAttributeRequestItemProcessor.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AttributeAlreadySharedAcceptResponseItem, AttributeSuccessionAcceptResponseItem, ReadAttributeAcceptResponseItem, ReadAttributeRequestItem, RejectResponseItem, Request } from "@nmshd/content";
|
|
2
2
|
import { CoreAddress } from "@nmshd/core-types";
|
|
3
|
-
import {
|
|
3
|
+
import { AttributeSucceededEvent } from "../../../attributes";
|
|
4
4
|
import { ValidationResult } from "../../../common/ValidationResult";
|
|
5
5
|
import { GenericRequestItemProcessor } from "../GenericRequestItemProcessor";
|
|
6
6
|
import { LocalRequestInfo } from "../IRequestItemProcessor";
|
|
@@ -10,6 +10,6 @@ export declare class ReadAttributeRequestItemProcessor extends GenericRequestIte
|
|
|
10
10
|
private validateQuery;
|
|
11
11
|
canAccept(requestItem: ReadAttributeRequestItem, params: AcceptReadAttributeRequestItemParametersJSON, requestInfo: LocalRequestInfo): Promise<ValidationResult>;
|
|
12
12
|
accept(_requestItem: ReadAttributeRequestItem, params: AcceptReadAttributeRequestItemParametersJSON, requestInfo: LocalRequestInfo): Promise<ReadAttributeAcceptResponseItem | AttributeSuccessionAcceptResponseItem | AttributeAlreadySharedAcceptResponseItem>;
|
|
13
|
-
applyIncomingResponseItem(responseItem: ReadAttributeAcceptResponseItem | AttributeSuccessionAcceptResponseItem | AttributeAlreadySharedAcceptResponseItem | RejectResponseItem, _requestItem: ReadAttributeRequestItem, requestInfo: LocalRequestInfo): Promise<
|
|
13
|
+
applyIncomingResponseItem(responseItem: ReadAttributeAcceptResponseItem | AttributeSuccessionAcceptResponseItem | AttributeAlreadySharedAcceptResponseItem | RejectResponseItem, _requestItem: ReadAttributeRequestItem, requestInfo: LocalRequestInfo): Promise<AttributeSucceededEvent | void>;
|
|
14
14
|
}
|
|
15
15
|
//# sourceMappingURL=ReadAttributeRequestItemProcessor.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ReadAttributeRequestItemProcessor.d.ts","sourceRoot":"","sources":["../../../../../src/modules/requests/itemProcessors/readAttribute/ReadAttributeRequestItemProcessor.ts"],"names":[],"mappings":"AAAA,OAAO,EACH,wCAAwC,EACxC,qCAAqC,EAIrC,+BAA+B,EAC/B,wBAAwB,EACxB,kBAAkB,EAIlB,OAAO,EAGV,MAAM,gBAAgB,CAAC;AACxB,OAAO,EAAE,WAAW,
|
|
1
|
+
{"version":3,"file":"ReadAttributeRequestItemProcessor.d.ts","sourceRoot":"","sources":["../../../../../src/modules/requests/itemProcessors/readAttribute/ReadAttributeRequestItemProcessor.ts"],"names":[],"mappings":"AAAA,OAAO,EACH,wCAAwC,EACxC,qCAAqC,EAIrC,+BAA+B,EAC/B,wBAAwB,EACxB,kBAAkB,EAIlB,OAAO,EAGV,MAAM,gBAAgB,CAAC;AACxB,OAAO,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAIhD,OAAO,EACH,uBAAuB,EAW1B,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EAAE,gBAAgB,EAAE,MAAM,kCAAkC,CAAC;AACpE,OAAO,EAAE,2BAA2B,EAAE,MAAM,gCAAgC,CAAC;AAC7E,OAAO,EAAE,gBAAgB,EAAE,MAAM,0BAA0B,CAAC;AAI5D,OAAO,EAA4C,4CAA4C,EAAE,MAAM,4CAA4C,CAAC;AAEpJ,qBAAa,iCAAkC,SAAQ,2BAA2B,CAAC,wBAAwB,EAAE,4CAA4C,CAAC;IAChI,4BAA4B,CAAC,WAAW,EAAE,wBAAwB,EAAE,QAAQ,EAAE,OAAO,EAAE,SAAS,CAAC,EAAE,WAAW,GAAG,OAAO,CAAC,gBAAgB,CAAC;YA2BlJ,aAAa;IA2BL,SAAS,CAC3B,WAAW,EAAE,wBAAwB,EACrC,MAAM,EAAE,4CAA4C,EACpD,WAAW,EAAE,gBAAgB,GAC9B,OAAO,CAAC,gBAAgB,CAAC;IAqKN,MAAM,CACxB,YAAY,EAAE,wBAAwB,EACtC,MAAM,EAAE,4CAA4C,EACpD,WAAW,EAAE,gBAAgB,GAC9B,OAAO,CAAC,+BAA+B,GAAG,qCAAqC,GAAG,wCAAwC,CAAC;IAoHxG,yBAAyB,CAC3C,YAAY,EAAE,+BAA+B,GAAG,qCAAqC,GAAG,wCAAwC,GAAG,kBAAkB,EACrJ,YAAY,EAAE,wBAAwB,EACtC,WAAW,EAAE,gBAAgB,GAC9B,OAAO,CAAC,uBAAuB,GAAG,IAAI,CAAC;CAoF7C"}
|