@gengage/assistant-fe 0.4.19 → 0.4.20

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.
Files changed (37) hide show
  1. package/dist/api-paths-CReMDZWg.js +1250 -0
  2. package/dist/chat/components/ChoicePrompter.d.ts +2 -2
  3. package/dist/chat/runtime.d.ts +2 -1
  4. package/dist/chat-runtime.js +1 -1
  5. package/dist/chat.iife.js +17 -17
  6. package/dist/chat.js +1 -1
  7. package/dist/common/find-similar-payload.d.ts +3 -0
  8. package/dist/common/index.d.ts +1 -0
  9. package/dist/common/overlay.d.ts +2 -2
  10. package/dist/common/sdk-version.d.ts +3 -0
  11. package/dist/{common-Bpp43wr0.js → common-BM2ZsSLI.js} +2 -2
  12. package/dist/common.js +79 -77
  13. package/dist/{connection-warning-C7ehvQxx.js → connection-warning-C_4e7ahZ.js} +1 -1
  14. package/dist/{fastIntent-CINRmM8r.js → fastIntent-DMNzXOSI.js} +1 -1
  15. package/dist/index.d.ts +1 -1
  16. package/dist/index.js +75 -73
  17. package/dist/native.iife.js +18 -18
  18. package/dist/qna-runtime.js +1 -1
  19. package/dist/qna.iife.js +22 -22
  20. package/dist/qna.js +1 -1
  21. package/dist/{runtime-B0hDHRlN.js → runtime-C51WykbJ.js} +13 -13
  22. package/dist/{runtime-DhdfOJEN.js → runtime-DBh8899B.js} +854 -847
  23. package/dist/{runtime-CLcYqzoA.js → runtime-bbMljGVG.js} +17 -17
  24. package/dist/simbut/index.d.ts +1 -1
  25. package/dist/simbut/types.d.ts +7 -7
  26. package/dist/{simbut-3kqLW3SM.js → simbut-CO1rLVM9.js} +19 -22
  27. package/dist/simbut.iife.js +9 -9
  28. package/dist/simbut.js +1 -1
  29. package/dist/simrel/components/GroupTabs.d.ts +1 -1
  30. package/dist/simrel/types.d.ts +3 -3
  31. package/dist/simrel-runtime.js +1 -1
  32. package/dist/{simrel-fQg2EIB8.js → simrel-zCDlCrqG.js} +1 -1
  33. package/dist/simrel.iife.js +7 -7
  34. package/dist/simrel.js +2 -2
  35. package/dist/{widget-base-bdJaGJYi.js → widget-base-Cf9ofZhh.js} +91 -83
  36. package/package.json +2 -1
  37. package/dist/api-paths-BX3Lea3A.js +0 -1213
package/dist/chat.js CHANGED
@@ -1,4 +1,4 @@
1
- import { a as e, c as t, d as r, i as s, l as n, n as i, o as c, r as l, s as o, t as C, u as h } from "./runtime-DhdfOJEN.js";
1
+ import { a as e, c as t, d as r, i as s, l as n, n as i, o as c, r as l, s as o, t as C, u as h } from "./runtime-DBh8899B.js";
2
2
  import { t as p } from "./chat-BRKK63lt.js";
3
3
  export {
4
4
  n as CHAT_SCROLL_ELEMENT_ID,
@@ -0,0 +1,3 @@
1
+ export declare function firstNonEmptyStringValue(...values: unknown[]): string | undefined;
2
+ export declare function nonEmptyStringList(value: unknown): string[];
3
+ export declare function normalizeFindSimilarPayload(payload: Record<string, unknown>): Record<string, unknown>;
@@ -1,6 +1,7 @@
1
1
  export type { PageContext, SessionContext, BaseWidgetConfig, WidgetTheme, GengageWidget, StreamEvent, StreamEventMetadata, StreamEventTextChunk, StreamEventUISpec, StreamEventAction, StreamEventError, StreamEventDone, UISpec, UIElement, ActionPayload, GengageEventName, GengageEventDetailMap, } from './types.js';
2
2
  export { BaseWidget } from './widget-base.js';
3
3
  export type { ChatPublicAPI } from './widget-base.js';
4
+ export { GENGAGE_VERSION, GENGAGE_BUILD_FLAVOR } from './sdk-version.js';
4
5
  export { consumeStream, streamPost } from './streaming.js';
5
6
  export type { StreamOptions, StreamEventHandler } from './streaming.js';
6
7
  export { dispatch, listen, wireQNAToChat, wireSimilarToChat } from './events.js';
@@ -84,10 +84,10 @@ export interface OverlaySimButOptions {
84
84
  mountTarget?: HTMLElement | string;
85
85
  layout?: SimButWidgetConfig['layout'];
86
86
  inlineCard?: SimButWidgetConfig['inlineCard'];
87
- /** `findSimilar` yüküne eklenecek ürün görseli URL’si. */
87
+ /** Optional product image URL for custom `onFindSimilar`; chat actions use SKU when available. */
88
88
  imageUrl?: string;
89
89
  i18n?: SimButWidgetConfig['i18n'];
90
- /** Chat kapalıyken veya özel davranış için; tanımlıysa tıklamada `chat` yerine bu çağrılır. */
90
+ /** Custom click behavior, used instead of `chat` when provided. */
91
91
  onFindSimilar?: SimButWidgetConfig['onFindSimilar'];
92
92
  }
93
93
  export interface OverlayWidgetsOptions {
@@ -0,0 +1,3 @@
1
+ export declare const GENGAGE_VERSION: string;
2
+ export declare const GENGAGE_BUILD_FLAVOR: string;
3
+ export declare function logSdkRuntimeInfoOnce(): void;
@@ -1,5 +1,5 @@
1
- import { n as w } from "./api-paths-BX3Lea3A.js";
2
- import { n as f } from "./widget-base-bdJaGJYi.js";
1
+ import { n as w } from "./api-paths-CReMDZWg.js";
2
+ import { i as f } from "./widget-base-Cf9ofZhh.js";
3
3
  import { a as h, c as s, i as b, o as d, r as u, t as p } from "./schemas-CLo8wCjs.js";
4
4
  import { a as T, i as k } from "./overlay-O4nlUrzw.js";
5
5
  var c = d({ enabled: u().default(!0) }), S = d({
package/dist/common.js CHANGED
@@ -1,89 +1,91 @@
1
- import { a, c as t, d as s, f as r, i as n, l as i, m as o, n as c, o as m, p as l, r as g, t as d, u as p } from "./api-paths-BX3Lea3A.js";
2
- import { C as E, S, _ as h, b as v, c as f, d as y, f as C, g as A, h as T, i as w, l as I, m as U, o as W, p as P, r as k, s as D, t as R, u as b, v as G, w as N, x as O, y as _ } from "./widget-base-bdJaGJYi.js";
3
- import { N as L, a as M, c as z, i as B, k as F, n as H, o as K, r as V, s as Q, t as q } from "./context-DGz5F81j.js";
4
- import { i as j, n as J, o as X, r as Y, t as $ } from "./fastIntent-CINRmM8r.js";
5
- import { n as ae, t as te } from "./connection-warning-C7ehvQxx.js";
6
- import { i as re, n as ne, r as ie, t as oe } from "./overlay-O4nlUrzw.js";
7
- import { a as me, i as le, n as ge, r as de } from "./native-webview-Bbcvvi_5.js";
8
- import { _ as ue, a as Ee, c as Se, d as he, f as ve, g as fe, h as ye, i as Ce, l as Ae, m as Te, n as we, o as Ie, p as Ue, r as We, s as Pe, t as ke, u as De, v as Re, y as be } from "./common-Bpp43wr0.js";
1
+ import { a, d as t, f as s, h as r, i as n, l as i, m as o, n as c, o as m, p as l, r as g, t as d, u as p } from "./api-paths-CReMDZWg.js";
2
+ import { C as E, E as S, S as h, T as v, _ as f, a as y, b as C, c as A, d as T, f as w, g as G, h as I, l as U, m as R, n as W, o as D, p as N, r as P, t as _, u as k, v as O, w as b, x as L, y as x } from "./widget-base-Cf9ofZhh.js";
3
+ import { N as F, a as M, c as z, i as H, k as V, n as K, o as Q, r as q, s as Z, t as j } from "./context-DGz5F81j.js";
4
+ import { i as X, n as Y, o as $, r as ee, t as ae } from "./fastIntent-DMNzXOSI.js";
5
+ import { n as se, t as re } from "./connection-warning-C_4e7ahZ.js";
6
+ import { i as ie, n as oe, r as ce, t as me } from "./overlay-O4nlUrzw.js";
7
+ import { a as ge, i as de, n as pe, r as ue } from "./native-webview-Bbcvvi_5.js";
8
+ import { _ as Se, a as he, c as ve, d as fe, f as ye, g as Ce, h as Ae, i as Te, l as we, m as Ge, n as Ie, o as Ue, p as Re, r as We, s as De, t as Ne, u as Pe, v as _e, y as ke } from "./common-BM2ZsSLI.js";
9
9
  export {
10
- Te as AccountRuntimeConfigSchema,
11
- ye as AnalyticsAuthModeSchema,
12
- ve as AnalyticsClient,
13
- f as BASE_WIDGET_THEME,
14
- R as BaseWidget,
15
- Ie as DEFAULT_CUSTOMIZATION_LOCALE,
16
- b as DEFAULT_WIDGET_THEME_TOKENS,
17
- fe as UnknownActionPolicySchema,
18
- Y as VoiceInput,
10
+ Ge as AccountRuntimeConfigSchema,
11
+ Ae as AnalyticsAuthModeSchema,
12
+ ye as AnalyticsClient,
13
+ k as BASE_WIDGET_THEME,
14
+ _ as BaseWidget,
15
+ Ue as DEFAULT_CUSTOMIZATION_LOCALE,
16
+ w as DEFAULT_WIDGET_THEME_TOKENS,
17
+ W as GENGAGE_BUILD_FLAVOR,
18
+ P as GENGAGE_VERSION,
19
+ Ce as UnknownActionPolicySchema,
20
+ ee as VoiceInput,
19
21
  g as adaptBackendEvent,
20
- ge as applyNativeSession,
21
- ke as autoDetectPageContext,
22
- C as basketAddEvent,
23
- q as bootstrapSession,
22
+ pe as applyNativeSession,
23
+ Ne as autoDetectPageContext,
24
+ R as basketAddEvent,
25
+ j as bootstrapSession,
24
26
  d as buildChatEndpointUrl,
25
- oe as buildOverlayIdempotencyKey,
26
- P as chatHistorySnapshotEvent,
27
- U as checkoutCompleteEvent,
28
- T as checkoutStartEvent,
29
- te as configureConnectionWarning,
30
- p as consumeStream,
31
- Pe as createAccountIdentity,
32
- Ue as createAnalyticsClient,
33
- ue as createDefaultAccountRuntimeConfig,
34
- Se as createDefaultAnalyticsConfig,
35
- Ae as createFloatingChatConfig,
36
- de as createNativeWebViewBridge,
37
- De as createPdpQnaConfig,
38
- he as createPdpSimRelConfig,
39
- l as defaultUnknownUISpecRenderer,
40
- ne as destroyOverlayWidgets,
41
- $ as detectFastIntent,
42
- le as detectNativeEnvironment,
43
- we as detectPageType,
44
- k as dismissGlobalErrorToast,
27
+ me as buildOverlayIdempotencyKey,
28
+ I as chatHistorySnapshotEvent,
29
+ G as checkoutCompleteEvent,
30
+ f as checkoutStartEvent,
31
+ re as configureConnectionWarning,
32
+ t as consumeStream,
33
+ De as createAccountIdentity,
34
+ Re as createAnalyticsClient,
35
+ Se as createDefaultAccountRuntimeConfig,
36
+ ve as createDefaultAnalyticsConfig,
37
+ we as createFloatingChatConfig,
38
+ ue as createNativeWebViewBridge,
39
+ Pe as createPdpQnaConfig,
40
+ fe as createPdpSimRelConfig,
41
+ o as defaultUnknownUISpecRenderer,
42
+ oe as destroyOverlayWidgets,
43
+ ae as detectFastIntent,
44
+ de as detectNativeEnvironment,
45
+ Ie as detectPageType,
46
+ y as dismissGlobalErrorToast,
45
47
  M as dispatch,
46
48
  We as extractSkuFromUrl,
47
- w as getGlobalErrorMessage,
48
- ie as getOverlayWidgets,
49
- t as getSuggestedSearchKeywords,
50
- i as getSuggestedSearchKeywordsText,
51
- H as getWindowPageContext,
52
- Ce as initGengageClient,
53
- me as initNativeOverlayWidgets,
54
- re as initOverlayWidgets,
55
- j as isVoiceInputSupported,
56
- K as listen,
57
- A as llmUsageEvent,
58
- J as makePillLauncher,
59
- r as mergeUISpecRegistry,
60
- h as meteringIncrementEvent,
61
- G as meteringSummaryEvent,
49
+ D as getGlobalErrorMessage,
50
+ ce as getOverlayWidgets,
51
+ i as getSuggestedSearchKeywords,
52
+ p as getSuggestedSearchKeywordsText,
53
+ K as getWindowPageContext,
54
+ Te as initGengageClient,
55
+ ge as initNativeOverlayWidgets,
56
+ ie as initOverlayWidgets,
57
+ X as isVoiceInputSupported,
58
+ Q as listen,
59
+ O as llmUsageEvent,
60
+ Y as makePillLauncher,
61
+ l as mergeUISpecRegistry,
62
+ x as meteringIncrementEvent,
63
+ C as meteringSummaryEvent,
62
64
  c as normalizeMiddlewareUrl,
63
65
  n as normalizeProductGroupingsResponse,
64
66
  a as normalizeSimilarProductsResponse,
65
- Re as parseAccountRuntimeConfig,
66
- Ee as preflightDiagnostics,
67
+ _e as parseAccountRuntimeConfig,
68
+ he as preflightDiagnostics,
67
69
  m as productToNormalized,
68
- W as registerGlobalErrorToastListener,
69
- o as renderUISpecWithRegistry,
70
- V as resolveSession,
71
- X as routeStreamAction,
72
- be as safeParseAccountRuntimeConfig,
73
- L as sanitizeHtml,
74
- D as showGlobalErrorToast,
75
- _ as streamChunkEvent,
76
- v as streamDoneEvent,
77
- O as streamErrorEvent,
70
+ A as registerGlobalErrorToastListener,
71
+ r as renderUISpecWithRegistry,
72
+ q as resolveSession,
73
+ $ as routeStreamAction,
74
+ ke as safeParseAccountRuntimeConfig,
75
+ F as sanitizeHtml,
76
+ U as showGlobalErrorToast,
77
+ L as streamChunkEvent,
78
+ h as streamDoneEvent,
79
+ E as streamErrorEvent,
78
80
  s as streamPost,
79
- S as streamStartEvent,
80
- E as streamUiSpecEvent,
81
- ae as trackConnectionWarningRequest,
82
- B as updatePageContext,
83
- N as widgetHistorySnapshotEvent,
84
- F as wireGADataLayer,
85
- Q as wireQNAToChat,
81
+ b as streamStartEvent,
82
+ v as streamUiSpecEvent,
83
+ se as trackConnectionWarningRequest,
84
+ H as updatePageContext,
85
+ S as widgetHistorySnapshotEvent,
86
+ V as wireGADataLayer,
87
+ Z as wireQNAToChat,
86
88
  z as wireSimilarToChat,
87
- I as withBaseTheme,
88
- y as withDefaultWidgetTheme
89
+ T as withBaseTheme,
90
+ N as withDefaultWidgetTheme
89
91
  };
@@ -1,4 +1,4 @@
1
- import { r as y, s as d } from "./widget-base-bdJaGJYi.js";
1
+ import { a as y, l as d } from "./widget-base-Cf9ofZhh.js";
2
2
  var h = 8e3, m = 5e3, g = "https://www.google.com/favicon.ico";
3
3
  function b(e) {
4
4
  e.probeUrl && (g = e.probeUrl);
@@ -1,4 +1,4 @@
1
- import { n as I } from "./widget-base-bdJaGJYi.js";
1
+ import { i as I } from "./widget-base-Cf9ofZhh.js";
2
2
  import { j as S } from "./context-DGz5F81j.js";
3
3
  function E(t, n) {
4
4
  if (typeof window > "u" || !S(t)) return !1;
package/dist/index.d.ts CHANGED
@@ -16,7 +16,7 @@ export { GengageSimBut, createSimButWidget } from './simbut/index.js';
16
16
  export { renderUISpec as renderChatUISpec, createDefaultChatUISpecRegistry, defaultChatUnknownUISpecRenderer, } from './chat/index.js';
17
17
  export { renderQnaUISpec, createDefaultQnaUISpecRegistry, defaultQnaUnknownUISpecRenderer } from './qna/index.js';
18
18
  export { renderSimRelUISpec, createDefaultSimRelUISpecRegistry, defaultSimRelUnknownUISpecRenderer, } from './simrel/index.js';
19
- export { bootstrapSession, updatePageContext, initOverlayWidgets, getOverlayWidgets, destroyOverlayWidgets, buildOverlayIdempotencyKey, detectNativeEnvironment, applyNativeSession, createNativeWebViewBridge, initNativeOverlayWidgets, wireQNAToChat, wireSimilarToChat, dispatch, listen, consumeStream, streamPost, buildChatEndpointUrl, normalizeMiddlewareUrl, routeStreamAction, createAnalyticsClient, renderUISpecWithRegistry, defaultUnknownUISpecRenderer, BASE_WIDGET_THEME, withBaseTheme, DEFAULT_WIDGET_THEME_TOKENS, withDefaultWidgetTheme, DEFAULT_CUSTOMIZATION_LOCALE, createAccountIdentity, createFloatingChatConfig, createPdpQnaConfig, createPdpSimRelConfig, createDefaultAnalyticsConfig, parseAccountRuntimeConfig, safeParseAccountRuntimeConfig, createDefaultAccountRuntimeConfig, AccountRuntimeConfigSchema, AnalyticsAuthModeSchema, UnknownActionPolicySchema, initGengageClient, preflightDiagnostics, wireGADataLayer, isVoiceInputSupported, VoiceInput, detectPageType, extractSkuFromUrl, autoDetectPageContext, configureConnectionWarning, makePillLauncher, } from './common/index.js';
19
+ export { GENGAGE_VERSION, GENGAGE_BUILD_FLAVOR, bootstrapSession, updatePageContext, initOverlayWidgets, getOverlayWidgets, destroyOverlayWidgets, buildOverlayIdempotencyKey, detectNativeEnvironment, applyNativeSession, createNativeWebViewBridge, initNativeOverlayWidgets, wireQNAToChat, wireSimilarToChat, dispatch, listen, consumeStream, streamPost, buildChatEndpointUrl, normalizeMiddlewareUrl, routeStreamAction, createAnalyticsClient, renderUISpecWithRegistry, defaultUnknownUISpecRenderer, BASE_WIDGET_THEME, withBaseTheme, DEFAULT_WIDGET_THEME_TOKENS, withDefaultWidgetTheme, DEFAULT_CUSTOMIZATION_LOCALE, createAccountIdentity, createFloatingChatConfig, createPdpQnaConfig, createPdpSimRelConfig, createDefaultAnalyticsConfig, parseAccountRuntimeConfig, safeParseAccountRuntimeConfig, createDefaultAccountRuntimeConfig, AccountRuntimeConfigSchema, AnalyticsAuthModeSchema, UnknownActionPolicySchema, initGengageClient, preflightDiagnostics, wireGADataLayer, isVoiceInputSupported, VoiceInput, detectPageType, extractSkuFromUrl, autoDetectPageContext, configureConnectionWarning, makePillLauncher, } from './common/index.js';
20
20
  export type { PageContext, SessionContext, BaseWidgetConfig, GengageWidget, StreamEvent, UISpec, UIElement, ActionPayload, GengageEventName, ChatPublicAPI, ChatTransportConfig, ChatEndpointName, AccountRuntimeConfig, AnalyticsAuthMode, UnknownActionPolicy, HostActionHandlers, ActionRouterOptions, AnalyticsEnvelope, AnalyticsInput, AnalyticsAuthConfig, AnalyticsClientConfig, UISpecDomComponentRenderParams, UISpecDomComponentRenderer, UISpecDomRegistry, UISpecDomUnknownRendererParams, UISpecDomUnknownRenderer, RenderUISpecWithRegistryOptions, OverlayWidgetsController, OverlayWidgetsOptions, OverlayChatOptions, OverlayQNAOptions, OverlaySimRelOptions, OverlaySimButOptions, NativeBridgeEnvironment, NativeSessionPayload, NativeBridgeMessage, NativeWebViewBridgeOptions, NativeWebViewBridge, NativeOverlayInitOptions, NativeOverlayInitResult, AccountIdentityConfig, AccountIdentity, GengageClientOptions, HostActions, PreflightResult, PreflightWarning, WireQNAToChatOptions, VoiceInputState, VoiceInputErrorCode, VoiceInputCallbacks, VoiceInputOptions, DetectablePageType, PageDetectionRule, PillLauncherOptions, PillLauncherKit, } from './common/index.js';
21
21
  export type { ChatWidgetConfig, ChatMessage, ChatSession, ChatI18n, ChatRendererConfig, FloatingLauncherOptions, } from './chat/index.js';
22
22
  export type { ChatUISpecRegistry, UISpecRenderContext as ChatUISpecRenderContext } from './chat/index.js';
package/dist/index.js CHANGED
@@ -1,81 +1,83 @@
1
- import { d as a, m as t, n as r, p as i, t as s, u as n } from "./api-paths-BX3Lea3A.js";
2
- import { c, d as m, l, u as p } from "./widget-base-bdJaGJYi.js";
3
- import { a as g, c as u, i as f, k as S, o as C, s as U, t as h } from "./context-DGz5F81j.js";
4
- import { c as A, n as I, o as R, s as T, t as W } from "./runtime-DhdfOJEN.js";
5
- import { i as E, n as w, o as v, r as N } from "./fastIntent-CINRmM8r.js";
6
- import { t as P } from "./connection-warning-C7ehvQxx.js";
7
- import { a as G, i as _, n as Q, r as L, t as B } from "./runtime-B0hDHRlN.js";
8
- import { a as b, i as x, n as F, r as V, t as H } from "./runtime-CLcYqzoA.js";
9
- import { n as z } from "./simrel-fQg2EIB8.js";
10
- import { n as j, t as q } from "./simbut-3kqLW3SM.js";
11
- import { i as X, n as Y, r as $, t as ee } from "./overlay-O4nlUrzw.js";
12
- import { a as te, i as re, n as ie, r as se } from "./native-webview-Bbcvvi_5.js";
13
- import { _ as oe, a as ce, c as me, d as le, g as pe, h as de, i as ge, l as ue, m as fe, n as Se, o as Ce, p as Ue, r as he, s as ye, t as Ae, u as Ie, v as Re, y as Te } from "./common-Bpp43wr0.js";
1
+ import { d as a, f as t, h as r, m as i, n as s, t as n } from "./api-paths-CReMDZWg.js";
2
+ import { d as c, f as m, n as p, p as d, r as l, u as g } from "./widget-base-Cf9ofZhh.js";
3
+ import { a as u, c as S, i as C, k as U, o as h, s as A, t as I } from "./context-DGz5F81j.js";
4
+ import { c as y, n as E, o as D, s as G, t as T } from "./runtime-DBh8899B.js";
5
+ import { i as w, n as N, o as v, r as O } from "./fastIntent-DMNzXOSI.js";
6
+ import { t as P } from "./connection-warning-C_4e7ahZ.js";
7
+ import { a as L, i as Q, n as B, r as F, t as M } from "./runtime-C51WykbJ.js";
8
+ import { a as b, i as x, n as H, r as K, t as z } from "./runtime-bbMljGVG.js";
9
+ import { n as j } from "./simrel-zCDlCrqG.js";
10
+ import { n as J, t as X } from "./simbut-CO1rLVM9.js";
11
+ import { i as $, n as ee, r as ae, t as te } from "./overlay-O4nlUrzw.js";
12
+ import { a as ie, i as se, n as ne, r as oe } from "./native-webview-Bbcvvi_5.js";
13
+ import { _ as me, a as pe, c as de, d as le, g as ge, h as fe, i as ue, l as Se, m as Ce, n as Ue, o as he, p as Ae, r as Ie, s as Re, t as ye, u as Ee, v as De, y as Ge } from "./common-BM2ZsSLI.js";
14
14
  export {
15
- fe as AccountRuntimeConfigSchema,
16
- de as AnalyticsAuthModeSchema,
17
- c as BASE_WIDGET_THEME,
18
- Ce as DEFAULT_CUSTOMIZATION_LOCALE,
19
- p as DEFAULT_WIDGET_THEME_TOKENS,
20
- W as GengageChat,
21
- B as GengageQNA,
22
- q as GengageSimBut,
23
- H as GengageSimRel,
24
- pe as UnknownActionPolicySchema,
25
- N as VoiceInput,
26
- ie as applyNativeSession,
27
- Ae as autoDetectPageContext,
28
- h as bootstrapSession,
29
- s as buildChatEndpointUrl,
30
- ee as buildOverlayIdempotencyKey,
15
+ Ce as AccountRuntimeConfigSchema,
16
+ fe as AnalyticsAuthModeSchema,
17
+ g as BASE_WIDGET_THEME,
18
+ he as DEFAULT_CUSTOMIZATION_LOCALE,
19
+ m as DEFAULT_WIDGET_THEME_TOKENS,
20
+ p as GENGAGE_BUILD_FLAVOR,
21
+ l as GENGAGE_VERSION,
22
+ T as GengageChat,
23
+ M as GengageQNA,
24
+ X as GengageSimBut,
25
+ z as GengageSimRel,
26
+ ge as UnknownActionPolicySchema,
27
+ O as VoiceInput,
28
+ ne as applyNativeSession,
29
+ ye as autoDetectPageContext,
30
+ I as bootstrapSession,
31
+ n as buildChatEndpointUrl,
32
+ te as buildOverlayIdempotencyKey,
31
33
  P as configureConnectionWarning,
32
- n as consumeStream,
33
- ye as createAccountIdentity,
34
- Ue as createAnalyticsClient,
35
- I as createChatWidget,
36
- oe as createDefaultAccountRuntimeConfig,
37
- me as createDefaultAnalyticsConfig,
38
- R as createDefaultChatUISpecRegistry,
39
- L as createDefaultQnaUISpecRegistry,
40
- V as createDefaultSimRelUISpecRegistry,
41
- ue as createFloatingChatConfig,
42
- se as createNativeWebViewBridge,
43
- Ie as createPdpQnaConfig,
34
+ a as consumeStream,
35
+ Re as createAccountIdentity,
36
+ Ae as createAnalyticsClient,
37
+ E as createChatWidget,
38
+ me as createDefaultAccountRuntimeConfig,
39
+ de as createDefaultAnalyticsConfig,
40
+ D as createDefaultChatUISpecRegistry,
41
+ F as createDefaultQnaUISpecRegistry,
42
+ K as createDefaultSimRelUISpecRegistry,
43
+ Se as createFloatingChatConfig,
44
+ oe as createNativeWebViewBridge,
45
+ Ee as createPdpQnaConfig,
44
46
  le as createPdpSimRelConfig,
45
- Q as createQNAWidget,
46
- j as createSimButWidget,
47
- z as createSimRelRenderer,
48
- F as createSimRelWidget,
49
- T as defaultChatUnknownUISpecRenderer,
50
- _ as defaultQnaUnknownUISpecRenderer,
47
+ B as createQNAWidget,
48
+ J as createSimButWidget,
49
+ j as createSimRelRenderer,
50
+ H as createSimRelWidget,
51
+ G as defaultChatUnknownUISpecRenderer,
52
+ Q as defaultQnaUnknownUISpecRenderer,
51
53
  x as defaultSimRelUnknownUISpecRenderer,
52
54
  i as defaultUnknownUISpecRenderer,
53
- Y as destroyOverlayWidgets,
54
- re as detectNativeEnvironment,
55
- Se as detectPageType,
56
- g as dispatch,
57
- he as extractSkuFromUrl,
58
- $ as getOverlayWidgets,
59
- ge as initGengageClient,
60
- te as initNativeOverlayWidgets,
61
- X as initOverlayWidgets,
62
- E as isVoiceInputSupported,
63
- C as listen,
64
- w as makePillLauncher,
65
- r as normalizeMiddlewareUrl,
66
- Re as parseAccountRuntimeConfig,
67
- ce as preflightDiagnostics,
68
- A as renderChatUISpec,
69
- G as renderQnaUISpec,
55
+ ee as destroyOverlayWidgets,
56
+ se as detectNativeEnvironment,
57
+ Ue as detectPageType,
58
+ u as dispatch,
59
+ Ie as extractSkuFromUrl,
60
+ ae as getOverlayWidgets,
61
+ ue as initGengageClient,
62
+ ie as initNativeOverlayWidgets,
63
+ $ as initOverlayWidgets,
64
+ w as isVoiceInputSupported,
65
+ h as listen,
66
+ N as makePillLauncher,
67
+ s as normalizeMiddlewareUrl,
68
+ De as parseAccountRuntimeConfig,
69
+ pe as preflightDiagnostics,
70
+ y as renderChatUISpec,
71
+ L as renderQnaUISpec,
70
72
  b as renderSimRelUISpec,
71
- t as renderUISpecWithRegistry,
73
+ r as renderUISpecWithRegistry,
72
74
  v as routeStreamAction,
73
- Te as safeParseAccountRuntimeConfig,
74
- a as streamPost,
75
- f as updatePageContext,
76
- S as wireGADataLayer,
77
- U as wireQNAToChat,
78
- u as wireSimilarToChat,
79
- l as withBaseTheme,
80
- m as withDefaultWidgetTheme
75
+ Ge as safeParseAccountRuntimeConfig,
76
+ t as streamPost,
77
+ C as updatePageContext,
78
+ U as wireGADataLayer,
79
+ A as wireQNAToChat,
80
+ S as wireSimilarToChat,
81
+ c as withBaseTheme,
82
+ d as withDefaultWidgetTheme
81
83
  };