Skip to content

Commit

Permalink
fix: export basic message events (#29)
Browse files Browse the repository at this point in the history
Signed-off-by: amitpadmani-awts <[email protected]>
  • Loading branch information
amitpadmani-awts authored Jul 11, 2024
1 parent 18039ce commit bdb400a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/ssi/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ import { AskarModule } from '@credo-ts/askar'
import {
LogLevel,
ConsoleLogger,
BasicMessageEventTypes,
BasicMessageStateChangedEvent,
BasicMessageRecord,
ConnectionRecord,
CredentialExchangeRecord,
Expand Down Expand Up @@ -133,7 +135,6 @@ export {
LogLevel,
ConsoleLogger,
InitConfig,
BasicMessageRecord,
ConnectionRecord,
OutOfBandRecord,
CredentialExchangeRecord,
Expand Down Expand Up @@ -230,3 +231,5 @@ export { AskarModule }
export { PushNotificationsFcmModule }
// Q&A
export { QuestionAnswerRecord, QuestionAnswerEventTypes, QuestionAnswerStateChangedEvent, QuestionAnswerState }
//Basic message
export { BasicMessageEventTypes, BasicMessageStateChangedEvent, BasicMessageRecord }

0 comments on commit bdb400a

Please sign in to comment.