Skip to content

Commit

Permalink
chore: replaced the type for VcIssuer to a general type
Browse files Browse the repository at this point in the history
  • Loading branch information
sksadjad committed May 17, 2024
1 parent c3ab207 commit d7a5030
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/issuer/lib/VcIssuer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import {
AUD_ERROR,
CNonceState,
CreateCredentialOfferURIResult,
CREDENTIAL_MISSING_ERROR,
CREDENTIAL_MISSING_ERROR, CredentialConfigurationSupported,
CredentialConfigurationSupportedV1_0_13,
CredentialDataSupplierInput,
CredentialOfferPayloadV1_0_13,
Expand Down Expand Up @@ -32,7 +32,7 @@ import {
TxCode,
TYP_ERROR,
UniformCredentialRequest,
URIState,
URIState
} from '@sphereon/oid4vci-common'
import { CredentialIssuerMetadataOptsV1_0_13 } from '@sphereon/oid4vci-common/dist/types/v1_0_13.types'
import { CompactSdJwtVc, CredentialMapper, W3CVerifiableCredential } from '@sphereon/ssi-types'
Expand Down Expand Up @@ -88,7 +88,7 @@ export class VcIssuer<DIDDoc extends object> {

public async createCredentialOfferURI(opts: {
grants?: Grant
credentials?: Record<string, CredentialConfigurationSupportedV1_0_13>
credentials?: Record<string, CredentialConfigurationSupported>
credentialDefinition?: JsonLdIssuerCredentialDefinition
credentialOfferUri?: string
credentialDataSupplierInput?: CredentialDataSupplierInput // Optional storage that can help the credential Data Supplier. For instance to store credential input data during offer creation, if no additional data can be supplied later on
Expand Down

0 comments on commit d7a5030

Please sign in to comment.