@devtron-labs/devtron-fe-common-lib 1.17.1 → 1.17.2
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
@@ -160,6 +160,11 @@ export interface customEnv {
|
|
160
160
|
* @default true
|
161
161
|
*/
|
162
162
|
FEATURE_INTERNET_CONNECTIVITY_ENABLE?: boolean;
|
163
|
+
/**
|
164
|
+
* Show rollout progress if true, else canary step count in status
|
165
|
+
* @default true
|
166
|
+
*/
|
167
|
+
FEATURE_CANARY_ROLLOUT_PROGRESS_ENABLE?: boolean;
|
163
168
|
}
|
164
169
|
declare global {
|
165
170
|
interface Window {
|