@botpress/webchat 1.0.14 → 1.0.15

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/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  export * from './components';
2
2
  export * from './providers';
3
3
  export * from './types';
4
- export { WebchatClient as Client } from './client';
4
+ export { WebchatClient as Client, MessageContentSchema } from './client';
5
5
  export { useWebchatContext } from './contexts';
package/dist/index.js CHANGED
@@ -43635,6 +43635,7 @@ export {
43635
43635
  mo as Header,
43636
43636
  vY as LoadingIndicator,
43637
43637
  e4 as Message,
43638
+ z3 as MessageContentSchema,
43638
43639
  gY as MessageList,
43639
43640
  _h as Modal,
43640
43641
  XB as ModalProvider,