@sphereon/ssi-types
Advanced tools
Comparing version 0.32.1-feature.VDX.341.57 to 0.32.1-feature.oid4vp.rest.api.improv.bootcamp.187
@@ -12,3 +12,4 @@ export * from './did'; | ||
export * from './metadata-types'; | ||
export * from './status-list'; | ||
export * from './dcql'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -28,3 +28,4 @@ "use strict"; | ||
__exportStar(require("./metadata-types"), exports); | ||
__exportStar(require("./status-list"), exports); | ||
__exportStar(require("./dcql"), exports); | ||
//# sourceMappingURL=index.js.map |
@@ -232,5 +232,2 @@ import { IProofPurpose, IProofType } from './did'; | ||
} | ||
export declare enum StatusListType { | ||
StatusList2021 = "StatusList2021" | ||
} | ||
export type StatusPurpose2021 = 'revocation' | 'suspension' | string; | ||
@@ -237,0 +234,0 @@ export declare enum StatusListCredentialIdMode { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.StatusListDriverType = exports.StatusListCredentialIdMode = exports.StatusListType = exports.JWT_PROOF_TYPE_2020 = void 0; | ||
exports.StatusListDriverType = exports.StatusListCredentialIdMode = exports.JWT_PROOF_TYPE_2020 = void 0; | ||
exports.isWrappedW3CVerifiableCredential = isWrappedW3CVerifiableCredential; | ||
exports.isWrappedW3CVerifiablePresentation = isWrappedW3CVerifiablePresentation; | ||
exports.JWT_PROOF_TYPE_2020 = 'JwtProof2020'; | ||
var StatusListType; | ||
(function (StatusListType) { | ||
StatusListType["StatusList2021"] = "StatusList2021"; | ||
})(StatusListType || (exports.StatusListType = StatusListType = {})); | ||
var StatusListCredentialIdMode; | ||
@@ -12,0 +8,0 @@ (function (StatusListCredentialIdMode) { |
{ | ||
"name": "@sphereon/ssi-types", | ||
"description": "SSI Common Types", | ||
"version": "0.32.1-feature.VDX.341.57+c933fcf4", | ||
"version": "0.32.1-feature.oid4vp.rest.api.improv.bootcamp.187+cb1cb474", | ||
"main": "dist/index.js", | ||
@@ -50,3 +50,3 @@ "types": "dist/index.d.ts", | ||
"nx": {}, | ||
"gitHead": "c933fcf458a0a541de46ee82ac863a8c23c50e82" | ||
"gitHead": "cb1cb474f6b670933f9bd5ea40da9dc421d5585f" | ||
} |
@@ -12,2 +12,3 @@ export * from './did' | ||
export * from './metadata-types' | ||
export * from './status-list' | ||
export * from './dcql' |
@@ -23,3 +23,3 @@ import { IProofPurpose, IProofType } from './did' | ||
id?: string | ||
credentialStatus?: ICredentialStatus | ||
credentialStatus?: ICredentialStatus // | Array<ICredentialStatus> TODO this is only true for VC v2.0 CREATE TICKET BEFORE PR | ||
description?: string | ||
@@ -229,3 +229,3 @@ name?: string | ||
log: [{ id: string; valid: boolean }] | ||
}, | ||
} | ||
] | ||
@@ -281,5 +281,7 @@ | ||
/* FIXME figurae out how to handle this, we can't have duplicates and we need one in ssi-types for the data store logic | ||
export enum StatusListType { | ||
StatusList2021 = 'StatusList2021', | ||
} | ||
*/ | ||
@@ -286,0 +288,0 @@ export type StatusPurpose2021 = 'revocation' | 'suspension' | string |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
368849
118
6393