diff --git a/packages/ssi/src/index.ts b/packages/ssi/src/index.ts index 47905bc..aee502f 100644 --- a/packages/ssi/src/index.ts +++ b/packages/ssi/src/index.ts @@ -1,4 +1,8 @@ import type { InitConfig } from '@aries-framework/core' +import type { + GenericRecord, + SaveGenericRecordOption +} from '@aries-framework/core/build/modules/generic-records/repository/GenericRecord' // Anoncreds import { @@ -66,7 +70,13 @@ import { ConnectionsModule, Agent, BasicMessageRepository, - AriesFrameworkError + AriesFrameworkError, + ConnectionStateChangedEvent, + CredentialStateChangedEvent, + ProofStateChangedEvent, + ConnectionEventTypes, + CredentialEventTypes, + ProofEventTypes } from '@aries-framework/core' import { GetCredentialsForRequestReturn, @@ -132,7 +142,15 @@ export { ConnectionsModule, Agent, BasicMessageRepository, - AriesFrameworkError + AriesFrameworkError, + ConnectionStateChangedEvent, + CredentialStateChangedEvent, + ProofStateChangedEvent, + ConnectionEventTypes, + CredentialEventTypes, + ProofEventTypes, + GenericRecord, + SaveGenericRecordOption } // Anoncreds export {