@devtron-labs/devtron-fe-common-lib 1.12.0-pre-7 → 1.12.0-pre-8

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.
@@ -1,4 +1,4 @@
1
- import { OptionType } from '../Common/Types';
1
+ import { DeploymentNodeType, OptionType } from '../Common/Types';
2
2
  import { CDMaterialSidebarType, ConfigKeysWithLockType, ConfigurationType } from './types';
3
3
  export declare const ARTIFACT_STATUS: {
4
4
  PROGRESSING: string;
@@ -435,3 +435,4 @@ export declare const Routes: {
435
435
  };
436
436
  export declare const ENTERPRISE_SUPPORT_LINK = "enterprise@devtron.ai";
437
437
  export declare const INVALID_LICENSE_KEY = "inValid";
438
+ export declare const DEPLOYMENT_STAGE_TO_NODE_MAP: Readonly<Record<DeploymentStageType, DeploymentNodeType>>;
package/dist/index.d.ts CHANGED
@@ -133,7 +133,6 @@ export interface customEnv {
133
133
  FEATURE_APPLICATION_TEMPLATES_ENABLE?: boolean;
134
134
  GATEKEEPER_URL?: string;
135
135
  FEATURE_AI_INTEGRATION_ENABLE?: boolean;
136
- LOGIN_PAGE_IMAGE?: string;
137
136
  }
138
137
  declare global {
139
138
  interface Window {