Skip to content

Commit

Permalink
botonic-core: add whatsapp product type
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbertGom committed Dec 24, 2024
1 parent 50df201 commit 842d7c2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/botonic-core/src/models/legacy-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ export enum INPUT {
WHATSAPP_CTA_URL_BUTTON = 'whatsapp-cta-url-button',
EVENT_AGENT_MESSAGE_CREATED = 'case_event_agent_message_created',
WHATSAPP_CATALOG = 'whatsapp-catalog',
WHATSAPP_PRODUCT = 'whatsapp-product',
WHATSAPP_PRODUCT_LIST = 'whatsapp-product-list',
}

export interface Locales {
Expand Down

0 comments on commit 842d7c2

Please sign in to comment.