@devtron-labs/devtron-fe-common-lib 1.2.5-beta-1 → 1.2.5-beta-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.
@@ -53,4 +53,3 @@ export * from './SegmentedBarChart';
53
53
  export * from './CodeEditor';
54
54
  export * from './AppStatus';
55
55
  export * from './Tooltip';
56
- export * from './SegmentedControl';
@@ -11,7 +11,7 @@ export interface ImageCardAccordionProps extends MaterialSecurityInfoType {
11
11
  isScanned: boolean;
12
12
  isScanEnabled: boolean;
13
13
  SecurityModalSidebar: React.FC<SidebarPropsType>;
14
- getSecurityScan: (props: Pick<AppDetailsPayload, 'appId' | 'envId' | 'artifactId'>) => Promise<ResponseType<ApiResponseResultType>>;
14
+ getSecurityScan: (props: Pick<AppDetailsPayload, 'appId' | 'artifactId'>) => Promise<ResponseType<ApiResponseResultType>>;
15
15
  }
16
16
  export interface SecurityDetailsType {
17
17
  vulnerabilities: VulnerabilityType[];
@@ -585,7 +585,6 @@ export declare enum ConfigurationType {
585
585
  GUI = "GUI",
586
586
  YAML = "YAML"
587
587
  }
588
- export declare const CONFIGURATION_TYPE_OPTIONS: OptionType<ConfigurationType, ConfigurationType>[];
589
588
  export interface BaseURLParams {
590
589
  appId: string;
591
590
  envId: string;