Skip to content

Commit b20d2b3

Browse files
authored
fix: Missing SUBCOMPONENT_TYPES (#400)
1 parent 88bb6df commit b20d2b3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

enums/build.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ export const COMPONENT_TYPES = {
3030

3131
export const SUBCOMPONENT_TYPES = {
3232
APP_ID: 'APP_ID',
33+
PUBLIC_APP_ID: 'PUBLIC_APP_ID',
3334
PACKAGE_LOCK_FILE: 'PACKAGE_LOCK_FILE',
3435
CRM_CARD_V2: 'CRM_CARD_V2',
3536
CARD_V2: 'CARD_V2',
@@ -39,4 +40,5 @@ export const SUBCOMPONENT_TYPES = {
3940
APP_FUNCTION: 'APP_FUNCTION',
4041
AUTOMATION_ACTION: 'AUTOMATION_ACTION',
4142
REACT_EXTENSION: 'REACT_EXTENSION',
43+
WEBHOOKS: 'WEBHOOKS',
4244
} as const;

0 commit comments

Comments
 (0)