Skip to content

Commit 3c9888c

Browse files
committed
feat: add enum resource payload type
1 parent 4aaac94 commit 3c9888c

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@devtron-labs/devtron-fe-common-lib",
3-
"version": "0.1.3-beta-4",
3+
"version": "0.1.4-beta-2",
44
"description": "Supporting common component library",
55
"type": "module",
66
"main": "dist/index.js",

src/Shared/constants.tsx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -429,3 +429,9 @@ export const AppListConstants = {
429429
TEMPLATE_TYPE: 'templateType',
430430
},
431431
}
432+
433+
export enum K8sResourcePayloadAppType {
434+
DEVTRON_APP = 0,
435+
HELM_APP = 1,
436+
EXTERNAL_ARGO_APP = 2,
437+
}

0 commit comments

Comments
 (0)