@sphereon/oid4vci-common 0.20.1-next.5 → 0.20.1
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 +2 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.js.map +1 -1
- package/package.json +4 -4
package/dist/index.d.cts
CHANGED
|
@@ -116,6 +116,7 @@ interface EndpointMetadata {
|
|
|
116
116
|
token_endpoint: string;
|
|
117
117
|
credential_endpoint: string;
|
|
118
118
|
deferred_credential_endpoint?: string;
|
|
119
|
+
notification_endpoint?: string;
|
|
119
120
|
authorization_server?: string;
|
|
120
121
|
authorization_endpoint?: string;
|
|
121
122
|
authorization_challenge_endpoint?: string;
|
|
@@ -656,7 +657,7 @@ type CredentialOfferMode = 'VALUE' | 'REFERENCE';
|
|
|
656
657
|
* Important Note: please be aware that these Common interfaces are based on versions v1_0.11 and v1_0.09
|
|
657
658
|
*/
|
|
658
659
|
interface ImageInfo {
|
|
659
|
-
|
|
660
|
+
uri?: string;
|
|
660
661
|
alt_text?: string;
|
|
661
662
|
[key: string]: unknown;
|
|
662
663
|
}
|
package/dist/index.d.ts
CHANGED
|
@@ -116,6 +116,7 @@ interface EndpointMetadata {
|
|
|
116
116
|
token_endpoint: string;
|
|
117
117
|
credential_endpoint: string;
|
|
118
118
|
deferred_credential_endpoint?: string;
|
|
119
|
+
notification_endpoint?: string;
|
|
119
120
|
authorization_server?: string;
|
|
120
121
|
authorization_endpoint?: string;
|
|
121
122
|
authorization_challenge_endpoint?: string;
|
|
@@ -656,7 +657,7 @@ type CredentialOfferMode = 'VALUE' | 'REFERENCE';
|
|
|
656
657
|
* Important Note: please be aware that these Common interfaces are based on versions v1_0.11 and v1_0.09
|
|
657
658
|
*/
|
|
658
659
|
interface ImageInfo {
|
|
659
|
-
|
|
660
|
+
uri?: string;
|
|
660
661
|
alt_text?: string;
|
|
661
662
|
[key: string]: unknown;
|
|
662
663
|
}
|