@sphereon/did-auth-siop-web-demo-shared 0.1.3-next.30 → 0.1.3-next.32

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +1,4 @@
1
- import { AuthorizationResponse } from "@sphereon/did-auth-siop";
1
+ import { AuthorizationResponsePayload } from "@sphereon/did-auth-siop";
2
2
  export interface ClaimPayloadCommonOpts {
3
3
  [x: string]: any;
4
4
  }
@@ -28,5 +28,5 @@ export interface AuthStatusResponse {
28
28
  error?: string;
29
29
  definitionId: string;
30
30
  lastUpdated: number;
31
- authorizationResponse?: AuthorizationResponse;
31
+ payload?: AuthorizationResponsePayload;
32
32
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sphereon/did-auth-siop-web-demo-shared",
3
- "version": "0.1.3-next.30",
3
+ "version": "0.1.3-next.32",
4
4
  "description": "Shared types between modules",
5
5
  "main": "dist/index.js",
6
6
  "typings": "dist/index.d.ts",