@sphereon/oid4vci-common
Advanced tools
Comparing version 0.7.1-next.26 to 0.7.1-unstable.18
@@ -33,2 +33,5 @@ import { ICredentialContextType, IVerifiableCredential, W3CVerifiableCredential } from '@sphereon/ssi-types'; | ||
}; | ||
export interface CredentialSupplierConfig { | ||
[key: string]: any; | ||
} | ||
export interface CredentialIssuerMetadataOpts { | ||
@@ -42,2 +45,3 @@ credential_endpoint?: string; | ||
display?: MetadataDisplay[]; | ||
credential_supplier_config?: CredentialSupplierConfig; | ||
} | ||
@@ -44,0 +48,0 @@ export interface CredentialIssuerMetadata extends CredentialIssuerMetadataOpts, Partial<AuthorizationServerMetadata> { |
@@ -44,2 +44,6 @@ import { ICredentialContextType, IVerifiableCredential, W3CVerifiableCredential } from '@sphereon/ssi-types'; | ||
export interface CredentialSupplierConfig { | ||
[key: string]: any; // This allows additional properties for credential suppliers | ||
} | ||
export interface CredentialIssuerMetadataOpts { | ||
@@ -53,2 +57,3 @@ credential_endpoint?: string; // REQUIRED. URL of the Credential Issuer's Credential Endpoint. This URL MUST use the https scheme and MAY contain port, path and query parameter components. | ||
display?: MetadataDisplay[]; // An array of objects, where each object contains display properties of a Credential Issuer for a certain language. Below is a non-exhaustive list of valid parameters that MAY be included: | ||
credential_supplier_config?: CredentialSupplierConfig | ||
} | ||
@@ -55,0 +60,0 @@ |
{ | ||
"name": "@sphereon/oid4vci-common", | ||
"version": "0.7.1-next.26+71293c0", | ||
"version": "0.7.1-unstable.18+9bde31c", | ||
"description": "OpenID 4 Verifiable Credential Issuance Common Types", | ||
@@ -49,3 +49,3 @@ "source": "lib/index.ts", | ||
}, | ||
"gitHead": "71293c0cf460aa18f49bd3ee16ecbda9d7d52dd4" | ||
"gitHead": "9bde31c9c3df1ad2586778432d296808be8de478" | ||
} |
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
242556
3632