@gengage/assistant-fe 0.4.14 → 0.4.16
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/panel-manager.d.ts +29 -1
- package/dist/chat/runtime.d.ts +7 -0
- package/dist/chat-runtime.js +1 -1
- package/dist/chat.iife.js +17 -17
- package/dist/chat.js +1 -1
- package/dist/common/fastIntent.d.ts +1 -0
- package/dist/common/index.d.ts +1 -0
- package/dist/common.js +46 -45
- package/dist/{pill-launcher-D9ITHv5w.js → fastIntent-CINRmM8r.js} +190 -131
- package/dist/index.js +7 -7
- package/dist/native.iife.js +14 -14
- package/dist/qna/api.d.ts +2 -0
- package/dist/qna-runtime.js +1 -1
- package/dist/qna.iife.js +32 -32
- package/dist/qna.js +1 -1
- package/dist/{runtime-Fs-ZXBnb.js → runtime-B0hDHRlN.js} +197 -195
- package/dist/{runtime-EUhElpCX.js → runtime-DP_D5fV6.js} +2266 -2192
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
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
2
|
import { c, d as m, l, u as p } from "./widget-base-bdJaGJYi.js";
|
|
3
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-
|
|
5
|
-
import {
|
|
4
|
+
import { c as A, n as I, o as R, s as T, t as W } from "./runtime-DP_D5fV6.js";
|
|
5
|
+
import { i as E, n as w, o as v, r as N } from "./fastIntent-CINRmM8r.js";
|
|
6
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-
|
|
7
|
+
import { a as G, i as _, n as Q, r as L, t as B } from "./runtime-B0hDHRlN.js";
|
|
8
8
|
import { a as b, i as x, n as F, r as V, t as H } from "./runtime-CLcYqzoA.js";
|
|
9
9
|
import { n as z } from "./simrel-fQg2EIB8.js";
|
|
10
10
|
import { n as j, t as q } from "./simbut-3kqLW3SM.js";
|
|
@@ -22,7 +22,7 @@ export {
|
|
|
22
22
|
q as GengageSimBut,
|
|
23
23
|
H as GengageSimRel,
|
|
24
24
|
pe as UnknownActionPolicySchema,
|
|
25
|
-
|
|
25
|
+
N as VoiceInput,
|
|
26
26
|
ie as applyNativeSession,
|
|
27
27
|
Ae as autoDetectPageContext,
|
|
28
28
|
h as bootstrapSession,
|
|
@@ -59,9 +59,9 @@ export {
|
|
|
59
59
|
ge as initGengageClient,
|
|
60
60
|
te as initNativeOverlayWidgets,
|
|
61
61
|
X as initOverlayWidgets,
|
|
62
|
-
|
|
62
|
+
E as isVoiceInputSupported,
|
|
63
63
|
C as listen,
|
|
64
|
-
|
|
64
|
+
w as makePillLauncher,
|
|
65
65
|
r as normalizeMiddlewareUrl,
|
|
66
66
|
Re as parseAccountRuntimeConfig,
|
|
67
67
|
ce as preflightDiagnostics,
|
|
@@ -69,7 +69,7 @@ export {
|
|
|
69
69
|
G as renderQnaUISpec,
|
|
70
70
|
b as renderSimRelUISpec,
|
|
71
71
|
t as renderUISpecWithRegistry,
|
|
72
|
-
|
|
72
|
+
v as routeStreamAction,
|
|
73
73
|
Te as safeParseAccountRuntimeConfig,
|
|
74
74
|
a as streamPost,
|
|
75
75
|
f as updatePageContext,
|