@debales/ai 1.1.7 → 1.1.8-canary.0

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.
@@ -21,6 +21,7 @@ export declare const DEBALES_TRACKING_EVENTS: {
21
21
  readonly CHAT_MESSAGE_TYPING_STARTED: "chat_message_typing_started";
22
22
  readonly CHAT_MESSAGE_TYPING_ENDED: "chat_message_typing_ended";
23
23
  readonly DISCOUNT_VIEWED: "discount_viewed";
24
+ readonly SHOPIFY_LINK_CLICKED: "shopify_link_clicked";
24
25
  };
25
26
  export declare const DEBALES_CUSTOM_EVENTS: {
26
27
  readonly USER_FORM_SUBMITTED: "user_form_submitted";
@@ -1,4 +1,4 @@
1
- export declare const isProduction = true;
1
+ export declare const isProduction = false;
2
2
  declare const API_BASE_URL: string;
3
3
  export declare const WEBSOCKET_BASE_URL: string;
4
4
  declare const ENABLE_MIXPANEL = true;