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

Sign up to get free protection for your applications and to get access to all the features.
@@ -28,30 +28,3 @@ export interface AuthStatusResponse {
28
28
  definitionId: string;
29
29
  lastUpdated: number;
30
30
  }
31
- export declare class StateMapping {
32
- redirectUrl?: string;
33
- stateId?: string;
34
- requestorDID?: string;
35
- sessionId?: string;
36
- pollCount?: number;
37
- authRequestCreated: boolean;
38
- authResponse?: AuthResponse;
39
- claims?: ClaimPayloadCommonOpts;
40
- }
41
- export declare class AuthResponse {
42
- constructor(kvkNummer: string);
43
- naam: string;
44
- kvkNummer: string;
45
- rechtsvorm: string;
46
- straatnaam?: string;
47
- aanduidingBijHuisnummer?: string;
48
- huisnummer: string;
49
- huisnummerToevoeging?: string;
50
- huisletter?: string;
51
- postbusnummer?: string;
52
- postcode: string;
53
- plaats: string;
54
- bagId?: string;
55
- datumAkteOprichting: string;
56
- token?: string;
57
- }
@@ -1,16 +1,2 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.AuthResponse = exports.StateMapping = void 0;
4
- class StateMapping {
5
- constructor() {
6
- this.authRequestCreated = false;
7
- }
8
- }
9
- exports.StateMapping = StateMapping;
10
- class AuthResponse {
11
- constructor(kvkNummer) {
12
- this.kvkNummer = kvkNummer;
13
- // this.userName = userName;
14
- }
15
- }
16
- exports.AuthResponse = AuthResponse;
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.27",
3
+ "version": "0.1.3-next.29",
4
4
  "description": "Shared types between modules",
5
5
  "main": "dist/index.js",
6
6
  "typings": "dist/index.d.ts",
@@ -8,7 +8,7 @@
8
8
  "license": "Apache-2.0",
9
9
  "private": false,
10
10
  "dependencies": {
11
- "@sphereon/did-auth-siop": "^0.3.0-unstable.28"
11
+ "@sphereon/did-auth-siop": "^0.3.0-unstable.30"
12
12
  },
13
13
  "scripts": {
14
14
  "build": "tsc -b"