@sphereon/did-auth-siop-web-demo-shared 0.1.3-next.23 → 0.1.3-next.24

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +1,10 @@
1
1
  import { ClaimPayloadCommonOpts } from "@sphereon/did-auth-siop";
2
+ export interface GenerateAuthRequestURIResponse {
3
+ correlationId: string;
4
+ definitionId: string;
5
+ authRequestURI: string;
6
+ authStatusURI: string;
7
+ }
2
8
  export declare class StateMapping {
3
9
  redirectUrl?: string;
4
10
  stateId?: string;
package/dist/index.js CHANGED
@@ -1,11 +1,7 @@
1
1
  "use strict";
2
2
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
3
  if (k2 === undefined) k2 = k;
4
- var desc = Object.getOwnPropertyDescriptor(m, k);
5
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
- desc = { enumerable: true, get: function() { return m[k]; } };
7
- }
8
- Object.defineProperty(o, k2, desc);
4
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
9
5
  }) : (function(o, m, k, k2) {
10
6
  if (k2 === undefined) k2 = k;
11
7
  o[k2] = m[k];
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.23",
3
+ "version": "0.1.3-next.24",
4
4
  "description": "Shared types between modules",
5
5
  "main": "dist/index.js",
6
6
  "typings": "dist/index.d.ts",