@inceptionbg/main 2.0.47 → 2.0.48

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 CHANGED
@@ -1274,7 +1274,7 @@ interface IConditionIndexData {
1274
1274
  }
1275
1275
 
1276
1276
  type IEnv = 'DEV' | 'TEST' | 'PROD' | 'LOCAL' | 'UAT';
1277
- type IServiceApi = 'idm' | 'codebook';
1277
+ type IServiceApi = 'idm' | 'codebook' | 'auditLog';
1278
1278
  type IEnvVar = {
1279
1279
  [env in IEnv]: {
1280
1280
  authApiUrl: string;