@sphereon/oid4vci-common
Advanced tools
Comparing version 0.4.1-unstable.300 to 0.4.1-unstable.301
@@ -76,3 +76,3 @@ import { ICredential, ICredentialContextType, IVerifiableCredential, W3CVerifiableCredential } from '@sphereon/ssi-types'; | ||
*/ | ||
export type CredentialDataSupplierInput = string | string[] | object | object[] | Partial<ICredential> | Partial<ICredential>[]; | ||
export type CredentialDataSupplierInput = Record<string, string & number & object> & Record<string, string & number & object>[] & object & object[] & Partial<ICredential> & Partial<ICredential>[]; | ||
export type CreateCredentialOfferURIResult = { | ||
@@ -79,0 +79,0 @@ uri: string; |
@@ -96,3 +96,8 @@ import { ICredential, ICredentialContextType, IVerifiableCredential, W3CVerifiableCredential } from '@sphereon/ssi-types'; | ||
*/ | ||
export type CredentialDataSupplierInput = string | string[] | object | object[] | Partial<ICredential> | Partial<ICredential>[]; | ||
export type CredentialDataSupplierInput = Record<string, string & number & object> & | ||
Record<string, string & number & object>[] & | ||
object & | ||
object[] & | ||
Partial<ICredential> & | ||
Partial<ICredential>[]; | ||
@@ -99,0 +104,0 @@ export type CreateCredentialOfferURIResult = { |
{ | ||
"name": "@sphereon/oid4vci-common", | ||
"version": "0.4.1-unstable.300+589491a", | ||
"version": "0.4.1-unstable.301+25d53ba", | ||
"description": "OpenID 4 Verifiable Credential Issuance Common Types", | ||
@@ -48,3 +48,3 @@ "source": "lib/index.ts", | ||
}, | ||
"gitHead": "589491a706823f288ac85159555545e636b24fb2" | ||
"gitHead": "25d53bae682b42d31344055b28c09d0bc9b61472" | ||
} |
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
237207
3517