@sphereon/ssi-sdk.data-store 0.34.1-feature.SSISDK.13.47 → 0.34.1-feature.SSISDK.13.51
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +7 -7
- package/src/types/digitalCredential/enums.ts +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -215,7 +215,7 @@ declare enum CredentialDocumentFormat {
|
|
|
215
215
|
}
|
|
216
216
|
declare namespace CredentialDocumentFormat {
|
|
217
217
|
function fromSpecValue(credentialFormat: string): CredentialDocumentFormat;
|
|
218
|
-
function toSpecValue(documentFormat: CredentialDocumentFormat, documentType: DocumentType): "
|
|
218
|
+
function toSpecValue(documentFormat: CredentialDocumentFormat, documentType: DocumentType): "dc+sd-jwt" | "mso_mdoc" | "ldp_vc" | "ldp_vp" | "jwt_vc_json" | "jwt_vp_json";
|
|
219
219
|
}
|
|
220
220
|
declare enum CredentialCorrelationType {
|
|
221
221
|
DID = "DID",
|
package/dist/index.d.ts
CHANGED
|
@@ -215,7 +215,7 @@ declare enum CredentialDocumentFormat {
|
|
|
215
215
|
}
|
|
216
216
|
declare namespace CredentialDocumentFormat {
|
|
217
217
|
function fromSpecValue(credentialFormat: string): CredentialDocumentFormat;
|
|
218
|
-
function toSpecValue(documentFormat: CredentialDocumentFormat, documentType: DocumentType): "
|
|
218
|
+
function toSpecValue(documentFormat: CredentialDocumentFormat, documentType: DocumentType): "dc+sd-jwt" | "mso_mdoc" | "ldp_vc" | "ldp_vp" | "jwt_vc_json" | "jwt_vp_json";
|
|
219
219
|
}
|
|
220
220
|
declare enum CredentialCorrelationType {
|
|
221
221
|
DID = "DID",
|
package/dist/index.js
CHANGED
|
@@ -77,7 +77,7 @@ var CredentialDocumentFormat = /* @__PURE__ */ function(CredentialDocumentFormat
|
|
|
77
77
|
function toSpecValue(documentFormat, documentType) {
|
|
78
78
|
switch (documentFormat) {
|
|
79
79
|
case "SD_JWT":
|
|
80
|
-
return "
|
|
80
|
+
return "dc+sd-jwt";
|
|
81
81
|
case "MSO_MDOC":
|
|
82
82
|
return "mso_mdoc";
|
|
83
83
|
case "JSON_LD":
|