@sphereon/oid4vci-common
Advanced tools
Comparing version 0.4.1-unstable.298 to 0.4.1-unstable.299
import { ICredential, ICredentialContextType, IVerifiableCredential, W3CVerifiableCredential } from '@sphereon/ssi-types'; | ||
import { ProofOfPossession } from './CredentialIssuance.types'; | ||
import { Oauth2ASWithOID4VCIMetadata } from './OpenID4VCIServerMetadata'; | ||
import { CredentialOfferSession } from './StateManager.types'; | ||
import { IssuerMetadataV1_0_08 } from './v1_0_08.types'; | ||
@@ -76,2 +77,9 @@ import { CredentialRequestV1_0_11 } from './v1_0_11.types'; | ||
export type CredentialDataSupplierInput = string | string[] | object | object[] | Partial<ICredential> | Partial<ICredential>[]; | ||
export type CreateCredentialOfferURIResult = { | ||
uri: string; | ||
session: CredentialOfferSession; | ||
userPin?: string; | ||
userPinLength?: number; | ||
userPinRequired: boolean; | ||
}; | ||
export interface IssuerCredentialDefinition { | ||
@@ -78,0 +86,0 @@ '@context': ICredentialContextType[]; |
@@ -5,2 +5,3 @@ import { ICredential, ICredentialContextType, IVerifiableCredential, W3CVerifiableCredential } from '@sphereon/ssi-types'; | ||
import { Oauth2ASWithOID4VCIMetadata } from './OpenID4VCIServerMetadata'; | ||
import { CredentialOfferSession } from './StateManager.types'; | ||
import { IssuerMetadataV1_0_08 } from './v1_0_08.types'; | ||
@@ -97,2 +98,11 @@ import { CredentialRequestV1_0_11 } from './v1_0_11.types'; | ||
export type CredentialDataSupplierInput = string | string[] | object | object[] | Partial<ICredential> | Partial<ICredential>[]; | ||
export type CreateCredentialOfferURIResult = { | ||
uri: string; | ||
session: CredentialOfferSession; | ||
userPin?: string; | ||
userPinLength?: number; | ||
userPinRequired: boolean; | ||
}; | ||
export interface IssuerCredentialDefinition { | ||
@@ -103,2 +113,3 @@ '@context': ICredentialContextType[]; | ||
} | ||
export interface ErrorResponse extends Response { | ||
@@ -145,2 +156,3 @@ error: string; | ||
} | ||
// export type CredentialSubjectDisplay = NameAndLocale[]; | ||
@@ -147,0 +159,0 @@ |
{ | ||
"name": "@sphereon/oid4vci-common", | ||
"version": "0.4.1-unstable.298+2410210", | ||
"version": "0.4.1-unstable.299+4453aac", | ||
"description": "OpenID 4 Verifiable Credential Issuance Common Types", | ||
@@ -48,3 +48,3 @@ "source": "lib/index.ts", | ||
}, | ||
"gitHead": "2410210b8a553c2e5d2d4202a2ff024ec8b3fd13" | ||
"gitHead": "4453aacdc7fc7b8c67db313153d070f50ec34997" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
236968
3512