@inceptionbg/main 2.0.58 → 2.0.60

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/axios.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- type IServiceApi = 'idm' | 'codebook' | 'auditLog' | 'notifications';
1
+ type IServiceApi = 'idm' | 'codebook' | 'auditLog' | 'notifications' | 'indexData';
2
2
 
3
3
  // TypeScript Version: 4.7
4
4
  type AxiosHeaderValue = AxiosHeaders | string | string[] | number | boolean | null;
package/dist/index.d.ts CHANGED
@@ -1259,7 +1259,7 @@ interface IConditionIndexData {
1259
1259
  }
1260
1260
 
1261
1261
  type IEnv = 'DEV' | 'TEST' | 'PROD' | 'LOCAL' | 'UAT';
1262
- type IServiceApi = 'idm' | 'codebook' | 'auditLog' | 'notifications';
1262
+ type IServiceApi = 'idm' | 'codebook' | 'auditLog' | 'notifications' | 'indexData';
1263
1263
  type IEnvVar = {
1264
1264
  [env in IEnv]: {
1265
1265
  authApiUrl: string;