@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.
- package/dist/index.d.ts +1 -2
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/types/global.d.ts +1 -1
- package/package.json +1 -1
package/dist/types/global.d.ts
CHANGED
|
@@ -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;
|