deep-chat-dev 1.1.18

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 (357) hide show
  1. package/README.md +132 -0
  2. package/assets/machine-learning.svg +21 -0
  3. package/assets/person-avatar.png +0 -0
  4. package/custom-elements.json +31889 -0
  5. package/dist/deepChat.bundle.js +1 -0
  6. package/dist/deepChat.d.ts +71 -0
  7. package/dist/deepChat.d.ts.map +1 -0
  8. package/dist/deepChat.js +6700 -0
  9. package/dist/icons/audioIcon.d.ts +2 -0
  10. package/dist/icons/audioIcon.d.ts.map +1 -0
  11. package/dist/icons/cameraIcon.d.ts +2 -0
  12. package/dist/icons/cameraIcon.d.ts.map +1 -0
  13. package/dist/icons/captureIcon.d.ts +2 -0
  14. package/dist/icons/captureIcon.d.ts.map +1 -0
  15. package/dist/icons/closeIcon.d.ts +2 -0
  16. package/dist/icons/closeIcon.d.ts.map +1 -0
  17. package/dist/icons/fileIcon.d.ts +2 -0
  18. package/dist/icons/fileIcon.d.ts.map +1 -0
  19. package/dist/icons/gifIcon.d.ts +2 -0
  20. package/dist/icons/gifIcon.d.ts.map +1 -0
  21. package/dist/icons/imageIcon.d.ts +2 -0
  22. package/dist/icons/imageIcon.d.ts.map +1 -0
  23. package/dist/icons/microphone.d.ts +2 -0
  24. package/dist/icons/microphone.d.ts.map +1 -0
  25. package/dist/icons/mixedFilesIcon.d.ts +2 -0
  26. package/dist/icons/mixedFilesIcon.d.ts.map +1 -0
  27. package/dist/icons/notVisibilityIcon.d.ts +2 -0
  28. package/dist/icons/notVisibilityIcon.d.ts.map +1 -0
  29. package/dist/icons/playIcon.d.ts +2 -0
  30. package/dist/icons/playIcon.d.ts.map +1 -0
  31. package/dist/icons/plusIcon.d.ts +2 -0
  32. package/dist/icons/plusIcon.d.ts.map +1 -0
  33. package/dist/icons/refreshIcon.d.ts +2 -0
  34. package/dist/icons/refreshIcon.d.ts.map +1 -0
  35. package/dist/icons/stopIcon.d.ts +2 -0
  36. package/dist/icons/stopIcon.d.ts.map +1 -0
  37. package/dist/icons/submitIcon.d.ts +2 -0
  38. package/dist/icons/submitIcon.d.ts.map +1 -0
  39. package/dist/icons/tickIcon.d.ts +2 -0
  40. package/dist/icons/tickIcon.d.ts.map +1 -0
  41. package/dist/icons/visibleIcon.d.ts +2 -0
  42. package/dist/icons/visibleIcon.d.ts.map +1 -0
  43. package/dist/services/assemblyAI/assemblyAIAudioIO.d.ts +20 -0
  44. package/dist/services/assemblyAI/assemblyAIAudioIO.d.ts.map +1 -0
  45. package/dist/services/assemblyAI/utils/assemblyAIUtils.d.ts +13 -0
  46. package/dist/services/assemblyAI/utils/assemblyAIUtils.d.ts.map +1 -0
  47. package/dist/services/azure/azureLanguageIO.d.ts +12 -0
  48. package/dist/services/azure/azureLanguageIO.d.ts.map +1 -0
  49. package/dist/services/azure/azureSpeechIO.d.ts +11 -0
  50. package/dist/services/azure/azureSpeechIO.d.ts.map +1 -0
  51. package/dist/services/azure/azureSpeechToTextIO.d.ts +18 -0
  52. package/dist/services/azure/azureSpeechToTextIO.d.ts.map +1 -0
  53. package/dist/services/azure/azureSummarizationIO.d.ts +33 -0
  54. package/dist/services/azure/azureSummarizationIO.d.ts.map +1 -0
  55. package/dist/services/azure/azureTextToSpeechIO.d.ts +17 -0
  56. package/dist/services/azure/azureTextToSpeechIO.d.ts.map +1 -0
  57. package/dist/services/azure/azureTranslationIO.d.ts +18 -0
  58. package/dist/services/azure/azureTranslationIO.d.ts.map +1 -0
  59. package/dist/services/azure/utils/azureUtils.d.ts +25 -0
  60. package/dist/services/azure/utils/azureUtils.d.ts.map +1 -0
  61. package/dist/services/cohere/cohereChatIO.d.ts +15 -0
  62. package/dist/services/cohere/cohereChatIO.d.ts.map +1 -0
  63. package/dist/services/cohere/cohereIO.d.ts +12 -0
  64. package/dist/services/cohere/cohereIO.d.ts.map +1 -0
  65. package/dist/services/cohere/cohereSummarizationIO.d.ts +14 -0
  66. package/dist/services/cohere/cohereSummarizationIO.d.ts.map +1 -0
  67. package/dist/services/cohere/cohereTextGenerationIO.d.ts +14 -0
  68. package/dist/services/cohere/cohereTextGenerationIO.d.ts.map +1 -0
  69. package/dist/services/cohere/utils/cohereUtils.d.ts +11 -0
  70. package/dist/services/cohere/utils/cohereUtils.d.ts.map +1 -0
  71. package/dist/services/huggingFace/huggingFaceAudioClassificationIO.d.ts +9 -0
  72. package/dist/services/huggingFace/huggingFaceAudioClassificationIO.d.ts.map +1 -0
  73. package/dist/services/huggingFace/huggingFaceAudioRecognitionIO.d.ts +9 -0
  74. package/dist/services/huggingFace/huggingFaceAudioRecognitionIO.d.ts.map +1 -0
  75. package/dist/services/huggingFace/huggingFaceConversationIO.d.ts +15 -0
  76. package/dist/services/huggingFace/huggingFaceConversationIO.d.ts.map +1 -0
  77. package/dist/services/huggingFace/huggingFaceFileIO.d.ts +17 -0
  78. package/dist/services/huggingFace/huggingFaceFileIO.d.ts.map +1 -0
  79. package/dist/services/huggingFace/huggingFaceFillMaskIO.d.ts +11 -0
  80. package/dist/services/huggingFace/huggingFaceFillMaskIO.d.ts.map +1 -0
  81. package/dist/services/huggingFace/huggingFaceIO.d.ts +34 -0
  82. package/dist/services/huggingFace/huggingFaceIO.d.ts.map +1 -0
  83. package/dist/services/huggingFace/huggingFaceImageClassificationIO.d.ts +9 -0
  84. package/dist/services/huggingFace/huggingFaceImageClassificationIO.d.ts.map +1 -0
  85. package/dist/services/huggingFace/huggingFaceQuestionAnswerIO.d.ts +16 -0
  86. package/dist/services/huggingFace/huggingFaceQuestionAnswerIO.d.ts.map +1 -0
  87. package/dist/services/huggingFace/huggingFaceSummarizationIO.d.ts +9 -0
  88. package/dist/services/huggingFace/huggingFaceSummarizationIO.d.ts.map +1 -0
  89. package/dist/services/huggingFace/huggingFaceTextGenerationIO.d.ts +9 -0
  90. package/dist/services/huggingFace/huggingFaceTextGenerationIO.d.ts.map +1 -0
  91. package/dist/services/huggingFace/huggingFaceTranslationIO.d.ts +9 -0
  92. package/dist/services/huggingFace/huggingFaceTranslationIO.d.ts.map +1 -0
  93. package/dist/services/huggingFace/utils/huggingFaceUtils.d.ts +10 -0
  94. package/dist/services/huggingFace/utils/huggingFaceUtils.d.ts.map +1 -0
  95. package/dist/services/openAI/openAIAudioIO.d.ts +27 -0
  96. package/dist/services/openAI/openAIAudioIO.d.ts.map +1 -0
  97. package/dist/services/openAI/openAIChatIO.d.ts +21 -0
  98. package/dist/services/openAI/openAIChatIO.d.ts.map +1 -0
  99. package/dist/services/openAI/openAICompletionsIO.d.ts +20 -0
  100. package/dist/services/openAI/openAICompletionsIO.d.ts.map +1 -0
  101. package/dist/services/openAI/openAIImagesIO.d.ts +25 -0
  102. package/dist/services/openAI/openAIImagesIO.d.ts.map +1 -0
  103. package/dist/services/openAI/utils/openAIConverseBaseBody.d.ts +12 -0
  104. package/dist/services/openAI/utils/openAIConverseBaseBody.d.ts.map +1 -0
  105. package/dist/services/openAI/utils/openAIUtils.d.ts +12 -0
  106. package/dist/services/openAI/utils/openAIUtils.d.ts.map +1 -0
  107. package/dist/services/serviceIO.d.ts +65 -0
  108. package/dist/services/serviceIO.d.ts.map +1 -0
  109. package/dist/services/serviceIOFactory.d.ts +6 -0
  110. package/dist/services/serviceIOFactory.d.ts.map +1 -0
  111. package/dist/services/stabilityAI/stabilityAIIO.d.ts +13 -0
  112. package/dist/services/stabilityAI/stabilityAIIO.d.ts.map +1 -0
  113. package/dist/services/stabilityAI/stabilityAIImageToImageIO.d.ts +19 -0
  114. package/dist/services/stabilityAI/stabilityAIImageToImageIO.d.ts.map +1 -0
  115. package/dist/services/stabilityAI/stabilityAIImageToImageMaskingIO.d.ts +20 -0
  116. package/dist/services/stabilityAI/stabilityAIImageToImageMaskingIO.d.ts.map +1 -0
  117. package/dist/services/stabilityAI/stabilityAIImageToImageUpscaleIO.d.ts +18 -0
  118. package/dist/services/stabilityAI/stabilityAIImageToImageUpscaleIO.d.ts.map +1 -0
  119. package/dist/services/stabilityAI/stabilityAITextToImageIO.d.ts +19 -0
  120. package/dist/services/stabilityAI/stabilityAITextToImageIO.d.ts.map +1 -0
  121. package/dist/services/stabilityAI/utils/stabilityAIUtils.d.ts +10 -0
  122. package/dist/services/stabilityAI/utils/stabilityAIUtils.d.ts.map +1 -0
  123. package/dist/services/utils/baseServiceIO.d.ts +39 -0
  124. package/dist/services/utils/baseServiceIO.d.ts.map +1 -0
  125. package/dist/services/utils/directServiceIO.d.ts +19 -0
  126. package/dist/services/utils/directServiceIO.d.ts.map +1 -0
  127. package/dist/services/utils/messageLimitUtils.d.ts +9 -0
  128. package/dist/services/utils/messageLimitUtils.d.ts.map +1 -0
  129. package/dist/services/utils/setFileTypes.d.ts +14 -0
  130. package/dist/services/utils/setFileTypes.d.ts.map +1 -0
  131. package/dist/types/APIKey.d.ts +5 -0
  132. package/dist/types/APIKey.d.ts.map +1 -0
  133. package/dist/types/assemblyAI.d.ts +4 -0
  134. package/dist/types/assemblyAI.d.ts.map +1 -0
  135. package/dist/types/assemblyAIResult.d.ts +5 -0
  136. package/dist/types/assemblyAIResult.d.ts.map +1 -0
  137. package/dist/types/avatars.d.ts +17 -0
  138. package/dist/types/avatars.d.ts.map +1 -0
  139. package/dist/types/azure.d.ts +28 -0
  140. package/dist/types/azure.d.ts.map +1 -0
  141. package/dist/types/azureResult.d.ts +47 -0
  142. package/dist/types/azureResult.d.ts.map +1 -0
  143. package/dist/types/button.d.ts +17 -0
  144. package/dist/types/button.d.ts.map +1 -0
  145. package/dist/types/buttonInternal.d.ts +12 -0
  146. package/dist/types/buttonInternal.d.ts.map +1 -0
  147. package/dist/types/buttonTypes.d.ts +3 -0
  148. package/dist/types/buttonTypes.d.ts.map +1 -0
  149. package/dist/types/camera.d.ts +12 -0
  150. package/dist/types/camera.d.ts.map +1 -0
  151. package/dist/types/chatLimits.d.ts +5 -0
  152. package/dist/types/chatLimits.d.ts.map +1 -0
  153. package/dist/types/cohere.d.ts +34 -0
  154. package/dist/types/cohere.d.ts.map +1 -0
  155. package/dist/types/cohereResult.d.ts +21 -0
  156. package/dist/types/cohereResult.d.ts.map +1 -0
  157. package/dist/types/customService.d.ts +6 -0
  158. package/dist/types/customService.d.ts.map +1 -0
  159. package/dist/types/demo.d.ts +13 -0
  160. package/dist/types/demo.d.ts.map +1 -0
  161. package/dist/types/directConnection.d.ts +18 -0
  162. package/dist/types/directConnection.d.ts.map +1 -0
  163. package/dist/types/dropupStyles.d.ts +13 -0
  164. package/dist/types/dropupStyles.d.ts.map +1 -0
  165. package/dist/types/fileAttachments.d.ts +12 -0
  166. package/dist/types/fileAttachments.d.ts.map +1 -0
  167. package/dist/types/fileServiceConfigs.d.ts +23 -0
  168. package/dist/types/fileServiceConfigs.d.ts.map +1 -0
  169. package/dist/types/fileTypes.d.ts +2 -0
  170. package/dist/types/fileTypes.d.ts.map +1 -0
  171. package/dist/types/genericInputButton.d.ts +5 -0
  172. package/dist/types/genericInputButton.d.ts.map +1 -0
  173. package/dist/types/headers.d.ts +3 -0
  174. package/dist/types/headers.d.ts.map +1 -0
  175. package/dist/types/huggingFace.d.ts +67 -0
  176. package/dist/types/huggingFace.d.ts.map +1 -0
  177. package/dist/types/huggingFaceResult.d.ts +30 -0
  178. package/dist/types/huggingFaceResult.d.ts.map +1 -0
  179. package/dist/types/interceptors.d.ts +8 -0
  180. package/dist/types/interceptors.d.ts.map +1 -0
  181. package/dist/types/keyVerificationDetails.d.ts +9 -0
  182. package/dist/types/keyVerificationDetails.d.ts.map +1 -0
  183. package/dist/types/messageFile.d.ts +8 -0
  184. package/dist/types/messageFile.d.ts.map +1 -0
  185. package/dist/types/messages.d.ts +44 -0
  186. package/dist/types/messages.d.ts.map +1 -0
  187. package/dist/types/microphone.d.ts +29 -0
  188. package/dist/types/microphone.d.ts.map +1 -0
  189. package/dist/types/names.d.ts +13 -0
  190. package/dist/types/names.d.ts.map +1 -0
  191. package/dist/types/object.d.ts +4 -0
  192. package/dist/types/object.d.ts.map +1 -0
  193. package/dist/types/openAI.d.ts +34 -0
  194. package/dist/types/openAI.d.ts.map +1 -0
  195. package/dist/types/openAIInternal.d.ts +10 -0
  196. package/dist/types/openAIInternal.d.ts.map +1 -0
  197. package/dist/types/openAIResult.d.ts +39 -0
  198. package/dist/types/openAIResult.d.ts.map +1 -0
  199. package/dist/types/request.d.ts +9 -0
  200. package/dist/types/request.d.ts.map +1 -0
  201. package/dist/types/result.d.ts +6 -0
  202. package/dist/types/result.d.ts.map +1 -0
  203. package/dist/types/stabilityAI.d.ts +37 -0
  204. package/dist/types/stabilityAI.d.ts.map +1 -0
  205. package/dist/types/stabilityAIResult.d.ts +7 -0
  206. package/dist/types/stabilityAIResult.d.ts.map +1 -0
  207. package/dist/types/stream.d.ts +4 -0
  208. package/dist/types/stream.d.ts.map +1 -0
  209. package/dist/types/styles.d.ts +7 -0
  210. package/dist/types/styles.d.ts.map +1 -0
  211. package/dist/types/submitButton.d.ts +8 -0
  212. package/dist/types/submitButton.d.ts.map +1 -0
  213. package/dist/types/textInput.d.ts +17 -0
  214. package/dist/types/textInput.d.ts.map +1 -0
  215. package/dist/types/textToSpeech.d.ts +8 -0
  216. package/dist/types/textToSpeech.d.ts.map +1 -0
  217. package/dist/types/typeConverters.d.ts +6 -0
  218. package/dist/types/typeConverters.d.ts.map +1 -0
  219. package/dist/types/utilityTypes.d.ts +11 -0
  220. package/dist/types/utilityTypes.d.ts.map +1 -0
  221. package/dist/types/validateMessageBeforeSending.d.ts +2 -0
  222. package/dist/types/validateMessageBeforeSending.d.ts.map +1 -0
  223. package/dist/utils/HTTP/HTTPRequest.d.ts +10 -0
  224. package/dist/utils/HTTP/HTTPRequest.d.ts.map +1 -0
  225. package/dist/utils/HTTP/requestUtils.d.ts +9 -0
  226. package/dist/utils/HTTP/requestUtils.d.ts.map +1 -0
  227. package/dist/utils/HTTP/stream.d.ts +9 -0
  228. package/dist/utils/HTTP/stream.d.ts.map +1 -0
  229. package/dist/utils/HTTP/websocket.d.ts +9 -0
  230. package/dist/utils/HTTP/websocket.d.ts.map +1 -0
  231. package/dist/utils/browser/browser.d.ts +5 -0
  232. package/dist/utils/browser/browser.d.ts.map +1 -0
  233. package/dist/utils/buttons/inputButtons.d.ts +3 -0
  234. package/dist/utils/buttons/inputButtons.d.ts.map +1 -0
  235. package/dist/utils/buttons/keyboardKeys.d.ts +14 -0
  236. package/dist/utils/buttons/keyboardKeys.d.ts.map +1 -0
  237. package/dist/utils/decorators/property.d.ts +3 -0
  238. package/dist/utils/decorators/property.d.ts.map +1 -0
  239. package/dist/utils/decorators/renderControl.d.ts +6 -0
  240. package/dist/utils/decorators/renderControl.d.ts.map +1 -0
  241. package/dist/utils/decorators/typeConverters.d.ts +5 -0
  242. package/dist/utils/decorators/typeConverters.d.ts.map +1 -0
  243. package/dist/utils/demo/demo.d.ts +15 -0
  244. package/dist/utils/demo/demo.d.ts.map +1 -0
  245. package/dist/utils/element/elementUtils.d.ts +7 -0
  246. package/dist/utils/element/elementUtils.d.ts.map +1 -0
  247. package/dist/utils/element/imageUtils.d.ts +2 -0
  248. package/dist/utils/element/imageUtils.d.ts.map +1 -0
  249. package/dist/utils/element/statefulEvents.d.ts +9 -0
  250. package/dist/utils/element/statefulEvents.d.ts.map +1 -0
  251. package/dist/utils/element/styleUtils.d.ts +8 -0
  252. package/dist/utils/element/styleUtils.d.ts.map +1 -0
  253. package/dist/utils/errorMessages/errorMessages.d.ts +9 -0
  254. package/dist/utils/errorMessages/errorMessages.d.ts.map +1 -0
  255. package/dist/utils/events/fireEvents.d.ts +7 -0
  256. package/dist/utils/events/fireEvents.d.ts.map +1 -0
  257. package/dist/utils/fileTypes/fileTypeButtonIcons.d.ts +11 -0
  258. package/dist/utils/fileTypes/fileTypeButtonIcons.d.ts.map +1 -0
  259. package/dist/utils/svg/svgIconUtils.d.ts +4 -0
  260. package/dist/utils/svg/svgIconUtils.d.ts.map +1 -0
  261. package/dist/utils/webComponent/googleFont.d.ts +5 -0
  262. package/dist/utils/webComponent/googleFont.d.ts.map +1 -0
  263. package/dist/utils/webComponent/internalHTML.d.ts +14 -0
  264. package/dist/utils/webComponent/internalHTML.d.ts.map +1 -0
  265. package/dist/utils/webComponent/webComponentStyleUtils.d.ts +6 -0
  266. package/dist/utils/webComponent/webComponentStyleUtils.d.ts.map +1 -0
  267. package/dist/views/chat/chatView.d.ts +7 -0
  268. package/dist/views/chat/chatView.d.ts.map +1 -0
  269. package/dist/views/chat/input/buttonContainers/buttonContainers.d.ts +9 -0
  270. package/dist/views/chat/input/buttonContainers/buttonContainers.d.ts.map +1 -0
  271. package/dist/views/chat/input/buttons/buttonCSS.d.ts +9 -0
  272. package/dist/views/chat/input/buttons/buttonCSS.d.ts.map +1 -0
  273. package/dist/views/chat/input/buttons/camera/cameraButton.d.ts +16 -0
  274. package/dist/views/chat/input/buttons/camera/cameraButton.d.ts.map +1 -0
  275. package/dist/views/chat/input/buttons/customButtonInnerElements.d.ts +10 -0
  276. package/dist/views/chat/input/buttons/customButtonInnerElements.d.ts.map +1 -0
  277. package/dist/views/chat/input/buttons/inputButton.d.ts +25 -0
  278. package/dist/views/chat/input/buttons/inputButton.d.ts.map +1 -0
  279. package/dist/views/chat/input/buttons/microphone/microphoneButton.d.ts +24 -0
  280. package/dist/views/chat/input/buttons/microphone/microphoneButton.d.ts.map +1 -0
  281. package/dist/views/chat/input/buttons/microphone/recordAudio.d.ts +18 -0
  282. package/dist/views/chat/input/buttons/microphone/recordAudio.d.ts.map +1 -0
  283. package/dist/views/chat/input/buttons/microphone/speechToText.d.ts +15 -0
  284. package/dist/views/chat/input/buttons/microphone/speechToText.d.ts.map +1 -0
  285. package/dist/views/chat/input/buttons/styleAdjustments/inputButtonPositions.d.ts +27 -0
  286. package/dist/views/chat/input/buttons/styleAdjustments/inputButtonPositions.d.ts.map +1 -0
  287. package/dist/views/chat/input/buttons/styleAdjustments/inputButtonStyleAdjustments.d.ts +13 -0
  288. package/dist/views/chat/input/buttons/styleAdjustments/inputButtonStyleAdjustments.d.ts.map +1 -0
  289. package/dist/views/chat/input/buttons/submit/submitButton.d.ts +35 -0
  290. package/dist/views/chat/input/buttons/submit/submitButton.d.ts.map +1 -0
  291. package/dist/views/chat/input/buttons/submit/submitButtonStateStyle.d.ts +5 -0
  292. package/dist/views/chat/input/buttons/submit/submitButtonStateStyle.d.ts.map +1 -0
  293. package/dist/views/chat/input/buttons/uploadFile/uploadFileButton.d.ts +23 -0
  294. package/dist/views/chat/input/buttons/uploadFile/uploadFileButton.d.ts.map +1 -0
  295. package/dist/views/chat/input/dropup/dropup.d.ts +22 -0
  296. package/dist/views/chat/input/dropup/dropup.d.ts.map +1 -0
  297. package/dist/views/chat/input/dropup/dropupItem.d.ts +11 -0
  298. package/dist/views/chat/input/dropup/dropupItem.d.ts.map +1 -0
  299. package/dist/views/chat/input/dropup/dropupItemNavigation.d.ts +5 -0
  300. package/dist/views/chat/input/dropup/dropupItemNavigation.d.ts.map +1 -0
  301. package/dist/views/chat/input/dropup/dropupMenu.d.ts +16 -0
  302. package/dist/views/chat/input/dropup/dropupMenu.d.ts.map +1 -0
  303. package/dist/views/chat/input/fileAttachments/dragAndDrop/dragAndDrop.d.ts +12 -0
  304. package/dist/views/chat/input/fileAttachments/dragAndDrop/dragAndDrop.d.ts.map +1 -0
  305. package/dist/views/chat/input/fileAttachments/fileAttachmentTypes/audioFileAttachmentType.d.ts +21 -0
  306. package/dist/views/chat/input/fileAttachments/fileAttachmentTypes/audioFileAttachmentType.d.ts.map +1 -0
  307. package/dist/views/chat/input/fileAttachments/fileAttachmentTypes/fileAttachmentTypeFactory.d.ts +7 -0
  308. package/dist/views/chat/input/fileAttachments/fileAttachmentTypes/fileAttachmentTypeFactory.d.ts.map +1 -0
  309. package/dist/views/chat/input/fileAttachments/fileAttachmentTypes/fileAttachmentsType.d.ts +31 -0
  310. package/dist/views/chat/input/fileAttachments/fileAttachmentTypes/fileAttachmentsType.d.ts.map +1 -0
  311. package/dist/views/chat/input/fileAttachments/fileAttachments.d.ts +23 -0
  312. package/dist/views/chat/input/fileAttachments/fileAttachments.d.ts.map +1 -0
  313. package/dist/views/chat/input/fileAttachments/modal/cameraModal.d.ts +28 -0
  314. package/dist/views/chat/input/fileAttachments/modal/cameraModal.d.ts.map +1 -0
  315. package/dist/views/chat/input/fileAttachments/modal/modal.d.ts +27 -0
  316. package/dist/views/chat/input/fileAttachments/modal/modal.d.ts.map +1 -0
  317. package/dist/views/chat/input/fileAttachments/newFileName.d.ts +4 -0
  318. package/dist/views/chat/input/fileAttachments/newFileName.d.ts.map +1 -0
  319. package/dist/views/chat/input/input.d.ts +12 -0
  320. package/dist/views/chat/input/input.d.ts.map +1 -0
  321. package/dist/views/chat/input/textInput/focusUtils.d.ts +5 -0
  322. package/dist/views/chat/input/textInput/focusUtils.d.ts.map +1 -0
  323. package/dist/views/chat/input/textInput/inputLimit.d.ts +8 -0
  324. package/dist/views/chat/input/textInput/inputLimit.d.ts.map +1 -0
  325. package/dist/views/chat/input/textInput/pasteUtils.d.ts +4 -0
  326. package/dist/views/chat/input/textInput/pasteUtils.d.ts.map +1 -0
  327. package/dist/views/chat/input/textInput/textInput.d.ts +22 -0
  328. package/dist/views/chat/input/textInput/textInput.d.ts.map +1 -0
  329. package/dist/views/chat/introPanel/introPanel.d.ts +11 -0
  330. package/dist/views/chat/introPanel/introPanel.d.ts.map +1 -0
  331. package/dist/views/chat/messages/avatar.d.ts +9 -0
  332. package/dist/views/chat/messages/avatar.d.ts.map +1 -0
  333. package/dist/views/chat/messages/fileMessageUtils.d.ts +12 -0
  334. package/dist/views/chat/messages/fileMessageUtils.d.ts.map +1 -0
  335. package/dist/views/chat/messages/fileMessages.d.ts +11 -0
  336. package/dist/views/chat/messages/fileMessages.d.ts.map +1 -0
  337. package/dist/views/chat/messages/loadingMessageDotsStyle.d.ts +6 -0
  338. package/dist/views/chat/messages/loadingMessageDotsStyle.d.ts.map +1 -0
  339. package/dist/views/chat/messages/messageStyleUtils.d.ts +11 -0
  340. package/dist/views/chat/messages/messageStyleUtils.d.ts.map +1 -0
  341. package/dist/views/chat/messages/messages.d.ts +62 -0
  342. package/dist/views/chat/messages/messages.d.ts.map +1 -0
  343. package/dist/views/chat/messages/name.d.ts +9 -0
  344. package/dist/views/chat/messages/name.d.ts.map +1 -0
  345. package/dist/views/chat/messages/remarkable/remarkableConfig.d.ts +11 -0
  346. package/dist/views/chat/messages/remarkable/remarkableConfig.d.ts.map +1 -0
  347. package/dist/views/chat/messages/textToSpeech/textToSpeech.d.ts +14 -0
  348. package/dist/views/chat/messages/textToSpeech/textToSpeech.d.ts.map +1 -0
  349. package/dist/views/error/errorView.d.ts +4 -0
  350. package/dist/views/error/errorView.d.ts.map +1 -0
  351. package/dist/views/insertKey/insertKeyView.d.ts +18 -0
  352. package/dist/views/insertKey/insertKeyView.d.ts.map +1 -0
  353. package/dist/views/insertKey/visibilityIcon.d.ts +7 -0
  354. package/dist/views/insertKey/visibilityIcon.d.ts.map +1 -0
  355. package/dist/views/validateKeyProperty/validateKeyPropertyView.d.ts +7 -0
  356. package/dist/views/validateKeyProperty/validateKeyPropertyView.d.ts.map +1 -0
  357. package/package.json +70 -0
@@ -0,0 +1,2 @@
1
+ export declare const AUDIO_ICON_STRING = "<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"-49.49 -49.49 593.87 593.87\" stroke-width=\"3.95908\" transform=\"rotate(0)\">\n <g stroke-width=\"0\"></g>\n <g stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"0.98977\"></g>\n <g>\n <g>\n <g>\n <path d=\"M163.205,76.413v293.301c-3.434-3.058-7.241-5.867-11.486-8.339c-21.38-12.452-49.663-15.298-77.567-7.846 c-49.038,13.096-80.904,54.519-71.038,92.337c4.019,15.404,14.188,28.221,29.404,37.087c13.553,7.894,29.87,11.933,47.115,11.933 c9.962,0,20.231-1.356,30.447-4.087c42.74-11.406,72.411-44.344,72.807-77.654h0.011v-0.162c0.002-0.166,0-0.331,0-0.496V187.072 l290.971-67.3v178.082c-3.433-3.055-7.238-5.863-11.481-8.334c-21.385-12.452-49.654-15.308-77.567-7.846 c-49.038,13.087-80.904,54.519-71.038,92.356c4.019,15.385,14.183,28.212,29.404,37.067c13.548,7.894,29.875,11.933,47.115,11.933 c9.962,0,20.231-1.356,30.452-4.087c42.74-11.413,72.411-44.346,72.804-77.654h0.004v-0.065c0.003-0.236,0.001-0.469,0-0.704V0 L163.205,76.413z M104.999,471.779c-22.543,6.038-45.942,3.846-62.572-5.846c-10.587-6.163-17.591-14.817-20.255-25.038 c-7.144-27.375,18.452-58.029,57.062-68.346c8.409-2.25,16.938-3.346,25.188-3.346c13.87,0,26.962,3.115,37.389,9.192 c10.587,6.163,17.591,14.817,20.255,25.029c0.809,3.102,1.142,6.248,1.139,9.4v0.321h0.014 C162.99,437.714,139.082,462.678,104.999,471.779z M182.898,166.853V92.067l290.971-67.298v74.784L182.898,166.853z M415.677,399.923c-22.558,6.038-45.942,3.837-62.587-5.846c-10.587-6.163-17.587-14.817-20.25-25.019 c-7.144-27.385,18.452-58.058,57.058-68.365c8.414-2.25,16.942-3.346,25.192-3.346c13.875,0,26.962,3.115,37.385,9.192 c10.596,6.163,17.596,14.817,20.26,25.029v0.01c0.796,3.05,1.124,6.144,1.135,9.244v0.468h0.02 C473.668,365.851,449.763,390.814,415.677,399.923z\">\n </path>\n </g>\n </g>\n </g>\n</svg>";
2
+ //# sourceMappingURL=audioIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"audioIcon.d.ts","sourceRoot":"","sources":["../../../src/icons/audioIcon.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,iBAAiB,k4DAYvB,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare const CAMERA_ICON_STRING = "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<svg viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\">\n <path d=\"M29 7h-4.599l-2.401-4h-12l-2.4 4h-4.6c-1 0-3 1-3 2.969v16.031c0 1.657 1.5 3 2.792 3h26.271c1.313 0 2.938-1.406 2.938-2.968v-16.032c0-1-1-3-3-3zM30 26.032c0 0.395-0.639 0.947-0.937 0.969h-26.265c-0.232-0.019-0.797-0.47-0.797-1v-16.031c0-0.634 0.851-0.953 1-0.969h5.732l2.4-4h9.802l1.785 3.030 0.55 0.97h5.731c0.705 0 0.99 0.921 1 1v16.032zM16 10c-3.866 0-7 3.134-7 7s3.134 7 7 7 7-3.134 7-7-3.134-7-7-7zM16 22c-2.757 0-5-2.243-5-5s2.243-5 5-5 5 2.243 5 5-2.243 5-5 5z\"></path>\n</svg>";
2
+ //# sourceMappingURL=cameraIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"cameraIcon.d.ts","sourceRoot":"","sources":["../../../src/icons/cameraIcon.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,kBAAkB,mnBAIxB,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare const CAPTURE_ICON_STRING = "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<svg viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\">\n <title>capture</title>\n <path d=\"M0 16q0 3.264 1.28 6.208t3.392 5.12 5.12 3.424 6.208 1.248 6.208-1.248 5.12-3.424 3.392-5.12 1.28-6.208-1.28-6.208-3.392-5.12-5.088-3.392-6.24-1.28q-3.264 0-6.208 1.28t-5.12 3.392-3.392 5.12-1.28 6.208zM4 16q0-3.264 1.6-6.016t4.384-4.352 6.016-1.632 6.016 1.632 4.384 4.352 1.6 6.016-1.6 6.048-4.384 4.352-6.016 1.6-6.016-1.6-4.384-4.352-1.6-6.048z\"></path>\n</svg>\n";
2
+ //# sourceMappingURL=captureIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"captureIcon.d.ts","sourceRoot":"","sources":["../../../src/icons/captureIcon.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,mBAAmB,yhBAM/B,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare const CLOSE_ICON_STRING = "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<svg viewBox=\"0 0 1024 1024\" xmlns=\"http://www.w3.org/2000/svg\">\n <path d=\"M195.2 195.2a64 64 0 0 1 90.496 0L512 421.504 738.304 195.2a64 64 0 0 1 90.496 90.496L602.496 512 828.8 738.304a64 64 0 0 1-90.496 90.496L512 602.496 285.696 828.8a64 64 0 0 1-90.496-90.496L421.504 512 195.2 285.696a64 64 0 0 1 0-90.496z\"/>\n</svg>";
2
+ //# sourceMappingURL=closeIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"closeIcon.d.ts","sourceRoot":"","sources":["../../../src/icons/closeIcon.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,iBAAiB,4XAIvB,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare const FILE_ICON_STRING = "<?xml version=\"1.0\" encoding=\"iso-8859-1\"?>\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" \n\t viewBox=\"50 30 420 450\" xml:space=\"preserve\">\n<g filter=\"brightness(0) saturate(100%) invert(16%) sepia(0%) saturate(1942%) hue-rotate(215deg) brightness(99%) contrast(93%)\">\n\t<g>\n\t\t<path d=\"M447.933,103.629c-0.034-3.076-1.224-6.09-3.485-8.352L352.683,3.511c-0.004-0.004-0.007-0.005-0.011-0.008\n\t\t\tC350.505,1.338,347.511,0,344.206,0H89.278C75.361,0,64.04,11.32,64.04,25.237v461.525c0,13.916,11.32,25.237,25.237,25.237\n\t\t\th333.444c13.916,0,25.237-11.32,25.237-25.237V103.753C447.96,103.709,447.937,103.672,447.933,103.629z M356.194,40.931\n\t\t\tl50.834,50.834h-49.572c-0.695,0-1.262-0.567-1.262-1.262V40.931z M423.983,486.763c0,0.695-0.566,1.261-1.261,1.261H89.278\n\t\t\tc-0.695,0-1.261-0.566-1.261-1.261V25.237c0-0.695,0.566-1.261,1.261-1.261h242.94v66.527c0,13.916,11.322,25.239,25.239,25.239\n\t\t\th66.527V486.763z\"/>\n\t</g>\n</g>\n<g>\n\t<g>\n\t\t<path d=\"M362.088,164.014H149.912c-6.62,0-11.988,5.367-11.988,11.988c0,6.62,5.368,11.988,11.988,11.988h212.175\n\t\t\tc6.62,0,11.988-5.368,11.988-11.988C374.076,169.381,368.707,164.014,362.088,164.014z\"/>\n\t</g>\n</g>\n<g>\n\t<g>\n\t\t<path d=\"M362.088,236.353H149.912c-6.62,0-11.988,5.368-11.988,11.988c0,6.62,5.368,11.988,11.988,11.988h212.175\n\t\t\tc6.62,0,11.988-5.368,11.988-11.988C374.076,241.721,368.707,236.353,362.088,236.353z\"/>\n\t</g>\n</g>\n<g>\n\t<g>\n\t\t<path d=\"M362.088,308.691H149.912c-6.62,0-11.988,5.368-11.988,11.988c0,6.621,5.368,11.988,11.988,11.988h212.175\n\t\t\tc6.62,0,11.988-5.367,11.988-11.988C374.076,314.06,368.707,308.691,362.088,308.691z\"/>\n\t</g>\n</g>\n<g>\n\t<g>\n\t\t<path d=\"M256,381.031H149.912c-6.62,0-11.988,5.368-11.988,11.988c0,6.621,5.368,11.988,11.988,11.988H256\n\t\t\tc6.62,0,11.988-5.367,11.988-11.988C267.988,386.398,262.62,381.031,256,381.031z\"/>\n\t</g>\n</g>\n</svg>";
2
+ //# sourceMappingURL=fileIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fileIcon.d.ts","sourceRoot":"","sources":["../../../src/icons/fileIcon.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,gBAAgB,g7DAsCtB,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare const GIF_ICON_STRING = "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\n<svg xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\" viewBox=\"0 0 5.9266752 5.6408391\" height=\"21.31971\" width=\"22.4\">\n <g>\n <path d=\"m 5.2564627,1.548212 c -3.1136005,-0.4796804 -1.5568006,-0.2398402 0,0 z M 2.0001198,2.0922063 c 0.1556781,0 0.2657489,0.020893 0.3917849,0.080366 0.081154,0.038347 0.1153492,0.134065 0.076377,0.2138602 -0.038973,0.07979 -0.1363527,0.1134129 -0.2175069,0.075091 -0.078199,-0.036919 -0.1407455,-0.048792 -0.250655,-0.048792 -0.2260486,0 -0.3921482,0.2042182 -0.3921482,0.4801409 0,0.2761822 0.1663188,0.4810688 0.3921482,0.4810688 0.1117901,0 0.2064255,-0.046133 0.255659,-0.1284198 l 0.00162,-0.00389 V 3.0534032 l -0.098011,1.75e-4 c -0.081844,0 -0.1495979,-0.059305 -0.1612403,-0.1365887 l -0.00175,-0.023683 c 0,-0.08047 0.060311,-0.1470874 0.1389194,-0.1585331 l 0.024085,-0.00195 h 0.2612303 c 0.081842,0 0.149598,0.059305 0.1612404,0.1365891 l 0.00175,0.023683 -3.398e-4,0.3968809 v 0 l -0.00168,0.014211 v 0 l -0.00553,0.023034 v 0 l -0.00532,0.014145 c -0.098178,0.22826 -0.3236506,0.3528713 -0.5706303,0.3528713 -0.4240855,0 -0.7181621,-0.3622714 -0.7181621,-0.8016063 0,-0.4391857 0.2940275,-0.8006848 0.7181621,-0.8006848 z m 1.2034759,0.031275 c 0.081843,0 0.1495977,0.059305 0.1612403,0.1365891 l 0.00175,0.023683 v 1.2211775 c 0,0.088516 -0.07298,0.1602721 -0.1630073,0.1602721 -0.081841,0 -0.1495972,-0.059305 -0.1612397,-0.1365892 L 3.040589,3.5049308 V 2.2837527 c 0,-0.088516 0.07298,-0.1602721 0.1630067,-0.1602714 z m 0.7813442,0 0.5209469,0.00195 c 0.090025,3.048e-4 0.1627543,0.072306 0.1624458,0.1608234 -2.809e-4,0.08047 -0.06083,0.1468798 -0.1394772,0.158066 l -0.024092,0.00195 -0.3575326,-0.0013 v 0.4497782 l 0.2928918,2.27e-4 c 0.081842,0 0.1495979,0.059305 0.1612403,0.136589 l 0.00175,0.023683 c 0,0.080469 -0.06031,0.1470871 -0.1389193,0.1585393 l -0.024092,0.00195 -0.2928919,-2.336e-4 1.563e-4,0.2860316 c 0,0.080471 -0.06031,0.1470873 -0.1389193,0.1585395 l -0.024085,0.00195 c -0.081843,0 -0.1495979,-0.059305 -0.1612403,-0.1365826 l -0.00175,-0.023691 V 2.2841354 c 2.798e-4,-0.08047 0.060829,-0.1468797 0.1394758,-0.1580594 z\"/>\n <path d=\"m 5.0894191,1.0943261 c 0,-0.21918999 -0.177687,-0.39686999 -0.396876,-0.39686999 h -3.43959 c -0.2191879,0 -0.391262,0.1777519 -0.3968759,0.39686999 l -0.027082,3.4379266 c 0.040152,0.2939927 0.4235456,0.409415 0.4235456,0.409415 l 3.4785583,-0.00851 c 0,0 0.3008506,-0.1402998 0.3236271,-0.4201576 0.042911,-0.5272495 0.034693,-1.6106146 0.034693,-3.4186761 z m -4.49792494,0 c 0,-0.36530999 0.29614504,-0.66145999 0.66145894,-0.66145999 h 3.43959 c 0.365314,0 0.66146,0.29615 0.66146,0.66145999 v 3.43959 c 0,0.36532 -0.296146,0.66146 -0.66146,0.66146 h -3.43959 c -0.3653139,0 -0.66145894,-0.29614 -0.66145894,-0.66146 z\"/>\n </g>\n</svg>\n";
2
+ //# sourceMappingURL=gifIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"gifIcon.d.ts","sourceRoot":"","sources":["../../../src/icons/gifIcon.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,eAAe,gyFAQ3B,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare const IMAGE_ICON_STRING = "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\">\n <path d=\"M20,15.2928932 L20,5.5 C20,4.67157288 19.3284271,4 18.5,4 L5.5,4 C4.67157288,4 4,4.67157288 4,5.5 L4,12.2928932 L7.14644661,9.14644661 C7.34170876,8.95118446 7.65829124,8.95118446 7.85355339,9.14644661 L13.5,14.7928932 L16.1464466,12.1464466 C16.3417088,11.9511845 16.6582912,11.9511845 16.8535534,12.1464466 L20,15.2928932 Z M20,16.7071068 L16.5,13.2071068 L13.8535534,15.8535534 C13.6582912,16.0488155 13.3417088,16.0488155 13.1464466,15.8535534 L7.5,10.2071068 L4,13.7071068 L4,18.5 C4,19.3284271 4.67157288,20 5.5,20 L18.5,20 C19.3284271,20 20,19.3284271 20,18.5 L20,16.7071068 Z M3,5.5 C3,4.11928813 4.11928813,3 5.5,3 L18.5,3 C19.8807119,3 21,4.11928813 21,5.5 L21,18.5 C21,19.8807119 19.8807119,21 18.5,21 L5.5,21 C4.11928813,21 3,19.8807119 3,18.5 L3,5.5 Z M15,6 L17,6 C17.5522847,6 18,6.44771525 18,7 L18,9 C18,9.55228475 17.5522847,10 17,10 L15,10 C14.4477153,10 14,9.55228475 14,9 L14,7 C14,6.44771525 14.4477153,6 15,6 Z M15,7 L15,9 L17,9 L17,7 L15,7 Z\"/>\n</svg>\n";
2
+ //# sourceMappingURL=imageIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"imageIcon.d.ts","sourceRoot":"","sources":["../../../src/icons/imageIcon.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,iBAAiB,ilCAK7B,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare const MICROPHONE_ICON_STRING = "<?xml version=\"1.0\" encoding=\"iso-8859-1\"?>\n<svg height=\"1.4em\" width=\"1.4em\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\"\n\t viewBox=\"0 0 490.9 490.9\" xml:space=\"preserve\">\n\t<g>\n\t\t<g>\n\t\t\t<path d=\"M245.5,322.9c53,0,96.2-43.2,96.2-96.2V96.2c0-53-43.2-96.2-96.2-96.2s-96.2,43.2-96.2,96.2v130.5\n\t\t\t\tC149.3,279.8,192.5,322.9,245.5,322.9z M173.8,96.2c0-39.5,32.2-71.7,71.7-71.7s71.7,32.2,71.7,71.7v130.5\n\t\t\t\tc0,39.5-32.2,71.7-71.7,71.7s-71.7-32.2-71.7-71.7V96.2z\"/>\n\t\t\t<path d=\"M94.4,214.5c-6.8,0-12.3,5.5-12.3,12.3c0,85.9,66.7,156.6,151.1,162.8v76.7h-63.9c-6.8,0-12.3,5.5-12.3,12.3\n\t\t\t\ts5.5,12.3,12.3,12.3h152.3c6.8,0,12.3-5.5,12.3-12.3s-5.5-12.3-12.3-12.3h-63.9v-76.7c84.4-6.3,151.1-76.9,151.1-162.8\n\t\t\t\tc0-6.8-5.5-12.3-12.3-12.3s-12.3,5.5-12.3,12.3c0,76.6-62.3,138.9-138.9,138.9s-138.9-62.3-138.9-138.9\n\t\t\t\tC106.6,220,101.2,214.5,94.4,214.5z\"/>\n\t\t</g>\n\t</g>\n</svg>\n";
2
+ //# sourceMappingURL=microphone.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"microphone.d.ts","sourceRoot":"","sources":["../../../src/icons/microphone.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,sBAAsB,w9BAgBlC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare const MIXED_FILES_ICON_STRING = "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<svg viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<title>file</title>\n<path d=\"M20 10.9696L11.9628 18.5497C10.9782 19.4783 9.64274 20 8.25028 20C6.85782 20 5.52239 19.4783 4.53777 18.5497C3.55315 17.6211 3 16.3616 3 15.0483C3 13.7351 3.55315 12.4756 4.53777 11.547L12.575 3.96687C13.2314 3.34779 14.1217 3 15.05 3C15.9783 3 16.8686 3.34779 17.525 3.96687C18.1814 4.58595 18.5502 5.4256 18.5502 6.30111C18.5502 7.17662 18.1814 8.01628 17.525 8.63535L9.47904 16.2154C9.15083 16.525 8.70569 16.6989 8.24154 16.6989C7.77738 16.6989 7.33224 16.525 7.00403 16.2154C6.67583 15.9059 6.49144 15.4861 6.49144 15.0483C6.49144 14.6106 6.67583 14.1907 7.00403 13.8812L14.429 6.88674\" stroke=\"#000000\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>";
2
+ //# sourceMappingURL=mixedFilesIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mixedFilesIcon.d.ts","sourceRoot":"","sources":["../../../src/icons/mixedFilesIcon.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,uBAAuB,q1BAK7B,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare const NOT_VISIBLE_ICON_STRING = "<?xml version=\"1.0\" standalone=\"no\"?>\n<svg version=\"1.1\"\n\txmlns:sodipodi=\"http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd\" xmlns:inkscape=\"http://www.inkscape.org/namespaces/inkscape\"\n\txmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"0.9em\" height=\"0.9em\"\n\tviewBox=\"0 0 1200 1200\" enable-background=\"new 0 0 1200 1200\">\n\t\t<path d=\"\n\t\t\tM669.727,273.516c-22.891-2.476-46.15-3.895-69.727-4.248c-103.025,0.457-209.823,25.517-310.913,73.536\n\t\t\tc-75.058,37.122-148.173,89.529-211.67,154.174C46.232,529.978,6.431,577.76,0,628.74c0.76,44.162,48.153,98.67,77.417,131.764\n\t\t\tc59.543,62.106,130.754,113.013,211.67,154.174c2.75,1.335,5.51,2.654,8.276,3.955l-75.072,131.102l102.005,60.286l551.416-960.033\n\t\t\tl-98.186-60.008L669.727,273.516z M902.563,338.995l-74.927,129.857c34.47,44.782,54.932,100.006,54.932,159.888\n\t\t\tc0,149.257-126.522,270.264-282.642,270.264c-6.749,0-13.29-0.728-19.922-1.172l-49.585,85.84c22.868,2.449,45.99,4.233,69.58,4.541\n\t\t\tc103.123-0.463,209.861-25.812,310.84-73.535c75.058-37.122,148.246-89.529,211.743-154.174\n\t\t\tc31.186-32.999,70.985-80.782,77.417-131.764c-0.76-44.161-48.153-98.669-77.417-131.763\n\t\t\tc-59.543-62.106-130.827-113.013-211.743-154.175C908.108,341.478,905.312,340.287,902.563,338.995L902.563,338.995z\n\t\t\tM599.927,358.478c6.846,0,13.638,0.274,20.361,0.732l-58.081,100.561c-81.514,16.526-142.676,85.88-142.676,168.897\n\t\t\tc0,20.854,3.841,40.819,10.913,59.325c0.008,0.021-0.008,0.053,0,0.074l-58.228,100.854\n\t\t\tc-34.551-44.823-54.932-100.229-54.932-160.182C317.285,479.484,443.808,358.477,599.927,358.478L599.927,358.478z M768.896,570.513\n\t\t\tL638.013,797.271c81.076-16.837,141.797-85.875,141.797-168.603C779.81,608.194,775.724,588.729,768.896,570.513L768.896,570.513z\"\n\t\t\t/>\n</svg>\n";
2
+ //# sourceMappingURL=notVisibilityIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"notVisibilityIcon.d.ts","sourceRoot":"","sources":["../../../src/icons/notVisibilityIcon.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,uBAAuB,izDAqBnC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare const PLAY_ICON_STRING = "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<svg viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\">\n <title>play</title>\n <path d=\"M5.92 24.096q0 1.088 0.928 1.728 0.512 0.288 1.088 0.288 0.448 0 0.896-0.224l16.16-8.064q0.48-0.256 0.8-0.736t0.288-1.088-0.288-1.056-0.8-0.736l-16.16-8.064q-0.448-0.224-0.896-0.224-0.544 0-1.088 0.288-0.928 0.608-0.928 1.728v16.16z\"></path>\n</svg>";
2
+ //# sourceMappingURL=playIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"playIcon.d.ts","sourceRoot":"","sources":["../../../src/icons/playIcon.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,gBAAgB,gaAKtB,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare const PLUS_ICON_STRING = "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<svg viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\">\n <path d=\"M16 0c-8.836 0-16 7.163-16 16s7.163 16 16 16c8.837 0 16-7.163 16-16s-7.163-16-16-16zM16 30.032c-7.72 0-14-6.312-14-14.032s6.28-14 14-14 14 6.28 14 14-6.28 14.032-14 14.032zM23 15h-6v-6c0-0.552-0.448-1-1-1s-1 0.448-1 1v6h-6c-0.552 0-1 0.448-1 1s0.448 1 1 1h6v6c0 0.552 0.448 1 1 1s1-0.448 1-1v-6h6c0.552 0 1-0.448 1-1s-0.448-1-1-1z\"></path>\n</svg>";
2
+ //# sourceMappingURL=plusIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"plusIcon.d.ts","sourceRoot":"","sources":["../../../src/icons/plusIcon.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,gBAAgB,6eAItB,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare const REFRESH_ICON_STRING = "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\">\n <path d=\"M27.1 14.313V5.396L24.158 8.34c-2.33-2.325-5.033-3.503-8.11-3.503C9.902 4.837 4.901 9.847 4.899 16c.001 6.152 5.003 11.158 11.15 11.16 4.276 0 9.369-2.227 10.836-8.478l.028-.122h-3.23l-.022.068c-1.078 3.242-4.138 5.421-7.613 5.421a8 8 0 0 1-5.691-2.359A7.993 7.993 0 0 1 8 16.001c0-4.438 3.611-8.049 8.05-8.049 2.069 0 3.638.58 5.924 2.573l-3.792 3.789H27.1z\"/>\n</svg>\n";
2
+ //# sourceMappingURL=refreshIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"refreshIcon.d.ts","sourceRoot":"","sources":["../../../src/icons/refreshIcon.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,mBAAmB,mfAK/B,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare const STOP_ICON_STRING = "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<svg viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\">\n<title>stop</title>\n<path d=\"M5.92 24.096q0 0.832 0.576 1.408t1.44 0.608h16.128q0.832 0 1.44-0.608t0.576-1.408v-16.16q0-0.832-0.576-1.44t-1.44-0.576h-16.128q-0.832 0-1.44 0.576t-0.576 1.44v16.16z\"></path>\n</svg>";
2
+ //# sourceMappingURL=stopIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"stopIcon.d.ts","sourceRoot":"","sources":["../../../src/icons/stopIcon.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,gBAAgB,0VAKtB,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare const SUBMIT_ICON_STRING = "<?xml version=\"1.0\" standalone=\"no\"?>\n<!DOCTYPE svg PUBLIC \"-//W3C//DTD SVG 1.0//EN\" \"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd\">\n<svg xmlns=\"http://www.w3.org/2000/svg\" stroke=\"currentColor\" fill=\"none\" stroke-width=\"1\" viewBox=\"0 0 24 24\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n <line x1=\"22\" y1=\"2\" x2=\"11\" y2=\"14\"></line>\n <polygon points=\"22 2 15 22 11 14 2 10 22 2\"></polygon>\n</svg>\n";
2
+ //# sourceMappingURL=submitIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"submitIcon.d.ts","sourceRoot":"","sources":["../../../src/icons/submitIcon.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,kBAAkB,2cAO9B,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare const TICK_ICON_STRING = "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<svg viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <path d=\"M4.89163 13.2687L9.16582 17.5427L18.7085 8\" stroke=\"#000000\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>";
2
+ //# sourceMappingURL=tickIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"tickIcon.d.ts","sourceRoot":"","sources":["../../../src/icons/tickIcon.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,gBAAgB,8RAItB,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare const VISIBLE_ICON_STRING = "<?xml version=\"1.0\" standalone=\"no\"?>\n<svg version=\"1.1\"\n\txmlns:sodipodi=\"http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd\" xmlns:inkscape=\"http://www.inkscape.org/namespaces/inkscape\"\n\txmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"0.9em\" height=\"0.9em\"\n\tviewBox=\"0 0 1200 1200\" enable-background=\"new 0 0 1200 1200\">\n\t\t<path id=\"path6686\" inkscape:connector-curvature=\"0\" d=\"M779.843,599.925c0,95.331-80.664,172.612-180.169,172.612\n\t\t\tc-99.504,0-180.168-77.281-180.168-172.612c0-95.332,80.664-172.612,180.168-172.612\n\t\t\tC699.179,427.312,779.843,504.594,779.843,599.925z M600,240.521c-103.025,0.457-209.814,25.538-310.904,73.557\n\t\t\tc-75.058,37.122-148.206,89.496-211.702,154.141C46.208,501.218,6.431,549,0,599.981c0.76,44.161,48.13,98.669,77.394,131.763\n\t\t\tc59.543,62.106,130.786,113.018,211.702,154.179c94.271,45.751,198.616,72.092,310.904,73.557\n\t\t\tc103.123-0.464,209.888-25.834,310.866-73.557c75.058-37.122,148.243-89.534,211.74-154.179\n\t\t\tc31.185-32.999,70.962-80.782,77.394-131.763c-0.76-44.161-48.13-98.671-77.394-131.764\n\t\t\tc-59.543-62.106-130.824-112.979-211.74-154.141C816.644,268.36,712.042,242.2,600,240.521z M599.924,329.769\n\t\t\tc156.119,0,282.675,120.994,282.675,270.251c0,149.256-126.556,270.25-282.675,270.25S317.249,749.275,317.249,600.02\n\t\t\tC317.249,450.763,443.805,329.769,599.924,329.769L599.924,329.769z\"/>\n</svg>\n";
2
+ //# sourceMappingURL=visibleIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"visibleIcon.d.ts","sourceRoot":"","sources":["../../../src/icons/visibleIcon.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,mBAAmB,+6CAiB/B,CAAC"}
@@ -0,0 +1,20 @@
1
+ import { AssemblyAIResult } from '../../types/assemblyAIResult';
2
+ import { Messages } from '../../views/chat/messages/messages';
3
+ import { DirectServiceIO } from '../utils/directServiceIO';
4
+ import { MessageContent } from '../../types/messages';
5
+ import { Result } from '../../types/result';
6
+ import { DeepChat } from '../../deepChat';
7
+ export declare class AssemblyAIAudioIO extends DirectServiceIO {
8
+ insertKeyPlaceholderText: string;
9
+ getKeyLink: string;
10
+ introPanelMarkUp: string;
11
+ url: string;
12
+ isTextInputDisabled: boolean;
13
+ textInputPlaceholderText: string;
14
+ permittedErrorPrefixes: string[];
15
+ constructor(deepChat: DeepChat);
16
+ private static canFileSendMessage;
17
+ callServiceAPI(messages: Messages, _: MessageContent[], files?: File[]): void;
18
+ extractResultData(result: AssemblyAIResult): Promise<Result>;
19
+ }
20
+ //# sourceMappingURL=assemblyAIAudioIO.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"assemblyAIAudioIO.d.ts","sourceRoot":"","sources":["../../../../src/services/assemblyAI/assemblyAIAudioIO.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,gBAAgB,EAAC,MAAM,8BAA8B,CAAC;AAC9D,OAAO,EAAC,QAAQ,EAAC,MAAM,oCAAoC,CAAC;AAC5D,OAAO,EAAC,eAAe,EAAC,MAAM,0BAA0B,CAAC;AAGzD,OAAO,EAAC,cAAc,EAAC,MAAM,sBAAsB,CAAC;AACpD,OAAO,EAAC,MAAM,EAAC,MAAM,oBAAoB,CAAC;AAC1C,OAAO,EAAC,QAAQ,EAAC,MAAM,gBAAgB,CAAC;AAExC,qBAAa,iBAAkB,SAAQ,eAAe;IAC3C,wBAAwB,SAAwB;IAChD,UAAU,SAA4C;IAC/D,gBAAgB,SAKR;IAER,GAAG,SAA0C;IAC7C,mBAAmB,UAAQ;IAC3B,wBAAwB,SAA0B;IAClD,sBAAsB,WAAiC;gBAE3C,QAAQ,EAAE,QAAQ;IAM9B,OAAO,CAAC,MAAM,CAAC,kBAAkB;IAIxB,cAAc,CAAC,QAAQ,EAAE,QAAQ,EAAE,CAAC,EAAE,cAAc,EAAE,EAAE,KAAK,CAAC,EAAE,IAAI,EAAE;IAMhE,iBAAiB,CAAC,MAAM,EAAE,gBAAgB,GAAG,OAAO,CAAC,MAAM,CAAC;CAM5E"}
@@ -0,0 +1,13 @@
1
+ import { KeyVerificationDetails } from '../../../types/keyVerificationDetails';
2
+ export declare class AssemblyAIUtils {
3
+ static poll(api_token: string, audio_url: string): Promise<{
4
+ text: string;
5
+ }>;
6
+ static buildHeaders(key: string): {
7
+ Authorization: string;
8
+ 'Content-Type': string;
9
+ };
10
+ private static handleVerificationResult;
11
+ static buildKeyVerificationDetails(): KeyVerificationDetails;
12
+ }
13
+ //# sourceMappingURL=assemblyAIUtils.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"assemblyAIUtils.d.ts","sourceRoot":"","sources":["../../../../../src/services/assemblyAI/utils/assemblyAIUtils.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,sBAAsB,EAAC,MAAM,uCAAuC,CAAC;AAI7E,qBAAa,eAAe;WACN,IAAI,CAAC,SAAS,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM;cAwCnC,MAAM;;WAGlB,YAAY,CAAC,GAAG,EAAE,MAAM;;;;IAQtC,OAAO,CAAC,MAAM,CAAC,wBAAwB;WAczB,2BAA2B,IAAI,sBAAsB;CAOpE"}
@@ -0,0 +1,12 @@
1
+ import { DirectServiceIO } from '../utils/directServiceIO';
2
+ import { BuildHeadersFunc } from '../../types/headers';
3
+ import { ServiceFileTypes } from '../serviceIO';
4
+ import { APIKey } from '../../types/APIKey';
5
+ import { DeepChat } from '../../deepChat';
6
+ export declare class AzureLanguageIO extends DirectServiceIO {
7
+ insertKeyPlaceholderText: string;
8
+ getKeyLink: string;
9
+ permittedErrorPrefixes: string[];
10
+ constructor(deepChat: DeepChat, buildHeadersFunc: BuildHeadersFunc, endpoint: string, apiKey?: APIKey, existingFileTypes?: ServiceFileTypes);
11
+ }
12
+ //# sourceMappingURL=azureLanguageIO.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"azureLanguageIO.d.ts","sourceRoot":"","sources":["../../../../src/services/azure/azureLanguageIO.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,eAAe,EAAC,MAAM,0BAA0B,CAAC;AACzD,OAAO,EAAC,gBAAgB,EAAC,MAAM,qBAAqB,CAAC;AAErD,OAAO,EAAC,gBAAgB,EAAC,MAAM,cAAc,CAAC;AAC9C,OAAO,EAAC,MAAM,EAAC,MAAM,oBAAoB,CAAC;AAC1C,OAAO,EAAC,QAAQ,EAAC,MAAM,gBAAgB,CAAC;AAExC,qBAAa,eAAgB,SAAQ,eAAe;IACzC,wBAAwB,SAAqC;IAC7D,UAAU,SAEqH;IACxI,sBAAsB,WAAc;gBAGxB,QAAQ,EAAE,QAAQ,EAAE,gBAAgB,EAAE,gBAAgB,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,MAAM,EACjG,iBAAiB,CAAC,EAAE,gBAAgB;CAIzC"}
@@ -0,0 +1,11 @@
1
+ import { DirectServiceIO } from '../utils/directServiceIO';
2
+ import { BuildHeadersFunc } from '../../types/headers';
3
+ import { ServiceFileTypes } from '../serviceIO';
4
+ import { APIKey } from '../../types/APIKey';
5
+ import { DeepChat } from '../../deepChat';
6
+ export declare class AzureSpeechIO extends DirectServiceIO {
7
+ insertKeyPlaceholderText: string;
8
+ getKeyLink: string;
9
+ constructor(deepChat: DeepChat, buildHeadersFunc: BuildHeadersFunc, region: string, apiKey?: APIKey, existingFileTypes?: ServiceFileTypes);
10
+ }
11
+ //# sourceMappingURL=azureSpeechIO.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"azureSpeechIO.d.ts","sourceRoot":"","sources":["../../../../src/services/azure/azureSpeechIO.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,eAAe,EAAC,MAAM,0BAA0B,CAAC;AACzD,OAAO,EAAC,gBAAgB,EAAC,MAAM,qBAAqB,CAAC;AACrD,OAAO,EAAC,gBAAgB,EAAC,MAAM,cAAc,CAAC;AAE9C,OAAO,EAAC,MAAM,EAAC,MAAM,oBAAoB,CAAC;AAC1C,OAAO,EAAC,QAAQ,EAAC,MAAM,gBAAgB,CAAC;AAExC,qBAAa,aAAc,SAAQ,eAAe;IACvC,wBAAwB,SAAmC;IAC3D,UAAU,SAEqH;gBAG5H,QAAQ,EAAE,QAAQ,EAAE,gBAAgB,EAAE,gBAAgB,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,MAAM,EAC/F,iBAAiB,CAAC,EAAE,gBAAgB;CAIzC"}
@@ -0,0 +1,18 @@
1
+ import { AzureSpeechToTextResult } from '../../types/azureResult';
2
+ import { Messages } from '../../views/chat/messages/messages';
3
+ import { MessageContent } from '../../types/messages';
4
+ import { AzureSpeechIO } from './azureSpeechIO';
5
+ import { Result } from '../../types/result';
6
+ import { DeepChat } from '../../deepChat';
7
+ export declare class AzureSpeechToTextIO extends AzureSpeechIO {
8
+ private static readonly HELP_LINK;
9
+ introPanelMarkUp: string;
10
+ url: string;
11
+ isTextInputDisabled: boolean;
12
+ textInputPlaceholderText: string;
13
+ constructor(deepChat: DeepChat);
14
+ private static canFileSendMessage;
15
+ callServiceAPI(messages: Messages, _: MessageContent[], files?: File[]): void;
16
+ extractResultData(result: AzureSpeechToTextResult): Promise<Result>;
17
+ }
18
+ //# sourceMappingURL=azureSpeechToTextIO.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"azureSpeechToTextIO.d.ts","sourceRoot":"","sources":["../../../../src/services/azure/azureSpeechToTextIO.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,uBAAuB,EAAC,MAAM,yBAAyB,CAAC;AAChE,OAAO,EAAC,QAAQ,EAAC,MAAM,oCAAoC,CAAC;AAE5D,OAAO,EAAC,cAAc,EAAC,MAAM,sBAAsB,CAAC;AAEpD,OAAO,EAAC,aAAa,EAAC,MAAM,iBAAiB,CAAC;AAC9C,OAAO,EAAC,MAAM,EAAC,MAAM,oBAAoB,CAAC;AAC1C,OAAO,EAAC,QAAQ,EAAC,MAAM,gBAAgB,CAAC;AAGxC,qBAAa,mBAAoB,SAAQ,aAAa;IACpD,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAC,SAAS,CAEiI;IAClK,gBAAgB,SAKR;IAER,GAAG,SAAM;IACT,mBAAmB,UAAQ;IAC3B,wBAAwB,SAA0B;gBAEtC,QAAQ,EAAE,QAAQ;IAY9B,OAAO,CAAC,MAAM,CAAC,kBAAkB;IAIxB,cAAc,CAAC,QAAQ,EAAE,QAAQ,EAAE,CAAC,EAAE,cAAc,EAAE,EAAE,KAAK,CAAC,EAAE,IAAI,EAAE;IAWhE,iBAAiB,CAAC,MAAM,EAAE,uBAAuB,GAAG,OAAO,CAAC,MAAM,CAAC;CAInF"}
@@ -0,0 +1,33 @@
1
+ import { AzureSummarizationResult, AzureAuthenticationError } from '../../types/azureResult';
2
+ import { AzureSummarizationConfig } from '../../types/azure';
3
+ import { Messages } from '../../views/chat/messages/messages';
4
+ import { MessageContent } from '../../types/messages';
5
+ import { AzureLanguageIO } from './azureLanguageIO';
6
+ import { PollResult } from '../serviceIO';
7
+ import { DeepChat } from '../../deepChat';
8
+ type RawBody = Required<Pick<AzureSummarizationConfig, 'language'>>;
9
+ export declare class AzureSummarizationIO extends AzureLanguageIO {
10
+ url: string;
11
+ textInputPlaceholderText: string;
12
+ private messages?;
13
+ constructor(deepChat: DeepChat);
14
+ preprocessBody(body: RawBody, messages: MessageContent[]): {
15
+ analysisInput: {
16
+ documents: {
17
+ id: string;
18
+ language: string;
19
+ text: string;
20
+ }[];
21
+ };
22
+ tasks: {
23
+ kind: string;
24
+ }[];
25
+ } | undefined;
26
+ callServiceAPI(messages: Messages, pMessages: MessageContent[]): void;
27
+ extractResultData(result: Response & AzureAuthenticationError): Promise<{
28
+ pollingInAnotherRequest: true;
29
+ }>;
30
+ extractPollResultData(result: AzureSummarizationResult): PollResult;
31
+ }
32
+ export {};
33
+ //# sourceMappingURL=azureSummarizationIO.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"azureSummarizationIO.d.ts","sourceRoot":"","sources":["../../../../src/services/azure/azureSummarizationIO.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,wBAAwB,EAAE,wBAAwB,EAAC,MAAM,yBAAyB,CAAC;AAC3F,OAAO,EAAQ,wBAAwB,EAAC,MAAM,mBAAmB,CAAC;AAClE,OAAO,EAAC,QAAQ,EAAC,MAAM,oCAAoC,CAAC;AAE5D,OAAO,EAAC,cAAc,EAAC,MAAM,sBAAsB,CAAC;AACpD,OAAO,EAAC,eAAe,EAAC,MAAM,mBAAmB,CAAC;AAGlD,OAAO,EAAC,UAAU,EAAC,MAAM,cAAc,CAAC;AACxC,OAAO,EAAC,QAAQ,EAAC,MAAM,gBAAgB,CAAC;AAExC,KAAK,OAAO,GAAG,QAAQ,CAAC,IAAI,CAAC,wBAAwB,EAAE,UAAU,CAAC,CAAC,CAAC;AAEpE,qBAAa,oBAAqB,SAAQ,eAAe;IACvD,GAAG,SAAM;IACT,wBAAwB,SAA8B;IACtD,OAAO,CAAC,QAAQ,CAAC,CAAW;gBAEhB,QAAQ,EAAE,QAAQ;IAU9B,cAAc,CAAC,IAAI,EAAE,OAAO,EAAE,QAAQ,EAAE,cAAc,EAAE;;;;;;;;;;;;IAqB/C,cAAc,CAAC,QAAQ,EAAE,QAAQ,EAAE,SAAS,EAAE,cAAc,EAAE;IAOxD,iBAAiB,CAAC,MAAM,EAAE,QAAQ,GAAG,wBAAwB,GAAG,OAAO,CAAC;QAAC,uBAAuB,EAAE,IAAI,CAAA;KAAC,CAAC;IAUjH,qBAAqB,CAAC,MAAM,EAAE,wBAAwB,GAAG,UAAU;CAW1E"}
@@ -0,0 +1,17 @@
1
+ import { AzureTextToSpeechConfig } from '../../types/azure';
2
+ import { AzureTextToSpeechResult } from '../../types/azureResult';
3
+ import { Messages } from '../../views/chat/messages/messages';
4
+ import { MessageContent } from '../../types/messages';
5
+ import { AzureSpeechIO } from './azureSpeechIO';
6
+ import { Result } from '../../types/result';
7
+ import { DeepChat } from '../../deepChat';
8
+ export declare class AzureTextToSpeechIO extends AzureSpeechIO {
9
+ private static readonly HELP_LINK;
10
+ introPanelMarkUp: string;
11
+ url: string;
12
+ constructor(deepChat: DeepChat);
13
+ preprocessBody(body: AzureTextToSpeechConfig, messages: MessageContent[]): string | undefined;
14
+ callServiceAPI(messages: Messages, pMessages: MessageContent[]): void;
15
+ extractResultData(result: AzureTextToSpeechResult): Promise<Result>;
16
+ }
17
+ //# sourceMappingURL=azureTextToSpeechIO.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"azureTextToSpeechIO.d.ts","sourceRoot":"","sources":["../../../../src/services/azure/azureTextToSpeechIO.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,uBAAuB,EAAC,MAAM,mBAAmB,CAAC;AACjE,OAAO,EAAC,uBAAuB,EAAC,MAAM,yBAAyB,CAAC;AAChE,OAAO,EAAC,QAAQ,EAAC,MAAM,oCAAoC,CAAC;AAE5D,OAAO,EAAC,cAAc,EAAC,MAAM,sBAAsB,CAAC;AAEpD,OAAO,EAAC,aAAa,EAAC,MAAM,iBAAiB,CAAC;AAC9C,OAAO,EAAC,MAAM,EAAC,MAAM,oBAAoB,CAAC;AAC1C,OAAO,EAAC,QAAQ,EAAC,MAAM,gBAAgB,CAAC;AAExC,qBAAa,mBAAoB,SAAQ,aAAa;IACpD,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAC,SAAS,CAEiI;IAClK,gBAAgB,SAKR;IAER,GAAG,SAAM;gBAGG,QAAQ,EAAE,QAAQ;IAa9B,cAAc,CAAC,IAAI,EAAE,uBAAuB,EAAE,QAAQ,EAAE,cAAc,EAAE;IAU/D,cAAc,CAAC,QAAQ,EAAE,QAAQ,EAAE,SAAS,EAAE,cAAc,EAAE;IAMxD,iBAAiB,CAAC,MAAM,EAAE,uBAAuB,GAAG,OAAO,CAAC,MAAM,CAAC;CASnF"}
@@ -0,0 +1,18 @@
1
+ import { AzureTranslationResult } from '../../types/azureResult';
2
+ import { Messages } from '../../views/chat/messages/messages';
3
+ import { DirectServiceIO } from '../utils/directServiceIO';
4
+ import { MessageContent } from '../../types/messages';
5
+ import { Result } from '../../types/result';
6
+ import { DeepChat } from '../../deepChat';
7
+ export declare class AzureTranslationIO extends DirectServiceIO {
8
+ insertKeyPlaceholderText: string;
9
+ getKeyLink: string;
10
+ url: string;
11
+ constructor(deepChat: DeepChat);
12
+ preprocessBody(messages: MessageContent[]): {
13
+ Text: string;
14
+ }[] | undefined;
15
+ callServiceAPI(messages: Messages, pMessages: MessageContent[]): void;
16
+ extractResultData(result: AzureTranslationResult): Promise<Result>;
17
+ }
18
+ //# sourceMappingURL=azureTranslationIO.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"azureTranslationIO.d.ts","sourceRoot":"","sources":["../../../../src/services/azure/azureTranslationIO.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,sBAAsB,EAAC,MAAM,yBAAyB,CAAC;AAC/D,OAAO,EAAC,QAAQ,EAAC,MAAM,oCAAoC,CAAC;AAC5D,OAAO,EAAC,eAAe,EAAC,MAAM,0BAA0B,CAAC;AAEzD,OAAO,EAAC,cAAc,EAAC,MAAM,sBAAsB,CAAC;AAEpD,OAAO,EAAC,MAAM,EAAC,MAAM,oBAAoB,CAAC;AAC1C,OAAO,EAAC,QAAQ,EAAC,MAAM,gBAAgB,CAAC;AAGxC,qBAAa,kBAAmB,SAAQ,eAAe;IAC5C,wBAAwB,SAAsC;IAC9D,UAAU,SAEqH;IACxI,GAAG,SAAM;gBAGG,QAAQ,EAAE,QAAQ;IAU9B,cAAc,CAAC,QAAQ,EAAE,cAAc,EAAE;;;IAMhC,cAAc,CAAC,QAAQ,EAAE,QAAQ,EAAE,SAAS,EAAE,cAAc,EAAE;IAMxD,iBAAiB,CAAC,MAAM,EAAE,sBAAsB,GAAG,OAAO,CAAC,MAAM,CAAC;CAMlF"}
@@ -0,0 +1,25 @@
1
+ import { KeyVerificationDetails } from '../../../types/keyVerificationDetails';
2
+ import { GenericObject } from '../../../types/object';
3
+ export declare class AzureUtils {
4
+ static buildTextToSpeechHeaders(outputFormat: string, key: string): {
5
+ 'Ocp-Apim-Subscription-Key': string;
6
+ 'Content-Type': string;
7
+ 'X-Microsoft-OutputFormat': string;
8
+ };
9
+ static buildSpeechToTextHeaders(key: string): {
10
+ 'Ocp-Apim-Subscription-Key': string;
11
+ Accept: string;
12
+ };
13
+ private static handleSpeechVerificationResult;
14
+ static buildSpeechKeyVerificationDetails(region: string): KeyVerificationDetails;
15
+ static buildSummarizationHeader(key: string): {
16
+ 'Ocp-Apim-Subscription-Key': string;
17
+ 'Content-Type': string;
18
+ };
19
+ private static handleLanguageVerificationResult;
20
+ static buildLanguageKeyVerificationDetails(endpoint: string): KeyVerificationDetails;
21
+ private static handleTranslationVerificationResult;
22
+ static buildTranslationKeyVerificationDetails(region?: string): KeyVerificationDetails;
23
+ static buildTranslationHeaders(region: string | undefined, key: string): GenericObject<string>;
24
+ }
25
+ //# sourceMappingURL=azureUtils.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"azureUtils.d.ts","sourceRoot":"","sources":["../../../../../src/services/azure/utils/azureUtils.ts"],"names":[],"mappings":"AACA,OAAO,EAAC,sBAAsB,EAAC,MAAM,uCAAuC,CAAC;AAE7E,OAAO,EAAC,aAAa,EAAC,MAAM,uBAAuB,CAAC;AAEpD,qBAAa,UAAU;WACP,wBAAwB,CAAC,YAAY,EAAE,MAAM,EAAE,GAAG,EAAE,MAAM;;;;;WAQ1D,wBAAwB,CAAC,GAAG,EAAE,MAAM;;;;IAQlD,OAAO,CAAC,MAAM,CAAC,8BAA8B;WAU/B,iCAAiC,CAAC,MAAM,EAAE,MAAM,GAAG,sBAAsB;WAWzE,wBAAwB,CAAC,GAAG,EAAE,MAAM;;;;IAQlD,OAAO,CAAC,MAAM,CAAC,gCAAgC;WAWjC,mCAAmC,CAAC,QAAQ,EAAE,MAAM,GAAG,sBAAsB;IAY3F,OAAO,CAAC,MAAM,CAAC,mCAAmC;WAapC,sCAAsC,CAAC,MAAM,CAAC,EAAE,MAAM,GAAG,sBAAsB;WAW/E,uBAAuB,CAAC,MAAM,EAAE,MAAM,GAAG,SAAS,EAAE,GAAG,EAAE,MAAM;CAQ9E"}
@@ -0,0 +1,15 @@
1
+ import { Messages } from '../../views/chat/messages/messages';
2
+ import { CohereChatResult } from '../../types/cohereResult';
3
+ import { MessageContent } from '../../types/messages';
4
+ import { Result } from '../../types/result';
5
+ import { DeepChat } from '../../deepChat';
6
+ import { CohereIO } from './cohereIO';
7
+ export declare class CohereChatIO extends CohereIO {
8
+ private readonly username;
9
+ constructor(deepChat: DeepChat);
10
+ private cleanConfig;
11
+ private preprocessBody;
12
+ callServiceAPI(messages: Messages, pMessages: MessageContent[]): void;
13
+ extractResultData(result: CohereChatResult): Promise<Result>;
14
+ }
15
+ //# sourceMappingURL=cohereChatIO.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"cohereChatIO.d.ts","sourceRoot":"","sources":["../../../../src/services/cohere/cohereChatIO.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,QAAQ,EAAC,MAAM,oCAAoC,CAAC;AAE5D,OAAO,EAAC,gBAAgB,EAAC,MAAM,0BAA0B,CAAC;AAE1D,OAAO,EAAC,cAAc,EAAC,MAAM,sBAAsB,CAAC;AACpD,OAAO,EAAC,MAAM,EAAC,MAAM,oBAAoB,CAAC;AAC1C,OAAO,EAAC,QAAQ,EAAC,MAAM,gBAAgB,CAAC;AACxC,OAAO,EAAC,QAAQ,EAAC,MAAM,YAAY,CAAC;AAEpC,qBAAa,YAAa,SAAQ,QAAQ;IACxC,OAAO,CAAC,QAAQ,CAAC,QAAQ,CAAkB;gBAE/B,QAAQ,EAAE,QAAQ;IAY9B,OAAO,CAAC,WAAW;IAInB,OAAO,CAAC,cAAc;IASb,cAAc,CAAC,QAAQ,EAAE,QAAQ,EAAE,SAAS,EAAE,cAAc,EAAE;IAMxD,iBAAiB,CAAC,MAAM,EAAE,gBAAgB,GAAG,OAAO,CAAC,MAAM,CAAC;CAI5E"}
@@ -0,0 +1,12 @@
1
+ import { DirectServiceIO } from '../utils/directServiceIO';
2
+ import { APIKey } from '../../types/APIKey';
3
+ import { DeepChat } from '../../deepChat';
4
+ export declare class CohereIO extends DirectServiceIO {
5
+ insertKeyPlaceholderText: string;
6
+ getKeyLink: string;
7
+ textInputPlaceholderText: string;
8
+ permittedErrorPrefixes: string[];
9
+ url: string;
10
+ constructor(deepChat: DeepChat, url: string, inputPlaceholder: string, config?: true | Object, apiKey?: APIKey);
11
+ }
12
+ //# sourceMappingURL=cohereIO.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"cohereIO.d.ts","sourceRoot":"","sources":["../../../../src/services/cohere/cohereIO.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,eAAe,EAAC,MAAM,0BAA0B,CAAC;AAEzD,OAAO,EAAC,MAAM,EAAC,MAAM,oBAAoB,CAAC;AAC1C,OAAO,EAAC,QAAQ,EAAC,MAAM,gBAAgB,CAAC;AAExC,qBAAa,QAAS,SAAQ,eAAe;IAClC,wBAAwB,SAAoB;IAC5C,UAAU,SAA0C;IAC7D,wBAAwB,EAAE,MAAM,CAAC;IACjC,sBAAsB,WAAe;IACrC,GAAG,EAAE,MAAM,CAAC;gBAEA,QAAQ,EAAE,QAAQ,EAAE,GAAG,EAAE,MAAM,EAAE,gBAAgB,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,IAAI,GAAG,MAAM,EAAE,MAAM,CAAC,EAAE,MAAM;CAM/G"}
@@ -0,0 +1,14 @@
1
+ import { CohereSummarizationConfig } from '../../types/cohere';
2
+ import { CohereSummarizationResult } from '../../types/cohereResult';
3
+ import { Messages } from '../../views/chat/messages/messages';
4
+ import { MessageContent } from '../../types/messages';
5
+ import { Result } from '../../types/result';
6
+ import { DeepChat } from '../../deepChat';
7
+ import { CohereIO } from './cohereIO';
8
+ export declare class CohereSummarizationIO extends CohereIO {
9
+ constructor(deepChat: DeepChat);
10
+ preprocessBody(body: CohereSummarizationConfig, messages: MessageContent[]): any;
11
+ callServiceAPI(messages: Messages, pMessages: MessageContent[]): void;
12
+ extractResultData(result: CohereSummarizationResult): Promise<Result>;
13
+ }
14
+ //# sourceMappingURL=cohereSummarizationIO.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"cohereSummarizationIO.d.ts","sourceRoot":"","sources":["../../../../src/services/cohere/cohereSummarizationIO.ts"],"names":[],"mappings":"AAAA,OAAO,EAAS,yBAAyB,EAAC,MAAM,oBAAoB,CAAC;AACrE,OAAO,EAAC,yBAAyB,EAAC,MAAM,0BAA0B,CAAC;AACnE,OAAO,EAAC,QAAQ,EAAC,MAAM,oCAAoC,CAAC;AAE5D,OAAO,EAAC,cAAc,EAAC,MAAM,sBAAsB,CAAC;AACpD,OAAO,EAAC,MAAM,EAAC,MAAM,oBAAoB,CAAC;AAC1C,OAAO,EAAC,QAAQ,EAAC,MAAM,gBAAgB,CAAC;AACxC,OAAO,EAAC,QAAQ,EAAC,MAAM,YAAY,CAAC;AAEpC,qBAAa,qBAAsB,SAAQ,QAAQ;gBACrC,QAAQ,EAAE,QAAQ;IAM9B,cAAc,CAAC,IAAI,EAAE,yBAAyB,EAAE,QAAQ,EAAE,cAAc,EAAE;IAOjE,cAAc,CAAC,QAAQ,EAAE,QAAQ,EAAE,SAAS,EAAE,cAAc,EAAE;IAMxD,iBAAiB,CAAC,MAAM,EAAE,yBAAyB,GAAG,OAAO,CAAC,MAAM,CAAC;CAIrF"}
@@ -0,0 +1,14 @@
1
+ import { CohereCompletionsResult } from '../../types/cohereResult';
2
+ import { CohereGenerateConfig } from '../../types/cohere';
3
+ import { Messages } from '../../views/chat/messages/messages';
4
+ import { MessageContent } from '../../types/messages';
5
+ import { Result } from '../../types/result';
6
+ import { DeepChat } from '../../deepChat';
7
+ import { CohereIO } from './cohereIO';
8
+ export declare class CohereTextGenerationIO extends CohereIO {
9
+ constructor(deepChat: DeepChat);
10
+ preprocessBody(body: CohereGenerateConfig, messages: MessageContent[]): any;
11
+ callServiceAPI(messages: Messages, pMessages: MessageContent[]): void;
12
+ extractResultData(result: CohereCompletionsResult): Promise<Result>;
13
+ }
14
+ //# sourceMappingURL=cohereTextGenerationIO.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"cohereTextGenerationIO.d.ts","sourceRoot":"","sources":["../../../../src/services/cohere/cohereTextGenerationIO.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,uBAAuB,EAAC,MAAM,0BAA0B,CAAC;AACjE,OAAO,EAAS,oBAAoB,EAAC,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAC,QAAQ,EAAC,MAAM,oCAAoC,CAAC;AAE5D,OAAO,EAAC,cAAc,EAAC,MAAM,sBAAsB,CAAC;AACpD,OAAO,EAAC,MAAM,EAAC,MAAM,oBAAoB,CAAC;AAC1C,OAAO,EAAC,QAAQ,EAAC,MAAM,gBAAgB,CAAC;AACxC,OAAO,EAAC,QAAQ,EAAC,MAAM,YAAY,CAAC;AAEpC,qBAAa,sBAAuB,SAAQ,QAAQ;gBACtC,QAAQ,EAAE,QAAQ;IAO9B,cAAc,CAAC,IAAI,EAAE,oBAAoB,EAAE,QAAQ,EAAE,cAAc,EAAE;IAO5D,cAAc,CAAC,QAAQ,EAAE,QAAQ,EAAE,SAAS,EAAE,cAAc,EAAE;IAMxD,iBAAiB,CAAC,MAAM,EAAE,uBAAuB,GAAG,OAAO,CAAC,MAAM,CAAC;CAInF"}
@@ -0,0 +1,11 @@
1
+ import { KeyVerificationDetails } from '../../../types/keyVerificationDetails';
2
+ export declare class CohereUtils {
3
+ static buildHeaders(key: string): {
4
+ Authorization: string;
5
+ 'Content-Type': string;
6
+ accept: string;
7
+ };
8
+ private static handleVerificationResult;
9
+ static buildKeyVerificationDetails(): KeyVerificationDetails;
10
+ }
11
+ //# sourceMappingURL=cohereUtils.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"cohereUtils.d.ts","sourceRoot":"","sources":["../../../../../src/services/cohere/utils/cohereUtils.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,sBAAsB,EAAC,MAAM,uCAAuC,CAAC;AAI7E,qBAAa,WAAW;WACR,YAAY,CAAC,GAAG,EAAE,MAAM;;;;;IAStC,OAAO,CAAC,MAAM,CAAC,wBAAwB;WAWzB,2BAA2B,IAAI,sBAAsB;CAQpE"}
@@ -0,0 +1,9 @@
1
+ import { HuggingFaceClassificationResult } from '../../types/huggingFaceResult';
2
+ import { HuggingFaceFileIO } from './huggingFaceFileIO';
3
+ import { PollResult } from '../serviceIO';
4
+ import { DeepChat } from '../../deepChat';
5
+ export declare class HuggingFaceAudioClassificationIO extends HuggingFaceFileIO {
6
+ constructor(deepChat: DeepChat);
7
+ extractPollResultData(result: HuggingFaceClassificationResult): PollResult;
8
+ }
9
+ //# sourceMappingURL=huggingFaceAudioClassificationIO.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"huggingFaceAudioClassificationIO.d.ts","sourceRoot":"","sources":["../../../../src/services/huggingFace/huggingFaceAudioClassificationIO.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,+BAA+B,EAAC,MAAM,+BAA+B,CAAC;AAC9E,OAAO,EAAC,iBAAiB,EAAC,MAAM,qBAAqB,CAAC;AAEtD,OAAO,EAAC,UAAU,EAAC,MAAM,cAAc,CAAC;AACxC,OAAO,EAAC,QAAQ,EAAC,MAAM,gBAAgB,CAAC;AAExC,qBAAa,gCAAiC,SAAQ,iBAAiB;gBAEzD,QAAQ,EAAE,QAAQ;IASxB,qBAAqB,CAAC,MAAM,EAAE,+BAA+B,GAAG,UAAU;CAKjF"}
@@ -0,0 +1,9 @@
1
+ import { HuggingFaceAudioRecognitionResult } from '../../types/huggingFaceResult';
2
+ import { HuggingFaceFileIO } from './huggingFaceFileIO';
3
+ import { PollResult } from '../serviceIO';
4
+ import { DeepChat } from '../../deepChat';
5
+ export declare class HuggingFaceAudioRecognitionIO extends HuggingFaceFileIO {
6
+ constructor(deepChat: DeepChat);
7
+ extractPollResultData(result: HuggingFaceAudioRecognitionResult): PollResult;
8
+ }
9
+ //# sourceMappingURL=huggingFaceAudioRecognitionIO.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"huggingFaceAudioRecognitionIO.d.ts","sourceRoot":"","sources":["../../../../src/services/huggingFace/huggingFaceAudioRecognitionIO.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,iCAAiC,EAAC,MAAM,+BAA+B,CAAC;AAChF,OAAO,EAAC,iBAAiB,EAAC,MAAM,qBAAqB,CAAC;AAEtD,OAAO,EAAC,UAAU,EAAC,MAAM,cAAc,CAAC;AACxC,OAAO,EAAC,QAAQ,EAAC,MAAM,gBAAgB,CAAC;AAExC,qBAAa,6BAA8B,SAAQ,iBAAiB;gBACtD,QAAQ,EAAE,QAAQ;IAQxB,qBAAqB,CAAC,MAAM,EAAE,iCAAiC,GAAG,UAAU;CAKnF"}
@@ -0,0 +1,15 @@
1
+ import { HuggingFaceConversationResult } from '../../types/huggingFaceResult';
2
+ import { HuggingFaceQuestionAnswerConfig } from '../../types/huggingFace';
3
+ import { MessageContent } from '../../types/messages';
4
+ import { HuggingFaceIO } from './huggingFaceIO';
5
+ import { Result } from '../../types/result';
6
+ import { DeepChat } from '../../deepChat';
7
+ export declare class HuggingFaceConversationIO extends HuggingFaceIO {
8
+ constructor(deepChat: DeepChat);
9
+ private processMessages;
10
+ preprocessBody(body: HuggingFaceQuestionAnswerConfig, messages: MessageContent[]): {
11
+ inputs: string;
12
+ } | undefined;
13
+ extractResultData(result: HuggingFaceConversationResult): Promise<Result>;
14
+ }
15
+ //# sourceMappingURL=huggingFaceConversationIO.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"huggingFaceConversationIO.d.ts","sourceRoot":"","sources":["../../../../src/services/huggingFace/huggingFaceConversationIO.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,6BAA6B,EAAC,MAAM,+BAA+B,CAAC;AAC5E,OAAO,EAAC,+BAA+B,EAAC,MAAM,yBAAyB,CAAC;AACxE,OAAO,EAAC,cAAc,EAAC,MAAM,sBAAsB,CAAC;AACpD,OAAO,EAAC,aAAa,EAAC,MAAM,iBAAiB,CAAC;AAC9C,OAAO,EAAC,MAAM,EAAC,MAAM,oBAAoB,CAAC;AAC1C,OAAO,EAAC,QAAQ,EAAC,MAAM,gBAAgB,CAAC;AAExC,qBAAa,yBAA0B,SAAQ,aAAa;gBAC9C,QAAQ,EAAE,QAAQ;IAS9B,OAAO,CAAC,eAAe;IAYd,cAAc,CAAC,IAAI,EAAE,+BAA+B,EAAE,QAAQ,EAAE,cAAc,EAAE;gBAe9D,MAAM;;IAGlB,iBAAiB,CAAC,MAAM,EAAE,6BAA6B,GAAG,OAAO,CAAC,MAAM,CAAC;CAIzF"}
@@ -0,0 +1,17 @@
1
+ import { Messages } from '../../views/chat/messages/messages';
2
+ import { HuggingFaceModel } from '../../types/huggingFace';
3
+ import { MessageContent } from '../../types/messages';
4
+ import { ServiceFileTypes } from '../serviceIO';
5
+ import { HuggingFaceIO } from './huggingFaceIO';
6
+ import { APIKey } from '../../types/APIKey';
7
+ import { DeepChat } from '../../deepChat';
8
+ export declare class HuggingFaceFileIO extends HuggingFaceIO {
9
+ isTextInputDisabled: boolean;
10
+ constructor(deepChat: DeepChat, placeholderText: string, defaultModel: string, config: true | (HuggingFaceModel), apiKey?: APIKey, existingFileTypes?: ServiceFileTypes);
11
+ private static canSendFile;
12
+ preprocessBody(_: {}, __: MessageContent[], files: File[]): {
13
+ inputs: string;
14
+ };
15
+ callServiceAPI(messages: Messages, _: MessageContent[], files?: File[]): void;
16
+ }
17
+ //# sourceMappingURL=huggingFaceFileIO.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"huggingFaceFileIO.d.ts","sourceRoot":"","sources":["../../../../src/services/huggingFace/huggingFaceFileIO.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,QAAQ,EAAC,MAAM,oCAAoC,CAAC;AAE5D,OAAO,EAAC,gBAAgB,EAAC,MAAM,yBAAyB,CAAC;AACzD,OAAO,EAAC,cAAc,EAAC,MAAM,sBAAsB,CAAC;AACpD,OAAO,EAAC,gBAAgB,EAAC,MAAM,cAAc,CAAC;AAC9C,OAAO,EAAC,aAAa,EAAC,MAAM,iBAAiB,CAAC;AAC9C,OAAO,EAAC,MAAM,EAAC,MAAM,oBAAoB,CAAC;AAC1C,OAAO,EAAC,QAAQ,EAAC,MAAM,gBAAgB,CAAC;AAExC,qBAAa,iBAAkB,SAAQ,aAAa;IAClD,mBAAmB,UAAQ;gBAGf,QAAQ,EAAE,QAAQ,EAAE,eAAe,EAAE,MAAM,EAAE,YAAY,EAAE,MAAM,EACzE,MAAM,EAAE,IAAI,GAAG,CAAC,gBAAgB,CAAC,EAAE,MAAM,CAAC,EAAE,MAAM,EAAE,iBAAiB,CAAC,EAAE,gBAAgB;IAK5F,OAAO,CAAC,MAAM,CAAC,WAAW;IAIjB,cAAc,CAAC,CAAC,EAAE,EAAE,EAAE,EAAE,EAAE,cAAc,EAAE,EAAE,KAAK,EAAE,IAAI,EAAE;gBACzB,MAAM;;IAItC,cAAc,CAAC,QAAQ,EAAE,QAAQ,EAAE,CAAC,EAAE,cAAc,EAAE,EAAE,KAAK,CAAC,EAAE,IAAI,EAAE;CAKhF"}
@@ -0,0 +1,11 @@
1
+ import { HuggingFaceFillMaskResult } from '../../types/huggingFaceResult';
2
+ import { HuggingFaceIO } from './huggingFaceIO';
3
+ import { Result } from '../../types/result';
4
+ import { DeepChat } from '../../deepChat';
5
+ export declare class HuggingFaceFillMaskIO extends HuggingFaceIO {
6
+ introPanelMarkUp: string;
7
+ permittedErrorPrefixes: string[];
8
+ constructor(deepChat: DeepChat);
9
+ extractResultData(result: HuggingFaceFillMaskResult): Promise<Result>;
10
+ }
11
+ //# sourceMappingURL=huggingFaceFillMaskIO.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"huggingFaceFillMaskIO.d.ts","sourceRoot":"","sources":["../../../../src/services/huggingFace/huggingFaceFillMaskIO.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,yBAAyB,EAAC,MAAM,+BAA+B,CAAC;AAExE,OAAO,EAAC,aAAa,EAAC,MAAM,iBAAiB,CAAC;AAC9C,OAAO,EAAC,MAAM,EAAC,MAAM,oBAAoB,CAAC;AAC1C,OAAO,EAAC,QAAQ,EAAC,MAAM,gBAAgB,CAAC;AAExC,qBAAa,qBAAsB,SAAQ,aAAa;IAC7C,gBAAgB,SAGqF;IAErG,sBAAsB,WAA6C;gBAEhE,QAAQ,EAAE,QAAQ;IAMf,iBAAiB,CAAC,MAAM,EAAE,yBAAyB,GAAG,OAAO,CAAC,MAAM,CAAC;CAIrF"}