@gymmymac/bob-widget 1.1.7 → 1.1.10

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.
@@ -137,6 +137,8 @@ export interface BobCallbacks {
137
137
  onCheckoutRequested?: (checkoutUrl: string) => void;
138
138
  /** Called when Bob sends a message */
139
139
  onBobMessage?: (message: string) => void;
140
+ /** Called when user clicks a product to view full details page */
141
+ onNavigateToProductPage?: (product: unknown) => void;
140
142
  /** Called on any error */
141
143
  onError?: (error: Error) => void;
142
144
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gymmymac/bob-widget",
3
- "version": "1.1.7",
3
+ "version": "1.1.10",
4
4
  "description": "Bob - AI-powered automotive parts assistant widget with full immersive experience",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",