@devtron-labs/devtron-fe-common-lib 1.12.0 → 1.13.0-beta-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/{@code-editor-BX93G51P.js → @common-rjsf-DHa4CNIm.js} +15141 -14159
- package/dist/{@framer-motion-BaOj5B1h.js → @framer-motion-Hh5HoZEj.js} +1 -1
- package/dist/{@react-dates-CdRpENvm.js → @react-dates-RAg1eRYJ.js} +14 -14
- package/dist/{@react-select-BLSAqXV1.js → @react-select-Cyc43HrK.js} +1 -1
- package/dist/{@react-virtualized-sticky-tree-BLmFnJWD.js → @react-virtualized-sticky-tree-Cby7tsJ8.js} +1 -1
- package/dist/{@vendor-SjXFleuT.js → @vendor-BZpoz8Ez.js} +18390 -19220
- package/dist/Common/CIPipeline.Types.d.ts +20 -19
- package/dist/Common/Checkbox/Checkbox.d.ts +2 -0
- package/dist/Common/Checkbox/index.d.ts +1 -0
- package/dist/Common/Common.service.d.ts +2 -1
- package/dist/Common/Constants.d.ts +4 -2
- package/dist/Common/Drawer/index.d.ts +1 -0
- package/dist/Common/EmptyState/index.d.ts +2 -0
- package/dist/Common/Helper.d.ts +5 -1
- package/dist/Common/Hooks/UseRegisterShortcut/utils.d.ts +1 -1
- package/dist/Common/RJSF/Form.d.ts +1 -1
- package/dist/Common/Toggle/Toggle.d.ts +4 -1
- package/dist/Common/Types.d.ts +16 -10
- package/dist/Common/index.d.ts +2 -4
- package/dist/Shared/Components/AboutDevtron/AboutDevtronBody.d.ts +4 -0
- package/dist/Shared/Components/AboutDevtron/AboutDevtronDialog.d.ts +5 -0
- package/dist/Shared/Components/AboutDevtron/index.d.ts +2 -0
- package/dist/Shared/Components/AnimatedDeployButton/AnimatedDeployButton.d.ts +1 -1
- package/dist/Shared/Components/AnimatedDeployButton/types.d.ts +6 -0
- package/dist/Shared/Components/AppStatusModal/AppStatusBody.d.ts +2 -0
- package/dist/Shared/Components/AppStatusModal/AppStatusContent.d.ts +3 -0
- package/dist/Shared/Components/AppStatusModal/AppStatusModal.component.d.ts +3 -0
- package/dist/Shared/Components/AppStatusModal/AppStatusModalTabList.d.ts +3 -0
- package/dist/Shared/Components/AppStatusModal/constants.d.ts +4 -0
- package/dist/Shared/Components/AppStatusModal/index.d.ts +3 -0
- package/dist/Shared/Components/AppStatusModal/service.d.ts +4 -0
- package/dist/Shared/Components/AppStatusModal/types.d.ts +78 -0
- package/dist/Shared/Components/AppStatusModal/utils.d.ts +8 -0
- package/dist/Shared/Components/Button/types.d.ts +3 -1
- package/dist/Shared/Components/CICDHistory/Artifacts.d.ts +1 -1
- package/dist/Shared/Components/CICDHistory/DeploymentDetailSteps.d.ts +1 -1
- package/dist/Shared/Components/CICDHistory/DeploymentStatusBreakdown.d.ts +1 -1
- package/dist/Shared/Components/CICDHistory/DeploymentStatusDetailRow.d.ts +1 -1
- package/dist/Shared/Components/CICDHistory/History.components.d.ts +1 -1
- package/dist/Shared/Components/CICDHistory/constants.d.ts +1 -0
- package/dist/Shared/Components/CICDHistory/index.d.ts +0 -1
- package/dist/Shared/Components/CICDHistory/service.d.ts +3 -0
- package/dist/Shared/Components/CICDHistory/types.d.ts +15 -79
- package/dist/Shared/Components/CICDHistory/utils.d.ts +7 -3
- package/dist/Shared/Components/CMCS/constants.d.ts +2 -2
- package/dist/Shared/Components/CMCS/utils.d.ts +4 -3
- package/dist/{Common/CodeMirror → Shared/Components/CodeEditor}/types.d.ts +3 -3
- package/dist/Shared/Components/DeploymentStatusBreakdown/constants.d.ts +10 -0
- package/dist/Shared/Components/DeploymentStatusBreakdown/index.d.ts +3 -0
- package/dist/Shared/Components/DeploymentStatusBreakdown/types.d.ts +22 -0
- package/dist/Shared/Components/DeploymentStatusBreakdown/utils.d.ts +20 -0
- package/dist/Shared/Components/DynamicDataTable/DynamicDataTable.d.ts +1 -1
- package/dist/Shared/Components/DynamicDataTable/DynamicDataTableHeader.d.ts +1 -1
- package/dist/Shared/Components/DynamicDataTable/DynamicDataTableRow.d.ts +1 -1
- package/dist/Shared/Components/DynamicDataTable/types.d.ts +8 -2
- package/dist/Shared/Components/Error/ErrorBar.d.ts +1 -1
- package/dist/Shared/Components/Error/types.d.ts +4 -0
- package/dist/Shared/Components/Error/utils.d.ts +1 -0
- package/dist/Shared/Components/FramerComponents/index.d.ts +2 -2
- package/dist/Shared/Components/Header/PageHeader.d.ts +1 -1
- package/dist/Shared/Components/Header/types.d.ts +0 -1
- package/dist/Shared/Components/Icon/Icon.d.ts +34 -1
- package/dist/Shared/Components/Icon/IconBase.d.ts +1 -1
- package/dist/Shared/Components/Icon/types.d.ts +2 -1
- package/dist/Shared/Components/InfoBlock/constants.d.ts +2 -2
- package/dist/Shared/Components/InfoBlock/types.d.ts +2 -2
- package/dist/Shared/Components/InfoIconTippy/InfoIconTippy.d.ts +1 -1
- package/dist/Shared/Components/KeyValueTable/KeyValueTable.component.d.ts +1 -1
- package/dist/Shared/Components/KeyValueTable/KeyValueTable.types.d.ts +75 -78
- package/dist/Shared/Components/KeyValueTable/index.d.ts +1 -1
- package/dist/Shared/Components/KeyValueTable/utils.d.ts +13 -0
- package/dist/Shared/Components/License/index.d.ts +1 -1
- package/dist/Shared/Components/License/utils.d.ts +2 -1
- package/dist/Shared/Components/Security/SecurityModal/utils.d.ts +1 -1
- package/dist/Shared/Components/TabGroup/TabGroup.component.d.ts +1 -1
- package/dist/Shared/Components/TabGroup/TabGroup.helpers.d.ts +1 -1
- package/dist/Shared/Components/TabGroup/TabGroup.types.d.ts +36 -12
- package/dist/Shared/Components/TabGroup/TabGroup.utils.d.ts +1 -1
- package/dist/Shared/Components/UserIdentifier/UserIdentifier.d.ts +2 -0
- package/dist/Shared/Components/UserIdentifier/index.d.ts +2 -0
- package/dist/Shared/Components/UserIdentifier/types.d.ts +11 -0
- package/dist/Shared/Components/index.d.ts +5 -2
- package/dist/Shared/Helpers.d.ts +2 -2
- package/dist/Shared/Providers/index.d.ts +1 -1
- package/dist/Shared/Providers/types.d.ts +13 -1
- package/dist/Shared/Services/app.types.d.ts +2 -6
- package/dist/Shared/constants.d.ts +20 -24
- package/dist/Shared/types.d.ts +109 -2
- package/dist/assets/@common-rjsf.css +1 -1
- package/dist/assets/ic-amazon-eks.13404569.svg +5 -0
- package/dist/assets/ic-arrow-square-out.59bb549a.svg +3 -0
- package/dist/assets/ic-azure-aks.a9e437d5.svg +46 -0
- package/dist/assets/{ic-timeout-red.5eda1010.svg → ic-bulk-check.0f698efa.svg} +4 -4
- package/dist/assets/{ic-memory.c4159f96.svg → ic-bulk-check.99e92f7a.svg} +5 -3
- package/dist/assets/ic-caret-down-small.7c4f88bf.svg +3 -0
- package/dist/assets/ic-caret-right.0ff813c2.svg +3 -0
- package/dist/assets/ic-celebration.77350694.svg +238 -0
- package/dist/assets/ic-checkbox-hover.0151d832.svg +20 -0
- package/dist/assets/ic-checkbox-hover.93e8d66a.svg +20 -0
- package/dist/assets/ic-checkbox-intermediate.24c6d21d.svg +22 -0
- package/dist/assets/ic-checkbox-intermediate.2a2d6c49.svg +22 -0
- package/dist/assets/ic-checkbox-selected.47444fab.svg +20 -0
- package/dist/assets/ic-checkbox-selected.c5539d6f.svg +20 -0
- package/dist/assets/{ic-check-grey.f556e371.svg → ic-checkbox-unselected.8054e3d7.svg} +2 -4
- package/dist/assets/ic-checkbox-unselected.ab91cdba.svg +19 -0
- package/dist/assets/ic-checks.d276fd05.svg +3 -0
- package/dist/assets/ic-cloud-vms.27ea954e.svg +5 -0
- package/dist/assets/ic-cpu.07ca0915.svg +3 -0
- package/dist/assets/ic-disconnect.26bad827.svg +3 -0
- package/dist/assets/ic-expand-right-sm.9b347d49.svg +3 -0
- package/dist/assets/ic-expand-sm.a9a724f8.svg +3 -0
- package/dist/assets/ic-gift-gradient.7690a246.svg +9 -0
- package/dist/assets/ic-gift.9b048fc7.svg +3 -0
- package/dist/assets/ic-gitlab.ac331d67.svg +31 -0
- package/dist/assets/ic-google-gke.07314724.svg +9 -0
- package/dist/assets/ic-hand-pointing.aff70667.svg +4 -0
- package/dist/assets/ic-help-filled.4468cdf1.svg +4 -0
- package/dist/assets/{ic-info-filled.9277eb13.svg → ic-info-filled.763be331.svg} +1 -1
- package/dist/assets/ic-install.28c3beec.svg +3 -0
- package/dist/assets/ic-k3s.7f4bf72d.svg +3 -0
- package/dist/assets/ic-key.8c76fb61.svg +3 -0
- package/dist/assets/ic-kind.bd8ee992.svg +9 -0
- package/dist/assets/ic-laptop.485e21b4.svg +3 -0
- package/dist/assets/ic-man-on-rocket.7f67e914.svg +94 -0
- package/dist/assets/ic-megaphone-left.6b2a00b7.svg +3 -0
- package/dist/assets/ic-memory.82ba7e9b.svg +3 -0
- package/dist/assets/ic-minikube.d9ff1575.svg +9 -0
- package/dist/assets/ic-mobile.7c649251.svg +4 -0
- package/dist/assets/ic-rocket-launch.1d407c66.svg +3 -0
- package/dist/assets/{ic-timeout-two-dash.9a580698.svg → ic-selected.3a29e244.svg} +2 -3
- package/dist/assets/ic-sparkle-color.01c0be88.svg +1 -0
- package/dist/assets/ic-thumb-down.92d2c4d7.svg +3 -0
- package/dist/assets/ic-thumb-up.7c6f6896.svg +3 -0
- package/dist/assets/ic-timeout-dash.d8e2d62e.svg +21 -0
- package/dist/assets/ic-ubuntu.fa47508f.svg +4 -0
- package/dist/assets/ic-user-circle.7d7152fa.svg +3 -0
- package/dist/assets/ic-wifi-slash.d0390749.svg +3 -0
- package/dist/index.d.ts +5 -5
- package/dist/index.js +887 -858
- package/package.json +1 -7
- package/dist/@common-rjsf-CzK1frl5.js +0 -617
- package/dist/@monaco-editor-CVagbUeH.js +0 -138960
- package/dist/Common/Checkbox.d.ts +0 -5
- package/dist/Common/CodeEditor/CodeEditor.d.ts +0 -4
- package/dist/Common/CodeEditor/CodeEditor.reducer.d.ts +0 -48
- package/dist/Common/CodeEditor/index.d.ts +0 -2
- package/dist/Common/CodeEditor/types.d.ts +0 -110
- package/dist/Common/CodeEditor/utils.d.ts +0 -3
- package/dist/Shared/Components/AnnouncementBanner/AnnouncementBanner.d.ts +0 -6
- package/dist/Shared/Components/AnnouncementBanner/index.d.ts +0 -1
- package/dist/Shared/Components/CICDHistory/AppStatusDetailsChart.d.ts +0 -3
- package/dist/Shared/Components/CICDHistory/ErrorInfoStatusBar.d.ts +0 -2
- package/dist/Shared/Components/CodeEditorWrapper/CodeEditorWrapper.d.ts +0 -19
- package/dist/Shared/Components/CodeEditorWrapper/index.d.ts +0 -1
- package/dist/Shared/Components/CodeEditorWrapper/types.d.ts +0 -7
- package/dist/assets/@code-editor.css +0 -1
- package/dist/assets/@monaco-editor.css +0 -1
- package/dist/assets/codicon.ecfbfe4b.ttf +0 -0
- package/dist/assets/ic-cpu.8be677ee.svg +0 -20
- package/dist/assets/ic-disconnected.551d6161.svg +0 -29
- package/dist/assets/ic-megaphone.b9f9a901.svg +0 -19
- package/dist/assets/ic-nav-rocket.433c9706.svg +0 -19
- /package/dist/{Common/CodeMirror → Shared/Components/CodeEditor}/CodeEditor.components.d.ts +0 -0
- /package/dist/{Common/CodeMirror → Shared/Components/CodeEditor}/CodeEditor.constants.d.ts +0 -0
- /package/dist/{Common/CodeMirror → Shared/Components/CodeEditor}/CodeEditor.context.d.ts +0 -0
- /package/dist/{Common/CodeMirror → Shared/Components/CodeEditor}/CodeEditor.d.ts +0 -0
- /package/dist/{Common/CodeMirror → Shared/Components/CodeEditor}/CodeEditor.theme.d.ts +0 -0
- /package/dist/{Common/CodeMirror → Shared/Components/CodeEditor}/CodeEditorRenderer.d.ts +0 -0
- /package/dist/{Common/CodeMirror → Shared/Components/CodeEditor}/Commands/findAndReplace.d.ts +0 -0
- /package/dist/{Common/CodeMirror → Shared/Components/CodeEditor}/Commands/index.d.ts +0 -0
- /package/dist/{Common/CodeMirror → Shared/Components/CodeEditor}/Commands/keyMaps.d.ts +0 -0
- /package/dist/{Common/CodeMirror → Shared/Components/CodeEditor}/Extensions/DiffMinimap.d.ts +0 -0
- /package/dist/{Common/CodeMirror → Shared/Components/CodeEditor}/Extensions/findAndReplace.d.ts +0 -0
- /package/dist/{Common/CodeMirror → Shared/Components/CodeEditor}/Extensions/index.d.ts +0 -0
- /package/dist/{Common/CodeMirror → Shared/Components/CodeEditor}/Extensions/readOnlyTooltip.d.ts +0 -0
- /package/dist/{Common/CodeMirror → Shared/Components/CodeEditor}/Extensions/yamlHighlight.d.ts +0 -0
- /package/dist/{Common/CodeMirror → Shared/Components/CodeEditor}/Extensions/yamlParseLinter.d.ts +0 -0
- /package/dist/{Common/CodeMirror → Shared/Components/CodeEditor}/index.d.ts +0 -0
- /package/dist/{Common/CodeMirror → Shared/Components/CodeEditor}/utils.d.ts +0 -0
@@ -1,4 +1,4 @@
|
|
1
|
-
import { DynamicDataTableCellValidationState } from '../Shared/Components';
|
1
|
+
import { DynamicDataTableCellValidationState, KeyValueTableData } from '../Shared/Components';
|
2
2
|
export interface MaterialType {
|
3
3
|
name: string;
|
4
4
|
type: string;
|
@@ -123,7 +123,7 @@ export interface PortMapType {
|
|
123
123
|
portOnLocal: number;
|
124
124
|
portOnContainer: number;
|
125
125
|
}
|
126
|
-
interface ConditionDetails {
|
126
|
+
export interface ConditionDetails {
|
127
127
|
id: number;
|
128
128
|
conditionOnVariable: string;
|
129
129
|
conditionOperator: string;
|
@@ -220,10 +220,7 @@ export declare enum WORKFLOW_CACHE_CONFIG_ENUM {
|
|
220
220
|
}
|
221
221
|
export interface FormType {
|
222
222
|
name: string;
|
223
|
-
args:
|
224
|
-
key: string;
|
225
|
-
value: string;
|
226
|
-
}[];
|
223
|
+
args: KeyValueTableData[];
|
227
224
|
materials: MaterialType[];
|
228
225
|
gitHost: Githost;
|
229
226
|
webhookEvents: WebhookEvent[];
|
@@ -271,22 +268,26 @@ export declare enum InputOutputVariablesHeaderKeys {
|
|
271
268
|
FORMAT = "format",
|
272
269
|
VALUE = "val"
|
273
270
|
}
|
274
|
-
export
|
271
|
+
export declare enum ConditionDataTableHeaderKeys {
|
272
|
+
VARIABLE = "variable",
|
273
|
+
OPERATOR = "operator",
|
274
|
+
VALUE = "val"
|
275
|
+
}
|
276
|
+
type InputOutputVariablesErrorObj = Record<InputOutputVariablesHeaderKeys, DynamicDataTableCellValidationState>;
|
277
|
+
type ConditionDetailsErrorObj = Record<ConditionDataTableHeaderKeys, DynamicDataTableCellValidationState>;
|
278
|
+
interface StepDetailTaskErrorObj {
|
279
|
+
inputVariables?: Record<number, InputOutputVariablesErrorObj>;
|
280
|
+
outputVariables?: Record<number, InputOutputVariablesErrorObj>;
|
281
|
+
isInputVariablesValid?: boolean;
|
282
|
+
isOutputVariablesValid?: boolean;
|
283
|
+
conditionDetails?: Record<number, ConditionDetailsErrorObj>;
|
284
|
+
isConditionDetailsValid?: boolean;
|
285
|
+
}
|
275
286
|
export interface TaskErrorObj {
|
276
287
|
isValid: boolean;
|
277
288
|
name: ErrorObj;
|
278
|
-
inlineStepDetail?:
|
279
|
-
|
280
|
-
outputVariables?: Record<number, InputOutputVariablesErrorObj>;
|
281
|
-
isInputVariablesValid?: boolean;
|
282
|
-
isOutputVariablesValid?: boolean;
|
283
|
-
};
|
284
|
-
pluginRefStepDetail?: {
|
285
|
-
inputVariables?: Record<number, InputOutputVariablesErrorObj>;
|
286
|
-
outputVariables?: Record<number, InputOutputVariablesErrorObj>;
|
287
|
-
isInputVariablesValid?: boolean;
|
288
|
-
isOutputVariablesValid?: boolean;
|
289
|
-
};
|
289
|
+
inlineStepDetail?: StepDetailTaskErrorObj;
|
290
|
+
pluginRefStepDetail?: StepDetailTaskErrorObj;
|
290
291
|
}
|
291
292
|
export interface FormErrorObjectType {
|
292
293
|
name: ErrorObj;
|
@@ -0,0 +1 @@
|
|
1
|
+
export * from './Checkbox';
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import { MutableRefObject } from 'react';
|
2
2
|
import { RuntimeParamsAPIResponseType, RuntimePluginVariables } from '../Shared/types';
|
3
|
-
import { TeamList, ResponseType, DeploymentNodeType, CDMaterialServiceEnum, CDMaterialServiceQueryParams, CDMaterialResponseType, CDMaterialFilterQuery, EnvironmentListHelmResponse, UserApprovalMetadataType, GlobalVariableOptionType, UserRole } from './Types';
|
3
|
+
import { TeamList, ResponseType, DeploymentNodeType, CDMaterialServiceEnum, CDMaterialServiceQueryParams, CDMaterialResponseType, CDMaterialFilterQuery, EnvironmentListHelmResponse, UserApprovalMetadataType, GlobalVariableOptionType, UserRole, EnvAppsMetaDTO, GetAppsInfoForEnvProps } from './Types';
|
4
4
|
import { ApiResourceType } from '../Pages';
|
5
5
|
export declare const getTeamListMin: () => Promise<TeamList>;
|
6
6
|
export declare const SourceTypeMap: {
|
@@ -35,3 +35,4 @@ export declare const getGlobalVariables: ({ appId, isCD, abortControllerRef, }:
|
|
35
35
|
isCD?: boolean;
|
36
36
|
abortControllerRef?: MutableRefObject<AbortController>;
|
37
37
|
}) => Promise<GlobalVariableOptionType[]>;
|
38
|
+
export declare const getAppsInfoForEnv: ({ envId, appIds }: GetAppsInfoForEnvProps) => Promise<EnvAppsMetaDTO>;
|
@@ -13,6 +13,7 @@ export declare const DOCUMENTATION: {
|
|
13
13
|
GLOBAL_CONFIG_BUILD_INFRA: string;
|
14
14
|
ENTERPRISE_LICENSE: string;
|
15
15
|
KUBE_CONFIG: string;
|
16
|
+
TENANT_INSTALLATION: string;
|
16
17
|
};
|
17
18
|
export declare const PATTERNS: {
|
18
19
|
STRING: RegExp;
|
@@ -42,7 +43,6 @@ export declare const URLS: {
|
|
42
43
|
readonly CREATE_JOB: "create-job";
|
43
44
|
readonly GETTING_STARTED: "getting-started";
|
44
45
|
readonly STACK_MANAGER_ABOUT: "/stack-manager/about";
|
45
|
-
readonly APP_LIST_HELM: "h";
|
46
46
|
readonly APP_CI_DETAILS: "ci-details";
|
47
47
|
readonly LOGS: "Logs";
|
48
48
|
readonly CREATE: "/create";
|
@@ -64,7 +64,6 @@ export declare const URLS: {
|
|
64
64
|
readonly COMPARE_CLUSTERS: "/compare-clusters";
|
65
65
|
readonly APP_CONFIG: "edit";
|
66
66
|
readonly GLOBAL_CONFIG: "/global-config";
|
67
|
-
readonly CONFIG_DRIFT: "config-drift";
|
68
67
|
readonly GLOBAL_CONFIG_TEMPLATES_DEVTRON_APP: "/global-config/templates/devtron-apps";
|
69
68
|
readonly GLOBAL_CONFIG_TEMPLATES_DEVTRON_APP_CREATE: "/global-config/templates/devtron-apps/create";
|
70
69
|
readonly GLOBAL_CONFIG_TEMPLATES_DEVTRON_APP_DETAIL: "/global-config/templates/devtron-apps/detail/:appId";
|
@@ -111,6 +110,7 @@ export declare const ROUTES: {
|
|
111
110
|
readonly ATTRIBUTES_CREATE: "attributes/create";
|
112
111
|
readonly ATTRIBUTES_UPDATE: "attributes/update";
|
113
112
|
readonly APP_LIST_MIN: "app/min";
|
113
|
+
readonly APP_DETAIL: "app/detail";
|
114
114
|
readonly CLUSTER_LIST_MIN: "cluster/autocomplete";
|
115
115
|
readonly CLUSTER_LIST_RAW: "k8s/capacity/cluster/list/raw";
|
116
116
|
readonly PLUGIN_GLOBAL_LIST_DETAIL_V2: "plugin/global/list/detail/v2";
|
@@ -133,6 +133,8 @@ export declare const ROUTES: {
|
|
133
133
|
readonly ENVIRONMENT_DATA: "global/environment-variables";
|
134
134
|
readonly DASHBOARD_EVENT: "dashboard-event";
|
135
135
|
readonly LICENSE_DATA: "license/data";
|
136
|
+
readonly ENV: "env";
|
137
|
+
readonly APP_METADATA: "app-metadata";
|
136
138
|
};
|
137
139
|
export declare enum KEY_VALUE {
|
138
140
|
KEY = "key",
|
@@ -0,0 +1 @@
|
|
1
|
+
export * from './Drawer';
|
package/dist/Common/Helper.d.ts
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
import { default as React, SyntheticEvent } from 'react';
|
2
2
|
import { JSONPathOptions } from 'jsonpath-plus';
|
3
3
|
import { AsyncOptions, DeploymentNodeType, UseSearchString } from './Types';
|
4
|
-
import { scrollableInterface } from '../Shared';
|
4
|
+
import { scrollableInterface, AppType } from '../Shared';
|
5
5
|
import * as Sentry from '@sentry/browser';
|
6
6
|
export declare function showError(serverError: any, showToastOnUnknownError?: boolean, hideAccessError?: boolean): void;
|
7
7
|
interface ConditionalWrapper<T> {
|
@@ -95,8 +95,10 @@ export declare const flatMapOfJSONPaths: (paths: string[], json: object, resultT
|
|
95
95
|
export declare const applyCompareDiffOnUneditedDocument: (uneditedDocument: object, editedDocument: object) => any;
|
96
96
|
/**
|
97
97
|
* Returns a debounced variant of the function
|
98
|
+
* @deprecated - It should use useRef instead, pls use useDebounce
|
98
99
|
*/
|
99
100
|
export declare const debounce: (func: any, timeout?: number) => (this: any, ...args: any[]) => void;
|
101
|
+
export declare const useDebounce: <Callback extends (...args: any[]) => void>(cb: Callback, delay: number) => (...args: Parameters<Callback>) => void;
|
100
102
|
/**
|
101
103
|
* Returns a capitalized string with first letter in uppercase and rest in lowercase
|
102
104
|
*/
|
@@ -144,4 +146,6 @@ export declare const getGoLangFormattedDateWithTimezone: (dateFormat: string) =>
|
|
144
146
|
*/
|
145
147
|
export declare const getHashedValue: (value: string) => Promise<string | null>;
|
146
148
|
export declare const getTTLInHumanReadableFormat: (ttl: number) => string;
|
149
|
+
export declare const getAIAnalyticsEvents: (context: string, appType?: AppType) => string;
|
150
|
+
export declare const findRight: <T>(arr: T[], predicate: (item: T) => boolean) => T | null;
|
147
151
|
export {};
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import { ShortcutType } from './types';
|
2
2
|
export declare const preprocessKeys: (keys: ShortcutType["keys"]) => {
|
3
|
-
keys: ("
|
3
|
+
keys: ("R" | "Alt" | "F" | "E" | "K" | "X" | "A" | "Home" | "End" | "." | "Space" | "Control" | "Shift" | "Meta" | "Escape" | "Enter" | "ArrowLeft" | "ArrowRight" | "ArrowUp" | "ArrowDown" | "PageUp" | "PageDown" | "Backspace" | "Delete")[];
|
4
4
|
id: string;
|
5
5
|
};
|
6
6
|
export declare const verifyCallbackStack: (stack: ShortcutType["callbackStack"]) => void;
|
@@ -1,3 +1,3 @@
|
|
1
1
|
import { default as RJSF } from '@rjsf/core';
|
2
2
|
import { FormProps } from './types';
|
3
|
-
export declare const RJSFForm: import('react').ForwardRefExoticComponent<Pick<FormProps, "children" | "
|
3
|
+
export declare const RJSFForm: import('react').ForwardRefExoticComponent<Pick<FormProps, "children" | "className" | "name" | "id" | "disabled" | "action" | "target" | "onFocus" | "onBlur" | "onChange" | "onSubmit" | "onError" | "method" | "autoComplete" | "tagName" | "noValidate" | "readonly" | "uiSchema" | "schema" | "formContext" | "formData" | "idPrefix" | "idSeparator" | "fields" | "templates" | "widgets" | "translateString" | "acceptcharset" | "acceptCharset" | "enctype" | "customValidate" | "extraErrors" | "extraErrorsBlockSubmit" | "noHtml5Validate" | "liveValidate" | "liveOmit" | "omitExtraData" | "showErrorList" | "transformErrors" | "focusOnFirstError" | "experimental_defaultFormStateBehavior" | "_internalFormWrapper"> & import('react').RefAttributes<RJSF<any, import('./types').RJSFFormSchema, any>>>;
|
@@ -1,4 +1,5 @@
|
|
1
|
-
|
1
|
+
import { CHECKBOX_VALUE } from '../Types';
|
2
|
+
declare const Toggle: ({ selected, onSelect, color, rootClassName, disabled, dataTestId, Icon, iconClass, throttleOnChange, shouldToggleValueOnLabelClick, isLoading, value, isControlled, ...props }: {
|
2
3
|
[x: string]: any;
|
3
4
|
selected?: boolean;
|
4
5
|
onSelect?: any;
|
@@ -11,5 +12,7 @@ declare const Toggle: ({ selected, onSelect, color, rootClassName, disabled, dat
|
|
11
12
|
throttleOnChange?: boolean;
|
12
13
|
shouldToggleValueOnLabelClick?: boolean;
|
13
14
|
isLoading?: boolean;
|
15
|
+
value?: CHECKBOX_VALUE;
|
16
|
+
isControlled?: boolean;
|
14
17
|
}) => JSX.Element;
|
15
18
|
export default Toggle;
|
package/dist/Common/Types.d.ts
CHANGED
@@ -2,7 +2,7 @@ import { default as React, ReactNode, CSSProperties, ReactElement, MutableRefObj
|
|
2
2
|
import { TippyProps } from '@tippyjs/react';
|
3
3
|
import { UserGroupDTO } from '../Pages/GlobalConfigurations';
|
4
4
|
import { ImageComment, ReleaseTag } from './ImageTags.Types';
|
5
|
-
import { MandatoryPluginBaseStateType, RegistryType, RuntimePluginVariables, Severity, PolicyBlockInfo, TargetPlatformItemDTO, ButtonProps, ComponentLayoutType } from '../Shared';
|
5
|
+
import { MandatoryPluginBaseStateType, RegistryType, RuntimePluginVariables, Severity, PolicyBlockInfo, TargetPlatformItemDTO, ButtonProps, ComponentLayoutType, StatusType } from '../Shared';
|
6
6
|
import { ACTION_STATE, DEPLOYMENT_WINDOW_TYPE, DockerConfigOverrideType, RefVariableType, SortingOrder, TaskErrorObj, VariableTypeFormat } from '.';
|
7
7
|
/**
|
8
8
|
* Generic response type object with support for overriding the result type
|
@@ -75,6 +75,7 @@ export interface CheckboxProps {
|
|
75
75
|
onClick?: (event: any) => void;
|
76
76
|
id?: string;
|
77
77
|
dataTestId?: string;
|
78
|
+
children?: ReactNode;
|
78
79
|
}
|
79
80
|
export interface TippyCustomizedProps extends Pick<TippyProps, 'appendTo'> {
|
80
81
|
theme: TippyTheme;
|
@@ -110,6 +111,7 @@ export interface InfoIconTippyProps extends Pick<TippyCustomizedProps, 'heading'
|
|
110
111
|
dataTestid?: string;
|
111
112
|
children?: TippyCustomizedProps['children'];
|
112
113
|
iconClassName?: string;
|
114
|
+
buttonPadding?: string;
|
113
115
|
}
|
114
116
|
export interface GenericEmptyStateType {
|
115
117
|
title: ReactNode;
|
@@ -910,15 +912,6 @@ export interface EnvironmentHelmResult {
|
|
910
912
|
allowedDeploymentTypes?: DeploymentAppTypes[];
|
911
913
|
}
|
912
914
|
export type EnvironmentListHelmResponse = ResponseType<EnvironmentListHelmResult[]>;
|
913
|
-
export interface WidgetEventDetails {
|
914
|
-
message: string;
|
915
|
-
namespace: string;
|
916
|
-
object: string;
|
917
|
-
source: string;
|
918
|
-
count: number;
|
919
|
-
age: string;
|
920
|
-
lastSeen: string;
|
921
|
-
}
|
922
915
|
export interface GlobalVariableDTO {
|
923
916
|
name: string;
|
924
917
|
format: VariableTypeFormat;
|
@@ -949,4 +942,17 @@ export declare enum ActionTypes {
|
|
949
942
|
EDIT = "edit",
|
950
943
|
APPROVER = "approver"
|
951
944
|
}
|
945
|
+
export interface GetAppsInfoForEnvProps {
|
946
|
+
envId: number;
|
947
|
+
appIds?: number[];
|
948
|
+
}
|
949
|
+
export interface AppMeta {
|
950
|
+
appId: number;
|
951
|
+
appStatus: StatusType;
|
952
|
+
appName: string;
|
953
|
+
}
|
954
|
+
export interface EnvAppsMetaDTO {
|
955
|
+
appCount: number;
|
956
|
+
apps: AppMeta[];
|
957
|
+
}
|
952
958
|
export {};
|
package/dist/Common/index.d.ts
CHANGED
@@ -6,7 +6,6 @@ export { default as ChartVersionAndTypeSelector } from './ChartVersionAndTypeSel
|
|
6
6
|
export * from './Checkbox';
|
7
7
|
export * from './CIPipeline.Types';
|
8
8
|
export { ClipboardButton } from './ClipboardButton/ClipboardButton';
|
9
|
-
export * from './CodeEditor/types';
|
10
9
|
export * from './Common.service';
|
11
10
|
export * from './Constants';
|
12
11
|
export * from './CustomTagSelector';
|
@@ -16,9 +15,8 @@ export { default as DevtronCopyright } from './DevtronCopyright';
|
|
16
15
|
export * from './DevtronProgressing';
|
17
16
|
export * from './Dialogs';
|
18
17
|
export * from './DraggableWrapper';
|
19
|
-
export * from './Drawer
|
20
|
-
export
|
21
|
-
export { default as GenericFilterEmptyState } from './EmptyState/GenericFilterEmptyState';
|
18
|
+
export * from './Drawer';
|
19
|
+
export * from './EmptyState';
|
22
20
|
export { default as ErrorScreenManager } from './ErrorScreenManager';
|
23
21
|
export { default as ErrorScreenNotAuthorized } from './ErrorScreenNotAuthorized';
|
24
22
|
export * from './GenericDescription';
|
@@ -1,3 +1,3 @@
|
|
1
1
|
import { AnimatedDeployButtonProps } from './types';
|
2
|
-
declare const AnimatedDeployButton: ({ isVirtualEnvironment, onButtonClick }: AnimatedDeployButtonProps) => JSX.Element;
|
2
|
+
declare const AnimatedDeployButton: ({ isLoading, isVirtualEnvironment, onButtonClick, exceptionUserConfig, isBulkCDTrigger, }: AnimatedDeployButtonProps) => JSX.Element;
|
3
3
|
export default AnimatedDeployButton;
|
@@ -1,4 +1,10 @@
|
|
1
1
|
export interface AnimatedDeployButtonProps {
|
2
|
+
isLoading?: boolean;
|
2
3
|
isVirtualEnvironment: boolean;
|
3
4
|
onButtonClick: (e: any, disableDeployButton: boolean) => void;
|
5
|
+
exceptionUserConfig?: {
|
6
|
+
canDeploy: boolean;
|
7
|
+
isImageApprover: boolean;
|
8
|
+
};
|
9
|
+
isBulkCDTrigger?: boolean;
|
4
10
|
}
|
@@ -0,0 +1,3 @@
|
|
1
|
+
import { AppStatusModalProps } from './types';
|
2
|
+
declare const AppStatusModal: ({ titleSegments, handleClose, type, appDetails: appDetailsProp, processVirtualEnvironmentDeploymentData, updateDeploymentStatusDetailsBreakdownData, isConfigDriftEnabled, configDriftModal: ConfigDriftModal, appId, envId, initialTab, debugWithAIButton, }: AppStatusModalProps) => JSX.Element;
|
3
|
+
export default AppStatusModal;
|
@@ -0,0 +1,4 @@
|
|
1
|
+
import { AppDetails, DeploymentStatusDetailsBreakdownDataType } from '../../types';
|
2
|
+
import { GetAppDetailsParamsType, GetDeploymentStatusWithTimelineParamsType } from './types';
|
3
|
+
export declare const getAppDetails: ({ appId, envId, abortControllerRef, }: GetAppDetailsParamsType) => Promise<AppDetails>;
|
4
|
+
export declare const getDeploymentStatusWithTimeline: ({ abortControllerRef, appId, envId, showTimeline, virtualEnvironmentConfig, isHelmApp, }: GetDeploymentStatusWithTimelineParamsType) => Promise<DeploymentStatusDetailsBreakdownDataType>;
|
@@ -0,0 +1,78 @@
|
|
1
|
+
import { FunctionComponent, PropsWithChildren, ReactNode } from 'react';
|
2
|
+
import { APIOptions } from '../../../Common/Types';
|
3
|
+
import { AppDetails, ConfigDriftModalProps, DeploymentStatusDetailsBreakdownDataType, DeploymentStatusDetailsType, IntelligenceConfig } from '../../types';
|
4
|
+
export declare enum AppStatusModalTabType {
|
5
|
+
APP_STATUS = "appStatus",
|
6
|
+
DEPLOYMENT_STATUS = "deploymentStatus"
|
7
|
+
}
|
8
|
+
export type AppStatusModalProps = {
|
9
|
+
titleSegments: string[];
|
10
|
+
handleClose: () => void;
|
11
|
+
isConfigDriftEnabled: boolean;
|
12
|
+
configDriftModal: FunctionComponent<ConfigDriftModalProps>;
|
13
|
+
processVirtualEnvironmentDeploymentData: (data?: DeploymentStatusDetailsType) => DeploymentStatusDetailsBreakdownDataType;
|
14
|
+
debugWithAIButton: FunctionComponent<{
|
15
|
+
intelligenceConfig: IntelligenceConfig;
|
16
|
+
}>;
|
17
|
+
} & ({
|
18
|
+
type: 'release';
|
19
|
+
appId: number;
|
20
|
+
envId: number;
|
21
|
+
appDetails?: never;
|
22
|
+
initialTab?: never;
|
23
|
+
updateDeploymentStatusDetailsBreakdownData?: never;
|
24
|
+
} | {
|
25
|
+
type: 'devtron-app' | 'other-apps' | 'stack-manager';
|
26
|
+
appDetails: AppDetails;
|
27
|
+
initialTab: AppStatusModalTabType;
|
28
|
+
updateDeploymentStatusDetailsBreakdownData: (data: DeploymentStatusDetailsBreakdownDataType) => void;
|
29
|
+
appId?: never;
|
30
|
+
envId?: never;
|
31
|
+
});
|
32
|
+
export interface AppStatusBodyProps extends Required<Pick<AppStatusModalProps, 'appDetails' | 'type' | 'debugWithAIButton'>> {
|
33
|
+
handleShowConfigDriftModal: () => void;
|
34
|
+
selectedTab: AppStatusModalTabType;
|
35
|
+
deploymentStatusDetailsBreakdownData: DeploymentStatusDetailsBreakdownDataType;
|
36
|
+
}
|
37
|
+
export interface AppStatusContentProps extends Required<Pick<AppStatusBodyProps, 'appDetails'>>, Partial<Pick<AppStatusBodyProps, 'handleShowConfigDriftModal'>> {
|
38
|
+
/**
|
39
|
+
* @default false
|
40
|
+
*/
|
41
|
+
filterHealthyNodes?: boolean;
|
42
|
+
/**
|
43
|
+
* @default true
|
44
|
+
*/
|
45
|
+
isCardLayout?: boolean;
|
46
|
+
}
|
47
|
+
export interface GetFilteredFlattenedNodesFromAppDetailsParamsType extends Pick<AppStatusContentProps, 'appDetails' | 'filterHealthyNodes'> {
|
48
|
+
}
|
49
|
+
/**
|
50
|
+
* Params for getAppDetails which is called in case of release [i.e, devtron apps]
|
51
|
+
*/
|
52
|
+
export interface GetAppDetailsParamsType extends Pick<APIOptions, 'abortControllerRef'> {
|
53
|
+
appId: number;
|
54
|
+
envId: number;
|
55
|
+
}
|
56
|
+
export type GetDeploymentStatusWithTimelineParamsType = Pick<APIOptions, 'abortControllerRef'> & {
|
57
|
+
/**
|
58
|
+
* Incase of helm apps this is installed app id
|
59
|
+
*/
|
60
|
+
appId: number;
|
61
|
+
envId: number;
|
62
|
+
showTimeline: boolean;
|
63
|
+
virtualEnvironmentConfig?: {
|
64
|
+
processVirtualEnvironmentDeploymentData: AppStatusModalProps['processVirtualEnvironmentDeploymentData'];
|
65
|
+
wfrId: AppDetails['resourceTree']['wfrId'];
|
66
|
+
};
|
67
|
+
isHelmApp?: boolean;
|
68
|
+
};
|
69
|
+
export interface AppStatusModalTabListProps extends Pick<AppStatusModalProps, 'appDetails' | 'type'> {
|
70
|
+
handleSelectTab: (updatedTab: AppStatusModalTabType) => void;
|
71
|
+
selectedTab: AppStatusModalTabType;
|
72
|
+
deploymentStatusDetailsBreakdownData: DeploymentStatusDetailsBreakdownDataType;
|
73
|
+
}
|
74
|
+
export interface StatusHeadingContainerProps extends PropsWithChildren<Pick<AppStatusBodyProps, 'type'>> {
|
75
|
+
appId: number;
|
76
|
+
envId?: number;
|
77
|
+
actionItem?: ReactNode;
|
78
|
+
}
|
@@ -0,0 +1,8 @@
|
|
1
|
+
import { GenericEmptyStateType } from '../../../Common/Types';
|
2
|
+
import { AppDetails, DeploymentStatusDetailsBreakdownDataType, Node } from '../../types';
|
3
|
+
import { AppStatusModalProps, GetFilteredFlattenedNodesFromAppDetailsParamsType as GetFlattenedNodesFromAppDetailsParamsType } from './types';
|
4
|
+
export declare const getAppStatusMessageFromAppDetails: (appDetails: AppDetails) => string;
|
5
|
+
export declare const getFlattenedNodesFromAppDetails: ({ appDetails, filterHealthyNodes, }: GetFlattenedNodesFromAppDetailsParamsType) => Node[];
|
6
|
+
export declare const getResourceKey: (nodeDetails: Node) => string;
|
7
|
+
export declare const getShowDeploymentStatusModal: ({ type, appDetails, }: Pick<AppStatusModalProps, "type" | "appDetails">) => boolean;
|
8
|
+
export declare const getEmptyViewImageFromHelmDeploymentStatus: (status: DeploymentStatusDetailsBreakdownDataType["deploymentStatus"]) => GenericEmptyStateType["image"];
|
@@ -14,7 +14,9 @@ export declare enum ButtonStyleType {
|
|
14
14
|
negativeGrey = "negative-grey",
|
15
15
|
positive = "positive",
|
16
16
|
warning = "warning",
|
17
|
-
neutral = "neutral"
|
17
|
+
neutral = "neutral",
|
18
|
+
neutralN0 = "neutral-n0",
|
19
|
+
neutralWhite = "neutral-white"
|
18
20
|
}
|
19
21
|
export declare enum ButtonComponentType {
|
20
22
|
button = "button",
|
@@ -1,4 +1,4 @@
|
|
1
1
|
import { ArtifactType, CIListItemType } from './types';
|
2
|
-
export declare const CIListItem: ({ type, userApprovalMetadata, triggeredBy, children, ciPipelineId, artifactId, imageComment, imageReleaseTags, appReleaseTagNames, tagsEditable, hideImageTaggingHardDelete, appliedFilters, isSuperAdmin, promotionApprovalMetadata, appliedFiltersTimestamp, selectedEnvironmentName, renderCIListHeader, targetPlatforms, }: CIListItemType) => JSX.Element;
|
2
|
+
export declare const CIListItem: ({ type, userApprovalMetadata, triggeredBy, children, ciPipelineId, artifactId, imageComment, imageReleaseTags, appReleaseTagNames, tagsEditable, hideImageTaggingHardDelete, appliedFilters, isSuperAdmin, promotionApprovalMetadata, appliedFiltersTimestamp, selectedEnvironmentName, renderCIListHeader, targetPlatforms, isDeploymentWithoutApproval, }: CIListItemType) => JSX.Element;
|
3
3
|
declare const Artifacts: ({ status, artifact, blobStorageEnabled, isArtifactUploaded, downloadArtifactUrl, ciPipelineId, artifactId, isJobCI, imageComment, imageReleaseTags, appReleaseTagNames, tagsEditable, hideImageTaggingHardDelete, rootClassName, renderCIListHeader, targetPlatforms, }: ArtifactType) => JSX.Element;
|
4
4
|
export default Artifacts;
|
@@ -1,3 +1,3 @@
|
|
1
1
|
import { DeploymentDetailStepsType } from './types';
|
2
|
-
declare const DeploymentDetailSteps: ({ deploymentStatus, deploymentAppType, isHelmApps, installedAppVersionHistoryId, isGitops, userApprovalMetadata, isVirtualEnvironment, processVirtualEnvironmentDeploymentData, renderDeploymentApprovalInfo, }: DeploymentDetailStepsType) => JSX.Element;
|
2
|
+
declare const DeploymentDetailSteps: ({ deploymentStatus, deploymentAppType, isHelmApps, installedAppVersionHistoryId, isGitops, userApprovalMetadata, isVirtualEnvironment, processVirtualEnvironmentDeploymentData, renderDeploymentApprovalInfo, isDeploymentWithoutApproval, }: DeploymentDetailStepsType) => JSX.Element;
|
3
3
|
export default DeploymentDetailSteps;
|
@@ -1,3 +1,3 @@
|
|
1
1
|
import { DeploymentStatusDetailBreakdownType } from './types';
|
2
|
-
declare const DeploymentStatusDetailBreakdown: ({ deploymentStatusDetailsBreakdownData, isVirtualEnvironment, }: DeploymentStatusDetailBreakdownType) => JSX.Element;
|
2
|
+
declare const DeploymentStatusDetailBreakdown: ({ deploymentStatusDetailsBreakdownData, isVirtualEnvironment, appDetails, rootClassName, }: DeploymentStatusDetailBreakdownType) => JSX.Element;
|
3
3
|
export default DeploymentStatusDetailBreakdown;
|
@@ -1,2 +1,2 @@
|
|
1
1
|
import { DeploymentStatusDetailRowType } from './types';
|
2
|
-
export declare const DeploymentStatusDetailRow: ({ type, hideVerticalConnector, deploymentDetailedData, }: DeploymentStatusDetailRowType) => JSX.Element;
|
2
|
+
export declare const DeploymentStatusDetailRow: ({ type, hideVerticalConnector, deploymentDetailedData, appDetails, }: DeploymentStatusDetailRowType) => JSX.Element;
|
@@ -1,4 +1,4 @@
|
|
1
1
|
import { GitChangesType, LogResizeButtonType, ScrollerType } from './types';
|
2
2
|
export declare const LogResizeButton: ({ shortcutCombo, showOnlyWhenPathIncludesLogs, fullScreenView, setFullScreenView, }: LogResizeButtonType) => JSX.Element;
|
3
3
|
export declare const Scroller: ({ scrollToTop, scrollToBottom, style }: ScrollerType) => JSX.Element;
|
4
|
-
export declare const GitChanges: ({ gitTriggers, ciMaterials, artifact, userApprovalMetadata, triggeredByEmail, ciPipelineId, artifactId, imageComment, imageReleaseTags, appReleaseTagNames, tagsEditable, hideImageTaggingHardDelete, appliedFilters, appliedFiltersTimestamp, promotionApprovalMetadata, selectedEnvironmentName, renderCIListHeader, targetPlatforms, }: GitChangesType) => JSX.Element;
|
4
|
+
export declare const GitChanges: ({ gitTriggers, ciMaterials, artifact, userApprovalMetadata, triggeredByEmail, ciPipelineId, artifactId, imageComment, imageReleaseTags, appReleaseTagNames, tagsEditable, hideImageTaggingHardDelete, appliedFilters, appliedFiltersTimestamp, promotionApprovalMetadata, selectedEnvironmentName, renderCIListHeader, targetPlatforms, isDeploymentWithoutApproval, }: GitChangesType) => JSX.Element;
|
@@ -84,3 +84,4 @@ export declare const PROGRESSING_STATUS: {
|
|
84
84
|
readonly [x: string]: "progressing" | "starting" | "initiating" | "queued" | "running";
|
85
85
|
};
|
86
86
|
export declare const FAILED_WORKFLOW_STAGE_STATUS_MAP: Record<Extract<WorkflowStageStatusType, WorkflowStageStatusType.ABORTED | WorkflowStageStatusType.FAILED | WorkflowStageStatusType.TIMEOUT>, true>;
|
87
|
+
export declare const APP_HEALTH_DROP_DOWN_LIST: string[];
|
@@ -10,6 +10,9 @@ export declare function getTriggerDetails({ appId, envId, pipelineId, triggerId,
|
|
10
10
|
export declare const getTagDetails: (params: any) => Promise<ResponseType<any>>;
|
11
11
|
export declare const cancelCiTrigger: (params: any, isForceAbort: any) => Promise<ResponseType<any>>;
|
12
12
|
export declare const cancelPrePostCdTrigger: (pipelineId: any, workflowRunner: any, isForceAbort: boolean) => Promise<ResponseType<any>>;
|
13
|
+
/**
|
14
|
+
* @deprecated
|
15
|
+
*/
|
13
16
|
export declare function getDeploymentStatusDetail(appId: string, envId: string, showTimeline: boolean, triggerId?: string, isHelmApps?: boolean, installedAppVersionHistoryId?: number): Promise<DeploymentStatusDetailsResponse>;
|
14
17
|
export declare function getManualSync(params: {
|
15
18
|
appId: string;
|