@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.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): "vc+sd-jwt" | "mso_mdoc" | "ldp_vc" | "ldp_vp" | "jwt_vc_json" | "jwt_vp_json";
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): "vc+sd-jwt" | "mso_mdoc" | "ldp_vc" | "ldp_vp" | "jwt_vc_json" | "jwt_vp_json";
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 "vc+sd-jwt";
80
+ return "dc+sd-jwt";
81
81
  case "MSO_MDOC":
82
82
  return "mso_mdoc";
83
83
  case "JSON_LD":