@inceptionbg/main 2.0.84 → 2.0.85
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 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/types/global.d.ts +7 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1267,7 +1267,7 @@ interface IConditionIndexData {
|
|
|
1267
1267
|
}
|
|
1268
1268
|
|
|
1269
1269
|
type IEnv = 'DEV' | 'TEST' | 'PROD' | 'LOCAL' | 'UAT' | 'TEST_PPLCG';
|
|
1270
|
-
type IServiceApi = 'idm' | 'codebook' | 'auditLog' | 'notifications' | 'indexData';
|
|
1270
|
+
type IServiceApi = 'idm' | 'codebook' | 'auditLog' | 'notifications' | 'indexData' | 'registration';
|
|
1271
1271
|
type IEnvVar = {
|
|
1272
1272
|
[env in IEnv]: {
|
|
1273
1273
|
authApiUrl: string;
|