@urbiport/js 0.0.11 → 0.0.13

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.
Files changed (229) hide show
  1. package/README.md +39 -39
  2. package/dist/components/Bot.d.ts +8 -4
  3. package/dist/components/Bot.d.ts.map +1 -1
  4. package/dist/components/Button.d.ts +0 -1
  5. package/dist/components/Button.d.ts.map +1 -1
  6. package/dist/components/{SendButton.d.ts → ButtonSubmit.d.ts} +3 -4
  7. package/dist/components/ButtonSubmit.d.ts.map +1 -0
  8. package/dist/components/{InputChatBlock.d.ts → ChatInputFooter.d.ts} +4 -5
  9. package/dist/components/ChatInputFooter.d.ts.map +1 -0
  10. package/dist/components/ConversationContainer/ConversationContainer.d.ts +7 -2
  11. package/dist/components/ConversationContainer/ConversationContainer.d.ts.map +1 -1
  12. package/dist/components/ConversationContainer/ConversationContainerBody.d.ts +14 -0
  13. package/dist/components/ConversationContainer/ConversationContainerBody.d.ts.map +1 -0
  14. package/dist/components/ConversationContainer/ConversationContainerFooter.d.ts +17 -0
  15. package/dist/components/ConversationContainer/ConversationContainerFooter.d.ts.map +1 -0
  16. package/dist/components/ConversationContainer/{ChatChunk.d.ts → ConversationMessageChunk.d.ts} +5 -4
  17. package/dist/components/ConversationContainer/ConversationMessageChunk.d.ts.map +1 -0
  18. package/dist/components/ConversationContainer/ConversationPopupBlockedToast.d.ts +7 -0
  19. package/dist/components/ConversationContainer/ConversationPopupBlockedToast.d.ts.map +1 -0
  20. package/dist/components/ConversationContainer/ConversationProgressBar.d.ts +6 -0
  21. package/dist/components/ConversationContainer/ConversationProgressBar.d.ts.map +1 -0
  22. package/dist/components/ConversationContainer/HostAvatar.d.ts +8 -0
  23. package/dist/components/ConversationContainer/HostAvatar.d.ts.map +1 -0
  24. package/dist/components/ConversationContainer/InputAnswer.d.ts +18 -0
  25. package/dist/components/ConversationContainer/InputAnswer.d.ts.map +1 -0
  26. package/dist/components/ConversationContainer/helpers.d.ts +6 -0
  27. package/dist/components/ConversationContainer/helpers.d.ts.map +1 -0
  28. package/dist/components/FooterEndConversation.d.ts +2 -0
  29. package/dist/components/FooterEndConversation.d.ts.map +1 -0
  30. package/dist/components/FooterLiteBadge.d.ts +6 -0
  31. package/dist/components/FooterLiteBadge.d.ts.map +1 -0
  32. package/dist/components/InputAnswerContext.d.ts +46 -0
  33. package/dist/components/InputAnswerContext.d.ts.map +1 -0
  34. package/dist/components/InputFormLayout.d.ts +19 -0
  35. package/dist/components/InputFormLayout.d.ts.map +1 -0
  36. package/dist/components/Spinner.d.ts.map +1 -1
  37. package/dist/components/avatars/AvatarPlaceholder.d.ts +7 -0
  38. package/dist/components/avatars/AvatarPlaceholder.d.ts.map +1 -0
  39. package/dist/components/bubbles/HostBubble.d.ts +1 -1
  40. package/dist/components/bubbles/HostBubble.d.ts.map +1 -1
  41. package/dist/components/bubbles/HostBubbleStreaming.d.ts +8 -0
  42. package/dist/components/bubbles/HostBubbleStreaming.d.ts.map +1 -0
  43. package/dist/components/icons/LogoIcon.d.ts +2 -0
  44. package/dist/components/icons/LogoIcon.d.ts.map +1 -0
  45. package/dist/components/icons/MicrophoneIcon.d.ts.map +1 -1
  46. package/dist/components/icons/SendIcon.d.ts.map +1 -1
  47. package/dist/{features/blocks/inputs/fileUpload/components/SelectedFile.d.ts → components/inputs/FileAttached.d.ts} +2 -2
  48. package/dist/components/inputs/FileAttached.d.ts.map +1 -0
  49. package/dist/components/inputs/{ShortTextInput.d.ts → Input.d.ts} +2 -2
  50. package/dist/components/inputs/Input.d.ts.map +1 -0
  51. package/dist/components/inputs/Textarea.d.ts +2 -1
  52. package/dist/components/inputs/Textarea.d.ts.map +1 -1
  53. package/dist/features/blocks/bubbles/audio/components/AudioBubble.d.ts +1 -1
  54. package/dist/features/blocks/bubbles/audio/components/AudioBubble.d.ts.map +1 -1
  55. package/dist/features/blocks/bubbles/embed/components/EmbedBubble.d.ts +1 -2
  56. package/dist/features/blocks/bubbles/embed/components/EmbedBubble.d.ts.map +1 -1
  57. package/dist/features/blocks/bubbles/image/components/ImageBubble.d.ts +1 -3
  58. package/dist/features/blocks/bubbles/image/components/ImageBubble.d.ts.map +1 -1
  59. package/dist/features/blocks/bubbles/textBubble/components/TextBubble.d.ts +1 -2
  60. package/dist/features/blocks/bubbles/textBubble/components/TextBubble.d.ts.map +1 -1
  61. package/dist/features/blocks/bubbles/video/components/VideoBubble.d.ts +1 -2
  62. package/dist/features/blocks/bubbles/video/components/VideoBubble.d.ts.map +1 -1
  63. package/dist/features/blocks/inputs/buttons/components/Buttons.d.ts +4 -2
  64. package/dist/features/blocks/inputs/buttons/components/Buttons.d.ts.map +1 -1
  65. package/dist/{components/inputs/SearchInput.d.ts → features/blocks/inputs/buttons/components/ButtonsSearch.d.ts} +2 -2
  66. package/dist/features/blocks/inputs/buttons/components/ButtonsSearch.d.ts.map +1 -0
  67. package/dist/features/blocks/inputs/buttons/index.d.ts +2 -0
  68. package/dist/features/blocks/inputs/buttons/index.d.ts.map +1 -0
  69. package/dist/features/blocks/inputs/date/components/DateForm.d.ts +1 -1
  70. package/dist/features/blocks/inputs/date/components/DateForm.d.ts.map +1 -1
  71. package/dist/features/blocks/inputs/email/components/EmailInput.d.ts +3 -1
  72. package/dist/features/blocks/inputs/email/components/EmailInput.d.ts.map +1 -1
  73. package/dist/features/blocks/inputs/fileUpload/components/FileUploadForm.d.ts +1 -1
  74. package/dist/features/blocks/inputs/fileUpload/components/FileUploadForm.d.ts.map +1 -1
  75. package/dist/features/blocks/inputs/fileUpload/{helpers → utils}/sanitizeSelectedFiles.d.ts +2 -4
  76. package/dist/features/blocks/inputs/fileUpload/utils/sanitizeSelectedFiles.d.ts.map +1 -0
  77. package/dist/features/blocks/inputs/fileUpload/utils/uploadFiles.d.ts.map +1 -0
  78. package/dist/features/blocks/inputs/number/components/NumberInput.d.ts +1 -1
  79. package/dist/features/blocks/inputs/number/components/NumberInput.d.ts.map +1 -1
  80. package/dist/features/blocks/inputs/number/utils/numberInputHelper.d.ts.map +1 -0
  81. package/dist/features/blocks/inputs/payment/components/PaymentForm.d.ts +1 -1
  82. package/dist/features/blocks/inputs/payment/components/PaymentForm.d.ts.map +1 -1
  83. package/dist/features/blocks/inputs/payment/components/StripePaymentForm.d.ts +1 -1
  84. package/dist/features/blocks/inputs/payment/components/StripePaymentForm.d.ts.map +1 -1
  85. package/dist/features/blocks/inputs/payment/{helpers → utils}/paymentInProgressStorage.d.ts +2 -2
  86. package/dist/features/blocks/inputs/payment/utils/paymentInProgressStorage.d.ts.map +1 -0
  87. package/dist/features/blocks/inputs/phone/components/PhoneInput.d.ts +3 -1
  88. package/dist/features/blocks/inputs/phone/components/PhoneInput.d.ts.map +1 -1
  89. package/dist/features/blocks/inputs/rating/components/RatingForm.d.ts +1 -1
  90. package/dist/features/blocks/inputs/rating/components/RatingForm.d.ts.map +1 -1
  91. package/dist/features/blocks/inputs/{textInput → text}/components/TextInput.d.ts +3 -1
  92. package/dist/features/blocks/inputs/text/components/TextInput.d.ts.map +1 -0
  93. package/dist/features/blocks/inputs/{textInput → text}/components/VoiceRecorder.d.ts +2 -2
  94. package/dist/features/blocks/inputs/text/components/VoiceRecorder.d.ts.map +1 -0
  95. package/dist/features/blocks/inputs/text/components/VolumeProcessor.d.ts.map +1 -0
  96. package/dist/features/blocks/inputs/text/index.d.ts.map +1 -0
  97. package/dist/features/blocks/inputs/url/components/UrlInput.d.ts +3 -1
  98. package/dist/features/blocks/inputs/url/components/UrlInput.d.ts.map +1 -1
  99. package/dist/features/blocks/integrations/chatwoot/utils/executeChatwoot.d.ts +1 -1
  100. package/dist/features/blocks/integrations/chatwoot/utils/executeChatwoot.d.ts.map +1 -1
  101. package/dist/features/blocks/integrations/pixel/executePixel.d.ts +1 -1
  102. package/dist/features/blocks/integrations/pixel/executePixel.d.ts.map +1 -1
  103. package/dist/features/blocks/integrations/webhook/executeWebhook.d.ts +1 -1
  104. package/dist/features/blocks/integrations/webhook/executeWebhook.d.ts.map +1 -1
  105. package/dist/features/blocks/logic/redirect/utils/executeRedirect.d.ts +1 -1
  106. package/dist/features/blocks/logic/redirect/utils/executeRedirect.d.ts.map +1 -1
  107. package/dist/features/blocks/logic/script/executeScript.d.ts +1 -1
  108. package/dist/features/blocks/logic/script/executeScript.d.ts.map +1 -1
  109. package/dist/features/blocks/logic/variable/executeVariable.d.ts +6 -0
  110. package/dist/features/blocks/logic/variable/executeVariable.d.ts.map +1 -0
  111. package/dist/features/bubble/components/Bubble.d.ts +1 -0
  112. package/dist/features/bubble/components/Bubble.d.ts.map +1 -1
  113. package/dist/features/bubble/components/BubbleButton.d.ts.map +1 -1
  114. package/dist/features/bubble/components/{PreviewMessage.d.ts → BubbleMessage.d.ts} +2 -2
  115. package/dist/features/bubble/components/BubbleMessage.d.ts.map +1 -0
  116. package/dist/features/commands/types.d.ts +1 -1
  117. package/dist/features/commands/types.d.ts.map +1 -1
  118. package/dist/features/popup/components/Popup.d.ts +1 -0
  119. package/dist/features/popup/components/Popup.d.ts.map +1 -1
  120. package/dist/features/standard/components/Standard.d.ts +1 -0
  121. package/dist/features/standard/components/Standard.d.ts.map +1 -1
  122. package/dist/features/streaming/streamChat.d.ts.map +1 -0
  123. package/dist/hooks/useMessageListener.d.ts +11 -0
  124. package/dist/hooks/useMessageListener.d.ts.map +1 -0
  125. package/dist/index.d.ts +1 -0
  126. package/dist/index.d.ts.map +1 -1
  127. package/dist/index.js +26 -1
  128. package/dist/lib/gtm.d.ts +0 -1
  129. package/dist/lib/gtm.d.ts.map +1 -1
  130. package/dist/lib/pixel.d.ts +1 -1
  131. package/dist/lib/pixel.d.ts.map +1 -1
  132. package/dist/queries/continueChatQuery.d.ts +97 -223
  133. package/dist/queries/continueChatQuery.d.ts.map +1 -1
  134. package/dist/queries/saveClientLogsQuery.d.ts +1 -1
  135. package/dist/queries/saveClientLogsQuery.d.ts.map +1 -1
  136. package/dist/queries/startChatQuery.d.ts +193 -308
  137. package/dist/queries/startChatQuery.d.ts.map +1 -1
  138. package/dist/types.d.ts +6 -3
  139. package/dist/types.d.ts.map +1 -1
  140. package/dist/utils/botContainerSignal.d.ts +1 -1
  141. package/dist/utils/botContainerSignal.d.ts.map +1 -1
  142. package/dist/utils/executeClientSideActions.d.ts +1 -1
  143. package/dist/utils/executeClientSideActions.d.ts.map +1 -1
  144. package/dist/utils/guessApiHost.d.ts.map +1 -1
  145. package/dist/utils/injectFont.d.ts +2 -2
  146. package/dist/utils/injectFont.d.ts.map +1 -1
  147. package/dist/utils/injectStartProps.d.ts +1 -1
  148. package/dist/utils/injectStartProps.d.ts.map +1 -1
  149. package/dist/utils/setCssVariablesValue.d.ts +2 -2
  150. package/dist/utils/setCssVariablesValue.d.ts.map +1 -1
  151. package/dist/utils/storage.d.ts +197 -313
  152. package/dist/utils/storage.d.ts.map +1 -1
  153. package/dist/web.d.ts +1 -16
  154. package/dist/web.d.ts.map +1 -1
  155. package/dist/web.js +30 -7
  156. package/dist/window.d.ts +6 -6
  157. package/dist/window.d.ts.map +1 -1
  158. package/package.json +25 -20
  159. package/.turbo/turbo-build.log +0 -11
  160. package/LICENSE +0 -669
  161. package/dist/components/ConversationContainer/AvatarSideContainer.d.ts +0 -8
  162. package/dist/components/ConversationContainer/AvatarSideContainer.d.ts.map +0 -1
  163. package/dist/components/ConversationContainer/ChatChunk.d.ts.map +0 -1
  164. package/dist/components/ConversationContainer/LoadingChunk.d.ts +0 -7
  165. package/dist/components/ConversationContainer/LoadingChunk.d.ts.map +0 -1
  166. package/dist/components/ConversationContainer/PopupBlockedToast.d.ts +0 -7
  167. package/dist/components/ConversationContainer/PopupBlockedToast.d.ts.map +0 -1
  168. package/dist/components/InputChatBlock.d.ts.map +0 -1
  169. package/dist/components/LiteBadge.d.ts +0 -6
  170. package/dist/components/LiteBadge.d.ts.map +0 -1
  171. package/dist/components/ProgressBar.d.ts +0 -6
  172. package/dist/components/ProgressBar.d.ts.map +0 -1
  173. package/dist/components/SendButton.d.ts.map +0 -1
  174. package/dist/components/avatars/DefaultAvatar.d.ts +0 -2
  175. package/dist/components/avatars/DefaultAvatar.d.ts.map +0 -1
  176. package/dist/components/bubbles/LoadingBubble.d.ts +0 -2
  177. package/dist/components/bubbles/LoadingBubble.d.ts.map +0 -1
  178. package/dist/components/bubbles/StreamingBubble.d.ts +0 -8
  179. package/dist/components/bubbles/StreamingBubble.d.ts.map +0 -1
  180. package/dist/components/icons/CameraIcon.d.ts +0 -3
  181. package/dist/components/icons/CameraIcon.d.ts.map +0 -1
  182. package/dist/components/icons/PlusIcon.d.ts +0 -3
  183. package/dist/components/icons/PlusIcon.d.ts.map +0 -1
  184. package/dist/components/icons/TypebotLogo.d.ts +0 -2
  185. package/dist/components/icons/TypebotLogo.d.ts.map +0 -1
  186. package/dist/components/index.d.ts +0 -4
  187. package/dist/components/index.d.ts.map +0 -1
  188. package/dist/components/inputs/SearchInput.d.ts.map +0 -1
  189. package/dist/components/inputs/ShortTextInput.d.ts.map +0 -1
  190. package/dist/components/inputs/index.d.ts +0 -3
  191. package/dist/components/inputs/index.d.ts.map +0 -1
  192. package/dist/features/blocks/bubbles/embed/components/CustomEmbedBubble.d.ts +0 -11
  193. package/dist/features/blocks/bubbles/embed/components/CustomEmbedBubble.d.ts.map +0 -1
  194. package/dist/features/blocks/bubbles/textBubble/helpers/convertRichTextToPlainText.d.ts +0 -3
  195. package/dist/features/blocks/bubbles/textBubble/helpers/convertRichTextToPlainText.d.ts.map +0 -1
  196. package/dist/features/blocks/inputs/buttons/components/Checkbox.d.ts +0 -7
  197. package/dist/features/blocks/inputs/buttons/components/Checkbox.d.ts.map +0 -1
  198. package/dist/features/blocks/inputs/buttons/components/MultipleChoicesForm.d.ts +0 -10
  199. package/dist/features/blocks/inputs/buttons/components/MultipleChoicesForm.d.ts.map +0 -1
  200. package/dist/features/blocks/inputs/fileUpload/components/SelectedFile.d.ts.map +0 -1
  201. package/dist/features/blocks/inputs/fileUpload/helpers/sanitizeSelectedFiles.d.ts.map +0 -1
  202. package/dist/features/blocks/inputs/fileUpload/helpers/uploadFiles.d.ts.map +0 -1
  203. package/dist/features/blocks/inputs/number/numberInputHelper.d.ts.map +0 -1
  204. package/dist/features/blocks/inputs/payment/helpers/paymentInProgressStorage.d.ts.map +0 -1
  205. package/dist/features/blocks/inputs/pictureChoice/MultiplePictureChoice.d.ts +0 -11
  206. package/dist/features/blocks/inputs/pictureChoice/MultiplePictureChoice.d.ts.map +0 -1
  207. package/dist/features/blocks/inputs/pictureChoice/SinglePictureChoice.d.ts +0 -11
  208. package/dist/features/blocks/inputs/pictureChoice/SinglePictureChoice.d.ts.map +0 -1
  209. package/dist/features/blocks/inputs/textInput/components/TextInput.d.ts.map +0 -1
  210. package/dist/features/blocks/inputs/textInput/components/VoiceRecorder.d.ts.map +0 -1
  211. package/dist/features/blocks/inputs/textInput/components/VolumeProcessor.d.ts.map +0 -1
  212. package/dist/features/blocks/inputs/textInput/index.d.ts.map +0 -1
  213. package/dist/features/blocks/integrations/googleAnalytics/index.d.ts +0 -2
  214. package/dist/features/blocks/integrations/googleAnalytics/index.d.ts.map +0 -1
  215. package/dist/features/blocks/integrations/googleAnalytics/utils/executeGoogleAnalytics.d.ts +0 -3
  216. package/dist/features/blocks/integrations/googleAnalytics/utils/executeGoogleAnalytics.d.ts.map +0 -1
  217. package/dist/features/blocks/integrations/googleAnalytics/utils/index.d.ts +0 -2
  218. package/dist/features/blocks/integrations/googleAnalytics/utils/index.d.ts.map +0 -1
  219. package/dist/features/blocks/integrations/openai/streamChat.d.ts.map +0 -1
  220. package/dist/features/blocks/logic/setVariable/executeSetVariable.d.ts +0 -6
  221. package/dist/features/blocks/logic/setVariable/executeSetVariable.d.ts.map +0 -1
  222. package/dist/features/bubble/components/PreviewMessage.d.ts.map +0 -1
  223. package/dist/lib/gtag.d.ts +0 -4
  224. package/dist/lib/gtag.d.ts.map +0 -1
  225. /package/dist/features/blocks/inputs/fileUpload/{helpers → utils}/uploadFiles.d.ts +0 -0
  226. /package/dist/features/blocks/inputs/number/{numberInputHelper.d.ts → utils/numberInputHelper.d.ts} +0 -0
  227. /package/dist/features/blocks/inputs/{textInput → text}/components/VolumeProcessor.d.ts +0 -0
  228. /package/dist/features/blocks/inputs/{textInput → text}/index.d.ts +0 -0
  229. /package/dist/features/{blocks/integrations/openai → streaming}/streamChat.d.ts +0 -0
@@ -1 +0,0 @@
1
- {"version":3,"file":"ChatChunk.d.ts","sourceRoot":"","sources":["../../../src/components/ConversationContainer/ChatChunk.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,UAAU,EAAE,SAAS,IAAI,aAAa,EAAE,MAAM,SAAS,CAAA;AAEpF,OAAO,EAAE,oBAAoB,EAAE,QAAQ,EAAE,KAAK,EAAE,MAAM,qBAAqB,CAAA;AAY3E,KAAK,KAAK,GAAG,IAAI,CAAC,oBAAoB,EAAE,UAAU,GAAG,OAAO,CAAC,GAAG;IAC9D,KAAK,EAAE,KAAK,CAAA;IACZ,QAAQ,EAAE,QAAQ,CAAA;IAClB,KAAK,EAAE,MAAM,CAAA;IACb,OAAO,EAAE,UAAU,CAAA;IACnB,QAAQ,EAAE,OAAO,CAAA;IACjB,UAAU,EAAE,OAAO,CAAA;IACnB,kBAAkB,EAAE,aAAa,CAAC,oBAAoB,CAAC,CAAA;IACvD,oBAAoB,CAAC,EAAE,OAAO,CAAA;IAC9B,oBAAoB,EAAE,CAAC,OAAO,EAAE,MAAM,KAAK,OAAO,CAAC,IAAI,CAAC,CAAA;IACxD,gBAAgB,EAAE,CAAC,GAAG,CAAC,EAAE,cAAc,EAAE,MAAM,CAAC,EAAE,MAAM,KAAK,IAAI,CAAA;IACjE,QAAQ,EAAE,CAAC,MAAM,CAAC,EAAE,kBAAkB,KAAK,IAAI,CAAA;IAC/C,MAAM,EAAE,MAAM,IAAI,CAAA;IAClB,qBAAqB,EAAE,MAAM,IAAI,CAAA;CAClC,CAAA;AAED,eAAO,MAAM,SAAS,UAAW,KAAK,mCAwIrC,CAAA"}
@@ -1,7 +0,0 @@
1
- import { Theme } from '@typebot.io/schemas';
2
- type Props = {
3
- theme: Theme;
4
- };
5
- export declare const LoadingChunk: (props: Props) => import("solid-js").JSX.Element;
6
- export {};
7
- //# sourceMappingURL=LoadingChunk.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"LoadingChunk.d.ts","sourceRoot":"","sources":["../../../src/components/ConversationContainer/LoadingChunk.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,qBAAqB,CAAA;AAM3C,KAAK,KAAK,GAAG;IACX,KAAK,EAAE,KAAK,CAAA;CACb,CAAA;AAED,eAAO,MAAM,YAAY,UAAW,KAAK,mCAWxC,CAAA"}
@@ -1,7 +0,0 @@
1
- type Props = {
2
- url: string;
3
- onLinkClick: () => void;
4
- };
5
- export declare const PopupBlockedToast: (props: Props) => import("solid-js").JSX.Element;
6
- export {};
7
- //# sourceMappingURL=PopupBlockedToast.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"PopupBlockedToast.d.ts","sourceRoot":"","sources":["../../../src/components/ConversationContainer/PopupBlockedToast.tsx"],"names":[],"mappings":"AAAA,KAAK,KAAK,GAAG;IACX,GAAG,EAAE,MAAM,CAAA;IACX,WAAW,EAAE,MAAM,IAAI,CAAA;CACxB,CAAA;AAED,eAAO,MAAM,iBAAiB,UAAW,KAAK,mCAyB7C,CAAA"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"InputChatBlock.d.ts","sourceRoot":"","sources":["../../src/components/InputChatBlock.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,oBAAoB,EASpB,KAAK,EAKN,MAAM,qBAAqB,CAAA;AAE5B,OAAO,EAAE,UAAU,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAA;AAuBxD,KAAK,KAAK,GAAG;IACX,GAAG,EAAE,cAAc,GAAG,SAAS,CAAA;IAC/B,KAAK,EAAE,WAAW,CAAC,oBAAoB,CAAC,OAAO,CAAC,CAAC,CAAA;IACjD,aAAa,EAAE,OAAO,CAAA;IACtB,WAAW,CAAC,EAAE,WAAW,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,aAAa,CAAC,CAAA;IACvD,UAAU,EAAE,MAAM,CAAA;IAClB,OAAO,EAAE,UAAU,CAAA;IACnB,qBAAqB,EAAE,OAAO,CAAA;IAC9B,QAAQ,EAAE,OAAO,CAAA;IACjB,eAAe,EAAE,MAAM,IAAI,CAAA;IAC3B,QAAQ,EAAE,CAAC,OAAO,EAAE,kBAAkB,KAAK,IAAI,CAAA;IAC/C,MAAM,EAAE,MAAM,IAAI,CAAA;CACnB,CAAA;AAED,eAAO,MAAM,cAAc,UAAW,KAAK,mCA6D1C,CAAA"}
@@ -1,6 +0,0 @@
1
- type Props = {
2
- botContainer: HTMLDivElement | undefined;
3
- };
4
- export declare const LiteBadge: (props: Props) => import("solid-js").JSX.Element;
5
- export {};
6
- //# sourceMappingURL=LiteBadge.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"LiteBadge.d.ts","sourceRoot":"","sources":["../../src/components/LiteBadge.tsx"],"names":[],"mappings":"AAGA,KAAK,KAAK,GAAG;IACX,YAAY,EAAE,cAAc,GAAG,SAAS,CAAA;CACzC,CAAA;AAED,eAAO,MAAM,SAAS,UAAW,KAAK,mCAyCrC,CAAA"}
@@ -1,6 +0,0 @@
1
- type Props = {
2
- value: number;
3
- };
4
- export declare const ProgressBar: (props: Props) => import("solid-js").JSX.Element;
5
- export {};
6
- //# sourceMappingURL=ProgressBar.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ProgressBar.d.ts","sourceRoot":"","sources":["../../src/components/ProgressBar.tsx"],"names":[],"mappings":"AAAA,KAAK,KAAK,GAAG;IACX,KAAK,EAAE,MAAM,CAAA;CACd,CAAA;AAED,eAAO,MAAM,WAAW,UAAW,KAAK,mCASvC,CAAA"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"SendButton.d.ts","sourceRoot":"","sources":["../../src/components/SendButton.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,GAAG,EAAE,MAAM,sBAAsB,CAAA;AAM1C,KAAK,eAAe,GAAG;IACrB,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,WAAW,CAAC,EAAE,OAAO,CAAA;IACrB,KAAK,CAAC,EAAE,MAAM,CAAA;CACf,GAAG,GAAG,CAAC,oBAAoB,CAAC,iBAAiB,CAAC,CAAA;AAE/C,eAAO,MAAM,UAAU,UAAW,eAAe,gBAqBhD,CAAA"}
@@ -1,2 +0,0 @@
1
- export declare const DefaultAvatar: () => import("solid-js").JSX.Element;
2
- //# sourceMappingURL=DefaultAvatar.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"DefaultAvatar.d.ts","sourceRoot":"","sources":["../../../src/components/avatars/DefaultAvatar.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,aAAa,sCA4CzB,CAAA"}
@@ -1,2 +0,0 @@
1
- export declare const LoadingBubble: () => import("solid-js").JSX.Element;
2
- //# sourceMappingURL=LoadingBubble.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"LoadingBubble.d.ts","sourceRoot":"","sources":["../../../src/components/bubbles/LoadingBubble.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,aAAa,sCAsBzB,CAAA"}
@@ -1,8 +0,0 @@
1
- import { BotContext } from '@/types';
2
- type Props = {
3
- streamingMessageId: string;
4
- context: BotContext;
5
- };
6
- export declare const StreamingBubble: (props: Props) => import("solid-js").JSX.Element;
7
- export {};
8
- //# sourceMappingURL=StreamingBubble.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"StreamingBubble.d.ts","sourceRoot":"","sources":["../../../src/components/bubbles/StreamingBubble.tsx"],"names":[],"mappings":"AAMA,OAAO,EAAE,UAAU,EAAE,MAAM,SAAS,CAAA;AAEpC,KAAK,KAAK,GAAG;IACX,kBAAkB,EAAE,MAAM,CAAA;IAC1B,OAAO,EAAE,UAAU,CAAA;CACpB,CAAA;AAED,eAAO,MAAM,eAAe,UAAW,KAAK,mCAwE3C,CAAA"}
@@ -1,3 +0,0 @@
1
- import { JSX } from 'solid-js/jsx-runtime';
2
- export declare const CameraIcon: (props: JSX.SvgSVGAttributes<SVGSVGElement>) => JSX.Element;
3
- //# sourceMappingURL=CameraIcon.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"CameraIcon.d.ts","sourceRoot":"","sources":["../../../src/components/icons/CameraIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,sBAAsB,CAAA;AAE1C,eAAO,MAAM,UAAU,UAAW,IAAI,gBAAgB,CAAC,aAAa,CAAC,gBAcpE,CAAA"}
@@ -1,3 +0,0 @@
1
- import { JSX } from 'solid-js/jsx-runtime';
2
- export declare const PlusIcon: (props: JSX.SvgSVGAttributes<SVGSVGElement>) => JSX.Element;
3
- //# sourceMappingURL=PlusIcon.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"PlusIcon.d.ts","sourceRoot":"","sources":["../../../src/components/icons/PlusIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,sBAAsB,CAAA;AAE1C,eAAO,MAAM,QAAQ,UAAW,IAAI,gBAAgB,CAAC,aAAa,CAAC,gBAclE,CAAA"}
@@ -1,2 +0,0 @@
1
- export declare const TypebotLogo: () => import("solid-js").JSX.Element;
2
- //# sourceMappingURL=TypebotLogo.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"TypebotLogo.d.ts","sourceRoot":"","sources":["../../../src/components/icons/TypebotLogo.tsx"],"names":[],"mappings":"AAAA,eAAO,MAAM,WAAW,sCAoCvB,CAAA"}
@@ -1,4 +0,0 @@
1
- export * from './SendButton';
2
- export * from './TypingBubble';
3
- export * from './inputs';
4
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAA;AAC5B,cAAc,gBAAgB,CAAA;AAC9B,cAAc,UAAU,CAAA"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"SearchInput.d.ts","sourceRoot":"","sources":["../../../src/components/inputs/SearchInput.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,GAAG,EAAE,MAAM,sBAAsB,CAAA;AAG1C,KAAK,KAAK,GAAG;IACX,GAAG,EAAE,gBAAgB,GAAG,SAAS,CAAA;IACjC,OAAO,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAA;IAChC,OAAO,EAAE,MAAM,IAAI,CAAA;CACpB,GAAG,IAAI,CAAC,GAAG,CAAC,mBAAmB,CAAC,gBAAgB,CAAC,EAAE,SAAS,CAAC,CAAA;AAE9D,eAAO,MAAM,WAAW,UAAW,KAAK,gBAgCvC,CAAA"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"ShortTextInput.d.ts","sourceRoot":"","sources":["../../../src/components/inputs/ShortTextInput.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,GAAG,EAAE,MAAM,sBAAsB,CAAA;AAE1C,KAAK,mBAAmB,GAAG;IACzB,GAAG,EAAE,gBAAgB,GAAG,SAAS,CAAA;IACjC,OAAO,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAA;CACjC,GAAG,IAAI,CAAC,GAAG,CAAC,mBAAmB,CAAC,gBAAgB,CAAC,EAAE,SAAS,CAAC,CAAA;AAE9D,eAAO,MAAM,cAAc,UAAW,mBAAmB,gBAaxD,CAAA"}
@@ -1,3 +0,0 @@
1
- export * from './ShortTextInput';
2
- export * from './Textarea';
3
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/inputs/index.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAA;AAChC,cAAc,YAAY,CAAA"}
@@ -1,11 +0,0 @@
1
- import { CustomEmbedBubble as CustomEmbedBubbleProps } from '@typebot.io/schemas';
2
- import { InputSubmitContent } from '@/types';
3
- type Props = {
4
- content: CustomEmbedBubbleProps['content'];
5
- onTransitionEnd?: (ref?: HTMLDivElement) => void;
6
- onCompleted: (reply?: InputSubmitContent) => void;
7
- };
8
- export declare const showAnimationDuration = 400;
9
- export declare const CustomEmbedBubble: (props: Props) => import("solid-js").JSX.Element;
10
- export {};
11
- //# sourceMappingURL=CustomEmbedBubble.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"CustomEmbedBubble.d.ts","sourceRoot":"","sources":["../../../../../../src/features/blocks/bubbles/embed/components/CustomEmbedBubble.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,iBAAiB,IAAI,sBAAsB,EAAE,MAAM,qBAAqB,CAAA;AAGjF,OAAO,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAA;AAE5C,KAAK,KAAK,GAAG;IACX,OAAO,EAAE,sBAAsB,CAAC,SAAS,CAAC,CAAA;IAC1C,eAAe,CAAC,EAAE,CAAC,GAAG,CAAC,EAAE,cAAc,KAAK,IAAI,CAAA;IAChD,WAAW,EAAE,CAAC,KAAK,CAAC,EAAE,kBAAkB,KAAK,IAAI,CAAA;CAClD,CAAA;AAID,eAAO,MAAM,qBAAqB,MAAM,CAAA;AAExC,eAAO,MAAM,iBAAiB,UAAW,KAAK,mCAkE7C,CAAA"}
@@ -1,3 +0,0 @@
1
- import type { TDescendant } from '@udecode/plate-common';
2
- export declare const computePlainText: (elements: TDescendant[]) => string;
3
- //# sourceMappingURL=convertRichTextToPlainText.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"convertRichTextToPlainText.d.ts","sourceRoot":"","sources":["../../../../../../src/features/blocks/bubbles/textBubble/helpers/convertRichTextToPlainText.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAA;AAExD,eAAO,MAAM,gBAAgB,aAAc,WAAW,EAAE,KAAG,MAG9C,CAAA"}
@@ -1,7 +0,0 @@
1
- type Props = {
2
- isChecked: boolean;
3
- class?: string;
4
- };
5
- export declare const Checkbox: (props: Props) => import("solid-js").JSX.Element;
6
- export {};
7
- //# sourceMappingURL=Checkbox.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Checkbox.d.ts","sourceRoot":"","sources":["../../../../../../src/features/blocks/inputs/buttons/components/Checkbox.tsx"],"names":[],"mappings":"AAGA,KAAK,KAAK,GAAG;IACX,SAAS,EAAE,OAAO,CAAA;IAClB,KAAK,CAAC,EAAE,MAAM,CAAA;CACf,CAAA;AAED,eAAO,MAAM,QAAQ,UAAW,KAAK,mCAcpC,CAAA"}
@@ -1,10 +0,0 @@
1
- import { InputSubmitContent } from '@/types';
2
- import { ChoiceInputBlock } from '@typebot.io/schemas';
3
- type Props = {
4
- defaultItems: ChoiceInputBlock['items'];
5
- options: ChoiceInputBlock['options'];
6
- onSubmit: (value: InputSubmitContent) => void;
7
- };
8
- export declare const MultipleChoicesForm: (props: Props) => import("solid-js").JSX.Element;
9
- export {};
10
- //# sourceMappingURL=MultipleChoicesForm.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"MultipleChoicesForm.d.ts","sourceRoot":"","sources":["../../../../../../src/features/blocks/inputs/buttons/components/MultipleChoicesForm.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAA;AAE5C,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAA;AAMtD,KAAK,KAAK,GAAG;IACX,YAAY,EAAE,gBAAgB,CAAC,OAAO,CAAC,CAAA;IACvC,OAAO,EAAE,gBAAgB,CAAC,SAAS,CAAC,CAAA;IACpC,QAAQ,EAAE,CAAC,KAAK,EAAE,kBAAkB,KAAK,IAAI,CAAA;CAC9C,CAAA;AAED,eAAO,MAAM,mBAAmB,UAAW,KAAK,mCAgI/C,CAAA"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"SelectedFile.d.ts","sourceRoot":"","sources":["../../../../../../src/features/blocks/inputs/fileUpload/components/SelectedFile.tsx"],"names":[],"mappings":"AAMA,eAAO,MAAM,YAAY,UAAW;IAClC,IAAI,EAAE,IAAI,CAAA;IACV,qBAAqB,CAAC,EAAE,MAAM,CAAA;IAC9B,aAAa,EAAE,MAAM,IAAI,CAAA;CAC1B,mCA4BA,CAAA"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"sanitizeSelectedFiles.d.ts","sourceRoot":"","sources":["../../../../../../src/features/blocks/inputs/fileUpload/helpers/sanitizeSelectedFiles.ts"],"names":[],"mappings":"AAEA,KAAK,KAAK,GAAG;IACX,OAAO,EAAE,IAAI,CAAA;IACb,aAAa,EAAE,IAAI,EAAE,CAAA;IACrB,MAAM,EAAE;QACN,SAAS,CAAC,EAAE,MAAM,CAAA;KACnB,CAAA;IACD,OAAO,EAAE,CAAC,OAAO,EAAE;QAAE,KAAK,CAAC,EAAE,MAAM,CAAC;QAAC,WAAW,EAAE,MAAM,CAAA;KAAE,KAAK,IAAI,CAAA;CACpE,CAAA;AACD,eAAO,MAAM,eAAe,iDAKzB,KAAK,KAAG,IAAI,GAAG,SAsBjB,CAAA"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"uploadFiles.d.ts","sourceRoot":"","sources":["../../../../../../src/features/blocks/inputs/fileUpload/helpers/uploadFiles.ts"],"names":[],"mappings":"AAEA,KAAK,eAAe,GAAG;IACrB,OAAO,EAAE,MAAM,CAAA;IACf,KAAK,EAAE;QACL,IAAI,EAAE,IAAI,CAAA;QACV,KAAK,EAAE;YACL,SAAS,EAAE,MAAM,CAAA;YACjB,QAAQ,EAAE,MAAM,CAAA;SACjB,CAAA;KACF,EAAE,CAAA;IACH,gBAAgB,CAAC,EAAE,CAAC,KAAK,EAAE;QAAE,SAAS,EAAE,MAAM,CAAC;QAAC,QAAQ,EAAE,MAAM,CAAA;KAAE,KAAK,IAAI,CAAA;CAC5E,CAAA;AAED,KAAK,OAAO,GAAG,CAAC;IACd,GAAG,EAAE,MAAM,CAAA;IACX,IAAI,EAAE,MAAM,CAAA;CACb,GAAG,IAAI,CAAC,EAAE,CAAA;AAEX,eAAO,MAAM,WAAW,0CAIrB,eAAe,KAAG,QAAQ,OAAO,CAwCnC,CAAA"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"numberInputHelper.d.ts","sourceRoot":"","sources":["../../../../../src/features/blocks/inputs/number/numberInputHelper.tsx"],"names":[],"mappings":"AAGA,eAAO,MAAM,iBAAiB,UAAoB,MAAM,GAAG,UA4B1D,CAAA"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"paymentInProgressStorage.d.ts","sourceRoot":"","sources":["../../../../../../src/features/blocks/inputs/payment/helpers/paymentInProgressStorage.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAA;AAEvD,eAAO,MAAM,6BAA6B,UACjC,KAAK,iBAAiB,EAAE,SAAS,GAAG,WAAW,GAAG,UAAU,CAAC,SAGrE,CAAA;AAED,eAAO,MAAM,6BAA6B,qBACU,CAAA;AAEpD,eAAO,MAAM,kCAAkC,YAE9C,CAAA"}
@@ -1,11 +0,0 @@
1
- import { InputSubmitContent } from '@/types';
2
- import { PictureChoiceBlock } from '@typebot.io/schemas/features/blocks/inputs/pictureChoice';
3
- type Props = {
4
- defaultItems: PictureChoiceBlock['items'];
5
- options: PictureChoiceBlock['options'];
6
- onSubmit: (value: InputSubmitContent) => void;
7
- onTransitionEnd: () => void;
8
- };
9
- export declare const MultiplePictureChoice: (props: Props) => import("solid-js").JSX.Element;
10
- export {};
11
- //# sourceMappingURL=MultiplePictureChoice.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"MultiplePictureChoice.d.ts","sourceRoot":"","sources":["../../../../../src/features/blocks/inputs/pictureChoice/MultiplePictureChoice.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAA;AAC5C,OAAO,EAAE,kBAAkB,EAAE,MAAM,0DAA0D,CAAA;AAS7F,KAAK,KAAK,GAAG;IACX,YAAY,EAAE,kBAAkB,CAAC,OAAO,CAAC,CAAA;IACzC,OAAO,EAAE,kBAAkB,CAAC,SAAS,CAAC,CAAA;IACtC,QAAQ,EAAE,CAAC,KAAK,EAAE,kBAAkB,KAAK,IAAI,CAAA;IAC7C,eAAe,EAAE,MAAM,IAAI,CAAA;CAC5B,CAAA;AAED,eAAO,MAAM,qBAAqB,UAAW,KAAK,mCA4LjD,CAAA"}
@@ -1,11 +0,0 @@
1
- import { InputSubmitContent } from '@/types';
2
- import { PictureChoiceBlock } from '@typebot.io/schemas/features/blocks/inputs/pictureChoice';
3
- type Props = {
4
- defaultItems: PictureChoiceBlock['items'];
5
- options: PictureChoiceBlock['options'];
6
- onSubmit: (value: InputSubmitContent) => void;
7
- onTransitionEnd: () => void;
8
- };
9
- export declare const SinglePictureChoice: (props: Props) => import("solid-js").JSX.Element;
10
- export {};
11
- //# sourceMappingURL=SinglePictureChoice.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SinglePictureChoice.d.ts","sourceRoot":"","sources":["../../../../../src/features/blocks/inputs/pictureChoice/SinglePictureChoice.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAA;AAG5C,OAAO,EAAE,kBAAkB,EAAE,MAAM,0DAA0D,CAAA;AAG7F,KAAK,KAAK,GAAG;IACX,YAAY,EAAE,kBAAkB,CAAC,OAAO,CAAC,CAAA;IACzC,OAAO,EAAE,kBAAkB,CAAC,SAAS,CAAC,CAAA;IACtC,QAAQ,EAAE,CAAC,KAAK,EAAE,kBAAkB,KAAK,IAAI,CAAA;IAC7C,eAAe,EAAE,MAAM,IAAI,CAAA;CAC5B,CAAA;AAED,eAAO,MAAM,mBAAmB,UAAW,KAAK,mCA0F/C,CAAA"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"TextInput.d.ts","sourceRoot":"","sources":["../../../../../../src/features/blocks/inputs/textInput/components/TextInput.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAc,UAAU,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAA;AAEpE,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAA;AAiBzD,KAAK,KAAK,GAAG;IACX,KAAK,EAAE,cAAc,CAAA;IACrB,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,OAAO,EAAE,UAAU,CAAA;IACnB,QAAQ,EAAE,CAAC,KAAK,EAAE,kBAAkB,KAAK,IAAI,CAAA;CAC9C,CAAA;AAED,eAAO,MAAM,SAAS,UAAW,KAAK,mCAiTrC,CAAA"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"VoiceRecorder.d.ts","sourceRoot":"","sources":["../../../../../../src/features/blocks/inputs/textInput/components/VoiceRecorder.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,EAAE,MAAM,qBAAqB,CAAA;AAW3C,KAAK,KAAK,GAAG;IACX,eAAe,EAAE,QAAQ,GAAG,SAAS,GAAG,SAAS,CAAA;IACjD,YAAY,EAAE,WAAW,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC,CAAA;IACnD,gBAAgB,EAAE,MAAM,IAAI,CAAA;IAC5B,oBAAoB,EAAE,CAAC,MAAM,EAAE,WAAW,KAAK,IAAI,CAAA;CACpD,CAAA;AAED,eAAO,MAAM,aAAa,UAAW,KAAK,mCA4IzC,CAAA"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"VolumeProcessor.d.ts","sourceRoot":"","sources":["../../../../../../src/features/blocks/inputs/textInput/components/VolumeProcessor.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,mBAAmB,qkBAyB/B,CAAA"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/features/blocks/inputs/textInput/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAA"}
@@ -1,2 +0,0 @@
1
- export * from './utils';
2
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/features/blocks/integrations/googleAnalytics/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAA"}
@@ -1,3 +0,0 @@
1
- import { GoogleAnalyticsBlock } from '@typebot.io/schemas';
2
- export declare const executeGoogleAnalyticsBlock: (options: GoogleAnalyticsBlock['options']) => Promise<void>;
3
- //# sourceMappingURL=executeGoogleAnalytics.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"executeGoogleAnalytics.d.ts","sourceRoot":"","sources":["../../../../../../src/features/blocks/integrations/googleAnalytics/utils/executeGoogleAnalytics.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,oBAAoB,EAAE,MAAM,qBAAqB,CAAA;AAE1D,eAAO,MAAM,2BAA2B,YAAmB,oBAAoB,CAAC,SAAS,CAAC,kBAGzF,CAAA"}
@@ -1,2 +0,0 @@
1
- export * from './executeGoogleAnalytics';
2
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/features/blocks/integrations/googleAnalytics/utils/index.ts"],"names":[],"mappings":"AAAA,cAAc,0BAA0B,CAAA"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"streamChat.d.ts","sourceRoot":"","sources":["../../../../../src/features/blocks/integrations/openai/streamChat.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,SAAS,CAAA;AAUjD,eAAO,MAAM,UAAU,YACX,uBAAuB,GAAG;IAAE,YAAY,CAAC,EAAE,MAAM,CAAA;CAAE,sCAI1D;IACD,QAAQ,CAAC,EAAE;QACT,OAAO,CAAC,EAAE,MAAM,GAAG,SAAS,CAAA;QAC5B,IAAI,CAAC,EAAE,QAAQ,GAAG,MAAM,GAAG,WAAW,GAAG,SAAS,CAAA;KACnD,EAAE,CAAA;IACH,eAAe,CAAC,EAAE,CAAC,KAAK,EAAE;QAAE,EAAE,EAAE,MAAM,CAAC;QAAC,OAAO,EAAE,MAAM,CAAA;KAAE,KAAK,IAAI,CAAA;CACnE,KAAG,QAAQ;IAAE,OAAO,CAAC,EAAE,MAAM,CAAC;IAAC,KAAK,CAAC,EAAE,MAAM,CAAA;CAAE,CAwE/C,CAAA"}
@@ -1,6 +0,0 @@
1
- import type { ChatLog, ScriptToExecute } from '@typebot.io/schemas';
2
- export declare const executeSetVariable: ({ content, args, isCode, }: ScriptToExecute) => Promise<{
3
- replyToSend: string | undefined;
4
- logs?: ChatLog[];
5
- }>;
6
- //# sourceMappingURL=executeSetVariable.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"executeSetVariable.d.ts","sourceRoot":"","sources":["../../../../../src/features/blocks/logic/setVariable/executeSetVariable.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAA;AAOnE,eAAO,MAAM,kBAAkB,+BAI5B,eAAe,KAAG,QAAQ;IAC3B,WAAW,EAAE,MAAM,GAAG,SAAS,CAAA;IAC/B,IAAI,CAAC,EAAE,OAAO,EAAE,CAAA;CACjB,CA8BA,CAAA"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"PreviewMessage.d.ts","sourceRoot":"","sources":["../../../../src/features/bubble/components/PreviewMessage.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,WAAW,EAAE,oBAAoB,EAAE,mBAAmB,EAAE,MAAM,UAAU,CAAA;AAE9F,MAAM,MAAM,mBAAmB,GAAG,IAAI,CAAC,WAAW,EAAE,WAAW,CAAC,GAC9D,IAAI,CAAC,oBAAoB,EAAE,WAAW,GAAG,SAAS,CAAC,GAAG;IACpD,UAAU,EAAE,WAAW,CAAC,MAAM,CAAC,CAAA;IAC/B,mBAAmB,CAAC,EAAE,mBAAmB,CAAA;IACzC,OAAO,EAAE,MAAM,IAAI,CAAA;IACnB,YAAY,EAAE,MAAM,IAAI,CAAA;CACzB,CAAA;AAKH,eAAO,MAAM,cAAc,UAAW,mBAAmB,mCA2DxD,CAAA"}
@@ -1,4 +0,0 @@
1
- import { GoogleAnalyticsBlock } from '@typebot.io/schemas';
2
- export declare const initGoogleAnalytics: (id: string) => Promise<void>;
3
- export declare const sendGaEvent: (options: GoogleAnalyticsBlock['options']) => void;
4
- //# sourceMappingURL=gtag.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"gtag.d.ts","sourceRoot":"","sources":["../../src/lib/gtag.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,oBAAoB,EAAE,MAAM,qBAAqB,CAAA;AAe1D,eAAO,MAAM,mBAAmB,OAAQ,MAAM,KAAG,QAAQ,IAAI,CAuB5D,CAAA;AAED,eAAO,MAAM,WAAW,YAAa,oBAAoB,CAAC,SAAS,CAAC,SAYnE,CAAA"}