dwn-sdk-js icon indicating copy to clipboard operation
dwn-sdk-js copied to clipboard

Declare proper typing for `includeCriteria` and `excludeCriteria` in MessageStore and MessageStoreLevel

Open bnonni opened this issue 3 years ago • 1 comments

Change type of query

https://github.com/TBD54566975/dwn-sdk-js/blob/fcea84929e12dd3e3ef0e8866b0e592a025786fa/src/store/message-store.ts#L32-L34

bnonni avatar Jul 22 '22 11:07 bnonni

method signature is now update as: https://github.com/TBD54566975/dwn-sdk-js/blob/ee5beaeb99b2cf5c796dde520f52d6ee47b9ef7b/src/store/message-store.ts#L34

thehenrytsai avatar Oct 18 '22 01:10 thehenrytsai

excludeCriteria is no longer needed thus removed.

thehenrytsai avatar Jan 12 '23 00:01 thehenrytsai