@gengage/assistant-fe 0.6.25 → 0.6.27
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/agentic/debug/activity-collector.d.ts +1 -0
- package/dist/agentic/index.js +374 -353
- package/dist/agentic/types.d.ts +3 -0
- package/dist/agentic/worker.js +1 -1
- package/dist/agentic.iife.js +5 -4
- package/dist/api-paths-C9NwnH29.js +1274 -0
- package/dist/chat-runtime.js +1 -1
- package/dist/chat.iife.js +13 -13
- package/dist/chat.js +1 -1
- package/dist/{common-aUI01FdB.js → common-Bhl1mzk2.js} +1 -1
- package/dist/common.js +5 -5
- package/dist/{connection-warning-DkdoruU2.js → connection-warning-D-0Mxk-A.js} +1 -1
- package/dist/{fastIntent-iu8Z5MpN.js → fastIntent-bAlwVoje.js} +1 -1
- package/dist/index.js +10 -10
- package/dist/native.iife.js +11 -11
- package/dist/qna-runtime.js +1 -1
- package/dist/qna.iife.js +25 -25
- package/dist/qna.js +1 -1
- package/dist/{route-params-UDemctx_.js → route-params-5K4Du1Xa.js} +678 -673
- package/dist/{runtime-aSV5XfKR.js → runtime-BAFZ7iOP.js} +3 -3
- package/dist/{runtime-DGUqplEx.js → runtime-CUNLK1KR.js} +3 -3
- package/dist/{runtime-Cu05VoNY.js → runtime-oEtmgT4U.js} +4 -4
- package/dist/{simbut-S9Kviutm.js → simbut-Dt8e5uSk.js} +1 -1
- package/dist/simbut.iife.js +1 -1
- package/dist/simbut.js +1 -1
- package/dist/simrel-runtime.js +1 -1
- package/dist/{simrel-BTn7A6VC.js → simrel-txr23_xG.js} +1 -1
- package/dist/simrel.iife.js +38 -38
- package/dist/simrel.js +2 -2
- package/dist/{widget-base-T-AFCGg6.js → widget-base-56tkaZZB.js} +1 -1
- package/package.json +1 -1
- package/dist/api-paths-C0t52SV3.js +0 -1235
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { d as x, h as Q, p as R, r as N, t as H } from "./api-paths-
|
|
1
|
+
import { d as x, h as Q, p as R, r as N, t as H } from "./api-paths-C9NwnH29.js";
|
|
2
2
|
import { A as O, D as U, E as j, a as q, v as M } from "./context-UTzCGyR9.js";
|
|
3
|
-
import { o as F, t as W } from "./widget-base-
|
|
3
|
+
import { o as F, t as W } from "./widget-base-56tkaZZB.js";
|
|
4
4
|
import { t as A } from "./locale-uQ5XZ2yS.js";
|
|
5
5
|
import { t as D } from "./request-response-cache-BxRsKGJ0.js";
|
|
6
|
-
import { n as z } from "./connection-warning-
|
|
6
|
+
import { n as z } from "./connection-warning-D-0Mxk-A.js";
|
|
7
7
|
async function $(e, t, n) {
|
|
8
8
|
const o = H("launcher_action", t), i = {
|
|
9
9
|
uiSpecs: [],
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { a as j, d as L, h as F, i as q, p as z, r as I, t as N } from "./api-paths-
|
|
1
|
+
import { a as j, d as L, h as F, i as q, p as z, r as I, t as N } from "./api-paths-C9NwnH29.js";
|
|
2
2
|
import { A as D, E as S, N as H, a as k, l as $, v as W } from "./context-UTzCGyR9.js";
|
|
3
|
-
import { o as J, t as K } from "./widget-base-
|
|
3
|
+
import { o as J, t as K } from "./widget-base-56tkaZZB.js";
|
|
4
4
|
import { t as Q } from "./locale-uQ5XZ2yS.js";
|
|
5
5
|
import { t as R } from "./request-response-cache-BxRsKGJ0.js";
|
|
6
6
|
import { a as V, n as Y, r as X, t as A } from "./price-formatter-CHUmYq8I.js";
|
|
7
|
-
import { n as Z } from "./connection-warning-
|
|
7
|
+
import { n as Z } from "./connection-warning-D-0Mxk-A.js";
|
|
8
8
|
function M(e) {
|
|
9
9
|
const t = [];
|
|
10
10
|
for (const n of Object.values(e)) if (n.type === "ProductCard" && n.props) {
|