@sphereon/oid4vci-common 0.20.1-fix.1 → 0.20.1-fix.9

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
@@ -365,7 +365,7 @@ type CredentialConfigurationSupportedCommonV1_0_15 = {
365
365
  [x: string]: unknown;
366
366
  };
367
367
  interface CredentialConfigurationSupportedSdJwtVcV1_0_15 extends CredentialConfigurationSupportedCommonV1_0_15 {
368
- format: 'dc+sd-jwt';
368
+ format: 'dc+sd-jwt' | 'vc+sd-jwt';
369
369
  vct: string;
370
370
  claims?: ClaimsDescriptionV1_0_15[];
371
371
  order?: string[];
@@ -657,7 +657,7 @@ type CredentialOfferMode = 'VALUE' | 'REFERENCE';
657
657
  * Important Note: please be aware that these Common interfaces are based on versions v1_0.11 and v1_0.09
658
658
  */
659
659
  interface ImageInfo {
660
- url?: string;
660
+ uri?: string;
661
661
  alt_text?: string;
662
662
  [key: string]: unknown;
663
663
  }
package/dist/index.d.ts CHANGED
@@ -365,7 +365,7 @@ type CredentialConfigurationSupportedCommonV1_0_15 = {
365
365
  [x: string]: unknown;
366
366
  };
367
367
  interface CredentialConfigurationSupportedSdJwtVcV1_0_15 extends CredentialConfigurationSupportedCommonV1_0_15 {
368
- format: 'dc+sd-jwt';
368
+ format: 'dc+sd-jwt' | 'vc+sd-jwt';
369
369
  vct: string;
370
370
  claims?: ClaimsDescriptionV1_0_15[];
371
371
  order?: string[];
@@ -657,7 +657,7 @@ type CredentialOfferMode = 'VALUE' | 'REFERENCE';
657
657
  * Important Note: please be aware that these Common interfaces are based on versions v1_0.11 and v1_0.09
658
658
  */
659
659
  interface ImageInfo {
660
- url?: string;
660
+ uri?: string;
661
661
  alt_text?: string;
662
662
  [key: string]: unknown;
663
663
  }