@nmshd/consumption 7.0.0-openid4vc.6 → 7.0.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.
- 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
|
@@ -1,218 +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.EnmeshedStorageService = void 0;
|
|
13
|
-
const core_1 = require("@credo-ts/core");
|
|
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 AttributesController_1 = require("../../attributes/AttributesController");
|
|
18
|
-
let EnmeshedStorageService = class EnmeshedStorageService {
|
|
19
|
-
constructor(accountController, attributeController) {
|
|
20
|
-
this.accountController = accountController;
|
|
21
|
-
this.attributeController = attributeController;
|
|
22
|
-
this.storrage = new Map();
|
|
23
|
-
}
|
|
24
|
-
async save(agentContext, record) {
|
|
25
|
-
if (record.id === "STORAGE_VERSION_RECORD_ID") {
|
|
26
|
-
this.storrage.set(record.id, record);
|
|
27
|
-
return;
|
|
28
|
-
}
|
|
29
|
-
if (record.type === "DidRecord") {
|
|
30
|
-
this.storrage.set(record.id, record);
|
|
31
|
-
return;
|
|
32
|
-
}
|
|
33
|
-
let value = record.encoded;
|
|
34
|
-
if (typeof value !== "string") {
|
|
35
|
-
agentContext.config.logger.warn(`Record is not a string, serializing to JSON`);
|
|
36
|
-
value = JSON.stringify(value);
|
|
37
|
-
}
|
|
38
|
-
const owner = this.accountController.identity.address;
|
|
39
|
-
agentContext.config.logger.debug(`Saving record with id ${record.id} and value ${value}`);
|
|
40
|
-
const identityAttribute = content_1.IdentityAttribute.from({
|
|
41
|
-
value: {
|
|
42
|
-
"@type": "VerifiableCredential",
|
|
43
|
-
title: record.credential?.payload?.vct ?? "Credential",
|
|
44
|
-
value: value,
|
|
45
|
-
type: record.type
|
|
46
|
-
},
|
|
47
|
-
owner: owner
|
|
48
|
-
});
|
|
49
|
-
const result = await this.attributeController.createRepositoryAttribute({
|
|
50
|
-
content: identityAttribute
|
|
51
|
-
});
|
|
52
|
-
agentContext.config.logger.debug(`Saved record: ${JSON.stringify(result)}`);
|
|
53
|
-
return await Promise.resolve();
|
|
54
|
-
}
|
|
55
|
-
async saveWithDisplay(agentContext, value, type, displayInformation, title) {
|
|
56
|
-
const owner = this.accountController.identity.address;
|
|
57
|
-
const identityAttribute = content_1.IdentityAttribute.from({
|
|
58
|
-
value: {
|
|
59
|
-
"@type": "VerifiableCredential",
|
|
60
|
-
value: value,
|
|
61
|
-
type: type,
|
|
62
|
-
displayInformation: displayInformation,
|
|
63
|
-
title: title
|
|
64
|
-
},
|
|
65
|
-
owner: owner
|
|
66
|
-
});
|
|
67
|
-
const result = await this.attributeController.createRepositoryAttribute({
|
|
68
|
-
content: identityAttribute
|
|
69
|
-
});
|
|
70
|
-
agentContext.config.logger.debug(`Saved record: ${JSON.stringify(result)}`);
|
|
71
|
-
return await Promise.resolve(result);
|
|
72
|
-
}
|
|
73
|
-
async update(agentContext, record) {
|
|
74
|
-
agentContext.config.logger.debug(`Updating record with id ${record.id}`);
|
|
75
|
-
const value = core_1.JsonTransformer.serialize(record);
|
|
76
|
-
const owner = this.accountController.identity.address;
|
|
77
|
-
const oldAttribute = await this.attributeController.getLocalAttribute(core_types_1.CoreId.from(record.id));
|
|
78
|
-
if (!oldAttribute)
|
|
79
|
-
throw new Error(`Attribute with id ${record.id} not found`);
|
|
80
|
-
const identityAttribute = content_1.IdentityAttribute.from({
|
|
81
|
-
value: {
|
|
82
|
-
"@type": "VerifiableCredential",
|
|
83
|
-
value: value,
|
|
84
|
-
title: "Employee ID Card",
|
|
85
|
-
displayInformation: oldAttribute.content.value.displayInformation
|
|
86
|
-
},
|
|
87
|
-
owner: owner
|
|
88
|
-
});
|
|
89
|
-
await this.attributeController.createRepositoryAttribute({
|
|
90
|
-
content: identityAttribute,
|
|
91
|
-
id: core_types_1.CoreId.from(record.id)
|
|
92
|
-
});
|
|
93
|
-
return await Promise.resolve();
|
|
94
|
-
}
|
|
95
|
-
async delete(agentContext, record) {
|
|
96
|
-
agentContext.config.logger.debug(`Deleting record with id ${record.id}`);
|
|
97
|
-
const attribute = await this.attributeController.getLocalAttribute(core_types_1.CoreId.from(record.id));
|
|
98
|
-
if (attribute === undefined) {
|
|
99
|
-
throw new Error(`Attribute with id ${record.id} not found`);
|
|
100
|
-
}
|
|
101
|
-
await this.attributeController.deleteAttribute(attribute);
|
|
102
|
-
}
|
|
103
|
-
async deleteById(agentContext, recordClass, id) {
|
|
104
|
-
agentContext.config.logger.debug(`Deleting record with id ${id} - with record class ${recordClass.name}`);
|
|
105
|
-
const attribute = await this.attributeController.getLocalAttribute(core_types_1.CoreId.from(id));
|
|
106
|
-
if (attribute === undefined) {
|
|
107
|
-
throw new Error(`Attribute with id ${id} not found`);
|
|
108
|
-
}
|
|
109
|
-
await this.attributeController.deleteAttribute(attribute);
|
|
110
|
-
}
|
|
111
|
-
async getById(agentContext, recordClass, id) {
|
|
112
|
-
if (this.storrage.has(id)) {
|
|
113
|
-
const record = this.storrage.get(id);
|
|
114
|
-
if (!record)
|
|
115
|
-
throw new Error(`Record with id ${id} not found`);
|
|
116
|
-
return record;
|
|
117
|
-
}
|
|
118
|
-
agentContext.config.logger.debug(`Getting record with id ${id}`);
|
|
119
|
-
const attribute = await this.attributeController.getLocalAttribute(core_types_1.CoreId.from(id));
|
|
120
|
-
// parse the value field of attribute as JSON into T
|
|
121
|
-
if (attribute === undefined) {
|
|
122
|
-
throw new Error(`Attribute with id ${id} not found`);
|
|
123
|
-
}
|
|
124
|
-
const record = core_1.JsonTransformer.deserialize(attribute.content.value.value, recordClass);
|
|
125
|
-
return record;
|
|
126
|
-
}
|
|
127
|
-
async getAll(agentContext, recordClass) {
|
|
128
|
-
const records = [];
|
|
129
|
-
const attributes = await this.attributeController.getLocalAttributes({ "content.value.@type": "VerifiableCredential", shareInfo: { $exists: false } });
|
|
130
|
-
for (const attribute of attributes) {
|
|
131
|
-
// TODO: Correct casting
|
|
132
|
-
const type = attribute.content.value.type;
|
|
133
|
-
let record;
|
|
134
|
-
if (type === core_1.ClaimFormat.SdJwtDc.toString() && recordClass.name === core_1.SdJwtVcRecord.name) {
|
|
135
|
-
record = new core_1.SdJwtVcRecord({ id: attribute.content.id, compactSdJwtVc: attribute.content.value.value });
|
|
136
|
-
}
|
|
137
|
-
else if (type === core_1.ClaimFormat.MsoMdoc.toString() && recordClass.name === core_1.MdocRecord.name) {
|
|
138
|
-
record = new core_1.MdocRecord({ id: attribute.content.id, mdoc: core_1.Mdoc.fromBase64Url(attribute.content.value.value) });
|
|
139
|
-
}
|
|
140
|
-
else if (type === core_1.ClaimFormat.SdJwtW3cVc.toString() && recordClass.name === core_1.W3cCredentialRecord.name) {
|
|
141
|
-
const credential = core_1.W3cJwtVerifiableCredential.fromSerializedJwt(attribute.content.value.value);
|
|
142
|
-
record = new core_1.W3cCredentialRecord({
|
|
143
|
-
id: attribute.content.id,
|
|
144
|
-
credential: credential,
|
|
145
|
-
tags: {}
|
|
146
|
-
});
|
|
147
|
-
}
|
|
148
|
-
else {
|
|
149
|
-
agentContext.config.logger.info(`Skipping attribute with id ${attribute.id} and type ${type} as it does not match record class ${recordClass.name}`);
|
|
150
|
-
continue;
|
|
151
|
-
}
|
|
152
|
-
if (attribute.content.value.key !== undefined) {
|
|
153
|
-
// TODO: Remove as this is only a workaround for demo purposes
|
|
154
|
-
agentContext.config.logger.info("Found keys to possibly import");
|
|
155
|
-
const parsed = JSON.parse(attribute.content.value.key);
|
|
156
|
-
for (const [k, v] of parsed) {
|
|
157
|
-
const currentKeys = globalThis.fakeKeyStorage;
|
|
158
|
-
if (!currentKeys.has(k)) {
|
|
159
|
-
globalThis.fakeKeyStorage.set(k, v);
|
|
160
|
-
agentContext.config.logger.info(`Added key ${k} to fake keystore`);
|
|
161
|
-
}
|
|
162
|
-
else {
|
|
163
|
-
agentContext.config.logger.info(`Key ${k} already in fake keystore`);
|
|
164
|
-
}
|
|
165
|
-
}
|
|
166
|
-
}
|
|
167
|
-
records.push(record);
|
|
168
|
-
}
|
|
169
|
-
return records;
|
|
170
|
-
}
|
|
171
|
-
// should only be used for exporting data out of the credo environment
|
|
172
|
-
async getAllAsAttributes(agentContext, recordClass) {
|
|
173
|
-
agentContext.config.logger.debug(`Getting all records of type ${recordClass.name}`);
|
|
174
|
-
const attributes = await this.attributeController.getLocalAttributes({ "content.value.@type": "VerifiableCredential", shareInfo: { $exists: false } });
|
|
175
|
-
return attributes;
|
|
176
|
-
}
|
|
177
|
-
async findByQuery(agentContext, recordClass, query, queryOptions) {
|
|
178
|
-
agentContext.config.logger.debug(`Finding records by query ${JSON.stringify(query)} and options ${JSON.stringify(queryOptions)}`);
|
|
179
|
-
const records = [];
|
|
180
|
-
for (const record of await this.getAll(agentContext, recordClass)) {
|
|
181
|
-
let match = true;
|
|
182
|
-
for (const [key, value] of Object.entries(query)) {
|
|
183
|
-
if (record[key] !== value) {
|
|
184
|
-
match = false;
|
|
185
|
-
break;
|
|
186
|
-
}
|
|
187
|
-
}
|
|
188
|
-
if (match) {
|
|
189
|
-
records.push(record);
|
|
190
|
-
}
|
|
191
|
-
}
|
|
192
|
-
if (records.length === 0) {
|
|
193
|
-
// try to recover over local storrage - temporary fix
|
|
194
|
-
for (const record of this.storrage.values()) {
|
|
195
|
-
let match = true;
|
|
196
|
-
// there may be keys labeled with an $or - solve them accordingly
|
|
197
|
-
// TODO: $or and other operators not yet supported
|
|
198
|
-
for (const [key, value] of Object.entries(query)) {
|
|
199
|
-
if (record[key] !== value) {
|
|
200
|
-
match = false;
|
|
201
|
-
break;
|
|
202
|
-
}
|
|
203
|
-
}
|
|
204
|
-
if (match) {
|
|
205
|
-
records.push(record);
|
|
206
|
-
}
|
|
207
|
-
}
|
|
208
|
-
}
|
|
209
|
-
return records;
|
|
210
|
-
}
|
|
211
|
-
};
|
|
212
|
-
exports.EnmeshedStorageService = EnmeshedStorageService;
|
|
213
|
-
exports.EnmeshedStorageService = EnmeshedStorageService = __decorate([
|
|
214
|
-
(0, core_1.injectable)(),
|
|
215
|
-
__metadata("design:paramtypes", [transport_1.AccountController,
|
|
216
|
-
AttributesController_1.AttributesController])
|
|
217
|
-
], EnmeshedStorageService);
|
|
218
|
-
//# sourceMappingURL=EnmeshedStorageService.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"EnmeshedStorageService.js","sourceRoot":"","sources":["../../../../src/modules/openid4vc/local/EnmeshedStorageService.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
import { X509Module } from "@credo-ts/core";
|
|
2
|
-
import { OpenId4VcModule, type OpenId4VciMetadata, type OpenId4VciResolvedCredentialOffer, type OpenId4VpResolvedAuthorizationRequest } from "@credo-ts/openid4vc";
|
|
3
|
-
import { AccountController } from "@nmshd/transport";
|
|
4
|
-
import { AttributesController, LocalAttribute } from "../../attributes";
|
|
5
|
-
import { BaseAgent } from "./BaseAgent";
|
|
6
|
-
declare function getOpenIdHolderModules(): {
|
|
7
|
-
readonly openid4vc: OpenId4VcModule<null, null>;
|
|
8
|
-
readonly x509: X509Module;
|
|
9
|
-
};
|
|
10
|
-
export declare class Holder extends BaseAgent<ReturnType<typeof getOpenIdHolderModules>> {
|
|
11
|
-
client: {
|
|
12
|
-
clientId: string;
|
|
13
|
-
redirectUri: string;
|
|
14
|
-
};
|
|
15
|
-
constructor(accountController: AccountController, attributeController: AttributesController);
|
|
16
|
-
getVerifiableCredentials(ids: string[] | undefined): Promise<any[]>;
|
|
17
|
-
resolveCredentialOffer(credentialOffer: string): Promise<OpenId4VciResolvedCredentialOffer>;
|
|
18
|
-
resolveIssuerMetadata(credentialIssuer: string): Promise<OpenId4VciMetadata>;
|
|
19
|
-
initiateAuthorization(resolvedCredentialOffer: OpenId4VciResolvedCredentialOffer, credentialsToRequest: string[]): Promise<any>;
|
|
20
|
-
requestAndStoreCredentials(resolvedCredentialOffer: OpenId4VciResolvedCredentialOffer, options: {
|
|
21
|
-
clientId?: string;
|
|
22
|
-
codeVerifier?: string;
|
|
23
|
-
credentialsToRequest: string[];
|
|
24
|
-
code?: string;
|
|
25
|
-
redirectUri?: string;
|
|
26
|
-
txCode?: string;
|
|
27
|
-
}): Promise<LocalAttribute[]>;
|
|
28
|
-
resolveProofRequest(proofRequest: string): Promise<any>;
|
|
29
|
-
acceptPresentationRequest(resolvedPresentationRequest: OpenId4VpResolvedAuthorizationRequest): Promise<any>;
|
|
30
|
-
exit(): Promise<any>;
|
|
31
|
-
restart(): Promise<any>;
|
|
32
|
-
}
|
|
33
|
-
export {};
|
|
34
|
-
//# sourceMappingURL=Holder.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Holder.d.ts","sourceRoot":"","sources":["../../../../src/modules/openid4vc/local/Holder.ts"],"names":[],"mappings":"AAAA,OAAO,EAYH,UAAU,EACb,MAAM,gBAAgB,CAAC;AACxB,OAAO,EACH,eAAe,EAIf,KAAK,kBAAkB,EACvB,KAAK,iCAAiC,EACtC,KAAK,qCAAqC,EAC7C,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EAAE,iBAAiB,EAAE,MAAM,kBAAkB,CAAC;AACrD,OAAO,EAAE,oBAAoB,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AACxE,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAGxC,iBAAS,sBAAsB;;;EAW9B;AAED,qBAAa,MAAO,SAAQ,SAAS,CAAC,UAAU,CAAC,OAAO,sBAAsB,CAAC,CAAC;IACrE,MAAM;;;MAGX;gBAEiB,iBAAiB,EAAE,iBAAiB,EAAE,mBAAmB,EAAE,oBAAoB;IAIrF,wBAAwB,CAAC,GAAG,EAAE,MAAM,EAAE,GAAG,SAAS,GAAG,OAAO,CAAC,GAAG,EAAE,CAAC;IASnE,sBAAsB,CAAC,eAAe,EAAE,MAAM,GAAG,OAAO,CAAC,iCAAiC,CAAC;IAI3F,qBAAqB,CAAC,gBAAgB,EAAE,MAAM,GAAG,OAAO,CAAC,kBAAkB,CAAC;IAI5E,qBAAqB,CAAC,uBAAuB,EAAE,iCAAiC,EAAE,oBAAoB,EAAE,MAAM,EAAE,GAAG,OAAO,CAAC,GAAG,CAAC;IAiC/H,0BAA0B,CACnC,uBAAuB,EAAE,iCAAiC,EAC1D,OAAO,EAAE;QACL,QAAQ,CAAC,EAAE,MAAM,CAAC;QAClB,YAAY,CAAC,EAAE,MAAM,CAAC;QACtB,oBAAoB,EAAE,MAAM,EAAE,CAAC;QAC/B,IAAI,CAAC,EAAE,MAAM,CAAC;QACd,WAAW,CAAC,EAAE,MAAM,CAAC;QACrB,MAAM,CAAC,EAAE,MAAM,CAAC;KACnB,GACF,OAAO,CAAC,cAAc,EAAE,CAAC;IA2Hf,mBAAmB,CAAC,YAAY,EAAE,MAAM,GAAG,OAAO,CAAC,GAAG,CAAC;IAMvD,yBAAyB,CAAC,2BAA2B,EAAE,qCAAqC,GAAG,OAAO,CAAC,GAAG,CAAC;IAuD3G,IAAI,IAAI,OAAO,CAAC,GAAG,CAAC;IAKpB,OAAO,IAAI,OAAO,CAAC,GAAG,CAAC;CAGvC"}
|
|
@@ -1,225 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.Holder = void 0;
|
|
4
|
-
const core_1 = require("@credo-ts/core");
|
|
5
|
-
const openid4vc_1 = require("@credo-ts/openid4vc");
|
|
6
|
-
const BaseAgent_1 = require("./BaseAgent");
|
|
7
|
-
function getOpenIdHolderModules() {
|
|
8
|
-
return {
|
|
9
|
-
openid4vc: new openid4vc_1.OpenId4VcModule(),
|
|
10
|
-
x509: new core_1.X509Module({
|
|
11
|
-
getTrustedCertificatesForVerification: (_agentContext, { certificateChain, verification }) => {
|
|
12
|
-
// eslint-disable-next-line no-console
|
|
13
|
-
console.log(`dyncamically trusting certificate ${certificateChain[0].getIssuerNameField("C")} for verification of ${verification.type}`);
|
|
14
|
-
return [certificateChain[0].toString("pem")];
|
|
15
|
-
}
|
|
16
|
-
})
|
|
17
|
-
};
|
|
18
|
-
}
|
|
19
|
-
class Holder extends BaseAgent_1.BaseAgent {
|
|
20
|
-
constructor(accountController, attributeController) {
|
|
21
|
-
super(3000, `OpenId4VcHolder ${Math.random().toString()}`, getOpenIdHolderModules(), accountController, attributeController);
|
|
22
|
-
this.client = {
|
|
23
|
-
clientId: "wallet",
|
|
24
|
-
redirectUri: "http://localhost:3000/redirect"
|
|
25
|
-
};
|
|
26
|
-
}
|
|
27
|
-
async getVerifiableCredentials(ids) {
|
|
28
|
-
// eslint-disable-next-line @typescript-eslint/no-unnecessary-type-assertion
|
|
29
|
-
const storageService = this.agent.dependencyManager.resolve(core_1.InjectionSymbols.StorageService);
|
|
30
|
-
const allCredentials = await storageService.getAllAsAttributes(this.agent.context, core_1.SdJwtVcRecord);
|
|
31
|
-
if (!ids)
|
|
32
|
-
return allCredentials;
|
|
33
|
-
return allCredentials.filter((vc) => ids.includes(vc.id.toString()));
|
|
34
|
-
}
|
|
35
|
-
async resolveCredentialOffer(credentialOffer) {
|
|
36
|
-
return await this.agent.openid4vc.holder.resolveCredentialOffer(credentialOffer);
|
|
37
|
-
}
|
|
38
|
-
async resolveIssuerMetadata(credentialIssuer) {
|
|
39
|
-
return await this.agent.openid4vc.holder.resolveIssuerMetadata(credentialIssuer);
|
|
40
|
-
}
|
|
41
|
-
async initiateAuthorization(resolvedCredentialOffer, credentialsToRequest) {
|
|
42
|
-
const grants = resolvedCredentialOffer.credentialOfferPayload.grants;
|
|
43
|
-
if (grants?.[openid4vc_1.preAuthorizedCodeGrantIdentifier]) {
|
|
44
|
-
return {
|
|
45
|
-
authorizationFlow: "PreAuthorized",
|
|
46
|
-
preAuthorizedCode: grants[openid4vc_1.preAuthorizedCodeGrantIdentifier]["pre-authorized_code"]
|
|
47
|
-
};
|
|
48
|
-
}
|
|
49
|
-
if (resolvedCredentialOffer.credentialOfferPayload.grants?.[openid4vc_1.authorizationCodeGrantIdentifier]) {
|
|
50
|
-
const resolvedAuthorizationRequest = await this.agent.openid4vc.holder.resolveOpenId4VciAuthorizationRequest(resolvedCredentialOffer, {
|
|
51
|
-
clientId: this.client.clientId,
|
|
52
|
-
redirectUri: this.client.redirectUri,
|
|
53
|
-
scope: Object.entries(resolvedCredentialOffer.offeredCredentialConfigurations)
|
|
54
|
-
.map(([id, value]) => (credentialsToRequest.includes(id) ? value.scope : undefined))
|
|
55
|
-
.filter((v) => Boolean(v))
|
|
56
|
-
});
|
|
57
|
-
if (resolvedAuthorizationRequest.authorizationFlow === openid4vc_1.OpenId4VciAuthorizationFlow.PresentationDuringIssuance) {
|
|
58
|
-
return {
|
|
59
|
-
...resolvedAuthorizationRequest,
|
|
60
|
-
authorizationFlow: `${openid4vc_1.OpenId4VciAuthorizationFlow.PresentationDuringIssuance}`
|
|
61
|
-
};
|
|
62
|
-
}
|
|
63
|
-
return {
|
|
64
|
-
...resolvedAuthorizationRequest,
|
|
65
|
-
authorizationFlow: `${openid4vc_1.OpenId4VciAuthorizationFlow.Oauth2Redirect}`
|
|
66
|
-
};
|
|
67
|
-
}
|
|
68
|
-
throw new Error("Unsupported grant type");
|
|
69
|
-
}
|
|
70
|
-
async requestAndStoreCredentials(resolvedCredentialOffer, options) {
|
|
71
|
-
const tokenResponse = await this.agent.openid4vc.holder.requestToken(options.code && options.clientId
|
|
72
|
-
? {
|
|
73
|
-
resolvedCredentialOffer,
|
|
74
|
-
clientId: options.clientId,
|
|
75
|
-
codeVerifier: options.codeVerifier,
|
|
76
|
-
code: options.code,
|
|
77
|
-
redirectUri: options.redirectUri
|
|
78
|
-
}
|
|
79
|
-
: {
|
|
80
|
-
resolvedCredentialOffer,
|
|
81
|
-
txCode: options.txCode
|
|
82
|
-
});
|
|
83
|
-
const credentialResponse = await this.agent.openid4vc.holder.requestCredentials({
|
|
84
|
-
resolvedCredentialOffer,
|
|
85
|
-
clientId: options.clientId,
|
|
86
|
-
credentialConfigurationIds: options.credentialsToRequest,
|
|
87
|
-
credentialBindingResolver: async ({ supportedDidMethods, supportsAllDidMethods, proofTypes }) => {
|
|
88
|
-
const key = await this.agent.kms.createKeyForSignatureAlgorithm({
|
|
89
|
-
algorithm: proofTypes.jwt?.supportedSignatureAlgorithms[0] ?? "EdDSA"
|
|
90
|
-
});
|
|
91
|
-
const publicJwk = core_1.Kms.PublicJwk.fromPublicJwk(key.publicJwk);
|
|
92
|
-
if (supportsAllDidMethods || supportedDidMethods?.includes("did:key")) {
|
|
93
|
-
await this.agent.dids.create({
|
|
94
|
-
method: "key",
|
|
95
|
-
options: {
|
|
96
|
-
keyId: key.keyId
|
|
97
|
-
}
|
|
98
|
-
});
|
|
99
|
-
const didKey = new core_1.DidKey(publicJwk);
|
|
100
|
-
return {
|
|
101
|
-
method: "did",
|
|
102
|
-
didUrls: [`${didKey.did}#${didKey.publicJwk.fingerprint}`]
|
|
103
|
-
};
|
|
104
|
-
}
|
|
105
|
-
if (supportedDidMethods?.includes("did:jwk")) {
|
|
106
|
-
const didJwk = core_1.DidJwk.fromPublicJwk(publicJwk);
|
|
107
|
-
await this.agent.dids.create({
|
|
108
|
-
method: "jwk",
|
|
109
|
-
options: {
|
|
110
|
-
keyId: key.keyId
|
|
111
|
-
}
|
|
112
|
-
});
|
|
113
|
-
return {
|
|
114
|
-
method: "did",
|
|
115
|
-
didUrls: [`${didJwk.did}#0`]
|
|
116
|
-
};
|
|
117
|
-
}
|
|
118
|
-
// We fall back on jwk binding
|
|
119
|
-
return {
|
|
120
|
-
method: "jwk",
|
|
121
|
-
keys: [publicJwk]
|
|
122
|
-
};
|
|
123
|
-
},
|
|
124
|
-
...tokenResponse
|
|
125
|
-
});
|
|
126
|
-
this.agent.config.logger.info("Credential response:", credentialResponse);
|
|
127
|
-
const storedCredentials = await Promise.all(credentialResponse.credentials.map((response) => {
|
|
128
|
-
// TODO: batch issuance not yet supported
|
|
129
|
-
const credential = response.credentials[0];
|
|
130
|
-
// eslint-disable-next-line @typescript-eslint/no-unnecessary-type-assertion
|
|
131
|
-
const enmeshedStorageService = this.agent.dependencyManager.resolve(core_1.InjectionSymbols.StorageService);
|
|
132
|
-
let credentialKey = "";
|
|
133
|
-
for (const resolved in resolvedCredentialOffer.offeredCredentialConfigurations) {
|
|
134
|
-
credentialKey = resolved;
|
|
135
|
-
}
|
|
136
|
-
const displayInfo = resolvedCredentialOffer.offeredCredentialConfigurations[credentialKey].display;
|
|
137
|
-
// if the displayInfo does not provide a logo - we try to load a logo from the issuers attributes
|
|
138
|
-
if (displayInfo !== undefined &&
|
|
139
|
-
displayInfo[0]?.logo === undefined &&
|
|
140
|
-
resolvedCredentialOffer.metadata.credentialIssuer.display !== undefined &&
|
|
141
|
-
resolvedCredentialOffer.metadata.credentialIssuer.display?.[0] !== undefined &&
|
|
142
|
-
resolvedCredentialOffer.metadata.credentialIssuer.display?.[0]?.["logo"] !== undefined) {
|
|
143
|
-
const logoInformation = resolvedCredentialOffer.metadata.credentialIssuer.display?.[0]?.["logo"];
|
|
144
|
-
displayInfo[0]["logo"] = logoInformation;
|
|
145
|
-
}
|
|
146
|
-
if (credential.claimFormat === core_1.ClaimFormat.MsoMdoc) {
|
|
147
|
-
return enmeshedStorageService.saveWithDisplay(this.agent.context, credential.base64Url, credential.claimFormat.toString(), JSON.stringify(displayInfo), credentialKey);
|
|
148
|
-
}
|
|
149
|
-
else if (credential.claimFormat === core_1.ClaimFormat.SdJwtDc) {
|
|
150
|
-
return enmeshedStorageService.saveWithDisplay(this.agent.context, credential.compact, credential.claimFormat.toString(), JSON.stringify(displayInfo), credentialKey);
|
|
151
|
-
}
|
|
152
|
-
else if (credential.claimFormat === core_1.ClaimFormat.SdJwtW3cVc) {
|
|
153
|
-
return enmeshedStorageService.saveWithDisplay(this.agent.context, credential.encoded, credential.claimFormat.toString(), JSON.stringify(displayInfo), credentialKey);
|
|
154
|
-
}
|
|
155
|
-
throw new Error("Unsupported credential format");
|
|
156
|
-
}));
|
|
157
|
-
this.agent.config.logger.info(`Stored credentials: ${JSON.stringify(storedCredentials)}`);
|
|
158
|
-
return storedCredentials;
|
|
159
|
-
}
|
|
160
|
-
async resolveProofRequest(proofRequest) {
|
|
161
|
-
const resolvedProofRequest = await this.agent.openid4vc.holder.resolveOpenId4VpAuthorizationRequest(proofRequest);
|
|
162
|
-
return resolvedProofRequest;
|
|
163
|
-
}
|
|
164
|
-
async acceptPresentationRequest(resolvedPresentationRequest) {
|
|
165
|
-
if (!resolvedPresentationRequest.presentationExchange && !resolvedPresentationRequest.dcql) {
|
|
166
|
-
throw new Error("Missing presentation exchange or dcql on resolved authorization request");
|
|
167
|
-
}
|
|
168
|
-
// This fix ensures that the credential records which have been loaded here actually do provide the encoded() method
|
|
169
|
-
// this issue arises as the records are loaded and then communicated to the app as a json object, losing the class prototype
|
|
170
|
-
if (resolvedPresentationRequest.presentationExchange) {
|
|
171
|
-
for (const requirementKey in resolvedPresentationRequest.presentationExchange.credentialsForRequest.requirements) {
|
|
172
|
-
const requirement = resolvedPresentationRequest.presentationExchange.credentialsForRequest.requirements[requirementKey];
|
|
173
|
-
for (const submissionEntry of requirement.submissionEntry) {
|
|
174
|
-
for (const vc of submissionEntry.verifiableCredentials) {
|
|
175
|
-
if (vc.claimFormat === core_1.ClaimFormat.SdJwtDc) {
|
|
176
|
-
const recordUncast = vc.credentialRecord;
|
|
177
|
-
const record = new core_1.SdJwtVcRecord({
|
|
178
|
-
id: recordUncast.id,
|
|
179
|
-
createdAt: recordUncast.createdAt,
|
|
180
|
-
compactSdJwtVc: recordUncast.compactSdJwtVc
|
|
181
|
-
});
|
|
182
|
-
vc.credentialRecord = record;
|
|
183
|
-
}
|
|
184
|
-
else if (vc.claimFormat === core_1.ClaimFormat.MsoMdoc) {
|
|
185
|
-
const recordUncast = vc.credentialRecord;
|
|
186
|
-
const record = new core_1.MdocRecord({
|
|
187
|
-
id: recordUncast.id,
|
|
188
|
-
createdAt: recordUncast.createdAt,
|
|
189
|
-
mdoc: core_1.Mdoc.fromBase64Url(recordUncast.base64Url)
|
|
190
|
-
});
|
|
191
|
-
vc.credentialRecord = record;
|
|
192
|
-
}
|
|
193
|
-
else {
|
|
194
|
-
// eslint-disable-next-line no-console
|
|
195
|
-
console.log("Unsupported credential format in demo app, only sd-jwt-vc is supported at the moment");
|
|
196
|
-
}
|
|
197
|
-
}
|
|
198
|
-
}
|
|
199
|
-
}
|
|
200
|
-
}
|
|
201
|
-
const submissionResult = await this.agent.openid4vc.holder.acceptOpenId4VpAuthorizationRequest({
|
|
202
|
-
authorizationRequestPayload: resolvedPresentationRequest.authorizationRequestPayload,
|
|
203
|
-
presentationExchange: resolvedPresentationRequest.presentationExchange
|
|
204
|
-
? {
|
|
205
|
-
credentials: this.agent.openid4vc.holder.selectCredentialsForPresentationExchangeRequest(resolvedPresentationRequest.presentationExchange.credentialsForRequest)
|
|
206
|
-
}
|
|
207
|
-
: undefined,
|
|
208
|
-
dcql: resolvedPresentationRequest.dcql
|
|
209
|
-
? {
|
|
210
|
-
credentials: this.agent.openid4vc.holder.selectCredentialsForDcqlRequest(resolvedPresentationRequest.dcql.queryResult)
|
|
211
|
-
}
|
|
212
|
-
: undefined
|
|
213
|
-
});
|
|
214
|
-
return submissionResult.serverResponse;
|
|
215
|
-
}
|
|
216
|
-
async exit() {
|
|
217
|
-
await this.shutdown();
|
|
218
|
-
process.exit(0);
|
|
219
|
-
}
|
|
220
|
-
async restart() {
|
|
221
|
-
await this.shutdown();
|
|
222
|
-
}
|
|
223
|
-
}
|
|
224
|
-
exports.Holder = Holder;
|
|
225
|
-
//# sourceMappingURL=Holder.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Holder.js","sourceRoot":"","sources":["../../../../src/modules/openid4vc/local/Holder.ts"],"names":[],"mappings":";;;AAAA,yCAawB;AACxB,mDAQ6B;AAG7B,2CAAwC;AAGxC,SAAS,sBAAsB;IAC3B,OAAO;QACH,SAAS,EAAE,IAAI,2BAAe,EAAE;QAChC,IAAI,EAAE,IAAI,iBAAU,CAAC;YACjB,qCAAqC,EAAE,CAAC,aAAa,EAAE,EAAE,gBAAgB,EAAE,YAAY,EAAE,EAAE,EAAE;gBACzF,sCAAsC;gBACtC,OAAO,CAAC,GAAG,CAAC,qCAAqC,gBAAgB,CAAC,CAAC,CAAC,CAAC,kBAAkB,CAAC,GAAG,CAAC,wBAAwB,YAAY,CAAC,IAAI,EAAE,CAAC,CAAC;gBACzI,OAAO,CAAC,gBAAgB,CAAC,CAAC,CAAC,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC,CAAC;YACjD,CAAC;SACJ,CAAC;KACI,CAAC;AACf,CAAC;AAED,MAAa,MAAO,SAAQ,qBAAoD;IAM5E,YAAmB,iBAAoC,EAAE,mBAAyC;QAC9F,KAAK,CAAC,IAAI,EAAE,mBAAmB,IAAI,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,EAAE,EAAE,sBAAsB,EAAE,EAAE,iBAAiB,EAAE,mBAAmB,CAAC,CAAC;QAN1H,WAAM,GAAG;YACZ,QAAQ,EAAE,QAAQ;YAClB,WAAW,EAAE,gCAAgC;SAChD,CAAC;IAIF,CAAC;IAEM,KAAK,CAAC,wBAAwB,CAAC,GAAyB;QAC3D,4EAA4E;QAC5E,MAAM,cAAc,GAAG,IAAI,CAAC,KAAK,CAAC,iBAAiB,CAAC,OAAO,CAAC,uBAAgB,CAAC,cAAc,CAAuC,CAAC;QACnI,MAAM,cAAc,GAAG,MAAM,cAAc,CAAC,kBAAkB,CAAC,IAAI,CAAC,KAAK,CAAC,OAAO,EAAE,oBAAa,CAAC,CAAC;QAElG,IAAI,CAAC,GAAG;YAAE,OAAO,cAAc,CAAC;QAChC,OAAO,cAAc,CAAC,MAAM,CAAC,CAAC,EAAE,EAAE,EAAE,CAAC,GAAG,CAAC,QAAQ,CAAC,EAAE,CAAC,EAAE,CAAC,QAAQ,EAAE,CAAC,CAAC,CAAC;IACzE,CAAC;IAEM,KAAK,CAAC,sBAAsB,CAAC,eAAuB;QACvD,OAAO,MAAM,IAAI,CAAC,KAAK,CAAC,SAAS,CAAC,MAAM,CAAC,sBAAsB,CAAC,eAAe,CAAC,CAAC;IACrF,CAAC;IAEM,KAAK,CAAC,qBAAqB,CAAC,gBAAwB;QACvD,OAAO,MAAM,IAAI,CAAC,KAAK,CAAC,SAAS,CAAC,MAAM,CAAC,qBAAqB,CAAC,gBAAgB,CAAC,CAAC;IACrF,CAAC;IAEM,KAAK,CAAC,qBAAqB,CAAC,uBAA0D,EAAE,oBAA8B;QACzH,MAAM,MAAM,GAAG,uBAAuB,CAAC,sBAAsB,CAAC,MAAM,CAAC;QACrE,IAAI,MAAM,EAAE,CAAC,4CAAgC,CAAC,EAAE,CAAC;YAC7C,OAAO;gBACH,iBAAiB,EAAE,eAAe;gBAClC,iBAAiB,EAAE,MAAM,CAAC,4CAAgC,CAAC,CAAC,qBAAqB,CAAC;aAC5E,CAAC;QACf,CAAC;QAED,IAAI,uBAAuB,CAAC,sBAAsB,CAAC,MAAM,EAAE,CAAC,4CAAgC,CAAC,EAAE,CAAC;YAC5F,MAAM,4BAA4B,GAAG,MAAM,IAAI,CAAC,KAAK,CAAC,SAAS,CAAC,MAAM,CAAC,qCAAqC,CAAC,uBAAuB,EAAE;gBAClI,QAAQ,EAAE,IAAI,CAAC,MAAM,CAAC,QAAQ;gBAC9B,WAAW,EAAE,IAAI,CAAC,MAAM,CAAC,WAAW;gBACpC,KAAK,EAAE,MAAM,CAAC,OAAO,CAAC,uBAAuB,CAAC,+BAA+B,CAAC;qBACzE,GAAG,CAAC,CAAC,CAAC,EAAE,EAAE,KAAK,CAAC,EAAE,EAAE,CAAC,CAAC,oBAAoB,CAAC,QAAQ,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC;qBACnF,MAAM,CAAC,CAAC,CAAC,EAAe,EAAE,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC;aAC9C,CAAC,CAAC;YAEH,IAAI,4BAA4B,CAAC,iBAAiB,KAAK,uCAA2B,CAAC,0BAA0B,EAAE,CAAC;gBAC5G,OAAO;oBACH,GAAG,4BAA4B;oBAC/B,iBAAiB,EAAE,GAAG,uCAA2B,CAAC,0BAA0B,EAAE;iBACxE,CAAC;YACf,CAAC;YACD,OAAO;gBACH,GAAG,4BAA4B;gBAC/B,iBAAiB,EAAE,GAAG,uCAA2B,CAAC,cAAc,EAAE;aAC5D,CAAC;QACf,CAAC;QAED,MAAM,IAAI,KAAK,CAAC,wBAAwB,CAAC,CAAC;IAC9C,CAAC;IAEM,KAAK,CAAC,0BAA0B,CACnC,uBAA0D,EAC1D,OAOC;QAED,MAAM,aAAa,GAAG,MAAM,IAAI,CAAC,KAAK,CAAC,SAAS,CAAC,MAAM,CAAC,YAAY,CAChE,OAAO,CAAC,IAAI,IAAI,OAAO,CAAC,QAAQ;YAC5B,CAAC,CAAC;gBACI,uBAAuB;gBACvB,QAAQ,EAAE,OAAO,CAAC,QAAQ;gBAC1B,YAAY,EAAE,OAAO,CAAC,YAAY;gBAClC,IAAI,EAAE,OAAO,CAAC,IAAI;gBAClB,WAAW,EAAE,OAAO,CAAC,WAAW;aACnC;YACH,CAAC,CAAC;gBACI,uBAAuB;gBACvB,MAAM,EAAE,OAAO,CAAC,MAAM;aACzB,CACV,CAAC;QAEF,MAAM,kBAAkB,GAAG,MAAM,IAAI,CAAC,KAAK,CAAC,SAAS,CAAC,MAAM,CAAC,kBAAkB,CAAC;YAC5E,uBAAuB;YACvB,QAAQ,EAAE,OAAO,CAAC,QAAQ;YAC1B,0BAA0B,EAAE,OAAO,CAAC,oBAAoB;YACxD,yBAAyB,EAAE,KAAK,EAAE,EAAE,mBAAmB,EAAE,qBAAqB,EAAE,UAAU,EAAE,EAAE,EAAE;gBAC5F,MAAM,GAAG,GAAG,MAAM,IAAI,CAAC,KAAK,CAAC,GAAG,CAAC,8BAA8B,CAAC;oBAC5D,SAAS,EAAE,UAAU,CAAC,GAAG,EAAE,4BAA4B,CAAC,CAAC,CAAC,IAAI,OAAO;iBACxE,CAAC,CAAC;gBACH,MAAM,SAAS,GAAG,UAAG,CAAC,SAAS,CAAC,aAAa,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC;gBAE7D,IAAI,qBAAqB,IAAI,mBAAmB,EAAE,QAAQ,CAAC,SAAS,CAAC,EAAE,CAAC;oBACpE,MAAM,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,MAAM,CAAsB;wBAC9C,MAAM,EAAE,KAAK;wBACb,OAAO,EAAE;4BACL,KAAK,EAAE,GAAG,CAAC,KAAK;yBACnB;qBACJ,CAAC,CAAC;oBACH,MAAM,MAAM,GAAG,IAAI,aAAM,CAAC,SAAS,CAAC,CAAC;oBAErC,OAAO;wBACH,MAAM,EAAE,KAAK;wBACb,OAAO,EAAE,CAAC,GAAG,MAAM,CAAC,GAAG,IAAI,MAAM,CAAC,SAAS,CAAC,WAAW,EAAE,CAAC;qBAC7D,CAAC;gBACN,CAAC;gBACD,IAAI,mBAAmB,EAAE,QAAQ,CAAC,SAAS,CAAC,EAAE,CAAC;oBAC3C,MAAM,MAAM,GAAG,aAAM,CAAC,aAAa,CAAC,SAAS,CAAC,CAAC;oBAC/C,MAAM,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,MAAM,CAAsB;wBAC9C,MAAM,EAAE,KAAK;wBACb,OAAO,EAAE;4BACL,KAAK,EAAE,GAAG,CAAC,KAAK;yBACnB;qBACJ,CAAC,CAAC;oBAEH,OAAO;wBACH,MAAM,EAAE,KAAK;wBACb,OAAO,EAAE,CAAC,GAAG,MAAM,CAAC,GAAG,IAAI,CAAC;qBAC/B,CAAC;gBACN,CAAC;gBAED,8BAA8B;gBAC9B,OAAO;oBACH,MAAM,EAAE,KAAK;oBACb,IAAI,EAAE,CAAC,SAAS,CAAC;iBACpB,CAAC;YACN,CAAC;YACD,GAAG,aAAa;SACnB,CAAC,CAAC;QAEH,IAAI,CAAC,KAAK,CAAC,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,sBAAsB,EAAE,kBAAkB,CAAC,CAAC;QAE1E,MAAM,iBAAiB,GAAG,MAAM,OAAO,CAAC,GAAG,CACvC,kBAAkB,CAAC,WAAW,CAAC,GAAG,CAAC,CAAC,QAAQ,EAAE,EAAE;YAC5C,yCAAyC;YACzC,MAAM,UAAU,GAAG,QAAQ,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC;YAC3C,4EAA4E;YAC5E,MAAM,sBAAsB,GAAG,IAAI,CAAC,KAAK,CAAC,iBAAiB,CAAC,OAAO,CAAC,uBAAgB,CAAC,cAAc,CAAuC,CAAC;YAC3I,IAAI,aAAa,GAAG,EAAE,CAAC;YACvB,KAAK,MAAM,QAAQ,IAAI,uBAAuB,CAAC,+BAA+B,EAAE,CAAC;gBAC7E,aAAa,GAAG,QAAQ,CAAC;YAC7B,CAAC;YACD,MAAM,WAAW,GAAG,uBAAuB,CAAC,+BAA+B,CAAC,aAAa,CAAC,CAAC,OAAc,CAAC;YAE1G,iGAAiG;YACjG,IACI,WAAW,KAAK,SAAS;gBACzB,WAAW,CAAC,CAAC,CAAC,EAAE,IAAI,KAAK,SAAS;gBAClC,uBAAuB,CAAC,QAAQ,CAAC,gBAAgB,CAAC,OAAO,KAAK,SAAS;gBACtE,uBAAuB,CAAC,QAAQ,CAAC,gBAAgB,CAAC,OAAe,EAAE,CAAC,CAAC,CAAC,KAAK,SAAS;gBACpF,uBAAuB,CAAC,QAAQ,CAAC,gBAAgB,CAAC,OAAe,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,MAAM,CAAC,KAAK,SAAS,EACjG,CAAC;gBACC,MAAM,eAAe,GAAI,uBAAuB,CAAC,QAAQ,CAAC,gBAAgB,CAAC,OAAe,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;gBAC1G,WAAW,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,GAAG,eAAe,CAAC;YAC7C,CAAC;YAED,IAAI,UAAU,CAAC,WAAW,KAAK,kBAAW,CAAC,OAAO,EAAE,CAAC;gBACjD,OAAO,sBAAsB,CAAC,eAAe,CACzC,IAAI,CAAC,KAAK,CAAC,OAAO,EAClB,UAAU,CAAC,SAAS,EACpB,UAAU,CAAC,WAAW,CAAC,QAAQ,EAAE,EACjC,IAAI,CAAC,SAAS,CAAC,WAAW,CAAC,EAC3B,aAAa,CAChB,CAAC;YACN,CAAC;iBAAM,IAAI,UAAU,CAAC,WAAW,KAAK,kBAAW,CAAC,OAAO,EAAE,CAAC;gBACxD,OAAO,sBAAsB,CAAC,eAAe,CACzC,IAAI,CAAC,KAAK,CAAC,OAAO,EAClB,UAAU,CAAC,OAAO,EAClB,UAAU,CAAC,WAAW,CAAC,QAAQ,EAAE,EACjC,IAAI,CAAC,SAAS,CAAC,WAAW,CAAC,EAC3B,aAAa,CAChB,CAAC;YACN,CAAC;iBAAM,IAAI,UAAU,CAAC,WAAW,KAAK,kBAAW,CAAC,UAAU,EAAE,CAAC;gBAC3D,OAAO,sBAAsB,CAAC,eAAe,CACzC,IAAI,CAAC,KAAK,CAAC,OAAO,EAClB,UAAU,CAAC,OAAO,EAClB,UAAU,CAAC,WAAW,CAAC,QAAQ,EAAE,EACjC,IAAI,CAAC,SAAS,CAAC,WAAW,CAAC,EAC3B,aAAa,CAChB,CAAC;YACN,CAAC;YACD,MAAM,IAAI,KAAK,CAAC,+BAA+B,CAAC,CAAC;QACrD,CAAC,CAAC,CACL,CAAC;QAEF,IAAI,CAAC,KAAK,CAAC,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,uBAAuB,IAAI,CAAC,SAAS,CAAC,iBAAiB,CAAC,EAAE,CAAC,CAAC;QAC1F,OAAO,iBAAiB,CAAC;IAC7B,CAAC;IAEM,KAAK,CAAC,mBAAmB,CAAC,YAAoB;QACjD,MAAM,oBAAoB,GAAG,MAAM,IAAI,CAAC,KAAK,CAAC,SAAS,CAAC,MAAM,CAAC,oCAAoC,CAAC,YAAY,CAAC,CAAC;QAElH,OAAO,oBAAoB,CAAC;IAChC,CAAC;IAEM,KAAK,CAAC,yBAAyB,CAAC,2BAAkE;QACrG,IAAI,CAAC,2BAA2B,CAAC,oBAAoB,IAAI,CAAC,2BAA2B,CAAC,IAAI,EAAE,CAAC;YACzF,MAAM,IAAI,KAAK,CAAC,yEAAyE,CAAC,CAAC;QAC/F,CAAC;QAED,oHAAoH;QACpH,4HAA4H;QAC5H,IAAI,2BAA2B,CAAC,oBAAoB,EAAE,CAAC;YACnD,KAAK,MAAM,cAAc,IAAI,2BAA2B,CAAC,oBAAoB,CAAC,qBAAqB,CAAC,YAAY,EAAE,CAAC;gBAC/G,MAAM,WAAW,GAAG,2BAA2B,CAAC,oBAAoB,CAAC,qBAAqB,CAAC,YAAY,CAAC,cAAc,CAAC,CAAC;gBACxH,KAAK,MAAM,eAAe,IAAI,WAAW,CAAC,eAAe,EAAE,CAAC;oBACxD,KAAK,MAAM,EAAE,IAAI,eAAe,CAAC,qBAAqB,EAAE,CAAC;wBACrD,IAAI,EAAE,CAAC,WAAW,KAAK,kBAAW,CAAC,OAAO,EAAE,CAAC;4BACzC,MAAM,YAAY,GAAG,EAAE,CAAC,gBAAgB,CAAC;4BACzC,MAAM,MAAM,GAAG,IAAI,oBAAa,CAAC;gCAC7B,EAAE,EAAE,YAAY,CAAC,EAAE;gCACnB,SAAS,EAAE,YAAY,CAAC,SAAS;gCACjC,cAAc,EAAE,YAAY,CAAC,cAAc;6BAC9C,CAAC,CAAC;4BACH,EAAE,CAAC,gBAAgB,GAAG,MAAM,CAAC;wBACjC,CAAC;6BAAM,IAAI,EAAE,CAAC,WAAW,KAAK,kBAAW,CAAC,OAAO,EAAE,CAAC;4BAChD,MAAM,YAAY,GAAG,EAAE,CAAC,gBAAgB,CAAC;4BACzC,MAAM,MAAM,GAAG,IAAI,iBAAU,CAAC;gCAC1B,EAAE,EAAE,YAAY,CAAC,EAAE;gCACnB,SAAS,EAAE,YAAY,CAAC,SAAS;gCACjC,IAAI,EAAE,WAAI,CAAC,aAAa,CAAC,YAAY,CAAC,SAAS,CAAC;6BACnD,CAAC,CAAC;4BACH,EAAE,CAAC,gBAAgB,GAAG,MAAM,CAAC;wBACjC,CAAC;6BAAM,CAAC;4BACJ,sCAAsC;4BACtC,OAAO,CAAC,GAAG,CAAC,sFAAsF,CAAC,CAAC;wBACxG,CAAC;oBACL,CAAC;gBACL,CAAC;YACL,CAAC;QACL,CAAC;QAED,MAAM,gBAAgB,GAAG,MAAM,IAAI,CAAC,KAAK,CAAC,SAAS,CAAC,MAAM,CAAC,mCAAmC,CAAC;YAC3F,2BAA2B,EAAE,2BAA2B,CAAC,2BAA2B;YACpF,oBAAoB,EAAE,2BAA2B,CAAC,oBAAoB;gBAClE,CAAC,CAAC;oBACI,WAAW,EAAE,IAAI,CAAC,KAAK,CAAC,SAAS,CAAC,MAAM,CAAC,+CAA+C,CACpF,2BAA2B,CAAC,oBAAoB,CAAC,qBAAqB,CACzE;iBACJ;gBACH,CAAC,CAAC,SAAS;YACf,IAAI,EAAE,2BAA2B,CAAC,IAAI;gBAClC,CAAC,CAAC;oBACI,WAAW,EAAE,IAAI,CAAC,KAAK,CAAC,SAAS,CAAC,MAAM,CAAC,+BAA+B,CAAC,2BAA2B,CAAC,IAAI,CAAC,WAAW,CAAC;iBACzH;gBACH,CAAC,CAAC,SAAS;SAClB,CAAC,CAAC;QACH,OAAO,gBAAgB,CAAC,cAAc,CAAC;IAC3C,CAAC;IAEM,KAAK,CAAC,IAAI;QACb,MAAM,IAAI,CAAC,QAAQ,EAAE,CAAC;QACtB,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;IACpB,CAAC;IAEM,KAAK,CAAC,OAAO;QAChB,MAAM,IAAI,CAAC,QAAQ,EAAE,CAAC;IAC1B,CAAC;CACJ;AAtQD,wBAsQC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"LocalAgentDependencies.d.ts","sourceRoot":"","sources":["../../../../src/modules/openid4vc/local/LocalAgentDependencies.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AAQnD,eAAO,MAAM,iBAAiB,EAAE,iBAK/B,CAAC"}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
-
};
|
|
5
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.agentDependencies = void 0;
|
|
7
|
-
const events_1 = require("events");
|
|
8
|
-
const ws_1 = __importDefault(require("ws"));
|
|
9
|
-
const EnmeshedHolderFileSystem_1 = require("./EnmeshedHolderFileSystem");
|
|
10
|
-
const fetchImpl = globalThis.fetch;
|
|
11
|
-
const webSocketImpl = ws_1.default;
|
|
12
|
-
exports.agentDependencies = {
|
|
13
|
-
FileSystem: EnmeshedHolderFileSystem_1.EnmeshedHolderFileSystem,
|
|
14
|
-
EventEmitterClass: events_1.EventEmitter,
|
|
15
|
-
fetch: fetchImpl,
|
|
16
|
-
WebSocketClass: webSocketImpl
|
|
17
|
-
};
|
|
18
|
-
//# sourceMappingURL=LocalAgentDependencies.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"LocalAgentDependencies.js","sourceRoot":"","sources":["../../../../src/modules/openid4vc/local/LocalAgentDependencies.ts"],"names":[],"mappings":";;;;;;AAEA,mCAAsC;AACtC,4CAA2B;AAC3B,yEAAsE;AAEtE,MAAM,SAAS,GAAG,UAAU,CAAC,KAAK,CAAC;AACnC,MAAM,aAAa,GAAG,YAAS,CAAC;AAEnB,QAAA,iBAAiB,GAAsB;IAChD,UAAU,EAAE,mDAAwB;IACpC,iBAAiB,EAAE,qBAAY;IAC/B,KAAK,EAAE,SAAS;IAChB,cAAc,EAAE,aAAa;CAChC,CAAC"}
|