@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.
- package/dist/{@code-editor-BXzLnnOG.js → @code-editor-FfpW9Zgu.js} +803 -853
- package/dist/{@common-rjsf-BQcgb0iz.js → @common-rjsf-BPMGz1JV.js} +2 -2
- package/dist/{@framer-motion-DHY98qq3.js → @framer-motion-ttHHVvcU.js} +1 -1
- package/dist/{@react-dates-WNnwjI5S.js → @react-dates-BYL_9BKq.js} +20 -20
- package/dist/{@react-select-BbR996pa.js → @react-select-C2X4wjQ5.js} +1 -1
- package/dist/{@vendor-RU8AW1bK.js → @vendor-qw62fvSw.js} +3909 -3948
- package/dist/Common/index.d.ts +0 -1
- package/dist/Shared/Components/ImageCardAccordion/types.d.ts +1 -1
- package/dist/Shared/types.d.ts +0 -1
- package/dist/index.js +545 -547
- package/package.json +1 -1
- package/dist/Common/SegmentedControl/SegmentedControl.component.d.ts +0 -3
- package/dist/Common/SegmentedControl/index.d.ts +0 -2
- package/dist/Common/SegmentedControl/types.d.ts +0 -9
package/dist/Common/index.d.ts
CHANGED
|
@@ -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' | '
|
|
14
|
+
getSecurityScan: (props: Pick<AppDetailsPayload, 'appId' | 'artifactId'>) => Promise<ResponseType<ApiResponseResultType>>;
|
|
15
15
|
}
|
|
16
16
|
export interface SecurityDetailsType {
|
|
17
17
|
vulnerabilities: VulnerabilityType[];
|
package/dist/Shared/types.d.ts
CHANGED
|
@@ -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;
|