@aristid/leav-types 0.0.7-8ea6b77 → 0.0.7-90251e6

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.
@@ -42,6 +42,7 @@ export declare namespace auth {
42
42
  let clientId: string;
43
43
  let postLogoutRedirectUri: string;
44
44
  let skipLogoutConfirmationPage: string | boolean;
45
+ let idTokenUserClaim: string;
45
46
  }
46
47
  let testApiKey: string;
47
48
  }
@@ -76,12 +76,14 @@ export interface IAuth {
76
76
  clientId?: string;
77
77
  postLogoutRedirectUri?: string;
78
78
  skipLogoutConfirmationPage?: boolean;
79
+ idTokenUserClaim?: string;
79
80
  } | {
80
81
  enable: true;
81
82
  wellKnownEndpoint: string;
82
83
  clientId: string;
83
84
  postLogoutRedirectUri: string;
84
85
  skipLogoutConfirmationPage?: boolean;
86
+ idTokenUserClaim: string;
85
87
  };
86
88
  testApiKey?: string;
87
89
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aristid/leav-types",
3
- "version": "0.0.7-8ea6b77",
3
+ "version": "0.0.7-90251e6",
4
4
  "description": "Shared Leav types",
5
5
  "scripts": {
6
6
  "tscheck": "",