@devtron-labs/devtron-fe-common-lib 4.0.8 → 4.0.10

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.
@@ -176,6 +176,7 @@ export interface customEnv {
176
176
  FEATURE_ATHENA_DEBUG_MODE_ENABLE?: boolean;
177
177
  /** Org ID for grafana */
178
178
  GRAFANA_ORG_ID?: number;
179
+ FEATURE_AUDIT_LOG_ENABLE?: boolean;
179
180
  }
180
181
  export declare enum InstallationType {
181
182
  OSS_KUBECTL = "oss_kubectl",
package/dist/index.d.ts CHANGED
@@ -174,6 +174,7 @@ export interface customEnv {
174
174
  * @default false
175
175
  */
176
176
  FEATURE_NODE_AUTOSCALER_ENABLE?: boolean;
177
+ FEATURE_AUDIT_LOG_ENABLE?: boolean;
177
178
  }
178
179
  declare global {
179
180
  interface Window {