We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88bb6df commit b20d2b3Copy full SHA for b20d2b3
enums/build.ts
@@ -30,6 +30,7 @@ export const COMPONENT_TYPES = {
30
31
export const SUBCOMPONENT_TYPES = {
32
APP_ID: 'APP_ID',
33
+ PUBLIC_APP_ID: 'PUBLIC_APP_ID',
34
PACKAGE_LOCK_FILE: 'PACKAGE_LOCK_FILE',
35
CRM_CARD_V2: 'CRM_CARD_V2',
36
CARD_V2: 'CARD_V2',
@@ -39,4 +40,5 @@ export const SUBCOMPONENT_TYPES = {
39
40
APP_FUNCTION: 'APP_FUNCTION',
41
AUTOMATION_ACTION: 'AUTOMATION_ACTION',
42
REACT_EXTENSION: 'REACT_EXTENSION',
43
+ WEBHOOKS: 'WEBHOOKS',
44
} as const;
0 commit comments