@nocobase/plugin-ai 2.2.0-alpha.3 → 2.2.0-alpha.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (411) hide show
  1. package/client-v2.d.ts +1 -0
  2. package/dist/ai/docs/nocobase/api/app/env.md +28 -1
  3. package/dist/ai/docs/nocobase/api/cli/config/delete.md +8 -6
  4. package/dist/ai/docs/nocobase/api/cli/config/get.md +8 -6
  5. package/dist/ai/docs/nocobase/api/cli/config/index.md +37 -26
  6. package/dist/ai/docs/nocobase/api/cli/config/set.md +14 -8
  7. package/dist/ai/docs/nocobase/file-manager/field-attachment.md +6 -0
  8. package/dist/ai/docs/nocobase/file-manager/file-preview/index.md +3 -12
  9. package/dist/ai/docs/nocobase/file-manager/storage/aliyun-oss.md +9 -0
  10. package/dist/ai/docs/nocobase/file-manager/storage/amazon-s3.md +9 -0
  11. package/dist/ai/docs/nocobase/file-manager/storage/index.md +23 -0
  12. package/dist/ai/docs/nocobase/file-manager/storage/local.md +9 -0
  13. package/dist/ai/docs/nocobase/file-manager/storage/migrate-to-s3-pro.md +269 -0
  14. package/dist/ai/docs/nocobase/file-manager/storage/tencent-cos.md +9 -0
  15. package/dist/ai/docs/nocobase/get-started/installation/docker-caddy.mdx +170 -0
  16. package/dist/ai/docs/nocobase/get-started/installation/docker-nginx.mdx +172 -0
  17. package/dist/ai/docs/nocobase/get-started/installation/env.md +14 -4
  18. package/dist/ai/docs/nocobase/interface-builder/blocks/data-blocks/comment.md +107 -0
  19. package/dist/ai/docs/nocobase/ops-management/version-control/index.md +1 -0
  20. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-block-comment/index.md +14 -0
  21. package/dist/ai/docs/nocobase/workflow/development/api.md +259 -77
  22. package/dist/ai/docs/nocobase/workflow/development/index.md +2 -1
  23. package/dist/ai/docs/nocobase/workflow/development/migration.md +319 -0
  24. package/dist/ai/docs/nocobase/workflow/development/node.md +84 -51
  25. package/dist/ai/docs/nocobase/workflow/development/trigger.md +122 -20
  26. package/dist/client/23.65ea8c37cd4b884b.js +10 -0
  27. package/dist/client/264.cc98933ef65608b6.js +10 -0
  28. package/dist/client/336.7a8a8853196ad779.js +11 -0
  29. package/dist/client/372.da38fe350bf841f4.js +10 -0
  30. package/dist/client/416.92b74ca47e4099c4.js +10 -0
  31. package/dist/client/446.d63c38d0309fe250.js +10 -0
  32. package/dist/client/525.203778500aca5d05.js +10 -0
  33. package/dist/client/663.680bcf6272a8504d.js +10 -0
  34. package/dist/client/681.399948c18d753667.js +10 -0
  35. package/dist/client/705.380279da896021fb.js +10 -0
  36. package/dist/client/ai-employees/1.x/selector/AIContextCollector.d.ts +1 -4
  37. package/dist/client/ai-employees/permissions/PermissionsTab.d.ts +21 -5
  38. package/dist/client/index.d.ts +15 -20
  39. package/dist/client/index.js +8 -8
  40. package/dist/client/workflow/nodes/employee/index.d.ts +2 -23
  41. package/dist/client/workflow/nodes/llm/index.d.ts +2 -52
  42. package/dist/client/workflow/triggers/ai-employee/index.d.ts +2 -83
  43. package/dist/client-v2/23.1bcb6986b40723d8.js +10 -0
  44. package/dist/client-v2/264.be92ff6a4d2612f1.js +10 -0
  45. package/dist/client-v2/336.e406470429e0670e.js +11 -0
  46. package/dist/client-v2/372.d76ea1ceed2be2a4.js +10 -0
  47. package/dist/client-v2/406.341be51205c674e0.js +10 -0
  48. package/dist/client-v2/416.0e1c2d9cde43b83d.js +10 -0
  49. package/dist/client-v2/446.073d450882db29fd.js +10 -0
  50. package/dist/client-v2/457.d72febb89e88fc00.js +10 -0
  51. package/dist/client-v2/663.342341f0b2b412d8.js +10 -0
  52. package/dist/client-v2/681.082f4f1c7b841983.js +10 -0
  53. package/dist/client-v2/705.1d10027ff8cfdf79.js +10 -0
  54. package/dist/{client/ai-employees/admin/AvatarSelect.d.ts → client-v2/ai-employees/AIEmployeeDropdown.d.ts} +8 -9
  55. package/dist/client-v2/ai-employees/AIEmployeeShortcut.d.ts +9 -2
  56. package/dist/{client → client-v2}/ai-employees/AddContextButton.d.ts +1 -1
  57. package/dist/{client → client-v2}/ai-employees/ai-coding/AICodingButton.d.ts +2 -1
  58. package/dist/{client/ai-employees/chatbox → client-v2/ai-employees/chatbox/components}/Actions.d.ts +2 -4
  59. package/dist/{client/ai-employees/chatbox → client-v2/ai-employees/chatbox/components}/AddLLMModal.d.ts +2 -4
  60. package/dist/client-v2/ai-employees/chatbox/components/Attachments.d.ts +27 -0
  61. package/dist/{client/ai-employees/permissions/Permissions.d.ts → client-v2/ai-employees/chatbox/components/ChatBox.d.ts} +2 -2
  62. package/dist/{client/ai-employees/chatbox → client-v2/ai-employees/chatbox/components}/ChatBoxLayout.d.ts +1 -1
  63. package/dist/{client/ai-employees/chatbox → client-v2/ai-employees/chatbox/components}/ContextItem.d.ts +1 -1
  64. package/dist/{client/ai-employees/admin/Employees.d.ts → client-v2/ai-employees/chatbox/components/DebugPanel.d.ts} +1 -1
  65. package/dist/{client/ai-employees/chatbox/markdown/Code.d.ts → client-v2/ai-employees/chatbox/components/Markdown.d.ts} +12 -5
  66. package/dist/{client/ai-employees/admin/ProfileSettings.d.ts → client-v2/ai-employees/chatbox/components/MessageContent.d.ts} +3 -2
  67. package/dist/client-v2/ai-employees/chatbox/components/MessageRenderers.d.ts +39 -0
  68. package/dist/{client/ai-employees/chatbox/generative-ui → client-v2/ai-employees/chatbox/components}/ToolCard.d.ts +7 -5
  69. package/dist/{client/ai-employees/admin/datasource/components/basic → client-v2/ai-employees/chatbox/components}/index.d.ts +5 -2
  70. package/dist/{client → client-v2}/ai-employees/chatbox/hooks/useChat.d.ts +21 -22
  71. package/dist/client-v2/ai-employees/chatbox/hooks/useChatBoxActions.d.ts +3 -2
  72. package/dist/{client → client-v2}/ai-employees/chatbox/hooks/useChatConversationActions.d.ts +2 -2
  73. package/dist/{client → client-v2}/ai-employees/chatbox/hooks/useChatMessageActions.d.ts +8 -4
  74. package/dist/{client → client-v2}/ai-employees/chatbox/hooks/useToolCallActions.d.ts +1 -1
  75. package/dist/client-v2/ai-employees/chatbox/hooks/useUploadFiles.d.ts +46 -0
  76. package/dist/{client → client-v2}/ai-employees/chatbox/hooks/useWorkflowTasks.d.ts +1 -1
  77. package/dist/{client → client-v2}/ai-employees/chatbox/model.d.ts +9 -2
  78. package/dist/client-v2/ai-employees/chatbox/roles.d.ts +162 -0
  79. package/dist/client-v2/ai-employees/chatbox/stores/chat-box.d.ts +1 -49
  80. package/dist/client-v2/ai-employees/chatbox/stores/chat-conversations.d.ts +2 -19
  81. package/dist/client-v2/ai-employees/chatbox/stores/chat-messages.d.ts +1 -46
  82. package/dist/{client → client-v2}/ai-employees/chatbox/stores/chat-tool-call.d.ts +1 -15
  83. package/dist/client-v2/ai-employees/chatbox/stores/chat-tools.d.ts +30 -0
  84. package/dist/client-v2/ai-employees/chatbox/stores/create-selectors.d.ts +31 -3
  85. package/dist/{client/ai-employees/chatbox/conversations/common.d.ts → client-v2/ai-employees/chatbox/stores/workflow-tasks.d.ts} +21 -4
  86. package/dist/{client → client-v2}/ai-employees/chatbox/utils.d.ts +21 -6
  87. package/dist/{client/ai-employees/data-visualization/context.d.ts → client-v2/ai-employees/context/chart-config.d.ts} +1 -1
  88. package/dist/{client → client-v2}/ai-employees/context/code-editor.d.ts +1 -1
  89. package/dist/{client → client-v2}/ai-employees/context/datasource.d.ts +1 -1
  90. package/dist/{client → client-v2}/ai-employees/context/flow-models.d.ts +1 -1
  91. package/dist/{client/ai-employees/admin/datasource/components/DatasourceSettingDetail.d.ts → client-v2/ai-employees/data-modeling/setup.d.ts} +6 -5
  92. package/dist/{client → client-v2}/ai-employees/datasource/DatasourceSelector.d.ts +6 -2
  93. package/dist/{client/ai-employees/admin/datasource/flow-models/DatasourceSettingModel.d.ts → client-v2/ai-employees/flow/index.d.ts} +4 -6
  94. package/dist/{client → client-v2}/ai-employees/form-filler/tools/index.d.ts +1 -1
  95. package/dist/{client → client-v2}/ai-employees/stores/ai-selection.d.ts +4 -4
  96. package/dist/{client → client-v2}/ai-employees/stores/dialog-controller.d.ts +4 -4
  97. package/dist/{client/ai-employees/business-report/ui → client-v2/ai-employees/tools}/BusinessReportCard.d.ts +2 -2
  98. package/dist/{client/ai-employees/business-report/ui → client-v2/ai-employees/tools}/BusinessReportModal.d.ts +2 -2
  99. package/dist/{client/ai-employees/1.x/selector/withAISelectable.d.ts → client-v2/ai-employees/tools/ChartGeneratorCard.d.ts} +5 -4
  100. package/dist/{client/ai-employees/ai-coding/ui → client-v2/ai-employees/tools}/CodeToolCard.d.ts +1 -1
  101. package/dist/{client/ai-employees/data-modeling/ui → client-v2/ai-employees/tools}/DataModelingCard.d.ts +3 -5
  102. package/dist/{client/ai-employees/data-modeling/ui → client-v2/ai-employees/tools}/DataModelingModal.d.ts +4 -6
  103. package/dist/{client/ai-employees/sub-agents/ui → client-v2/ai-employees/tools}/SubAgentDispatchCard.d.ts +4 -9
  104. package/dist/{client/ai-employees/AISettingsProvider.d.ts → client-v2/ai-employees/tools/SuggestionsOptionsCard.d.ts} +6 -8
  105. package/dist/{client/ai-employees/workflow-tasks/ui → client-v2/ai-employees/tools}/WorkflowTaskOutputCard.d.ts +7 -2
  106. package/dist/{client/ai-employees/ai-coding/tools/context-tools.d.ts → client-v2/ai-employees/tools/ai-coding.d.ts} +3 -1
  107. package/dist/client-v2/ai-employees/tools/business-report-utils.d.ts +45 -0
  108. package/dist/{client/ai-employees/data-modeling/ui → client-v2/ai-employees/tools/data-modeling}/CollectionNode.d.ts +2 -3
  109. package/dist/{client/ai-employees/data-modeling/ui → client-v2/ai-employees/tools/data-modeling}/Diagram.d.ts +1 -1
  110. package/dist/{client/ai-employees/data-modeling/ui → client-v2/ai-employees/tools/data-modeling}/Table.d.ts +2 -2
  111. package/dist/client-v2/ai-employees/tools/data-modeling/legacy-template.d.ts +13 -0
  112. package/dist/client-v2/ai-employees/tools/data-modeling/runtime.d.ts +15 -0
  113. package/dist/{client/ai-employees → client-v2/ai-employees/tools}/data-modeling/types.d.ts +27 -4
  114. package/dist/client-v2/ai-employees/tools/data-modeling/useFieldInterfaceOptions.d.ts +150 -0
  115. package/dist/{client/ai-employees/data-visualization/tools/index.d.ts → client-v2/ai-employees/tools/data-visualization.d.ts} +1 -1
  116. package/dist/client-v2/ai-employees/tools/index.d.ts +32 -0
  117. package/dist/client-v2/ai-employees/types.d.ts +101 -7
  118. package/dist/client-v2/components/RemoteSelect.d.ts +43 -0
  119. package/dist/{client → client-v2}/debug-logger.d.ts +2 -2
  120. package/dist/client-v2/f0053e745af0ad03.svg +50 -0
  121. package/dist/client-v2/index.d.ts +9 -8
  122. package/dist/client-v2/index.js +37 -1
  123. package/dist/client-v2/llm-providers/forms.d.ts +42 -0
  124. package/dist/client-v2/llm-providers/index.d.ts +23 -0
  125. package/dist/{client/ai-employees/ai-coding/tools/index.d.ts → client-v2/llm-services/utils.d.ts} +5 -3
  126. package/dist/client-v2/locale.d.ts +14 -0
  127. package/dist/{client → client-v2}/manager/ai-manager.d.ts +4 -5
  128. package/dist/client-v2/models/ai-employees/AIEmployeeActionModel.d.ts +33 -0
  129. package/dist/client-v2/models/ai-employees/AIEmployeeShortcutModel.d.ts +44 -0
  130. package/dist/client-v2/pages/AdminSettingsPage.d.ts +24 -0
  131. package/dist/client-v2/pages/DatasourceSettingsPage.d.ts +62 -0
  132. package/dist/client-v2/pages/EmployeesPage.d.ts +53 -0
  133. package/dist/client-v2/pages/LLMServicesPage.d.ts +75 -0
  134. package/dist/client-v2/pages/MCPSettingsPage.d.ts +73 -0
  135. package/dist/client-v2/pages/drawerWidth.d.ts +10 -0
  136. package/dist/client-v2/pages/permissions/Permissions.d.ts +67 -0
  137. package/dist/client-v2/pages/permissions/PermissionsTab.d.ts +12 -0
  138. package/dist/client-v2/pages/useUnsavedChangesBeforeClose.d.ts +29 -0
  139. package/dist/client-v2/plugin.d.ts +32 -0
  140. package/dist/client-v2/repositories/AIConfigRepository.d.ts +3 -23
  141. package/dist/client-v2/workflow/components/FormValueRegistry.d.ts +12 -0
  142. package/dist/{client/components/ListCollapse.d.ts → client-v2/workflow/components/WorkflowListCollapse.d.ts} +4 -4
  143. package/dist/client-v2/workflow/constants.d.ts +26 -0
  144. package/dist/client-v2/workflow/nodes/employee/components/AIEmployeeFieldset.d.ts +11 -0
  145. package/dist/{client/ai-employees/common/CodeHighlight.d.ts → client-v2/workflow/nodes/employee/components/AIEmployeeSelect.d.ts} +5 -6
  146. package/dist/{client/ai-employees/ContextAwareTooltip.d.ts → client-v2/workflow/nodes/employee/components/Assignees.d.ts} +2 -1
  147. package/dist/client-v2/workflow/nodes/employee/components/FeedbackSettings.d.ts +17 -0
  148. package/dist/client-v2/workflow/nodes/employee/components/FileInputs.d.ts +11 -0
  149. package/dist/{client/ai-employees/AIEmployeesProvider.d.ts → client-v2/workflow/nodes/employee/components/MessageInputs.d.ts} +2 -3
  150. package/dist/client-v2/workflow/nodes/employee/components/ModelOptions.d.ts +17 -0
  151. package/dist/{client/ai-employees/admin/datasource/components/basic/CollectionCascader.d.ts → client-v2/workflow/nodes/employee/components/SkillSettings.d.ts} +6 -3
  152. package/dist/client-v2/workflow/nodes/employee/components/StructuredOutput.d.ts +11 -0
  153. package/dist/client-v2/workflow/nodes/employee/components/UserInput.d.ts +18 -0
  154. package/dist/client-v2/workflow/nodes/employee/components/WebSearchOptions.d.ts +16 -0
  155. package/dist/client-v2/workflow/nodes/employee/index.d.ts +23 -0
  156. package/dist/{client/ai-employees/AIEmployeeListItem.d.ts → client-v2/workflow/nodes/llm/components/LLMFieldset.d.ts} +3 -5
  157. package/dist/{client/admin-settings/AdminSettings.d.ts → client-v2/workflow/nodes/llm/components/Messages.d.ts} +2 -1
  158. package/dist/client-v2/workflow/nodes/llm/components/StructuredOutput.d.ts +11 -0
  159. package/dist/client-v2/workflow/nodes/llm/index.d.ts +30 -0
  160. package/dist/{client/ai-employees/1.x/selector/BlockSelector.d.ts → client-v2/workflow/register.d.ts} +2 -6
  161. package/dist/client-v2/workflow/triggers/ai-employee/AIEmployeeTriggerConfig.d.ts +11 -0
  162. package/dist/client-v2/workflow/triggers/ai-employee/Parameters.d.ts +11 -0
  163. package/dist/client-v2/workflow/triggers/ai-employee/index.d.ts +25 -0
  164. package/dist/client-v2/workflow/types.d.ts +128 -0
  165. package/dist/externalVersion.js +20 -25
  166. package/dist/locale/en-US.json +42 -1
  167. package/dist/locale/zh-CN.json +42 -1
  168. package/dist/node_modules/@langchain/mistralai/LICENSE +21 -0
  169. package/dist/node_modules/@langchain/mistralai/dist/_virtual/rolldown_runtime.cjs +25 -0
  170. package/dist/node_modules/@langchain/mistralai/dist/chat_models.cjs +859 -0
  171. package/dist/node_modules/@langchain/mistralai/dist/chat_models.d.cts +541 -0
  172. package/dist/node_modules/@langchain/mistralai/dist/chat_models.d.ts +541 -0
  173. package/dist/node_modules/@langchain/mistralai/dist/chat_models.js +857 -0
  174. package/dist/node_modules/@langchain/mistralai/dist/embeddings.cjs +140 -0
  175. package/dist/node_modules/@langchain/mistralai/dist/embeddings.d.cts +116 -0
  176. package/dist/node_modules/@langchain/mistralai/dist/embeddings.d.ts +116 -0
  177. package/dist/node_modules/@langchain/mistralai/dist/embeddings.js +139 -0
  178. package/dist/node_modules/@langchain/mistralai/dist/index.cjs +21 -0
  179. package/dist/node_modules/@langchain/mistralai/dist/index.d.cts +4 -0
  180. package/dist/node_modules/@langchain/mistralai/dist/index.d.ts +4 -0
  181. package/dist/node_modules/@langchain/mistralai/dist/index.js +5 -0
  182. package/dist/node_modules/@langchain/mistralai/dist/llms.cjs +275 -0
  183. package/dist/node_modules/@langchain/mistralai/dist/llms.d.cts +147 -0
  184. package/dist/node_modules/@langchain/mistralai/dist/llms.d.ts +147 -0
  185. package/dist/node_modules/@langchain/mistralai/dist/llms.js +274 -0
  186. package/dist/node_modules/@langchain/mistralai/dist/utils.cjs +61 -0
  187. package/dist/node_modules/@langchain/mistralai/dist/utils.js +59 -0
  188. package/dist/node_modules/@langchain/mistralai/package.json +1 -0
  189. package/dist/node_modules/@langchain/xai/dist/index.cjs +2 -2
  190. package/dist/node_modules/@langchain/xai/package.json +1 -1
  191. package/dist/node_modules/fs-extra/package.json +1 -1
  192. package/dist/node_modules/jsonrepair/package.json +1 -1
  193. package/dist/node_modules/just-bash/package.json +1 -1
  194. package/dist/node_modules/nodejs-snowflake/package.json +1 -1
  195. package/dist/node_modules/openai/package.json +1 -1
  196. package/dist/node_modules/zod/package.json +1 -1
  197. package/dist/server/ai-employees/ai-employee.js +12 -5
  198. package/dist/server/ai-employees/checkpoints/cleaner.d.ts +2 -0
  199. package/dist/server/ai-employees/checkpoints/cleaner.js +11 -1
  200. package/dist/server/ai-employees/middleware/conversation.d.ts +2 -0
  201. package/dist/server/ai-employees/middleware/conversation.js +2 -1
  202. package/dist/server/ai-employees/utils.d.ts +3 -1
  203. package/dist/server/ai-employees/utils.js +2 -0
  204. package/dist/server/llm-providers/mistral.d.ts +62 -0
  205. package/dist/server/llm-providers/mistral.js +265 -0
  206. package/dist/server/llm-providers/provider.d.ts +6 -2
  207. package/dist/server/llm-providers/provider.js +27 -14
  208. package/dist/server/plugin.js +2 -0
  209. package/dist/server/workflow/nodes/employee/index.js +92 -46
  210. package/dist/server/workflow/nodes/employee/tools.js +8 -1
  211. package/package.json +6 -5
  212. package/dist/client/119.c6bf8c6433167d81.js +0 -10
  213. package/dist/client/170.d98eacdc00d9d527.js +0 -10
  214. package/dist/client/228.b4b709f93b86b6b9.js +0 -10
  215. package/dist/client/280.003b9e9788599244.js +0 -10
  216. package/dist/client/290.0f7f441d8a94f03c.js +0 -10
  217. package/dist/client/331.d547c95410476a69.js +0 -10
  218. package/dist/client/406.15c09d98faa2ccf1.js +0 -10
  219. package/dist/client/428.5eb4f53ddbb6a3b8.js +0 -10
  220. package/dist/client/462.d172d0fe91519e35.js +0 -10
  221. package/dist/client/486.dcac8f3fcec19c33.js +0 -10
  222. package/dist/client/502.2b4a51e0a8122e52.js +0 -10
  223. package/dist/client/525.33a9c8ec28be4ec4.js +0 -10
  224. package/dist/client/559.a0f2f1cc2be3c039.js +0 -10
  225. package/dist/client/561.7ec804ef39ec7dcd.js +0 -10
  226. package/dist/client/580.35ba54ff91b7fe6d.js +0 -10
  227. package/dist/client/597.b0d64948d74cf6cb.js +0 -10
  228. package/dist/client/604.89c674f35b52b4ef.js +0 -10
  229. package/dist/client/614.aa766080f6b99aab.js +0 -10
  230. package/dist/client/646.d4483b4ff23da0a0.js +0 -10
  231. package/dist/client/687.224e569a99cae4bb.js +0 -10
  232. package/dist/client/699.57c0a1acb723202a.js +0 -10
  233. package/dist/client/711.92cd94681fde7e05.js +0 -10
  234. package/dist/client/758.a9741e81911e53c3.js +0 -10
  235. package/dist/client/768.5177bff46ae71a5b.js +0 -10
  236. package/dist/client/792.abb57765453bcbcc.js +0 -10
  237. package/dist/client/820.f72ef2462b61d812.js +0 -10
  238. package/dist/client/832.0cf69e3f43c320b2.js +0 -10
  239. package/dist/client/927.d95c74ebb8fd51c9.js +0 -10
  240. package/dist/client/ai-employees/1.x/selector/AISelectorProvider.d.ts +0 -33
  241. package/dist/client/ai-employees/ProfileCard.d.ts +0 -15
  242. package/dist/client/ai-employees/admin/ChatSettings.d.ts +0 -10
  243. package/dist/client/ai-employees/admin/DataSourceSettings.d.ts +0 -10
  244. package/dist/client/ai-employees/admin/EnableSwitch.d.ts +0 -10
  245. package/dist/client/ai-employees/admin/InputsFormSettings.d.ts +0 -10
  246. package/dist/client/ai-employees/admin/KnowledgeBaseSettings.d.ts +0 -10
  247. package/dist/client/ai-employees/admin/ModelSettings.d.ts +0 -10
  248. package/dist/client/ai-employees/admin/SkillSettings.d.ts +0 -19
  249. package/dist/client/ai-employees/admin/SystemPrompt.d.ts +0 -10
  250. package/dist/client/ai-employees/admin/Templates.d.ts +0 -10
  251. package/dist/client/ai-employees/admin/ToolsSettings.d.ts +0 -17
  252. package/dist/client/ai-employees/admin/datasource/components/DatasourceSettingForm.d.ts +0 -10
  253. package/dist/client/ai-employees/admin/datasource/components/DatasourceSettingGrid.d.ts +0 -10
  254. package/dist/client/ai-employees/admin/datasource/components/basic/FieldsTransfer.d.ts +0 -17
  255. package/dist/client/ai-employees/admin/datasource/components/form-steps/CollectionSetting.d.ts +0 -17
  256. package/dist/client/ai-employees/admin/datasource/components/form-steps/FieldsSetting.d.ts +0 -15
  257. package/dist/client/ai-employees/admin/datasource/components/form-steps/FilterSetting.d.ts +0 -17
  258. package/dist/client/ai-employees/admin/datasource/components/form-steps/Preview.d.ts +0 -13
  259. package/dist/client/ai-employees/admin/datasource/components/form-steps/SortSetting.d.ts +0 -15
  260. package/dist/client/ai-employees/admin/datasource/components/form-steps/index.d.ts +0 -13
  261. package/dist/client/ai-employees/admin/datasource/components/index.d.ts +0 -9
  262. package/dist/client/ai-employees/admin/datasource/context.d.ts +0 -17
  263. package/dist/client/ai-employees/admin/datasource/flow-models/index.d.ts +0 -9
  264. package/dist/client/ai-employees/admin/datasource/index.d.ts +0 -10
  265. package/dist/client/ai-employees/admin/hooks.d.ts +0 -39
  266. package/dist/client/ai-employees/admin/mcp/MCPSettings.d.ts +0 -10
  267. package/dist/client/ai-employees/admin/mcp/MCPToolsList.d.ts +0 -19
  268. package/dist/client/ai-employees/admin/mcp/context.d.ts +0 -15
  269. package/dist/client/ai-employees/admin/mcp/schemas.d.ts +0 -1314
  270. package/dist/client/ai-employees/ai-coding/CodeHistory.d.ts +0 -10
  271. package/dist/client/ai-employees/ai-coding/markdown/Code.d.ts +0 -16
  272. package/dist/client/ai-employees/avatars.d.ts +0 -9
  273. package/dist/client/ai-employees/built-in/utils.d.ts +0 -15
  274. package/dist/client/ai-employees/business-report/tools/index.d.ts +0 -10
  275. package/dist/client/ai-employees/business-report/ui/report-utils.d.ts +0 -38
  276. package/dist/client/ai-employees/chart-generator/tools/index.d.ts +0 -10
  277. package/dist/client/ai-employees/chart-generator/ui/ECharts.d.ts +0 -13
  278. package/dist/client/ai-employees/chatbox/AIThinking.d.ts +0 -12
  279. package/dist/client/ai-employees/chatbox/Attachment.d.ts +0 -14
  280. package/dist/client/ai-employees/chatbox/AttachmentsHeader.d.ts +0 -10
  281. package/dist/client/ai-employees/chatbox/ChatBox.d.ts +0 -12
  282. package/dist/client/ai-employees/chatbox/ContextItemsHeader.d.ts +0 -10
  283. package/dist/client/ai-employees/chatbox/DebugPanel.d.ts +0 -16
  284. package/dist/client/ai-employees/chatbox/EditMessageHeader.d.ts +0 -10
  285. package/dist/client/ai-employees/chatbox/HintMessageHeader.d.ts +0 -10
  286. package/dist/client/ai-employees/chatbox/MessageRenderer.d.ts +0 -33
  287. package/dist/client/ai-employees/chatbox/SenderFooter.d.ts +0 -13
  288. package/dist/client/ai-employees/chatbox/SenderHeader.d.ts +0 -10
  289. package/dist/client/ai-employees/chatbox/SenderPrefix.d.ts +0 -10
  290. package/dist/client/ai-employees/chatbox/Upload.d.ts +0 -12
  291. package/dist/client/ai-employees/chatbox/VirtualList.d.ts +0 -28
  292. package/dist/client/ai-employees/chatbox/conversations/ConversationsList.d.ts +0 -13
  293. package/dist/client/ai-employees/chatbox/conversations/WorkflowTasksList.d.ts +0 -13
  294. package/dist/client/ai-employees/chatbox/conversations/index.d.ts +0 -9
  295. package/dist/client/ai-employees/chatbox/generative-ui/DefaultToolCard.d.ts +0 -16
  296. package/dist/client/ai-employees/chatbox/hooks/useChatBoxActions.d.ts +0 -18
  297. package/dist/client/ai-employees/chatbox/hooks/useUploadFiles.d.ts +0 -12
  298. package/dist/client/ai-employees/chatbox/markdown/ECharts.d.ts +0 -10
  299. package/dist/client/ai-employees/chatbox/markdown/Form.d.ts +0 -10
  300. package/dist/client/ai-employees/chatbox/markdown/Generating.d.ts +0 -10
  301. package/dist/client/ai-employees/chatbox/markdown/Markdown.d.ts +0 -13
  302. package/dist/client/ai-employees/chatbox/roles.d.ts +0 -32
  303. package/dist/client/ai-employees/chatbox/stores/chat-box.d.ts +0 -9
  304. package/dist/client/ai-employees/chatbox/stores/chat-conversations.d.ts +0 -9
  305. package/dist/client/ai-employees/chatbox/stores/chat-messages.d.ts +0 -9
  306. package/dist/client/ai-employees/chatbox/stores/chat-tools.d.ts +0 -51
  307. package/dist/client/ai-employees/chatbox/stores/create-selectors.d.ts +0 -18
  308. package/dist/client/ai-employees/chatbox/stores/workflow-tasks.d.ts +0 -45
  309. package/dist/client/ai-employees/context/classic-pages.d.ts +0 -10
  310. package/dist/client/ai-employees/data-modeling/Table.d.ts +0 -12
  311. package/dist/client/ai-employees/data-modeling/setup.d.ts +0 -10
  312. package/dist/client/ai-employees/data-modeling/tools/index.d.ts +0 -10
  313. package/dist/client/ai-employees/data-modeling/ui/useFieldInterfaceOptions.d.ts +0 -14
  314. package/dist/client/ai-employees/datasource/DatasourceList.d.ts +0 -17
  315. package/dist/client/ai-employees/datasource/index.d.ts +0 -9
  316. package/dist/client/ai-employees/flow/events/index.d.ts +0 -9
  317. package/dist/client/ai-employees/flow/index.d.ts +0 -36
  318. package/dist/client/ai-employees/flow/models/AIEmployeeActionModel.d.ts +0 -18
  319. package/dist/client/ai-employees/flow/models/AIEmployeeShortcutModel.d.ts +0 -30
  320. package/dist/client/ai-employees/shortcuts/ShortcutList.d.ts +0 -10
  321. package/dist/client/ai-employees/shortcuts/useShortcuts.d.ts +0 -13
  322. package/dist/client/ai-employees/stores/context-aware.d.ts +0 -19
  323. package/dist/client/ai-employees/sub-agents/tools/index.d.ts +0 -10
  324. package/dist/client/ai-employees/suggestions/tools/index.d.ts +0 -10
  325. package/dist/client/ai-employees/suggestions/ui/SuggestionsOptions.d.ts +0 -13
  326. package/dist/client/ai-employees/types.d.ts +0 -259
  327. package/dist/client/ai-employees/workflow-tasks/tools/index.d.ts +0 -10
  328. package/dist/client/chat-settings/Messages.d.ts +0 -11
  329. package/dist/client/chat-settings/StructuredOutput.d.ts +0 -11
  330. package/dist/client/components/skill-settings.d.ts +0 -22
  331. package/dist/client/features/components.d.ts +0 -9
  332. package/dist/client/features/feature-manager.d.ts +0 -9
  333. package/dist/client/features/index.d.ts +0 -9
  334. package/dist/client/features/vector-database-provider.d.ts +0 -9
  335. package/dist/client/features/vector-store-provider.d.ts +0 -9
  336. package/dist/client/llm-providers/anthropic/ModelSettings.d.ts +0 -10
  337. package/dist/client/llm-providers/anthropic/ProviderSettings.d.ts +0 -10
  338. package/dist/client/llm-providers/anthropic/index.d.ts +0 -10
  339. package/dist/client/llm-providers/components/Chat.d.ts +0 -10
  340. package/dist/client/llm-providers/components/ModelSelect.d.ts +0 -10
  341. package/dist/client/llm-providers/dashscope/ModelSettings.d.ts +0 -10
  342. package/dist/client/llm-providers/dashscope/ProviderSettings.d.ts +0 -10
  343. package/dist/client/llm-providers/dashscope/index.d.ts +0 -10
  344. package/dist/client/llm-providers/deepseek/ModelSettings.d.ts +0 -10
  345. package/dist/client/llm-providers/deepseek/index.d.ts +0 -10
  346. package/dist/client/llm-providers/google-genai/MessageRenderer.d.ts +0 -13
  347. package/dist/client/llm-providers/google-genai/ModelSettings.d.ts +0 -10
  348. package/dist/client/llm-providers/google-genai/ProviderSettings.d.ts +0 -10
  349. package/dist/client/llm-providers/google-genai/index.d.ts +0 -10
  350. package/dist/client/llm-providers/kimi/ModelSettings.d.ts +0 -10
  351. package/dist/client/llm-providers/kimi/index.d.ts +0 -10
  352. package/dist/client/llm-providers/mimo/ModelSettings.d.ts +0 -10
  353. package/dist/client/llm-providers/mimo/index.d.ts +0 -10
  354. package/dist/client/llm-providers/ollama/ModelSettings.d.ts +0 -10
  355. package/dist/client/llm-providers/ollama/ProviderSettings.d.ts +0 -10
  356. package/dist/client/llm-providers/ollama/index.d.ts +0 -10
  357. package/dist/client/llm-providers/openai/completions/ModelSettings.d.ts +0 -10
  358. package/dist/client/llm-providers/openai/completions/index.d.ts +0 -10
  359. package/dist/client/llm-providers/openai/components/ProviderSettings.d.ts +0 -10
  360. package/dist/client/llm-providers/openai/responses/ModelSettings.d.ts +0 -10
  361. package/dist/client/llm-providers/openai/responses/index.d.ts +0 -10
  362. package/dist/client/llm-providers/tongyi/ModelSettings.d.ts +0 -10
  363. package/dist/client/llm-providers/tongyi/ProviderSettings.d.ts +0 -10
  364. package/dist/client/llm-providers/tongyi/index.d.ts +0 -10
  365. package/dist/client/llm-providers/xai/ModelSettings.d.ts +0 -10
  366. package/dist/client/llm-providers/xai/index.d.ts +0 -10
  367. package/dist/client/llm-services/LLMServices.d.ts +0 -13
  368. package/dist/client/llm-services/component/DefaultModelSelect.d.ts +0 -10
  369. package/dist/client/llm-services/component/EnabledModelsSelect.d.ts +0 -23
  370. package/dist/client/llm-services/component/LLMTestFlight.d.ts +0 -10
  371. package/dist/client/llm-services/component/ModelOptionsSettings.d.ts +0 -10
  372. package/dist/client/llm-services/component/UnifiedModelSettings.d.ts +0 -10
  373. package/dist/client/llm-services/hooks/useLLMServiceCatalog.d.ts +0 -18
  374. package/dist/client/llm-services/llm-providers.d.ts +0 -27
  375. package/dist/client/llm-services/utils.d.ts +0 -30
  376. package/dist/client/manager/ai-feature-manager.d.ts +0 -9
  377. package/dist/client/repositories/AIConfigRepository.d.ts +0 -60
  378. package/dist/client/repositories/hooks/useAIConfigRepository.d.ts +0 -10
  379. package/dist/client/schemas/llms.d.ts +0 -347
  380. package/dist/client/workflow/nodes/employee/components/AIEmployeeSelect.d.ts +0 -10
  381. package/dist/client/workflow/nodes/employee/components/assigness.d.ts +0 -11
  382. package/dist/client/workflow/nodes/employee/components/file-inputs.d.ts +0 -10
  383. package/dist/client/workflow/nodes/employee/components/message-inputs.d.ts +0 -12
  384. package/dist/client/workflow/nodes/employee/components/model-options.d.ts +0 -10
  385. package/dist/client/workflow/nodes/employee/components/structured-output.d.ts +0 -10
  386. package/dist/client/workflow/nodes/employee/components/users-select.d.ts +0 -15
  387. package/dist/client/workflow/nodes/employee/components/web-search-options.d.ts +0 -10
  388. package/dist/client/workflow/nodes/employee/configuration.d.ts +0 -12
  389. package/dist/client/workflow/nodes/employee/flow-models/feedback.d.ts +0 -14
  390. package/dist/client/workflow/nodes/employee/flow-models/task.d.ts +0 -13
  391. package/dist/client/workflow/nodes/llm/ModelSettings.d.ts +0 -11
  392. package/dist/client/workflow/triggers/ai-employee/Parameters.d.ts +0 -13
  393. /package/dist/{client → client-v2}/ai-employees/AISelection.d.ts +0 -0
  394. /package/dist/{client → client-v2}/ai-employees/AISelectionControl.d.ts +0 -0
  395. /package/dist/{client → client-v2}/ai-employees/ai-coding/prompts.d.ts +0 -0
  396. /package/dist/{client → client-v2}/ai-employees/ai-coding/setup.d.ts +0 -0
  397. /package/dist/{client/ai-employees/chatbox/AIEmployeeSwitch.d.ts → client-v2/ai-employees/chatbox/components/AIEmployeeSwitcher.d.ts} +0 -0
  398. /package/dist/{client/ai-employees/chatbox → client-v2/ai-employees/chatbox/components}/ChatButton.d.ts +0 -0
  399. /package/dist/{client/ai-employees/chatbox/conversations → client-v2/ai-employees/chatbox/components}/Conversations.d.ts +0 -0
  400. /package/dist/{client/ai-employees/chatbox → client-v2/ai-employees/chatbox/components}/Messages.d.ts +0 -0
  401. /package/dist/{client/ai-employees/chatbox → client-v2/ai-employees/chatbox/components}/ModelSwitcher.d.ts +0 -0
  402. /package/dist/{client/ai-employees/chatbox → client-v2/ai-employees/chatbox/components}/SearchSwitch.d.ts +0 -0
  403. /package/dist/{client/ai-employees/chatbox → client-v2/ai-employees/chatbox/components}/Sender.d.ts +0 -0
  404. /package/dist/{client/ai-employees/chatbox/generative-ui → client-v2/ai-employees/chatbox/components}/ToolModal.d.ts +0 -0
  405. /package/dist/{client/ai-employees/chatbox → client-v2/ai-employees/chatbox/components}/UserPrompt.d.ts +0 -0
  406. /package/dist/{client → client-v2}/ai-employees/chatbox/hooks/useChatBoxEffect.d.ts +0 -0
  407. /package/dist/{client → client-v2}/ai-employees/chatbox/hooks/useLoadMoreObserver.d.ts +0 -0
  408. /package/dist/client-v2/ai-employees/{chatbox/stores → stores}/global-store.d.ts +0 -0
  409. /package/dist/{client/ai-employees/flow/models → client-v2/models/ai-employees}/AIEmployeeShortcutListModel.d.ts +0 -0
  410. /package/dist/{client/ai-employees/flow/models → client-v2/models/ai-employees}/index.d.ts +0 -0
  411. /package/dist/{client/ai-employees/flow/events/ai-context-selection.d.ts → client-v2/workflow/components/index.d.ts} +0 -0
@@ -1,1314 +0,0 @@
1
- /**
2
- * This file is part of the NocoBase (R) project.
3
- * Copyright (c) 2020-2024 NocoBase Co., Ltd.
4
- * Authors: NocoBase Team.
5
- *
6
- * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
7
- * For more information, please refer to: https://www.nocobase.com/agreement.
8
- */
9
- export declare const createMCPFormContentSchema: {
10
- type: string;
11
- properties: {
12
- name: {
13
- 'x-component-props'?: {
14
- disabled: boolean;
15
- };
16
- type: string;
17
- 'x-decorator': string;
18
- title: string;
19
- 'x-component': string;
20
- required: boolean;
21
- };
22
- title: {
23
- type: string;
24
- 'x-decorator': string;
25
- title: string;
26
- 'x-component': string;
27
- required: boolean;
28
- };
29
- description: {
30
- type: string;
31
- 'x-decorator': string;
32
- title: string;
33
- 'x-component': string;
34
- 'x-component-props': {
35
- autoSize: {
36
- minRows: number;
37
- maxRows: number;
38
- };
39
- };
40
- };
41
- transport: {
42
- type: string;
43
- 'x-decorator': string;
44
- title: string;
45
- 'x-component': string;
46
- enum: string;
47
- required: boolean;
48
- };
49
- useUserContext: {
50
- type: string;
51
- 'x-decorator': string;
52
- title: string;
53
- 'x-component': string;
54
- 'x-component-props': {
55
- tooltip: string;
56
- };
57
- };
58
- command: {
59
- type: string;
60
- 'x-decorator': string;
61
- title: string;
62
- 'x-component': string;
63
- 'x-component-props': {
64
- placeholder: string;
65
- };
66
- 'x-reactions': {
67
- dependencies: string[];
68
- fulfill: {
69
- state: {
70
- required?: string;
71
- visible: string;
72
- };
73
- };
74
- }[];
75
- };
76
- args: {
77
- type: string;
78
- 'x-decorator': string;
79
- title: string;
80
- 'x-component': string;
81
- 'x-component-props': {
82
- placeholder: string;
83
- };
84
- 'x-reactions': {
85
- dependencies: string[];
86
- fulfill: {
87
- state: {
88
- required?: string;
89
- visible: string;
90
- };
91
- };
92
- }[];
93
- };
94
- env: {
95
- type: string;
96
- 'x-component': string;
97
- 'x-decorator': string;
98
- title: string;
99
- items: {
100
- type: string;
101
- properties: {
102
- space: {
103
- type: string;
104
- 'x-component': string;
105
- 'x-component-props': {
106
- style: {
107
- flexWrap: string;
108
- maxWidth: string;
109
- display: string;
110
- };
111
- className: string;
112
- };
113
- properties: {
114
- name: {
115
- type: string;
116
- 'x-decorator': string;
117
- 'x-component': string;
118
- 'x-component-props': {
119
- placeholder: string;
120
- };
121
- };
122
- value: {
123
- type: string;
124
- 'x-decorator': string;
125
- 'x-component': string;
126
- };
127
- remove: {
128
- type: string;
129
- 'x-decorator': string;
130
- 'x-component': string;
131
- };
132
- };
133
- };
134
- };
135
- };
136
- properties: {
137
- add: {
138
- type: string;
139
- title: string;
140
- 'x-component': string;
141
- };
142
- };
143
- 'x-reactions': {
144
- dependencies: string[];
145
- fulfill: {
146
- state: {
147
- required?: string;
148
- visible: string;
149
- };
150
- };
151
- }[];
152
- };
153
- url: {
154
- type: string;
155
- 'x-decorator': string;
156
- title: string;
157
- 'x-component': string;
158
- 'x-component-props': {
159
- placeholder: string;
160
- variableScope: string;
161
- };
162
- 'x-reactions': {
163
- dependencies: string[];
164
- fulfill: {
165
- state: {
166
- required?: string;
167
- visible: string;
168
- };
169
- };
170
- }[];
171
- };
172
- headers: {
173
- type: string;
174
- 'x-component': string;
175
- 'x-decorator': string;
176
- title: string;
177
- items: {
178
- type: string;
179
- properties: {
180
- space: {
181
- type: string;
182
- 'x-component': string;
183
- 'x-component-props': {
184
- style: {
185
- flexWrap: string;
186
- maxWidth: string;
187
- display: string;
188
- };
189
- className: string;
190
- };
191
- properties: {
192
- name: {
193
- type: string;
194
- 'x-decorator': string;
195
- 'x-component': string;
196
- 'x-component-props': {
197
- placeholder: string;
198
- };
199
- };
200
- value: {
201
- type: string;
202
- 'x-decorator': string;
203
- 'x-component': string;
204
- 'x-component-props': {
205
- variableScope: string;
206
- };
207
- };
208
- remove: {
209
- type: string;
210
- 'x-decorator': string;
211
- 'x-component': string;
212
- };
213
- };
214
- };
215
- };
216
- };
217
- properties: {
218
- add: {
219
- type: string;
220
- title: string;
221
- 'x-component': string;
222
- };
223
- };
224
- 'x-reactions': {
225
- dependencies: string[];
226
- fulfill: {
227
- state: {
228
- required?: string;
229
- visible: string;
230
- };
231
- };
232
- }[];
233
- };
234
- restart: {
235
- type: string;
236
- 'x-decorator': string;
237
- title: string;
238
- 'x-component': string;
239
- 'x-visible': boolean;
240
- 'x-component-props': {
241
- autoSize: {
242
- minRows: number;
243
- };
244
- };
245
- };
246
- testResult: {
247
- type: string;
248
- 'x-component': string;
249
- };
250
- footer: {
251
- type: string;
252
- 'x-component': "Action.Drawer.Footer" | "Action.Drawer.FootBar";
253
- properties: {
254
- test: {
255
- type: string;
256
- 'x-component': string;
257
- };
258
- cancel: {
259
- title: string;
260
- 'x-component': string;
261
- 'x-use-component-props': string;
262
- };
263
- submit: {
264
- title: string;
265
- 'x-component': string;
266
- 'x-component-props': {
267
- type: string;
268
- };
269
- 'x-use-component-props': string;
270
- };
271
- };
272
- };
273
- };
274
- };
275
- export declare const editMCPFormContentSchema: {
276
- type: string;
277
- properties: {
278
- name: {
279
- 'x-component-props'?: {
280
- disabled: boolean;
281
- };
282
- type: string;
283
- 'x-decorator': string;
284
- title: string;
285
- 'x-component': string;
286
- required: boolean;
287
- };
288
- title: {
289
- type: string;
290
- 'x-decorator': string;
291
- title: string;
292
- 'x-component': string;
293
- required: boolean;
294
- };
295
- description: {
296
- type: string;
297
- 'x-decorator': string;
298
- title: string;
299
- 'x-component': string;
300
- 'x-component-props': {
301
- autoSize: {
302
- minRows: number;
303
- maxRows: number;
304
- };
305
- };
306
- };
307
- transport: {
308
- type: string;
309
- 'x-decorator': string;
310
- title: string;
311
- 'x-component': string;
312
- enum: string;
313
- required: boolean;
314
- };
315
- useUserContext: {
316
- type: string;
317
- 'x-decorator': string;
318
- title: string;
319
- 'x-component': string;
320
- 'x-component-props': {
321
- tooltip: string;
322
- };
323
- };
324
- command: {
325
- type: string;
326
- 'x-decorator': string;
327
- title: string;
328
- 'x-component': string;
329
- 'x-component-props': {
330
- placeholder: string;
331
- };
332
- 'x-reactions': {
333
- dependencies: string[];
334
- fulfill: {
335
- state: {
336
- required?: string;
337
- visible: string;
338
- };
339
- };
340
- }[];
341
- };
342
- args: {
343
- type: string;
344
- 'x-decorator': string;
345
- title: string;
346
- 'x-component': string;
347
- 'x-component-props': {
348
- placeholder: string;
349
- };
350
- 'x-reactions': {
351
- dependencies: string[];
352
- fulfill: {
353
- state: {
354
- required?: string;
355
- visible: string;
356
- };
357
- };
358
- }[];
359
- };
360
- env: {
361
- type: string;
362
- 'x-component': string;
363
- 'x-decorator': string;
364
- title: string;
365
- items: {
366
- type: string;
367
- properties: {
368
- space: {
369
- type: string;
370
- 'x-component': string;
371
- 'x-component-props': {
372
- style: {
373
- flexWrap: string;
374
- maxWidth: string;
375
- display: string;
376
- };
377
- className: string;
378
- };
379
- properties: {
380
- name: {
381
- type: string;
382
- 'x-decorator': string;
383
- 'x-component': string;
384
- 'x-component-props': {
385
- placeholder: string;
386
- };
387
- };
388
- value: {
389
- type: string;
390
- 'x-decorator': string;
391
- 'x-component': string;
392
- };
393
- remove: {
394
- type: string;
395
- 'x-decorator': string;
396
- 'x-component': string;
397
- };
398
- };
399
- };
400
- };
401
- };
402
- properties: {
403
- add: {
404
- type: string;
405
- title: string;
406
- 'x-component': string;
407
- };
408
- };
409
- 'x-reactions': {
410
- dependencies: string[];
411
- fulfill: {
412
- state: {
413
- required?: string;
414
- visible: string;
415
- };
416
- };
417
- }[];
418
- };
419
- url: {
420
- type: string;
421
- 'x-decorator': string;
422
- title: string;
423
- 'x-component': string;
424
- 'x-component-props': {
425
- placeholder: string;
426
- variableScope: string;
427
- };
428
- 'x-reactions': {
429
- dependencies: string[];
430
- fulfill: {
431
- state: {
432
- required?: string;
433
- visible: string;
434
- };
435
- };
436
- }[];
437
- };
438
- headers: {
439
- type: string;
440
- 'x-component': string;
441
- 'x-decorator': string;
442
- title: string;
443
- items: {
444
- type: string;
445
- properties: {
446
- space: {
447
- type: string;
448
- 'x-component': string;
449
- 'x-component-props': {
450
- style: {
451
- flexWrap: string;
452
- maxWidth: string;
453
- display: string;
454
- };
455
- className: string;
456
- };
457
- properties: {
458
- name: {
459
- type: string;
460
- 'x-decorator': string;
461
- 'x-component': string;
462
- 'x-component-props': {
463
- placeholder: string;
464
- };
465
- };
466
- value: {
467
- type: string;
468
- 'x-decorator': string;
469
- 'x-component': string;
470
- 'x-component-props': {
471
- variableScope: string;
472
- };
473
- };
474
- remove: {
475
- type: string;
476
- 'x-decorator': string;
477
- 'x-component': string;
478
- };
479
- };
480
- };
481
- };
482
- };
483
- properties: {
484
- add: {
485
- type: string;
486
- title: string;
487
- 'x-component': string;
488
- };
489
- };
490
- 'x-reactions': {
491
- dependencies: string[];
492
- fulfill: {
493
- state: {
494
- required?: string;
495
- visible: string;
496
- };
497
- };
498
- }[];
499
- };
500
- restart: {
501
- type: string;
502
- 'x-decorator': string;
503
- title: string;
504
- 'x-component': string;
505
- 'x-visible': boolean;
506
- 'x-component-props': {
507
- autoSize: {
508
- minRows: number;
509
- };
510
- };
511
- };
512
- testResult: {
513
- type: string;
514
- 'x-component': string;
515
- };
516
- footer: {
517
- type: string;
518
- 'x-component': "Action.Drawer.Footer" | "Action.Drawer.FootBar";
519
- properties: {
520
- test: {
521
- type: string;
522
- 'x-component': string;
523
- };
524
- cancel: {
525
- title: string;
526
- 'x-component': string;
527
- 'x-use-component-props': string;
528
- };
529
- submit: {
530
- title: string;
531
- 'x-component': string;
532
- 'x-component-props': {
533
- type: string;
534
- };
535
- 'x-use-component-props': string;
536
- };
537
- };
538
- };
539
- };
540
- };
541
- export declare const viewMCPToolsContentSchema: {
542
- type: string;
543
- properties: {
544
- tools: {
545
- type: string;
546
- 'x-component': string;
547
- };
548
- };
549
- };
550
- export declare const createMCPSchema: {
551
- type: string;
552
- properties: {
553
- createDrawer: {
554
- type: string;
555
- title: string;
556
- 'x-component': string;
557
- 'x-decorator': string;
558
- 'x-use-decorator-props': string;
559
- properties: {
560
- name: {
561
- 'x-component-props'?: {
562
- disabled: boolean;
563
- };
564
- type: string;
565
- 'x-decorator': string;
566
- title: string;
567
- 'x-component': string;
568
- required: boolean;
569
- };
570
- title: {
571
- type: string;
572
- 'x-decorator': string;
573
- title: string;
574
- 'x-component': string;
575
- required: boolean;
576
- };
577
- description: {
578
- type: string;
579
- 'x-decorator': string;
580
- title: string;
581
- 'x-component': string;
582
- 'x-component-props': {
583
- autoSize: {
584
- minRows: number;
585
- maxRows: number;
586
- };
587
- };
588
- };
589
- transport: {
590
- type: string;
591
- 'x-decorator': string;
592
- title: string;
593
- 'x-component': string;
594
- enum: string;
595
- required: boolean;
596
- };
597
- useUserContext: {
598
- type: string;
599
- 'x-decorator': string;
600
- title: string;
601
- 'x-component': string;
602
- 'x-component-props': {
603
- tooltip: string;
604
- };
605
- };
606
- command: {
607
- type: string;
608
- 'x-decorator': string;
609
- title: string;
610
- 'x-component': string;
611
- 'x-component-props': {
612
- placeholder: string;
613
- };
614
- 'x-reactions': {
615
- dependencies: string[];
616
- fulfill: {
617
- state: {
618
- required?: string;
619
- visible: string;
620
- };
621
- };
622
- }[];
623
- };
624
- args: {
625
- type: string;
626
- 'x-decorator': string;
627
- title: string;
628
- 'x-component': string;
629
- 'x-component-props': {
630
- placeholder: string;
631
- };
632
- 'x-reactions': {
633
- dependencies: string[];
634
- fulfill: {
635
- state: {
636
- required?: string;
637
- visible: string;
638
- };
639
- };
640
- }[];
641
- };
642
- env: {
643
- type: string;
644
- 'x-component': string;
645
- 'x-decorator': string;
646
- title: string;
647
- items: {
648
- type: string;
649
- properties: {
650
- space: {
651
- type: string;
652
- 'x-component': string;
653
- 'x-component-props': {
654
- style: {
655
- flexWrap: string;
656
- maxWidth: string;
657
- display: string;
658
- };
659
- className: string;
660
- };
661
- properties: {
662
- name: {
663
- type: string;
664
- 'x-decorator': string;
665
- 'x-component': string;
666
- 'x-component-props': {
667
- placeholder: string;
668
- };
669
- };
670
- value: {
671
- type: string;
672
- 'x-decorator': string;
673
- 'x-component': string;
674
- };
675
- remove: {
676
- type: string;
677
- 'x-decorator': string;
678
- 'x-component': string;
679
- };
680
- };
681
- };
682
- };
683
- };
684
- properties: {
685
- add: {
686
- type: string;
687
- title: string;
688
- 'x-component': string;
689
- };
690
- };
691
- 'x-reactions': {
692
- dependencies: string[];
693
- fulfill: {
694
- state: {
695
- required?: string;
696
- visible: string;
697
- };
698
- };
699
- }[];
700
- };
701
- url: {
702
- type: string;
703
- 'x-decorator': string;
704
- title: string;
705
- 'x-component': string;
706
- 'x-component-props': {
707
- placeholder: string;
708
- variableScope: string;
709
- };
710
- 'x-reactions': {
711
- dependencies: string[];
712
- fulfill: {
713
- state: {
714
- required?: string;
715
- visible: string;
716
- };
717
- };
718
- }[];
719
- };
720
- headers: {
721
- type: string;
722
- 'x-component': string;
723
- 'x-decorator': string;
724
- title: string;
725
- items: {
726
- type: string;
727
- properties: {
728
- space: {
729
- type: string;
730
- 'x-component': string;
731
- 'x-component-props': {
732
- style: {
733
- flexWrap: string;
734
- maxWidth: string;
735
- display: string;
736
- };
737
- className: string;
738
- };
739
- properties: {
740
- name: {
741
- type: string;
742
- 'x-decorator': string;
743
- 'x-component': string;
744
- 'x-component-props': {
745
- placeholder: string;
746
- };
747
- };
748
- value: {
749
- type: string;
750
- 'x-decorator': string;
751
- 'x-component': string;
752
- 'x-component-props': {
753
- variableScope: string;
754
- };
755
- };
756
- remove: {
757
- type: string;
758
- 'x-decorator': string;
759
- 'x-component': string;
760
- };
761
- };
762
- };
763
- };
764
- };
765
- properties: {
766
- add: {
767
- type: string;
768
- title: string;
769
- 'x-component': string;
770
- };
771
- };
772
- 'x-reactions': {
773
- dependencies: string[];
774
- fulfill: {
775
- state: {
776
- required?: string;
777
- visible: string;
778
- };
779
- };
780
- }[];
781
- };
782
- restart: {
783
- type: string;
784
- 'x-decorator': string;
785
- title: string;
786
- 'x-component': string;
787
- 'x-visible': boolean;
788
- 'x-component-props': {
789
- autoSize: {
790
- minRows: number;
791
- };
792
- };
793
- };
794
- testResult: {
795
- type: string;
796
- 'x-component': string;
797
- };
798
- footer: {
799
- type: string;
800
- 'x-component': "Action.Drawer.Footer" | "Action.Drawer.FootBar";
801
- properties: {
802
- test: {
803
- type: string;
804
- 'x-component': string;
805
- };
806
- cancel: {
807
- title: string;
808
- 'x-component': string;
809
- 'x-use-component-props': string;
810
- };
811
- submit: {
812
- title: string;
813
- 'x-component': string;
814
- 'x-component-props': {
815
- type: string;
816
- };
817
- 'x-use-component-props': string;
818
- };
819
- };
820
- };
821
- };
822
- };
823
- };
824
- };
825
- export declare const editMCPDrawerSchema: {
826
- type: string;
827
- properties: {
828
- editDrawer: {
829
- type: string;
830
- title: string;
831
- 'x-component': string;
832
- 'x-decorator': string;
833
- 'x-use-decorator-props': string;
834
- properties: {
835
- name: {
836
- 'x-component-props'?: {
837
- disabled: boolean;
838
- };
839
- type: string;
840
- 'x-decorator': string;
841
- title: string;
842
- 'x-component': string;
843
- required: boolean;
844
- };
845
- title: {
846
- type: string;
847
- 'x-decorator': string;
848
- title: string;
849
- 'x-component': string;
850
- required: boolean;
851
- };
852
- description: {
853
- type: string;
854
- 'x-decorator': string;
855
- title: string;
856
- 'x-component': string;
857
- 'x-component-props': {
858
- autoSize: {
859
- minRows: number;
860
- maxRows: number;
861
- };
862
- };
863
- };
864
- transport: {
865
- type: string;
866
- 'x-decorator': string;
867
- title: string;
868
- 'x-component': string;
869
- enum: string;
870
- required: boolean;
871
- };
872
- useUserContext: {
873
- type: string;
874
- 'x-decorator': string;
875
- title: string;
876
- 'x-component': string;
877
- 'x-component-props': {
878
- tooltip: string;
879
- };
880
- };
881
- command: {
882
- type: string;
883
- 'x-decorator': string;
884
- title: string;
885
- 'x-component': string;
886
- 'x-component-props': {
887
- placeholder: string;
888
- };
889
- 'x-reactions': {
890
- dependencies: string[];
891
- fulfill: {
892
- state: {
893
- required?: string;
894
- visible: string;
895
- };
896
- };
897
- }[];
898
- };
899
- args: {
900
- type: string;
901
- 'x-decorator': string;
902
- title: string;
903
- 'x-component': string;
904
- 'x-component-props': {
905
- placeholder: string;
906
- };
907
- 'x-reactions': {
908
- dependencies: string[];
909
- fulfill: {
910
- state: {
911
- required?: string;
912
- visible: string;
913
- };
914
- };
915
- }[];
916
- };
917
- env: {
918
- type: string;
919
- 'x-component': string;
920
- 'x-decorator': string;
921
- title: string;
922
- items: {
923
- type: string;
924
- properties: {
925
- space: {
926
- type: string;
927
- 'x-component': string;
928
- 'x-component-props': {
929
- style: {
930
- flexWrap: string;
931
- maxWidth: string;
932
- display: string;
933
- };
934
- className: string;
935
- };
936
- properties: {
937
- name: {
938
- type: string;
939
- 'x-decorator': string;
940
- 'x-component': string;
941
- 'x-component-props': {
942
- placeholder: string;
943
- };
944
- };
945
- value: {
946
- type: string;
947
- 'x-decorator': string;
948
- 'x-component': string;
949
- };
950
- remove: {
951
- type: string;
952
- 'x-decorator': string;
953
- 'x-component': string;
954
- };
955
- };
956
- };
957
- };
958
- };
959
- properties: {
960
- add: {
961
- type: string;
962
- title: string;
963
- 'x-component': string;
964
- };
965
- };
966
- 'x-reactions': {
967
- dependencies: string[];
968
- fulfill: {
969
- state: {
970
- required?: string;
971
- visible: string;
972
- };
973
- };
974
- }[];
975
- };
976
- url: {
977
- type: string;
978
- 'x-decorator': string;
979
- title: string;
980
- 'x-component': string;
981
- 'x-component-props': {
982
- placeholder: string;
983
- variableScope: string;
984
- };
985
- 'x-reactions': {
986
- dependencies: string[];
987
- fulfill: {
988
- state: {
989
- required?: string;
990
- visible: string;
991
- };
992
- };
993
- }[];
994
- };
995
- headers: {
996
- type: string;
997
- 'x-component': string;
998
- 'x-decorator': string;
999
- title: string;
1000
- items: {
1001
- type: string;
1002
- properties: {
1003
- space: {
1004
- type: string;
1005
- 'x-component': string;
1006
- 'x-component-props': {
1007
- style: {
1008
- flexWrap: string;
1009
- maxWidth: string;
1010
- display: string;
1011
- };
1012
- className: string;
1013
- };
1014
- properties: {
1015
- name: {
1016
- type: string;
1017
- 'x-decorator': string;
1018
- 'x-component': string;
1019
- 'x-component-props': {
1020
- placeholder: string;
1021
- };
1022
- };
1023
- value: {
1024
- type: string;
1025
- 'x-decorator': string;
1026
- 'x-component': string;
1027
- 'x-component-props': {
1028
- variableScope: string;
1029
- };
1030
- };
1031
- remove: {
1032
- type: string;
1033
- 'x-decorator': string;
1034
- 'x-component': string;
1035
- };
1036
- };
1037
- };
1038
- };
1039
- };
1040
- properties: {
1041
- add: {
1042
- type: string;
1043
- title: string;
1044
- 'x-component': string;
1045
- };
1046
- };
1047
- 'x-reactions': {
1048
- dependencies: string[];
1049
- fulfill: {
1050
- state: {
1051
- required?: string;
1052
- visible: string;
1053
- };
1054
- };
1055
- }[];
1056
- };
1057
- restart: {
1058
- type: string;
1059
- 'x-decorator': string;
1060
- title: string;
1061
- 'x-component': string;
1062
- 'x-visible': boolean;
1063
- 'x-component-props': {
1064
- autoSize: {
1065
- minRows: number;
1066
- };
1067
- };
1068
- };
1069
- testResult: {
1070
- type: string;
1071
- 'x-component': string;
1072
- };
1073
- footer: {
1074
- type: string;
1075
- 'x-component': "Action.Drawer.Footer" | "Action.Drawer.FootBar";
1076
- properties: {
1077
- test: {
1078
- type: string;
1079
- 'x-component': string;
1080
- };
1081
- cancel: {
1082
- title: string;
1083
- 'x-component': string;
1084
- 'x-use-component-props': string;
1085
- };
1086
- submit: {
1087
- title: string;
1088
- 'x-component': string;
1089
- 'x-component-props': {
1090
- type: string;
1091
- };
1092
- 'x-use-component-props': string;
1093
- };
1094
- };
1095
- };
1096
- };
1097
- };
1098
- };
1099
- };
1100
- export declare const viewMCPToolsDrawerSchema: {
1101
- type: string;
1102
- properties: {
1103
- viewDrawer: {
1104
- type: string;
1105
- title: string;
1106
- 'x-component': string;
1107
- 'x-component-props': {
1108
- width: number;
1109
- };
1110
- properties: {
1111
- tools: {
1112
- type: string;
1113
- 'x-component': string;
1114
- };
1115
- };
1116
- };
1117
- };
1118
- };
1119
- export declare const mcpSettingsSchema: {
1120
- type: string;
1121
- name: string;
1122
- properties: {
1123
- card: {
1124
- type: string;
1125
- 'x-component': string;
1126
- 'x-component-props': {
1127
- heightMode: string;
1128
- };
1129
- 'x-decorator': string;
1130
- 'x-decorator-props': {
1131
- collection: string;
1132
- action: string;
1133
- rowKey: string;
1134
- };
1135
- properties: {
1136
- actions: {
1137
- type: string;
1138
- 'x-component': string;
1139
- 'x-component-props': {
1140
- style: {
1141
- marginBottom: number;
1142
- };
1143
- };
1144
- properties: {
1145
- refresh: {
1146
- title: string;
1147
- 'x-component': string;
1148
- 'x-use-component-props': string;
1149
- 'x-component-props': {
1150
- icon: string;
1151
- };
1152
- };
1153
- bulkDelete: {
1154
- title: string;
1155
- 'x-action': string;
1156
- 'x-component': string;
1157
- 'x-use-component-props': string;
1158
- 'x-component-props': {
1159
- icon: string;
1160
- confirm: {
1161
- title: string;
1162
- content: string;
1163
- };
1164
- };
1165
- };
1166
- add: {
1167
- type: string;
1168
- title: string;
1169
- 'x-align': string;
1170
- 'x-component': string;
1171
- };
1172
- };
1173
- };
1174
- table: {
1175
- type: string;
1176
- 'x-component': string;
1177
- 'x-use-component-props': string;
1178
- 'x-component-props': {
1179
- rowKey: string;
1180
- rowSelection: {
1181
- type: string;
1182
- };
1183
- };
1184
- properties: {
1185
- column1: {
1186
- type: string;
1187
- title: string;
1188
- 'x-component': string;
1189
- properties: {
1190
- name: {
1191
- type: string;
1192
- 'x-component': string;
1193
- 'x-read-pretty': boolean;
1194
- };
1195
- };
1196
- };
1197
- column2: {
1198
- type: string;
1199
- title: string;
1200
- 'x-component': string;
1201
- properties: {
1202
- title: {
1203
- type: string;
1204
- 'x-component': string;
1205
- 'x-read-pretty': boolean;
1206
- };
1207
- };
1208
- };
1209
- column4: {
1210
- type: string;
1211
- title: string;
1212
- 'x-component': string;
1213
- properties: {
1214
- transport: {
1215
- type: string;
1216
- 'x-component': string;
1217
- };
1218
- };
1219
- };
1220
- column6: {
1221
- type: string;
1222
- title: string;
1223
- 'x-component': string;
1224
- properties: {
1225
- enabled: {
1226
- type: string;
1227
- 'x-component': string;
1228
- };
1229
- };
1230
- };
1231
- column7: {
1232
- type: string;
1233
- title: string;
1234
- 'x-decorator': string;
1235
- 'x-component': string;
1236
- properties: {
1237
- actions: {
1238
- type: string;
1239
- 'x-component': string;
1240
- 'x-component-props': {
1241
- split: string;
1242
- };
1243
- properties: {
1244
- view: {
1245
- type: string;
1246
- title: string;
1247
- 'x-component': string;
1248
- 'x-component-props': {
1249
- openMode: string;
1250
- };
1251
- properties: {
1252
- drawer: {
1253
- type: string;
1254
- title: string;
1255
- 'x-component': string;
1256
- 'x-component-props': {
1257
- width: number;
1258
- };
1259
- properties: {
1260
- content: {
1261
- type: string;
1262
- 'x-component': string;
1263
- };
1264
- };
1265
- };
1266
- };
1267
- };
1268
- edit: {
1269
- type: string;
1270
- title: string;
1271
- 'x-action': string;
1272
- 'x-component': string;
1273
- 'x-component-props': {
1274
- openMode: string;
1275
- };
1276
- properties: {
1277
- drawer: {
1278
- type: string;
1279
- title: string;
1280
- 'x-component': string;
1281
- 'x-decorator': string;
1282
- 'x-use-decorator-props': string;
1283
- properties: {
1284
- content: {
1285
- type: string;
1286
- 'x-component': string;
1287
- };
1288
- };
1289
- };
1290
- };
1291
- };
1292
- destroy: {
1293
- type: string;
1294
- title: string;
1295
- 'x-action': string;
1296
- 'x-component': string;
1297
- 'x-use-component-props': string;
1298
- 'x-component-props': {
1299
- confirm: {
1300
- title: string;
1301
- content: string;
1302
- };
1303
- };
1304
- };
1305
- };
1306
- };
1307
- };
1308
- };
1309
- };
1310
- };
1311
- };
1312
- };
1313
- };
1314
- };