Skip to content

Commit 9f132c4

Browse files
authored
Merge pull request #203 from openwallet-foundation-labs/fix/export-type
fix: export CreateCredentialResponseReturn type
2 parents 3fb55be + 4237b09 commit 9f132c4

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.changeset/tall-pianos-hide.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
"@openid4vc/oauth2": patch
3+
"@openid4vc/openid4vci": patch
34
---
45

56
Remove exp field from wallet attestation JWT payload schema
7+
Export CreateCredentialResponseOptions type

packages/openid4vci/src/index.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ export {
1212
type GetCredentialConfigurationsMatchingRequestFormatOptions,
1313
getCredentialConfigurationsMatchingRequestFormat,
1414
} from './credential-request/credential-request-configurations'
15+
export type {
16+
CreateCredentialResponseOptions,
17+
CreateCredentialResponseReturn,
18+
} from './credential-request/credential-response'
1519
export type { ParseCredentialRequestReturn } from './credential-request/parse-credential-request'
1620
export type {
1721
RetrieveCredentialsResponseNotOk,

0 commit comments

Comments
 (0)