Skip to content

Commit

Permalink
feat: Function added for record for OpenIDC4VCI
Browse files Browse the repository at this point in the history
Signed-off-by: tusharbhayani <tushar.bhayani@ayanworks.com>
  • Loading branch information
tusharbhayani committed Nov 20, 2024
1 parent 06fbf9b commit 26c656b
Show file tree
Hide file tree
Showing 2 changed files with 146 additions and 61 deletions.
4 changes: 4 additions & 0 deletions packages/ssi/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ import {
IndyVdrPoolConfig,
IndyVdrSovDidResolver
} from '@credo-ts/indy-vdr'
import { OpenId4VcHolderModule } from '@credo-ts/openid4vc'
import { PushNotificationsFcmModule } from '@credo-ts/push-notifications'
// Q&A
import {
Expand All @@ -117,6 +118,7 @@ import {
QuestionAnswerStateChangedEvent,
QuestionAnswerState
} from '@credo-ts/question-answer'
import { recordsAddedByType, recordsRemovedByType } from '@credo-ts/react-hooks/build/recordUtils'

export * from './agent'
export * from './providers'
Expand Down Expand Up @@ -236,3 +238,5 @@ export { PushNotificationsFcmModule }
export { QuestionAnswerRecord, QuestionAnswerEventTypes, QuestionAnswerStateChangedEvent, QuestionAnswerState }
//Basic message
export { BasicMessageEventTypes, BasicMessageStateChangedEvent, BasicMessageRecord }
//openIDC4VCI
export { OpenId4VcHolderModule, recordsAddedByType, recordsRemovedByType }
Loading

0 comments on commit 26c656b

Please sign in to comment.