@gengage/assistant-fe 0.4.10 → 0.4.11
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.
- package/dist/chat/runtime.d.ts +4 -0
- package/dist/chat-runtime.js +1 -1
- package/dist/chat.iife.js +51 -51
- package/dist/chat.js +1 -1
- package/dist/index.js +1 -1
- package/dist/native.iife.js +18 -18
- package/dist/{runtime-CIfT45il.js → runtime-jeevGos0.js} +1706 -1677
- package/package.json +1 -1
package/dist/chat/runtime.d.ts
CHANGED
|
@@ -276,6 +276,10 @@ export declare class GengageChat extends BaseWidget<ChatWidgetConfig> {
|
|
|
276
276
|
private _ensureMobileFullSheetForPanel;
|
|
277
277
|
private _ensureMobilePanelOverlayVisible;
|
|
278
278
|
private _ensurePdpPrimeSuggestedUiIfNeeded;
|
|
279
|
+
private _resolvePdpPrimeSku;
|
|
280
|
+
private _buildPdpPrimeFindSimilarPayload;
|
|
281
|
+
private _productString;
|
|
282
|
+
private _productNumber;
|
|
279
283
|
/** Rewind the conversation to the given thread. */
|
|
280
284
|
private _rollbackToThread;
|
|
281
285
|
private _persistHistoryToLocalStorage;
|
package/dist/chat-runtime.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { c as e, d as t, i as r, l as s, n, o as i, r as l, s as C, t as c, u as d } from "./runtime-
|
|
1
|
+
import { c as e, d as t, i as r, l as s, n, o as i, r as l, s as C, t as c, u as d } from "./runtime-jeevGos0.js";
|
|
2
2
|
export {
|
|
3
3
|
s as CHAT_SCROLL_ELEMENT_ID,
|
|
4
4
|
r as ChatPresentationState,
|