@alxxsck/ai-assistant 2.13.0 → 2.15.0
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/README.md +32 -0
- package/dist/{Avatar-C3jiPjI_.js → Avatar-CIVyo3Wu.js} +1 -1
- package/dist/{ChatWidgetContent-CEsq_0Pe.js → ChatWidgetContent-RqPUcL16.js} +2486 -2260
- package/dist/api/messages.api.d.ts +3 -2
- package/dist/api/messages.api.types.d.ts +43 -1
- package/dist/bridge-ai-chat-widget.es.js +6 -5
- package/dist/domain/message/cable/AnyCable.service.d.ts +4 -0
- package/dist/domain/message/cable/widget-frame.d.ts +1 -1
- package/dist/domain/message/chat-experience.d.ts +44 -0
- package/dist/domain/message/message.store.d.ts +14 -2
- package/dist/{index-C7FJIuWE.js → index-KqyvPfgi.js} +2359 -2193
- package/dist/index.d.ts +2 -0
- package/dist/index.types.d.ts +14 -0
- package/dist/ui/components/ChatAttachmentList.d.ts +9 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -161,6 +161,38 @@ productButton.addEventListener("click", () => widget.setOpen(true));
|
|
|
161
161
|
Closing a hidden-launcher widget leaves it non-interactive until the product calls
|
|
162
162
|
`setOpen(true)` again. The runtime and active interaction session remain mounted.
|
|
163
163
|
|
|
164
|
+
## Attachments
|
|
165
|
+
|
|
166
|
+
The composer is opt-in. Enable it with one option; without a transport it uses a
|
|
167
|
+
local mock for visual QA and staged integration. The mock supports image previews,
|
|
168
|
+
document cards, retry UI and downloads, but is never durable storage.
|
|
169
|
+
|
|
170
|
+
```ts
|
|
171
|
+
const widget = new ChatWidgetInstance({
|
|
172
|
+
customerInteractionSession: session,
|
|
173
|
+
attachments: { enabled: true },
|
|
174
|
+
});
|
|
175
|
+
```
|
|
176
|
+
|
|
177
|
+
For production, pass the signed-upload adapter owned by the product/backend. It
|
|
178
|
+
returns a permanent attachment id and download URL. Enable `sendAttachmentIds`
|
|
179
|
+
when the receiving endpoint has been rolled out; the SDK then includes the returned
|
|
180
|
+
ids in the next message command and renders attachments from history and realtime
|
|
181
|
+
frames.
|
|
182
|
+
|
|
183
|
+
```ts
|
|
184
|
+
attachments: {
|
|
185
|
+
enabled: true,
|
|
186
|
+
sendAttachmentIds: true, // enable once the receiving chat endpoint accepts them
|
|
187
|
+
transport: {
|
|
188
|
+
upload: async ({ file, onProgress, signal }) => {
|
|
189
|
+
// Create an upload session, PUT the file, then complete it.
|
|
190
|
+
// Return { id, fileName, mediaType, size, kind, downloadUrl, previewUrl }.
|
|
191
|
+
},
|
|
192
|
+
},
|
|
193
|
+
}
|
|
194
|
+
```
|
|
195
|
+
|
|
164
196
|
## Host handlers
|
|
165
197
|
|
|
166
198
|
`handlers` is optional and is the only command integration surface. Use it when a
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { Q as $s } from "./index-KqyvPfgi.js";
|
|
2
2
|
var Fr = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
|
|
3
3
|
const Ul = "182", Hf = 0, bc = 1, Wf = 2, js = 1, Ku = 2, Gr = 3, di = 0, jt = 1, Zn = 2, $n = 0, ur = 1, Ac = 2, Ec = 3, wc = 4, Xf = 5, Ci = 100, qf = 101, Yf = 102, Kf = 103, Zf = 104, $f = 200, jf = 201, Jf = 202, Qf = 203, wo = 204, Ro = 205, ed = 206, td = 207, nd = 208, id = 209, rd = 210, sd = 211, ad = 212, od = 213, ld = 214, Co = 0, Po = 1, Io = 2, dr = 3, Do = 4, Lo = 5, Fo = 6, Uo = 7, xa = 0, cd = 1, ud = 2, Un = 0, Zu = 1, $u = 2, ju = 3, Ju = 4, Qu = 5, eh = 6, th = 7, Rc = "attached", hd = "detached", nh = 300, Oi = 301, pr = 302, aa = 303, No = 304, ya = 306, wt = 1e3, En = 1001, Oo = 1002, Lt = 1003, fd = 1004, Ss = 1005, kt = 1006, La = 1007, Ii = 1008, sn = 1009, ih = 1010, rh = 1011, ts = 1012, Nl = 1013, Bn = 1014, wn = 1015, Jn = 1016, Ol = 1017, Bl = 1018, ns = 1020, sh = 35902, ah = 35899, oh = 1021, lh = 1022, mn = 1023, Qn = 1026, Di = 1027, ch = 1028, kl = 1029, mr = 1030, Vl = 1031, zl = 1033, Js = 33776, Qs = 33777, ea = 33778, ta = 33779, Bo = 35840, ko = 35841, Vo = 35842, zo = 35843, Go = 36196, Ho = 37492, Wo = 37496, Xo = 37488, qo = 37489, Yo = 37490, Ko = 37491, Zo = 37808, $o = 37809, jo = 37810, Jo = 37811, Qo = 37812, el = 37813, tl = 37814, nl = 37815, il = 37816, rl = 37817, sl = 37818, al = 37819, ol = 37820, ll = 37821, cl = 36492, ul = 36494, hl = 36495, fl = 36283, dl = 36284, pl = 36285, ml = 36286, uh = 2200, dd = 2201, pd = 2202, oa = 2300, _l = 2301, Fa = 2302, sr = 2400, ar = 2401, la = 2402, Gl = 2500, md = 2501, _d = 3200, Sa = 0, gd = 1, ci = "", Ue = "srgb", _r = "srgb-linear", ca = "linear", nt = "srgb", Gi = 7680, Cc = 519, vd = 512, xd = 513, yd = 514, Hl = 515, Sd = 516, Md = 517, Wl = 518, Td = 519, Pc = 35044, Ic = "300 es", Fn = 2e3, ua = 2001;
|
|
4
4
|
function hh(s) {
|