@sphereon/oid4vci-common 0.20.1-fix.1 → 0.20.1-next.3

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
@@ -116,7 +116,6 @@ interface EndpointMetadata {
116
116
  token_endpoint: string;
117
117
  credential_endpoint: string;
118
118
  deferred_credential_endpoint?: string;
119
- notification_endpoint?: string;
120
119
  authorization_server?: string;
121
120
  authorization_endpoint?: string;
122
121
  authorization_challenge_endpoint?: string;
package/dist/index.d.ts CHANGED
@@ -116,7 +116,6 @@ interface EndpointMetadata {
116
116
  token_endpoint: string;
117
117
  credential_endpoint: string;
118
118
  deferred_credential_endpoint?: string;
119
- notification_endpoint?: string;
120
119
  authorization_server?: string;
121
120
  authorization_endpoint?: string;
122
121
  authorization_challenge_endpoint?: string;