@devtron-labs/devtron-fe-common-lib 1.1.3-beta-3 → 1.1.3-beta-4
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/Shared/types.d.ts +3 -1
- package/dist/assets/index.css +1 -1
- package/dist/{cssMode-Bt-QLx5h.js → cssMode-BRL0Xn_0.js} +1 -1
- package/dist/{freemarker2-DcIB5UBi.js → freemarker2-D5-GLxrW.js} +1 -1
- package/dist/{handlebars-C0LNLyFY.js → handlebars-Biab1g3M.js} +1 -1
- package/dist/{html-BtKJeSk3.js → html-BfbbeK-t.js} +1 -1
- package/dist/{htmlMode-ByIAQBLb.js → htmlMode-DeuDyjvR.js} +1 -1
- package/dist/{index-B957e3W7.js → index-DW5Wx3S4.js} +15366 -15336
- package/dist/index.js +1 -1
- package/dist/{javascript-BXIoFATV.js → javascript-Bf0DxSTU.js} +1 -1
- package/dist/{jsonMode-YBk8HQs0.js → jsonMode-BD7fZTrP.js} +1 -1
- package/dist/{liquid-DnfBk_pR.js → liquid-DLLbeFRe.js} +1 -1
- package/dist/{mdx-BISMiQrd.js → mdx-Y1qJ7xea.js} +1 -1
- package/dist/{python-p1222gKc.js → python-CrRCaVIi.js} +1 -1
- package/dist/{razor-B28ms3oY.js → razor-BZ2OfqLu.js} +1 -1
- package/dist/{tsMode-CHX9gHWZ.js → tsMode-CZukyc0K.js} +1 -1
- package/dist/{typescript-QBRoW6Ci.js → typescript-MQ6K5-7_.js} +1 -1
- package/dist/{xml-CJRGjrm5.js → xml-1t3vNK3x.js} +1 -1
- package/dist/{yaml-BN7bkmJl.js → yaml-D519AypU.js} +1 -1
- package/package.json +2 -2
package/dist/Shared/types.d.ts
CHANGED
|
@@ -85,6 +85,7 @@ export declare enum Nodes {
|
|
|
85
85
|
PodDisruptionBudget = "PodDisruptionBudget",
|
|
86
86
|
Event = "Event",
|
|
87
87
|
Namespace = "Namespace",
|
|
88
|
+
Node = "Node",
|
|
88
89
|
Overview = "Overview",
|
|
89
90
|
MonitoringDashboard = "MonitoringDashboard",
|
|
90
91
|
UpgradeCluster = "UpgradeCluster"
|
|
@@ -453,7 +454,8 @@ export declare enum AggregationKeys {
|
|
|
453
454
|
'Custom Resource' = "Custom Resource",
|
|
454
455
|
'Other Resources' = "Other Resources",
|
|
455
456
|
Events = "Events",
|
|
456
|
-
Namespaces = "Namespaces"
|
|
457
|
+
Namespaces = "Namespaces",
|
|
458
|
+
'Nodes' = "Nodes"
|
|
457
459
|
}
|
|
458
460
|
export type AggregationKeysType = keyof typeof AggregationKeys;
|
|
459
461
|
export declare enum GitOpsAuthModeType {
|