@botpress/webchat 2.1.4 → 2.1.5
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/.turbo/turbo-build.log +9 -9
- package/dist/adapters/messaging-to-target.d.ts +12 -12
- package/dist/adapters/webchat-to-target.d.ts +6 -6
- package/dist/components/Block.d.ts +1 -1
- package/dist/gen/client/models.d.ts +19 -3
- package/dist/gen/client/operations/createEvent.d.ts +6 -6
- package/dist/gen/client/operations/createMessage.d.ts +32 -0
- package/dist/gen/client/operations/getEvent.d.ts +3 -3
- package/dist/gen/client/operations/getMessage.d.ts +16 -0
- package/dist/gen/client/operations/listConversationMessages.d.ts +16 -0
- package/dist/gen/signals/custom.j.d.ts +3 -24
- package/dist/gen/signals/custom.t.d.ts +0 -5
- package/dist/gen/signals/custom.z.d.ts +1 -1
- package/dist/gen/signals/index.d.ts +27 -592
- package/dist/gen/signals/messageCreated.j.d.ts +3 -501
- package/dist/gen/signals/messageCreated.t.d.ts +34 -5
- package/dist/gen/signals/messageCreated.z.d.ts +18 -18
- package/dist/gen/signals/webchatConfig.j.d.ts +3 -24
- package/dist/gen/signals/webchatConfig.t.d.ts +0 -5
- package/dist/gen/signals/webchatConfig.z.d.ts +1 -1
- package/dist/gen/signals/webchatVisibility.j.d.ts +3 -24
- package/dist/gen/signals/webchatVisibility.t.d.ts +0 -5
- package/dist/gen/signals/webchatVisibility.z.d.ts +1 -1
- package/dist/{index-afad1b69.js → index-ba8c56be.js} +23931 -23673
- package/dist/{index-35b58839.js → index-e890d9a1.js} +1 -1
- package/dist/index.d.ts +6 -0
- package/dist/index.js +19 -18
- package/dist/index.umd.cjs +182 -182
- package/dist/schemas/init.d.ts +14 -14
- package/dist/schemas/theme.d.ts +8 -8
- package/dist/types/block-type.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { A as t, B as r, C as m, f as c, e as i, h as n, F as h, H as p,
|
|
1
|
+
import { A as t, B as r, C as m, f as c, e as i, h as n, F as h, H as p, j as d, L as S, M as l, k as u, l as C, n as P, R as b, U as g, W as v, o as y, i as M, y as f, z as T, I as k, J as B, t as I, w as W, s as F, p as H, b as L, K as R, q as w, v as x, m as A, E as U, x as _, D as j, u as q, d as z, G as D } from "./index-ba8c56be.js";
|
|
2
2
|
import "react";
|
|
3
3
|
import "react-dom";
|
|
4
4
|
export {
|
|
@@ -10,8 +10,8 @@ export {
|
|
|
10
10
|
n as Container,
|
|
11
11
|
h as Fab,
|
|
12
12
|
p as Header,
|
|
13
|
-
|
|
14
|
-
|
|
13
|
+
d as HeaderRoot,
|
|
14
|
+
S as LoadingIndicator,
|
|
15
15
|
l as Message,
|
|
16
16
|
u as MessageList,
|
|
17
17
|
C as Modal,
|
|
@@ -20,21 +20,22 @@ export {
|
|
|
20
20
|
g as UploadButton,
|
|
21
21
|
v as Webchat,
|
|
22
22
|
y as WebchatProvider,
|
|
23
|
-
M as
|
|
24
|
-
f as
|
|
25
|
-
T as
|
|
26
|
-
k as
|
|
27
|
-
B as
|
|
28
|
-
I as
|
|
29
|
-
W as
|
|
30
|
-
F as
|
|
31
|
-
H as
|
|
32
|
-
L as
|
|
33
|
-
R as
|
|
34
|
-
w as
|
|
35
|
-
x as
|
|
36
|
-
A as
|
|
37
|
-
U as
|
|
23
|
+
M as __adapters,
|
|
24
|
+
f as avatarThemeSchema,
|
|
25
|
+
T as blockThemeSchema,
|
|
26
|
+
k as clientModePropsSchema,
|
|
27
|
+
B as configPropsSchema,
|
|
28
|
+
I as configurationSchema,
|
|
29
|
+
W as cssStyleSchema,
|
|
30
|
+
F as descriptionItemSchema,
|
|
31
|
+
H as fileTypes,
|
|
32
|
+
L as getClient,
|
|
33
|
+
R as initPropsSchema,
|
|
34
|
+
w as isFileType,
|
|
35
|
+
x as markdownTypeSchema,
|
|
36
|
+
A as renderers,
|
|
37
|
+
U as statePropsSchema,
|
|
38
|
+
_ as styleOptionSchema,
|
|
38
39
|
j as themeSchema,
|
|
39
40
|
q as useClient,
|
|
40
41
|
z as useWebchatStore,
|