@inceptionbg/main 2.0.90 → 2.0.92

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.
@@ -17,6 +17,7 @@ type IModuleId = (typeof ModuleIds)[number];
17
17
 
18
18
  type IEnv = 'DEV' | 'TEST' | 'PROD' | 'LOCAL' | 'UAT' | 'TEST_PPLCG';
19
19
  type IServiceApi =
20
+ | 'auth'
20
21
  | 'idm'
21
22
  | 'codebook'
22
23
  | 'auditLog'
@@ -644,7 +645,6 @@ declare global {
644
645
  var api: {
645
646
  apiUrl: string;
646
647
  clientId: string;
647
- authApiUrl?: string;
648
648
  authScope?: string;
649
649
  additionalScopes?: string[];
650
650
  redirectUrl?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inceptionbg/main",
3
- "version": "2.0.90",
3
+ "version": "2.0.92",
4
4
  "description": "Main app wrapper for Inception ecosystem",
5
5
  "type": "module",
6
6
  "files": [