@promptbook/browser 0.112.0-32 → 0.112.0-34

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 (305) hide show
  1. package/esm/index.es.js +10 -26
  2. package/esm/index.es.js.map +1 -1
  3. package/esm/src/_packages/types.index.d.ts +49 -49
  4. package/esm/src/book-components/Chat/Chat/ChatInputAreaDictationPanel.d.ts +42 -0
  5. package/esm/src/book-components/Chat/Chat/ChatMessageItem.d.ts +1 -14
  6. package/esm/src/book-components/Chat/Chat/ChatMessageRichContent.d.ts +32 -0
  7. package/esm/src/book-components/Chat/Chat/ChatMessageToolCallChips.d.ts +22 -0
  8. package/esm/src/book-components/Chat/Chat/StreamingFeaturePlaceholder.d.ts +33 -0
  9. package/esm/src/book-components/Chat/Chat/createChatMessageToolCallRenderModel.d.ts +76 -0
  10. package/esm/src/book-components/Chat/Chat/createProgressCardChecklistMarkdown.d.ts +16 -0
  11. package/esm/src/book-components/Chat/Chat/renderEmailToolCallDetails.d.ts +26 -0
  12. package/esm/src/book-components/Chat/Chat/renderMemoryToolCallDetails.d.ts +31 -0
  13. package/esm/src/book-components/Chat/Chat/renderPopupToolCallDetails.d.ts +32 -0
  14. package/esm/src/book-components/Chat/Chat/renderRunBrowserToolCallDetails.d.ts +31 -0
  15. package/esm/src/book-components/Chat/Chat/renderSearchToolCallDetails.d.ts +31 -0
  16. package/esm/src/book-components/Chat/Chat/renderSelfLearningToolCallDetails.d.ts +38 -0
  17. package/esm/src/book-components/Chat/Chat/renderTimeToolCallDetails.d.ts +38 -0
  18. package/esm/src/book-components/Chat/Chat/renderTimeoutToolCallDetails.d.ts +46 -0
  19. package/esm/src/book-components/Chat/Chat/renderToolCallClockPanel.d.ts +33 -0
  20. package/esm/src/book-components/Chat/Chat/renderToolCallDetails.d.ts +2 -2
  21. package/esm/src/book-components/Chat/Chat/renderToolCallProgressPlaceholder.d.ts +29 -0
  22. package/esm/src/book-components/Chat/Chat/renderWalletCredentialToolCallDetails.d.ts +26 -0
  23. package/esm/src/book-components/Chat/Chat/resolveToolCallProgressMessage.d.ts +9 -0
  24. package/esm/src/book-components/Chat/Chat/useChatInputAreaAttachments.d.ts +32 -0
  25. package/esm/src/book-components/Chat/Chat/useChatInputAreaDictation.d.ts +76 -0
  26. package/esm/src/book-components/Chat/Chat/useChatMessageAvatarTooltip.d.ts +31 -0
  27. package/esm/src/book-components/Chat/Chat/useChatMessageSpeechPlayback.d.ts +29 -0
  28. package/esm/src/cli/$runPromptbookCli.d.ts +1 -3
  29. package/esm/src/cli/cli-commands/_boilerplate.d.ts +2 -4
  30. package/esm/src/cli/cli-commands/about.d.ts +1 -1
  31. package/esm/src/cli/cli-commands/coder/find-fresh-emoji-tags.d.ts +2 -4
  32. package/esm/src/cli/cli-commands/coder/find-refactor-candidates.d.ts +2 -4
  33. package/esm/src/cli/cli-commands/coder/generate-boilerplates.d.ts +2 -4
  34. package/esm/src/cli/cli-commands/coder/init.d.ts +2 -4
  35. package/esm/src/cli/cli-commands/coder/run.d.ts +2 -4
  36. package/esm/src/cli/cli-commands/coder/verify.d.ts +2 -4
  37. package/esm/src/cli/cli-commands/coder.d.ts +2 -4
  38. package/esm/src/cli/cli-commands/hello.d.ts +1 -1
  39. package/esm/src/cli/cli-commands/list-models.d.ts +2 -4
  40. package/esm/src/cli/cli-commands/list-scrapers.d.ts +2 -4
  41. package/esm/src/cli/cli-commands/login.d.ts +1 -1
  42. package/esm/src/cli/cli-commands/make.d.ts +1 -1
  43. package/esm/src/cli/cli-commands/prettify.d.ts +1 -1
  44. package/esm/src/cli/cli-commands/run.d.ts +1 -1
  45. package/esm/src/cli/cli-commands/runInteractiveChatbot.d.ts +1 -1
  46. package/esm/src/cli/cli-commands/start-agents-server.d.ts +2 -4
  47. package/esm/src/cli/cli-commands/start-pipelines-server.d.ts +1 -1
  48. package/esm/src/cli/cli-commands/test-command.d.ts +1 -1
  49. package/esm/src/cli/main.d.ts +2 -4
  50. package/esm/src/cli/promptbookCli.d.ts +1 -1
  51. package/esm/src/commitments/USE_BROWSER/fetchUrlContent.d.ts +1 -3
  52. package/esm/src/conversion/archive/loadArchive.d.ts +1 -3
  53. package/esm/src/conversion/archive/saveArchive.d.ts +1 -1
  54. package/esm/src/conversion/validation/_importPipeline.d.ts +2 -4
  55. package/esm/src/dialogs/simple-prompt/SimplePromptInterfaceTools.d.ts +1 -3
  56. package/esm/src/executables/$provideExecutablesForNode.d.ts +1 -1
  57. package/esm/src/executables/apps/locateLibreoffice.d.ts +2 -4
  58. package/esm/src/executables/apps/locatePandoc.d.ts +2 -4
  59. package/esm/src/executables/locateApp.d.ts +2 -4
  60. package/esm/src/executables/platforms/locateAppOnLinux.d.ts +2 -4
  61. package/esm/src/executables/platforms/locateAppOnMacOs.d.ts +2 -4
  62. package/esm/src/executables/platforms/locateAppOnWindows.d.ts +2 -4
  63. package/esm/src/execution/translation/automatic-translate/translateMessages.d.ts +2 -4
  64. package/esm/src/execution/utils/$provideExecutionToolsForNode.d.ts +2 -4
  65. package/esm/src/llm-providers/_common/register/$provideEnvFilename.d.ts +1 -3
  66. package/esm/src/llm-providers/_common/register/$provideLlmToolsConfigurationFromEnv.d.ts +1 -3
  67. package/esm/src/llm-providers/_common/register/$provideLlmToolsForWizardOrCli.d.ts +1 -1
  68. package/esm/src/llm-providers/_common/register/$provideLlmToolsFromEnv.d.ts +1 -3
  69. package/esm/src/llm-providers/_multiple/playground/playground.d.ts +1 -3
  70. package/esm/src/llm-providers/agent/playground/playground.d.ts +1 -1
  71. package/esm/src/llm-providers/anthropic-claude/playground/playground.d.ts +1 -1
  72. package/esm/src/llm-providers/azure-openai/playground/playground.d.ts +2 -4
  73. package/esm/src/llm-providers/ollama/playground/playground.d.ts +2 -4
  74. package/esm/src/llm-providers/openai/playground/playground.d.ts +2 -4
  75. package/esm/src/llm-providers/remote/playground/playground.d.ts +1 -3
  76. package/esm/src/llm-providers/vercel/playground/playground.d.ts +2 -4
  77. package/esm/src/playground/permanent/_boilerplate.d.ts +1 -3
  78. package/esm/src/playground/permanent/agent-with-browser-playground.d.ts +1 -3
  79. package/esm/src/playground/permanent/error-handling-playground.d.ts +1 -3
  80. package/esm/src/playground/playground.d.ts +2 -4
  81. package/esm/src/remote-server/startAgentServer.d.ts +1 -3
  82. package/esm/src/remote-server/startRemoteServer.d.ts +1 -2
  83. package/esm/src/scrapers/_boilerplate/BoilerplateScraper.d.ts +4 -6
  84. package/esm/src/scrapers/_boilerplate/playground/boilerplate-scraper-playground.d.ts +1 -3
  85. package/esm/src/scrapers/_common/register/$provideFilesystemForNode.d.ts +2 -4
  86. package/esm/src/scrapers/_common/register/$provideScrapersForNode.d.ts +2 -4
  87. package/esm/src/scrapers/_common/register/$provideScriptingForNode.d.ts +2 -4
  88. package/esm/src/scrapers/_common/utils/getScraperIntermediateSource.d.ts +1 -1
  89. package/esm/src/scrapers/document/DocumentScraper.d.ts +1 -1
  90. package/esm/src/scrapers/document/playground/document-scraper-playground.d.ts +1 -3
  91. package/esm/src/scrapers/document-legacy/LegacyDocumentScraper.d.ts +1 -1
  92. package/esm/src/scrapers/document-legacy/playground/legacy-document-scraper-playground.d.ts +1 -3
  93. package/esm/src/scrapers/markdown/playground/markdown-scraper-playground.d.ts +1 -3
  94. package/esm/src/scrapers/markitdown/MarkitdownScraper.d.ts +1 -1
  95. package/esm/src/scrapers/markitdown/playground/markitdown-scraper-playground.d.ts +1 -3
  96. package/esm/src/scrapers/pdf/PdfScraper.d.ts +1 -1
  97. package/esm/src/scrapers/pdf/playground/pdf-scraper-playground.d.ts +1 -3
  98. package/esm/src/scrapers/website/WebsiteScraper.d.ts +1 -1
  99. package/esm/src/scrapers/website/playground/website-scraper-playground.d.ts +1 -3
  100. package/esm/src/speech-recognition/BrowserSpeechRecognition.d.ts +2 -4
  101. package/esm/src/storage/file-cache-storage/FileCacheStorage.d.ts +2 -4
  102. package/esm/src/storage/local-storage/getIndexedDbStorage.d.ts +1 -3
  103. package/esm/src/storage/local-storage/getLocalStorage.d.ts +1 -3
  104. package/esm/src/storage/local-storage/getSessionStorage.d.ts +1 -3
  105. package/esm/src/transpilers/openai-sdk/playground/playground.d.ts +1 -3
  106. package/esm/src/types/InputParameters_private.d.ts +11 -0
  107. package/esm/src/types/Parameters_private.d.ts +16 -0
  108. package/esm/src/types/ReservedParameters_private.d.ts +10 -0
  109. package/esm/src/types/number_bytes.d.ts +21 -0
  110. package/esm/src/types/number_id.d.ts +13 -0
  111. package/esm/src/types/number_likeness.d.ts +8 -0
  112. package/esm/src/types/number_milliseconds.d.ts +33 -0
  113. package/esm/src/types/number_percent.d.ts +18 -0
  114. package/esm/src/types/number_positive.d.ts +16 -0
  115. package/esm/src/types/number_usd.d.ts +6 -106
  116. package/esm/src/types/string_agent_hash_private.d.ts +9 -0
  117. package/esm/src/types/string_agent_name_in_book_private.d.ts +8 -0
  118. package/esm/src/types/string_agent_name_private.d.ts +9 -0
  119. package/esm/src/types/string_agent_permanent_id_private.d.ts +10 -0
  120. package/esm/src/types/string_base64_private.d.ts +17 -0
  121. package/esm/src/types/string_business_category_name_private.d.ts +6 -0
  122. package/esm/src/types/string_char_private.d.ts +8 -0
  123. package/esm/src/types/string_chat_prompt_private.d.ts +9 -0
  124. package/esm/src/types/string_completion_prompt_private.d.ts +9 -0
  125. package/esm/src/types/string_email_private.d.ts +16 -0
  126. package/esm/src/types/string_host_private.d.ts +55 -0
  127. package/esm/src/types/string_mime_type_private.d.ts +17 -0
  128. package/esm/src/types/string_model_description_private.d.ts +8 -0
  129. package/esm/src/types/string_model_name_private.d.ts +8 -0
  130. package/esm/src/types/string_name_private.d.ts +9 -0
  131. package/esm/src/types/string_page_private.d.ts +9 -0
  132. package/esm/src/types/string_parameter_name.d.ts +74 -31
  133. package/esm/src/types/string_parameter_value_private.d.ts +9 -0
  134. package/esm/src/types/string_persona_description_private.d.ts +8 -0
  135. package/esm/src/types/string_prompt_image_private.d.ts +8 -0
  136. package/esm/src/types/string_prompt_private.d.ts +8 -0
  137. package/esm/src/types/string_reserved_parameter_name_private.d.ts +11 -0
  138. package/esm/src/types/string_system_message_private.d.ts +9 -0
  139. package/esm/src/types/string_template_private.d.ts +8 -0
  140. package/esm/src/types/string_text_prompt_private.d.ts +9 -0
  141. package/esm/src/types/string_title_private.d.ts +9 -0
  142. package/esm/src/types/string_url.d.ts +50 -46
  143. package/esm/src/types/string_url_private.d.ts +88 -0
  144. package/esm/src/types/typeAliases.d.ts +7 -1
  145. package/esm/src/utils/execCommand/$execCommand.d.ts +1 -3
  146. package/esm/src/utils/execCommand/$execCommands.d.ts +1 -3
  147. package/esm/src/utils/files/$induceBookDownload.d.ts +1 -3
  148. package/esm/src/utils/files/$induceFileDownload.d.ts +1 -3
  149. package/esm/src/utils/files/ObjectUrl.d.ts +1 -3
  150. package/esm/src/version.d.ts +1 -1
  151. package/esm/src/wizard/$getCompiledBook.d.ts +2 -4
  152. package/esm/src/wizard/wizard.d.ts +2 -4
  153. package/package.json +2 -2
  154. package/umd/index.umd.js +10 -26
  155. package/umd/index.umd.js.map +1 -1
  156. package/umd/src/_packages/types.index.d.ts +49 -49
  157. package/umd/src/book-components/Chat/Chat/ChatInputAreaDictationPanel.d.ts +42 -0
  158. package/umd/src/book-components/Chat/Chat/ChatMessageItem.d.ts +1 -14
  159. package/umd/src/book-components/Chat/Chat/ChatMessageRichContent.d.ts +32 -0
  160. package/umd/src/book-components/Chat/Chat/ChatMessageToolCallChips.d.ts +22 -0
  161. package/umd/src/book-components/Chat/Chat/StreamingFeaturePlaceholder.d.ts +33 -0
  162. package/umd/src/book-components/Chat/Chat/createChatMessageToolCallRenderModel.d.ts +76 -0
  163. package/umd/src/book-components/Chat/Chat/createProgressCardChecklistMarkdown.d.ts +16 -0
  164. package/umd/src/book-components/Chat/Chat/renderEmailToolCallDetails.d.ts +26 -0
  165. package/umd/src/book-components/Chat/Chat/renderMemoryToolCallDetails.d.ts +31 -0
  166. package/umd/src/book-components/Chat/Chat/renderPopupToolCallDetails.d.ts +32 -0
  167. package/umd/src/book-components/Chat/Chat/renderRunBrowserToolCallDetails.d.ts +31 -0
  168. package/umd/src/book-components/Chat/Chat/renderSearchToolCallDetails.d.ts +31 -0
  169. package/umd/src/book-components/Chat/Chat/renderSelfLearningToolCallDetails.d.ts +38 -0
  170. package/umd/src/book-components/Chat/Chat/renderTimeToolCallDetails.d.ts +38 -0
  171. package/umd/src/book-components/Chat/Chat/renderTimeoutToolCallDetails.d.ts +46 -0
  172. package/umd/src/book-components/Chat/Chat/renderToolCallClockPanel.d.ts +33 -0
  173. package/umd/src/book-components/Chat/Chat/renderToolCallDetails.d.ts +2 -2
  174. package/umd/src/book-components/Chat/Chat/renderToolCallProgressPlaceholder.d.ts +29 -0
  175. package/umd/src/book-components/Chat/Chat/renderWalletCredentialToolCallDetails.d.ts +26 -0
  176. package/umd/src/book-components/Chat/Chat/resolveToolCallProgressMessage.d.ts +9 -0
  177. package/umd/src/book-components/Chat/Chat/useChatInputAreaAttachments.d.ts +32 -0
  178. package/umd/src/book-components/Chat/Chat/useChatInputAreaDictation.d.ts +76 -0
  179. package/umd/src/book-components/Chat/Chat/useChatMessageAvatarTooltip.d.ts +31 -0
  180. package/umd/src/book-components/Chat/Chat/useChatMessageSpeechPlayback.d.ts +29 -0
  181. package/umd/src/cli/$runPromptbookCli.d.ts +1 -3
  182. package/umd/src/cli/cli-commands/_boilerplate.d.ts +2 -4
  183. package/umd/src/cli/cli-commands/about.d.ts +1 -1
  184. package/umd/src/cli/cli-commands/coder/find-fresh-emoji-tags.d.ts +2 -4
  185. package/umd/src/cli/cli-commands/coder/find-refactor-candidates.d.ts +2 -4
  186. package/umd/src/cli/cli-commands/coder/generate-boilerplates.d.ts +2 -4
  187. package/umd/src/cli/cli-commands/coder/init.d.ts +2 -4
  188. package/umd/src/cli/cli-commands/coder/run.d.ts +2 -4
  189. package/umd/src/cli/cli-commands/coder/verify.d.ts +2 -4
  190. package/umd/src/cli/cli-commands/coder.d.ts +2 -4
  191. package/umd/src/cli/cli-commands/hello.d.ts +1 -1
  192. package/umd/src/cli/cli-commands/list-models.d.ts +2 -4
  193. package/umd/src/cli/cli-commands/list-scrapers.d.ts +2 -4
  194. package/umd/src/cli/cli-commands/login.d.ts +1 -1
  195. package/umd/src/cli/cli-commands/make.d.ts +1 -1
  196. package/umd/src/cli/cli-commands/prettify.d.ts +1 -1
  197. package/umd/src/cli/cli-commands/run.d.ts +1 -1
  198. package/umd/src/cli/cli-commands/runInteractiveChatbot.d.ts +1 -1
  199. package/umd/src/cli/cli-commands/start-agents-server.d.ts +2 -4
  200. package/umd/src/cli/cli-commands/start-pipelines-server.d.ts +1 -1
  201. package/umd/src/cli/cli-commands/test-command.d.ts +1 -1
  202. package/umd/src/cli/main.d.ts +2 -4
  203. package/umd/src/cli/promptbookCli.d.ts +1 -1
  204. package/umd/src/commitments/USE_BROWSER/fetchUrlContent.d.ts +1 -3
  205. package/umd/src/conversion/archive/loadArchive.d.ts +1 -3
  206. package/umd/src/conversion/archive/saveArchive.d.ts +1 -1
  207. package/umd/src/conversion/validation/_importPipeline.d.ts +2 -4
  208. package/umd/src/dialogs/simple-prompt/SimplePromptInterfaceTools.d.ts +1 -3
  209. package/umd/src/executables/$provideExecutablesForNode.d.ts +1 -1
  210. package/umd/src/executables/apps/locateLibreoffice.d.ts +2 -4
  211. package/umd/src/executables/apps/locatePandoc.d.ts +2 -4
  212. package/umd/src/executables/locateApp.d.ts +2 -4
  213. package/umd/src/executables/platforms/locateAppOnLinux.d.ts +2 -4
  214. package/umd/src/executables/platforms/locateAppOnMacOs.d.ts +2 -4
  215. package/umd/src/executables/platforms/locateAppOnWindows.d.ts +2 -4
  216. package/umd/src/execution/translation/automatic-translate/translateMessages.d.ts +2 -4
  217. package/umd/src/execution/utils/$provideExecutionToolsForNode.d.ts +2 -4
  218. package/umd/src/llm-providers/_common/register/$provideEnvFilename.d.ts +1 -3
  219. package/umd/src/llm-providers/_common/register/$provideLlmToolsConfigurationFromEnv.d.ts +1 -3
  220. package/umd/src/llm-providers/_common/register/$provideLlmToolsForWizardOrCli.d.ts +1 -1
  221. package/umd/src/llm-providers/_common/register/$provideLlmToolsFromEnv.d.ts +1 -3
  222. package/umd/src/llm-providers/_multiple/playground/playground.d.ts +1 -3
  223. package/umd/src/llm-providers/agent/playground/playground.d.ts +1 -1
  224. package/umd/src/llm-providers/anthropic-claude/playground/playground.d.ts +1 -1
  225. package/umd/src/llm-providers/azure-openai/playground/playground.d.ts +2 -4
  226. package/umd/src/llm-providers/ollama/playground/playground.d.ts +2 -4
  227. package/umd/src/llm-providers/openai/playground/playground.d.ts +2 -4
  228. package/umd/src/llm-providers/remote/playground/playground.d.ts +1 -3
  229. package/umd/src/llm-providers/vercel/playground/playground.d.ts +2 -4
  230. package/umd/src/playground/permanent/_boilerplate.d.ts +1 -3
  231. package/umd/src/playground/permanent/agent-with-browser-playground.d.ts +1 -3
  232. package/umd/src/playground/permanent/error-handling-playground.d.ts +1 -3
  233. package/umd/src/playground/playground.d.ts +2 -4
  234. package/umd/src/remote-server/startAgentServer.d.ts +1 -3
  235. package/umd/src/remote-server/startRemoteServer.d.ts +1 -2
  236. package/umd/src/scrapers/_boilerplate/BoilerplateScraper.d.ts +4 -6
  237. package/umd/src/scrapers/_boilerplate/playground/boilerplate-scraper-playground.d.ts +1 -3
  238. package/umd/src/scrapers/_common/register/$provideFilesystemForNode.d.ts +2 -4
  239. package/umd/src/scrapers/_common/register/$provideScrapersForNode.d.ts +2 -4
  240. package/umd/src/scrapers/_common/register/$provideScriptingForNode.d.ts +2 -4
  241. package/umd/src/scrapers/_common/utils/getScraperIntermediateSource.d.ts +1 -1
  242. package/umd/src/scrapers/document/DocumentScraper.d.ts +1 -1
  243. package/umd/src/scrapers/document/playground/document-scraper-playground.d.ts +1 -3
  244. package/umd/src/scrapers/document-legacy/LegacyDocumentScraper.d.ts +1 -1
  245. package/umd/src/scrapers/document-legacy/playground/legacy-document-scraper-playground.d.ts +1 -3
  246. package/umd/src/scrapers/markdown/playground/markdown-scraper-playground.d.ts +1 -3
  247. package/umd/src/scrapers/markitdown/MarkitdownScraper.d.ts +1 -1
  248. package/umd/src/scrapers/markitdown/playground/markitdown-scraper-playground.d.ts +1 -3
  249. package/umd/src/scrapers/pdf/PdfScraper.d.ts +1 -1
  250. package/umd/src/scrapers/pdf/playground/pdf-scraper-playground.d.ts +1 -3
  251. package/umd/src/scrapers/website/WebsiteScraper.d.ts +1 -1
  252. package/umd/src/scrapers/website/playground/website-scraper-playground.d.ts +1 -3
  253. package/umd/src/speech-recognition/BrowserSpeechRecognition.d.ts +2 -4
  254. package/umd/src/storage/file-cache-storage/FileCacheStorage.d.ts +2 -4
  255. package/umd/src/storage/local-storage/getIndexedDbStorage.d.ts +1 -3
  256. package/umd/src/storage/local-storage/getLocalStorage.d.ts +1 -3
  257. package/umd/src/storage/local-storage/getSessionStorage.d.ts +1 -3
  258. package/umd/src/transpilers/openai-sdk/playground/playground.d.ts +1 -3
  259. package/umd/src/types/InputParameters_private.d.ts +11 -0
  260. package/umd/src/types/Parameters_private.d.ts +16 -0
  261. package/umd/src/types/ReservedParameters_private.d.ts +10 -0
  262. package/umd/src/types/number_bytes.d.ts +21 -0
  263. package/umd/src/types/number_id.d.ts +13 -0
  264. package/umd/src/types/number_likeness.d.ts +8 -0
  265. package/umd/src/types/number_milliseconds.d.ts +33 -0
  266. package/umd/src/types/number_percent.d.ts +18 -0
  267. package/umd/src/types/number_positive.d.ts +16 -0
  268. package/umd/src/types/number_usd.d.ts +6 -106
  269. package/umd/src/types/string_agent_hash_private.d.ts +9 -0
  270. package/umd/src/types/string_agent_name_in_book_private.d.ts +8 -0
  271. package/umd/src/types/string_agent_name_private.d.ts +9 -0
  272. package/umd/src/types/string_agent_permanent_id_private.d.ts +10 -0
  273. package/umd/src/types/string_base64_private.d.ts +17 -0
  274. package/umd/src/types/string_business_category_name_private.d.ts +6 -0
  275. package/umd/src/types/string_char_private.d.ts +8 -0
  276. package/umd/src/types/string_chat_prompt_private.d.ts +9 -0
  277. package/umd/src/types/string_completion_prompt_private.d.ts +9 -0
  278. package/umd/src/types/string_email_private.d.ts +16 -0
  279. package/umd/src/types/string_host_private.d.ts +55 -0
  280. package/umd/src/types/string_mime_type_private.d.ts +17 -0
  281. package/umd/src/types/string_model_description_private.d.ts +8 -0
  282. package/umd/src/types/string_model_name_private.d.ts +8 -0
  283. package/umd/src/types/string_name_private.d.ts +9 -0
  284. package/umd/src/types/string_page_private.d.ts +9 -0
  285. package/umd/src/types/string_parameter_name.d.ts +74 -31
  286. package/umd/src/types/string_parameter_value_private.d.ts +9 -0
  287. package/umd/src/types/string_persona_description_private.d.ts +8 -0
  288. package/umd/src/types/string_prompt_image_private.d.ts +8 -0
  289. package/umd/src/types/string_prompt_private.d.ts +8 -0
  290. package/umd/src/types/string_reserved_parameter_name_private.d.ts +11 -0
  291. package/umd/src/types/string_system_message_private.d.ts +9 -0
  292. package/umd/src/types/string_template_private.d.ts +8 -0
  293. package/umd/src/types/string_text_prompt_private.d.ts +9 -0
  294. package/umd/src/types/string_title_private.d.ts +9 -0
  295. package/umd/src/types/string_url.d.ts +50 -46
  296. package/umd/src/types/string_url_private.d.ts +88 -0
  297. package/umd/src/types/typeAliases.d.ts +7 -1
  298. package/umd/src/utils/execCommand/$execCommand.d.ts +1 -3
  299. package/umd/src/utils/execCommand/$execCommands.d.ts +1 -3
  300. package/umd/src/utils/files/$induceBookDownload.d.ts +1 -3
  301. package/umd/src/utils/files/$induceFileDownload.d.ts +1 -3
  302. package/umd/src/utils/files/ObjectUrl.d.ts +1 -3
  303. package/umd/src/version.d.ts +1 -1
  304. package/umd/src/wizard/$getCompiledBook.d.ts +2 -4
  305. package/umd/src/wizard/wizard.d.ts +2 -4
@@ -8,6 +8,4 @@ import type { $side_effect } from '../organization/$side_effect';
8
8
  * @public exported from `@promptbook/browser`
9
9
  */
10
10
  export declare function $induceFileDownload(fileOrBlobOrUrl: File | Blob | URL | string_url): Promise<$side_effect>;
11
- /**
12
- * Note: [🔵] Code in this file should never be published outside of `@promptbook/browser`
13
- */
11
+ /** Note: [🔵] Code for browser file helper [$induceFileDownload](src/utils/files/$induceFileDownload.ts) should never be published outside of `@promptbook/browser` */
@@ -41,6 +41,4 @@ export declare class ObjectUrl extends Registration implements IDestroyable {
41
41
  */
42
42
  get url(): URL;
43
43
  }
44
- /**
45
- * Note: [🔵] Code in this file should never be published outside of `@promptbook/browser`
46
- */
44
+ /** Note: [🔵] Code for browser file helper [ObjectUrl](src/utils/files/ObjectUrl.ts) should never be published outside of `@promptbook/browser` */
@@ -15,7 +15,7 @@ export declare const BOOK_LANGUAGE_VERSION: string_semantic_version;
15
15
  export declare const PROMPTBOOK_ENGINE_VERSION: string_promptbook_version;
16
16
  /**
17
17
  * Represents the version string of the Promptbook engine.
18
- * It follows semantic versioning (e.g., `0.112.0-31`).
18
+ * It follows semantic versioning (e.g., `0.112.0-33`).
19
19
  *
20
20
  * @generated
21
21
  */
@@ -9,7 +9,5 @@ import type { string_filename, string_pipeline_url } from '../types/typeAliases'
9
9
  * @private usable through `ptbk run` and `@promptbook/wizard`
10
10
  */
11
11
  export declare function $getCompiledBook(tools: Required<Pick<ExecutionTools, 'fs' | 'fetch'>>, pipelineSource: string_filename | string_pipeline_url | PipelineString, options?: PrepareAndScrapeOptions): Promise<PipelineJson>;
12
- /**
13
- * TODO: Write unit test
14
- * Note: [🟢] Code in this file should never be never released in packages that could be imported into browser environment
15
- */
12
+ /** Note: [🟢] Code for Node wizard helper [$getCompiledBook](src/wizard/$getCompiledBook.ts) should never be published into packages that could be imported into browser environment */
13
+ /** TODO: Write unit test */
@@ -69,7 +69,5 @@ declare class Wizard {
69
69
  */
70
70
  export declare const wizard: Wizard;
71
71
  export {};
72
- /**
73
- * TODO: [🧠] Maybe some way how to handle the progress and streaming?
74
- * Note: [🟢] Code in this file should never be never released in packages that could be imported into browser environment
75
- */
72
+ /** Note: [🟢] Code for Node wizard helper [wizard](src/wizard/wizard.ts) should never be published into packages that could be imported into browser environment */
73
+ /** TODO: [🧠] Maybe some way how to handle the progress and streaming? */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@promptbook/browser",
3
- "version": "0.112.0-32",
3
+ "version": "0.112.0-34",
4
4
  "description": "Promptbook: Turn your company's scattered knowledge into AI ready books",
5
5
  "private": false,
6
6
  "sideEffects": false,
@@ -97,7 +97,7 @@
97
97
  "module": "./esm/index.es.js",
98
98
  "typings": "./esm/typings/src/_packages/browser.index.d.ts",
99
99
  "peerDependencies": {
100
- "@promptbook/core": "0.112.0-32"
100
+ "@promptbook/core": "0.112.0-34"
101
101
  },
102
102
  "dependencies": {
103
103
  "@openai/agents": "0.4.12",
package/umd/index.umd.js CHANGED
@@ -27,7 +27,7 @@
27
27
  * @generated
28
28
  * @see https://github.com/webgptorg/promptbook
29
29
  */
30
- const PROMPTBOOK_ENGINE_VERSION = '0.112.0-32';
30
+ const PROMPTBOOK_ENGINE_VERSION = '0.112.0-34';
31
31
  /**
32
32
  * TODO: string_promptbook_version should be constrained to the all versions of Promptbook engine
33
33
  * Note: [💞] Ignore a discrepancy between file name and entity name
@@ -16754,9 +16754,7 @@
16754
16754
  return answer;
16755
16755
  }
16756
16756
  }
16757
- /**
16758
- * Note: [🔵] Code in this file should never be published outside of `@promptbook/browser`
16759
- */
16757
+ /** Note: [🔵] Code for browser dialog helper [SimplePromptInterfaceTools](src/dialogs/simple-prompt/SimplePromptInterfaceTools.ts) should never be published outside of `@promptbook/browser` */
16760
16758
 
16761
16759
  /**
16762
16760
  * Safely retrieves the global scope object (window in browser, global in Node.js)
@@ -16955,10 +16953,8 @@
16955
16953
  }
16956
16954
  }
16957
16955
  }
16958
- /**
16959
- * TODO: !!!! Search ACRY for `window` and put -> [🔵]
16960
- * Note: [🔵] Code in this file should never be published outside of `@promptbook/browser`
16961
- */
16956
+ /** Note: [🔵] Code for browser speech-recognition adapter [BrowserSpeechRecognition](src/speech-recognition/BrowserSpeechRecognition.ts) should never be published outside of `@promptbook/browser` */
16957
+ /** TODO: !!!! Search ACRY for `window` and put -> [🔵] */
16962
16958
 
16963
16959
  /**
16964
16960
  * Creates a PromptbookStorage backed by IndexedDB.
@@ -17035,9 +17031,7 @@
17035
17031
  indexedDbStorageCache.set(cacheKey, storage);
17036
17032
  return storage;
17037
17033
  }
17038
- /**
17039
- * Note: [🔵] Code in this file should never be published outside of `@promptbook/browser`
17040
- */
17034
+ /** Note: [🔵] Code for browser storage helper [getIndexedDbStorage](src/storage/local-storage/getIndexedDbStorage.ts) should never be published outside of `@promptbook/browser` */
17041
17035
 
17042
17036
  /**
17043
17037
  * Stringify the PipelineJson with proper formatting
@@ -17127,9 +17121,7 @@
17127
17121
  promptbookLocalStorage = makePromptbookStorageFromWebStorage(localStorage);
17128
17122
  return promptbookLocalStorage;
17129
17123
  }
17130
- /**
17131
- * Note: [🔵] Code in this file should never be published outside of `@promptbook/browser`
17132
- */
17124
+ /** Note: [🔵] Code for browser storage helper [getLocalStorage](src/storage/local-storage/getLocalStorage.ts) should never be published outside of `@promptbook/browser` */
17133
17125
 
17134
17126
  /**
17135
17127
  * Cache storage
@@ -17152,9 +17144,7 @@
17152
17144
  promptbookSessionStorage = makePromptbookStorageFromWebStorage(sessionStorage);
17153
17145
  return promptbookSessionStorage;
17154
17146
  }
17155
- /**
17156
- * Note: [🔵] Code in this file should never be published outside of `@promptbook/browser`
17157
- */
17147
+ /** Note: [🔵] Code for browser storage helper [getSessionStorage](src/storage/local-storage/getSessionStorage.ts) should never be published outside of `@promptbook/browser` */
17158
17148
 
17159
17149
  /**
17160
17150
  * Normalizes a domain-like string into a comparable hostname form.
@@ -17909,9 +17899,7 @@
17909
17899
  return new URL(this.src);
17910
17900
  }
17911
17901
  }
17912
- /**
17913
- * Note: [🔵] Code in this file should never be published outside of `@promptbook/browser`
17914
- */
17902
+ /** Note: [🔵] Code for browser file helper [ObjectUrl](src/utils/files/ObjectUrl.ts) should never be published outside of `@promptbook/browser` */
17915
17903
 
17916
17904
  /**
17917
17905
  * Download a File in a browser
@@ -17931,9 +17919,7 @@
17931
17919
  link.click();
17932
17920
  await objectUrl.destroy();
17933
17921
  }
17934
- /**
17935
- * Note: [🔵] Code in this file should never be published outside of `@promptbook/browser`
17936
- */
17922
+ /** Note: [🔵] Code for browser file helper [$induceFileDownload](src/utils/files/$induceFileDownload.ts) should never be published outside of `@promptbook/browser` */
17937
17923
 
17938
17924
  /**
17939
17925
  * Download a Book in a browser
@@ -17952,9 +17938,7 @@
17952
17938
  });
17953
17939
  return /* not await */ $induceFileDownload(bookFile);
17954
17940
  }
17955
- /**
17956
- * Note: [🔵] Code in this file should never be published outside of `@promptbook/browser`
17957
- */
17941
+ /** Note: [🔵] Code for browser file helper [$induceBookDownload](src/utils/files/$induceBookDownload.ts) should never be published outside of `@promptbook/browser` */
17958
17942
 
17959
17943
  /**
17960
17944
  * Keep-alive helpers used for streaming chat responses.