@devtron-labs/devtron-fe-common-lib 1.18.0 → 1.18.1
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 +5 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
@@ -166,6 +166,11 @@ export interface customEnv {
|
|
166
166
|
* @default false
|
167
167
|
*/
|
168
168
|
FEATURE_GROUPED_APP_LIST_FILTERS_ENABLE?: boolean;
|
169
|
+
/**
|
170
|
+
* Show rollout progress if true, else canary step count in status
|
171
|
+
* @default true
|
172
|
+
*/
|
173
|
+
FEATURE_CANARY_ROLLOUT_PROGRESS_ENABLE?: boolean;
|
169
174
|
}
|
170
175
|
declare global {
|
171
176
|
interface Window {
|