From 42fae0af96ebc764da5ee88151fb4e2b6911579e Mon Sep 17 00:00:00 2001 From: Liran Cohen Date: Wed, 8 May 2024 10:23:54 -0400 Subject: [PATCH] add message subscription response object to exports --- packages/agent/src/types/dwn.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/agent/src/types/dwn.ts b/packages/agent/src/types/dwn.ts index 996bd5792..975f4f5be 100644 --- a/packages/agent/src/types/dwn.ts +++ b/packages/agent/src/types/dwn.ts @@ -266,6 +266,7 @@ export { PaginationCursor as DwnPaginationCursor, EventSubscriptionHandler as DwnEventSubscriptionHandler, RecordSubscriptionHandler as DwnRecordSubscriptionHandler, + MessageSubscription as DwnMessageSubscription, EncryptionAlgorithm as DwnEncryptionAlgorithm, KeyDerivationScheme as DwnKeyDerivationScheme, } from '@tbd54566975/dwn-sdk-js'; \ No newline at end of file