@devtron-labs/devtron-fe-common-lib 1.10.0-patch-7-ng → 1.10.0-patch-8-ng
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,7 +1,7 @@
|
|
|
1
1
|
import { j as n, au as y, aw as k, av as W } from "./@vendor-DZHtXPTX.js";
|
|
2
2
|
import V, { forwardRef as J, useMemo as P } from "react";
|
|
3
3
|
import K, { getDefaultRegistry as q } from "@rjsf/core";
|
|
4
|
-
import { T as F, j as N, c as v, b as S, a as Y, i as z, d as w, e as E, S as G } from "./@code-editor-
|
|
4
|
+
import { T as F, j as N, c as v, b as S, a as Y, i as z, d as w, e as E, S as G } from "./@code-editor-CTnAjcjJ.js";
|
|
5
5
|
import Q, { components as D } from "react-select";
|
|
6
6
|
import { ReactComponent as X } from "./assets/ic-chevron-down.fc70d7a7.svg";
|
|
7
7
|
import { getUiOptions as B, getTemplate as $, getSubmitButtonOptions as Z, ADDITIONAL_PROPERTY_FLAG as L, errorId as ee, englishStringTranslator as te, TranslatableString as ne, titleId as re, canExpand as se, deepEquals as ae } from "@rjsf/utils";
|
|
@@ -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;
|
|
@@ -421,3 +421,4 @@ export declare const Routes: {
|
|
|
421
421
|
};
|
|
422
422
|
export declare const ENTERPRISE_SUPPORT_LINK = "enterprise@devtron.ai";
|
|
423
423
|
export declare const INVALID_LICENSE_KEY = "inValid";
|
|
424
|
+
export declare const DEPLOYMENT_STAGE_TO_NODE_MAP: Readonly<Record<DeploymentStageType, DeploymentNodeType>>;
|