@sphereon/oid4vci-common 0.20.1-next.3 → 0.20.1-next.5
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.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
package/dist/index.d.cts
CHANGED
|
@@ -364,7 +364,7 @@ type CredentialConfigurationSupportedCommonV1_0_15 = {
|
|
|
364
364
|
[x: string]: unknown;
|
|
365
365
|
};
|
|
366
366
|
interface CredentialConfigurationSupportedSdJwtVcV1_0_15 extends CredentialConfigurationSupportedCommonV1_0_15 {
|
|
367
|
-
format: 'dc+sd-jwt';
|
|
367
|
+
format: 'dc+sd-jwt' | 'vc+sd-jwt';
|
|
368
368
|
vct: string;
|
|
369
369
|
claims?: ClaimsDescriptionV1_0_15[];
|
|
370
370
|
order?: string[];
|
package/dist/index.d.ts
CHANGED
|
@@ -364,7 +364,7 @@ type CredentialConfigurationSupportedCommonV1_0_15 = {
|
|
|
364
364
|
[x: string]: unknown;
|
|
365
365
|
};
|
|
366
366
|
interface CredentialConfigurationSupportedSdJwtVcV1_0_15 extends CredentialConfigurationSupportedCommonV1_0_15 {
|
|
367
|
-
format: 'dc+sd-jwt';
|
|
367
|
+
format: 'dc+sd-jwt' | 'vc+sd-jwt';
|
|
368
368
|
vct: string;
|
|
369
369
|
claims?: ClaimsDescriptionV1_0_15[];
|
|
370
370
|
order?: string[];
|