@sphereon/did-auth-siop-web-demo-shared 0.1.3-next.29 → 0.1.3-next.31

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