@sphereon/ssi-types
Advanced tools
Comparing version 0.8.1-next.3 to 0.8.1-next.6
@@ -8,3 +8,3 @@ import { PresentationSubmission } from './pex'; | ||
credentialSubject: ICredentialSubject; | ||
id: string; | ||
id?: string; | ||
'@context': ICredentialContextType[] | ICredentialContextType; | ||
@@ -59,2 +59,3 @@ credentialStatus?: ICredentialStatus; | ||
export interface IPresentation { | ||
id?: string; | ||
'@context': ICredentialContextType | ICredentialContextType[]; | ||
@@ -61,0 +62,0 @@ type: string[]; |
{ | ||
"name": "@sphereon/ssi-types", | ||
"description": "SSI Common Types", | ||
"version": "0.8.1-next.3+0c75aaa", | ||
"version": "0.8.1-next.6+27069f8", | ||
"main": "dist/index.js", | ||
@@ -27,3 +27,3 @@ "types": "dist/index.d.ts", | ||
"keywords": [], | ||
"gitHead": "0c75aaa73635bb037c226183071e10a184dfe549" | ||
"gitHead": "27069f85062685aa678ccb7846cefb84b253990f" | ||
} |
@@ -14,3 +14,3 @@ import { PresentationSubmission } from './pex' | ||
// If jti is present, the value MUST be used to set the value of the id property of the new JSON object. | ||
id: string | ||
id?: string | ||
'@context': ICredentialContextType[] | ICredentialContextType | ||
@@ -80,2 +80,3 @@ credentialStatus?: ICredentialStatus | ||
export interface IPresentation { | ||
id?: string | ||
'@context': ICredentialContextType | ICredentialContextType[] | ||
@@ -82,0 +83,0 @@ type: string[] |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
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
40917
572