@elizaos/app-core 2.0.3-beta.2 → 2.0.3-beta.3

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 (360) hide show
  1. package/agent-bridge.d.ts +5 -5
  2. package/api/auth/audit.d.ts +1 -1
  3. package/api/auth/auth-context.d.ts +1 -1
  4. package/api/auth/bootstrap-token.d.ts +1 -1
  5. package/api/auth/sessions.d.ts +1 -1
  6. package/api/auth-bootstrap-routes.d.ts +1 -1
  7. package/api/auth-pairing-routes.d.ts +1 -1
  8. package/api/auth-pairing-routes.d.ts.map +1 -1
  9. package/api/auth-pairing-routes.js +2 -3
  10. package/api/auth-session-routes.d.ts +2 -2
  11. package/api/auth.d.ts +1 -1
  12. package/api/automations-compat-routes.d.ts +1 -1
  13. package/api/background-tasks-routes.d.ts +1 -1
  14. package/api/catalog-routes.d.ts +1 -1
  15. package/api/cloud-voice-routes.d.ts +1 -1
  16. package/api/compat-route-shared.d.ts +12 -5
  17. package/api/compat-route-shared.d.ts.map +1 -1
  18. package/api/compat-route-shared.js +22 -187
  19. package/api/database-rows-compat-routes.d.ts +1 -1
  20. package/api/dev-compat-routes.d.ts +1 -1
  21. package/api/dev-route-catalog.d.ts.map +1 -1
  22. package/api/dev-route-catalog.js +20 -0
  23. package/api/drop-status-compat-route.d.ts +3 -0
  24. package/api/drop-status-compat-route.d.ts.map +1 -0
  25. package/api/drop-status-compat-route.js +12 -0
  26. package/api/first-run-routes.d.ts +1 -1
  27. package/api/internal-routes.d.ts +1 -1
  28. package/api/runtime-mode-routes.d.ts +1 -1
  29. package/api/secrets-manager-routes.d.ts.map +1 -1
  30. package/api/sensitive-request-routes.d.ts +2 -2
  31. package/api/server-config-filter.d.ts.map +1 -1
  32. package/api/server-config-filter.js +0 -1
  33. package/api/server-first-run-helpers.d.ts.map +1 -1
  34. package/api/server-first-run-helpers.js +0 -3
  35. package/api/server.d.ts +8 -8
  36. package/api/server.d.ts.map +1 -1
  37. package/api/server.js +13 -59
  38. package/api/training-benchmarks.d.ts +1 -1
  39. package/api/training-benchmarks.d.ts.map +1 -1
  40. package/api/training-benchmarks.js +31 -9
  41. package/api/workbench-compat-routes.d.ts +1 -1
  42. package/benchmark/server-utils.d.ts +2 -2
  43. package/browser.d.ts +4 -4
  44. package/cli/plugins-cli.d.ts.map +1 -1
  45. package/cli/plugins-cli.js +5 -0
  46. package/cli/program/register.auth.d.ts +27 -1
  47. package/cli/program/register.auth.d.ts.map +1 -1
  48. package/cli/program/register.auth.js +187 -0
  49. package/cli/program/register.dashboard.d.ts.map +1 -1
  50. package/cli/program/register.dashboard.js +11 -1
  51. package/cli/program.d.ts +1 -1
  52. package/first-run/first-run-config.d.ts +1 -1
  53. package/index.d.ts +46 -47
  54. package/index.d.ts.map +1 -1
  55. package/index.js +3 -7
  56. package/package.json +42 -36
  57. package/packaging/PUBLISHING_GUIDE.md +20 -20
  58. package/platform/elizaos-agent-browser-stub.d.ts +0 -1
  59. package/platform/elizaos-agent-browser-stub.d.ts.map +1 -1
  60. package/platform/elizaos-agent-browser-stub.js +0 -1
  61. package/platform/ios-runtime-bridge.d.ts.map +1 -1
  62. package/platform/ios-runtime-bridge.js +0 -1
  63. package/platform/native-plugin-entrypoints.d.ts +2 -2
  64. package/platforms/android/app/build.gradle +30 -7
  65. package/platforms/android/app/src/main/elizavoice-jni/elizavoice-jni.cpp +179 -35
  66. package/platforms/android/app/src/main/java/ai/elizaos/app/ElizaAgentService.java +60 -32
  67. package/platforms/android/app/src/main/java/ai/elizaos/app/ElizaBionicInferenceServer.java +405 -65
  68. package/platforms/android/app/src/main/java/ai/elizaos/app/ElizaVoiceNative.java +35 -0
  69. package/platforms/android/app/src/main/java/ai/elizaos/app/ElizaVoicePlugin.java +13 -6
  70. package/platforms/android/app/src/main/res/drawable/splash.png +0 -0
  71. package/platforms/android/app/src/main/res/drawable-land-hdpi/splash.png +0 -0
  72. package/platforms/android/app/src/main/res/drawable-land-mdpi/splash.png +0 -0
  73. package/platforms/android/app/src/main/res/drawable-land-xhdpi/splash.png +0 -0
  74. package/platforms/android/app/src/main/res/drawable-land-xxhdpi/splash.png +0 -0
  75. package/platforms/android/app/src/main/res/drawable-land-xxxhdpi/splash.png +0 -0
  76. package/platforms/android/app/src/main/res/drawable-port-hdpi/splash.png +0 -0
  77. package/platforms/android/app/src/main/res/drawable-port-mdpi/splash.png +0 -0
  78. package/platforms/android/app/src/main/res/drawable-port-xhdpi/splash.png +0 -0
  79. package/platforms/android/app/src/main/res/drawable-port-xxhdpi/splash.png +0 -0
  80. package/platforms/android/app/src/main/res/drawable-port-xxxhdpi/splash.png +0 -0
  81. package/platforms/android/app/src/main/res/mipmap-hdpi/ic_launcher.png +0 -0
  82. package/platforms/android/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png +0 -0
  83. package/platforms/android/app/src/main/res/mipmap-hdpi/ic_launcher_monochrome.png +0 -0
  84. package/platforms/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png +0 -0
  85. package/platforms/android/app/src/main/res/mipmap-mdpi/ic_launcher.png +0 -0
  86. package/platforms/android/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png +0 -0
  87. package/platforms/android/app/src/main/res/mipmap-mdpi/ic_launcher_monochrome.png +0 -0
  88. package/platforms/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png +0 -0
  89. package/platforms/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png +0 -0
  90. package/platforms/android/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png +0 -0
  91. package/platforms/android/app/src/main/res/mipmap-xhdpi/ic_launcher_monochrome.png +0 -0
  92. package/platforms/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png +0 -0
  93. package/platforms/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png +0 -0
  94. package/platforms/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png +0 -0
  95. package/platforms/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_monochrome.png +0 -0
  96. package/platforms/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png +0 -0
  97. package/platforms/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png +0 -0
  98. package/platforms/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png +0 -0
  99. package/platforms/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_monochrome.png +0 -0
  100. package/platforms/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png +0 -0
  101. package/platforms/android/app/src/main/res/values/colors.xml +5 -1
  102. package/platforms/android/app/src/main/res/values/ic_launcher_background.xml +1 -1
  103. package/platforms/android/app/src/main/res/values/styles.xml +4 -1
  104. package/platforms/electrobun/electrobun.config.ts +0 -1
  105. package/platforms/electrobun/native/macos/window-effects.mm +4 -0
  106. package/platforms/electrobun/package.json +11 -9
  107. package/platforms/electrobun/remotes/local-model/src/bun/eliza1-catalog.ts +1 -1
  108. package/platforms/electrobun/remotes/runtime/src/dev/phase2-smoke.ts +10 -5
  109. package/platforms/electrobun/remotes/runtime/src/dev/phase3-smoke.ts +11 -15
  110. package/platforms/electrobun/src/application-menu.ts +0 -7
  111. package/platforms/electrobun/src/desktop-http-request.test.ts +30 -1
  112. package/platforms/electrobun/src/desktop-http-request.ts +14 -2
  113. package/platforms/electrobun/src/desktop-test-bridge-server.ts +28 -0
  114. package/platforms/electrobun/src/fatal-shutdown.test.ts +3 -7
  115. package/platforms/electrobun/src/index.ts +64 -13
  116. package/platforms/electrobun/src/lifecycle/api-base-owner.test.ts +83 -0
  117. package/platforms/electrobun/src/lifecycle/api-base-owner.ts +37 -16
  118. package/platforms/electrobun/src/native/agent.ts +28 -17
  119. package/platforms/electrobun/src/native/credentials.ts +6 -1
  120. package/platforms/electrobun/src/native/desktop-window.test.ts +142 -26
  121. package/platforms/electrobun/src/native/desktop.ts +8 -4
  122. package/platforms/electrobun/src/native/index.ts +6 -0
  123. package/platforms/electrobun/src/native/remote-plugin-host.ts +18 -8
  124. package/platforms/electrobun/src/preload.js +1 -1
  125. package/platforms/electrobun/src/voice/voice-live-validation.test.ts +10 -5
  126. package/platforms/electrobun/src/voice/voice-runtime-adapter.ts +3 -2
  127. package/platforms/electrobun/src/voice/voice-service.test.ts +26 -0
  128. package/platforms/electrobun/src/voice/voice-service.ts +57 -17
  129. package/platforms/electrobun/tsconfig.json +17 -1
  130. package/platforms/ios/App/App/Base.lproj/LaunchScreen.storyboard +4 -6
  131. package/registry/index.d.ts +1 -6
  132. package/registry/index.d.ts.map +1 -1
  133. package/registry/index.js +9 -101
  134. package/runtime/android-avf-microdroid-bridge.d.ts +1 -1
  135. package/runtime/bundled-fused-lib.d.ts +36 -0
  136. package/runtime/bundled-fused-lib.d.ts.map +1 -0
  137. package/runtime/bundled-fused-lib.js +77 -0
  138. package/runtime/channel-plugin-map.d.ts +1 -5
  139. package/runtime/channel-plugin-map.d.ts.map +1 -1
  140. package/runtime/channel-plugin-map.js +11 -31
  141. package/runtime/desktop/index.d.ts +5 -5
  142. package/runtime/dev-server.js +11 -2
  143. package/runtime/eliza.d.ts.map +1 -1
  144. package/runtime/eliza.js +18 -8
  145. package/runtime/mode/route-mode-guard.d.ts +1 -1
  146. package/runtime/mode/route-mode-matrix.d.ts +1 -1
  147. package/runtime/voice-warmup.d.ts +4 -19
  148. package/runtime/voice-warmup.d.ts.map +1 -1
  149. package/runtime/voice-warmup.js +4 -14
  150. package/scripts/aosp/README.md +10 -1
  151. package/scripts/aosp/compile-libllama-zig-pin.test.mjs +147 -0
  152. package/scripts/aosp/compile-libllama.mjs +446 -59
  153. package/scripts/aosp/compile-libllama.test.mjs +133 -0
  154. package/scripts/aosp/compile-shim.mjs +21 -1
  155. package/scripts/aosp/deploy-pixel.mjs +1 -1
  156. package/scripts/aosp/stage-default-models.mjs +24 -31
  157. package/scripts/aosp/stage-default-models.test.mjs +23 -0
  158. package/scripts/assert-required-bundled-packages.test.ts +22 -1
  159. package/scripts/build-helpers/verify-fused-symbols.mjs +33 -0
  160. package/scripts/build-helpers/verify-fused-symbols.test.mjs +0 -0
  161. package/scripts/build-image.sh +1 -3
  162. package/scripts/build-llama-cpp-mtp.mjs +17 -16
  163. package/scripts/check-i18n.mjs +0 -1
  164. package/scripts/copy-runtime-node-modules.ts +147 -0
  165. package/scripts/desktop-build.mjs +317 -4
  166. package/scripts/docker-ci-smoke.sh +33 -8
  167. package/scripts/ensure-type-package-aliases.mjs +1 -1
  168. package/scripts/ios-xcframework/run-physical-device-smoke.mjs +1 -1
  169. package/scripts/lib/agent-source-watcher.mjs +0 -1
  170. package/scripts/lib/artifact-staleness.d.mts +33 -0
  171. package/scripts/lib/artifact-staleness.mjs +122 -0
  172. package/scripts/lib/artifact-staleness.test.mts +98 -0
  173. package/scripts/lib/duet-bridge.mjs +1 -1
  174. package/scripts/lib/ios-plist-url-scheme.mjs +80 -0
  175. package/scripts/lib/mobile-build-decisions.mjs +97 -0
  176. package/scripts/lib/renderer-build-manifest.d.mts +65 -0
  177. package/scripts/lib/renderer-build-manifest.mjs +257 -0
  178. package/scripts/lib/renderer-build-manifest.test.mts +277 -0
  179. package/scripts/lib/stage-android-agent.mjs +13 -4
  180. package/scripts/lib/verify-ondevice-artifact.d.mts +16 -0
  181. package/scripts/lib/verify-ondevice-artifact.mjs +61 -0
  182. package/scripts/lib/verify-ondevice-artifact.test.mts +98 -0
  183. package/scripts/lib/websocket-pending-queue.ts +92 -0
  184. package/scripts/link-docker-local-app-packages.mjs +6 -0
  185. package/scripts/playwright-ui-live-stack.ts +430 -144
  186. package/scripts/playwright-ui-smoke-api-stub.mjs +160 -168
  187. package/scripts/run-local-plugin-live-smoke.mjs +1 -6
  188. package/scripts/run-mobile-build-brand-separation.test.mts +33 -0
  189. package/scripts/run-mobile-build-ios-engine-gate.test.mjs +85 -0
  190. package/scripts/run-mobile-build-mtp-staleness.test.mts +198 -0
  191. package/scripts/run-mobile-build.mjs +408 -86
  192. package/scripts/serve-real-local-agent.ts +72 -0
  193. package/scripts/stage-desktop-fused-lib.mjs +43 -14
  194. package/scripts/verify-ondevice-artifact.mjs +111 -0
  195. package/scripts/voice-attribution-smoke.ts +144 -38
  196. package/scripts/voice-duet.mjs +6 -6
  197. package/scripts/voice-e2e-hardware.ts +22 -16
  198. package/scripts/voice-interactive.mjs +16 -45
  199. package/security/agent-vault-id.d.ts +1 -1
  200. package/security/platform-secure-store-node.d.ts +1 -1
  201. package/services/ambient-audio/consent.d.ts +1 -1
  202. package/services/ambient-audio/index.d.ts +6 -6
  203. package/services/ambient-audio/replay-buffer.d.ts +1 -1
  204. package/services/ambient-audio/response-gate.d.ts +1 -1
  205. package/services/ambient-audio/service.d.ts +3 -3
  206. package/services/connector-target-catalog.d.ts +1 -1
  207. package/services/sensitive-requests/index.d.ts +6 -6
  208. package/services/steward-sidecar/wallet-setup.d.ts +1 -1
  209. package/services/steward-sidecar.d.ts +3 -3
  210. package/services/tunnel-to-mobile/index.d.ts +1 -1
  211. package/services/vault-bootstrap.d.ts.map +1 -1
  212. package/services/vault-bootstrap.js +14 -10
  213. package/services/voice-profiles/diarization-pipeline.d.ts +1 -1
  214. package/services/voice-profiles/index.d.ts +11 -11
  215. package/services/voice-profiles/owner-confidence.d.ts +1 -1
  216. package/services/voice-profiles/private-challenge.d.ts +1 -1
  217. package/services/voice-profiles/store.d.ts +1 -1
  218. package/test/helpers/live-provider.test.ts +91 -1
  219. package/test/helpers/live-provider.ts +195 -51
  220. package/test/scripts/websocket-pending-queue.test.ts +119 -0
  221. package/test-support/test-helpers.d.ts +0 -33
  222. package/test-support/test-helpers.d.ts.map +1 -1
  223. package/test-support/test-helpers.js +81 -189
  224. package/ui-compat.d.ts +1 -0
  225. package/ui-compat.d.ts.map +1 -1
  226. package/ui-compat.js +4 -0
  227. package/platforms/electrobun/docs/convergence-audit.json +0 -3505
  228. package/platforms/electrobun/docs/convergence-audit.md +0 -694
  229. package/platforms/electrobun/scripts/ensure-whisper-gguf.sh +0 -55
  230. package/platforms/electrobun/scripts/ensure-whisper-model.sh +0 -35
  231. package/platforms/electrobun/scripts/generate-convergence-audit.ts +0 -1203
  232. package/platforms/electrobun/src/native/whisper-env.test.ts +0 -71
  233. package/platforms/electrobun/src/native/whisper-env.ts +0 -68
  234. package/registry/app-registry.d.ts +0 -14
  235. package/registry/app-registry.d.ts.map +0 -1
  236. package/registry/app-registry.js +0 -29
  237. package/registry/entries/apps/app-polymarket.json +0 -31
  238. package/registry/entries/apps/clawville.json +0 -27
  239. package/registry/entries/apps/companion.json +0 -28
  240. package/registry/entries/apps/database-viewer.json +0 -27
  241. package/registry/entries/apps/defense-of-the-agents.json +0 -27
  242. package/registry/entries/apps/documents.json +0 -30
  243. package/registry/entries/apps/feed.json +0 -27
  244. package/registry/entries/apps/hyperliquid.json +0 -31
  245. package/registry/entries/apps/log-viewer.json +0 -27
  246. package/registry/entries/apps/memory-viewer.json +0 -27
  247. package/registry/entries/apps/model-tester.json +0 -31
  248. package/registry/entries/apps/plugin-viewer.json +0 -27
  249. package/registry/entries/apps/relationship-viewer.json +0 -27
  250. package/registry/entries/apps/runtime-debugger.json +0 -27
  251. package/registry/entries/apps/shopify.json +0 -31
  252. package/registry/entries/apps/skills-viewer.json +0 -27
  253. package/registry/entries/apps/steward.json +0 -31
  254. package/registry/entries/apps/training.json +0 -54
  255. package/registry/entries/apps/trajectory-viewer.json +0 -27
  256. package/registry/entries/apps/vincent.json +0 -31
  257. package/registry/entries/connectors/bluebubbles.json +0 -99
  258. package/registry/entries/connectors/bluesky.json +0 -173
  259. package/registry/entries/connectors/discord.json +0 -119
  260. package/registry/entries/connectors/farcaster.json +0 -174
  261. package/registry/entries/connectors/feishu.json +0 -79
  262. package/registry/entries/connectors/google-chat.json +0 -120
  263. package/registry/entries/connectors/google.json +0 -82
  264. package/registry/entries/connectors/imessage.json +0 -96
  265. package/registry/entries/connectors/instagram.json +0 -64
  266. package/registry/entries/connectors/line.json +0 -86
  267. package/registry/entries/connectors/matrix.json +0 -94
  268. package/registry/entries/connectors/mattermost.json +0 -110
  269. package/registry/entries/connectors/msteams.json +0 -104
  270. package/registry/entries/connectors/nextcloud-talk.json +0 -104
  271. package/registry/entries/connectors/nostr.json +0 -70
  272. package/registry/entries/connectors/signal.json +0 -81
  273. package/registry/entries/connectors/slack.json +0 -102
  274. package/registry/entries/connectors/telegram.json +0 -71
  275. package/registry/entries/connectors/tlon.json +0 -94
  276. package/registry/entries/connectors/twitch.json +0 -110
  277. package/registry/entries/connectors/whatsapp.json +0 -113
  278. package/registry/entries/connectors/x.json +0 -231
  279. package/registry/entries/connectors/zalo.json +0 -112
  280. package/registry/entries/connectors/zalouser.json +0 -122
  281. package/registry/entries/plugins/agent-orchestrator.json +0 -33
  282. package/registry/entries/plugins/agent-skills.json +0 -72
  283. package/registry/entries/plugins/anthropic.json +0 -73
  284. package/registry/entries/plugins/app-control.json +0 -23
  285. package/registry/entries/plugins/auto-trader.json +0 -203
  286. package/registry/entries/plugins/background-runner.json +0 -26
  287. package/registry/entries/plugins/blooio.json +0 -102
  288. package/registry/entries/plugins/browser.json +0 -75
  289. package/registry/entries/plugins/cli.json +0 -40
  290. package/registry/entries/plugins/clipboard.json +0 -44
  291. package/registry/entries/plugins/coding-tools.json +0 -71
  292. package/registry/entries/plugins/commands.json +0 -63
  293. package/registry/entries/plugins/computeruse.json +0 -74
  294. package/registry/entries/plugins/copilot-proxy.json +0 -93
  295. package/registry/entries/plugins/directives.json +0 -63
  296. package/registry/entries/plugins/edge-tts.json +0 -97
  297. package/registry/entries/plugins/elevenlabs.json +0 -169
  298. package/registry/entries/plugins/elizacloud.json +0 -208
  299. package/registry/entries/plugins/evm.json +0 -134
  300. package/registry/entries/plugins/experience.json +0 -34
  301. package/registry/entries/plugins/facewear.json +0 -131
  302. package/registry/entries/plugins/form.json +0 -26
  303. package/registry/entries/plugins/github.json +0 -93
  304. package/registry/entries/plugins/gmail-watch.json +0 -25
  305. package/registry/entries/plugins/goals.json +0 -77
  306. package/registry/entries/plugins/google-genai.json +0 -106
  307. package/registry/entries/plugins/groq.json +0 -93
  308. package/registry/entries/plugins/hedera.json +0 -48
  309. package/registry/entries/plugins/inmemorydb.json +0 -25
  310. package/registry/entries/plugins/linear.json +0 -51
  311. package/registry/entries/plugins/local-inference.json +0 -137
  312. package/registry/entries/plugins/local-storage.json +0 -36
  313. package/registry/entries/plugins/localdb.json +0 -25
  314. package/registry/entries/plugins/mcp.json +0 -44
  315. package/registry/entries/plugins/memory.json +0 -124
  316. package/registry/entries/plugins/minecraft.json +0 -79
  317. package/registry/entries/plugins/moltbook.json +0 -83
  318. package/registry/entries/plugins/music.json +0 -155
  319. package/registry/entries/plugins/mysticism.json +0 -48
  320. package/registry/entries/plugins/nearai.json +0 -82
  321. package/registry/entries/plugins/ngrok.json +0 -69
  322. package/registry/entries/plugins/ollama.json +0 -96
  323. package/registry/entries/plugins/openai.json +0 -189
  324. package/registry/entries/plugins/openrouter.json +0 -188
  325. package/registry/entries/plugins/pdf.json +0 -26
  326. package/registry/entries/plugins/plugin-manager.json +0 -23
  327. package/registry/entries/plugins/prose.json +0 -48
  328. package/registry/entries/plugins/rlm.json +0 -26
  329. package/registry/entries/plugins/roblox.json +0 -88
  330. package/registry/entries/plugins/rss.json +0 -64
  331. package/registry/entries/plugins/s3-storage.json +0 -91
  332. package/registry/entries/plugins/scheduling.json +0 -35
  333. package/registry/entries/plugins/shell.json +0 -94
  334. package/registry/entries/plugins/social-alpha.json +0 -72
  335. package/registry/entries/plugins/tailscale.json +0 -81
  336. package/registry/entries/plugins/tee.json +0 -53
  337. package/registry/entries/plugins/todos.json +0 -26
  338. package/registry/entries/plugins/trajectory-logger.json +0 -33
  339. package/registry/entries/plugins/trust.json +0 -39
  340. package/registry/entries/plugins/tts.json +0 -71
  341. package/registry/entries/plugins/tunnel.json +0 -45
  342. package/registry/entries/plugins/twilio.json +0 -168
  343. package/registry/entries/plugins/vercel-ai-gateway.json +0 -128
  344. package/registry/entries/plugins/video.json +0 -23
  345. package/registry/entries/plugins/vision.json +0 -43
  346. package/registry/entries/plugins/webhooks.json +0 -23
  347. package/registry/entries/plugins/workflow.json +0 -25
  348. package/registry/entries/plugins/xai.json +0 -75
  349. package/registry/loader.d.ts +0 -28
  350. package/registry/loader.d.ts.map +0 -1
  351. package/registry/loader.js +0 -158
  352. package/registry/schema.d.ts +0 -1199
  353. package/registry/schema.d.ts.map +0 -1
  354. package/registry/schema.js +0 -300
  355. package/scripts/patches/llama-mobile-kokoro-tts.patch +0 -480
  356. package/scripts/release-workflow-drift.test.ts +0 -57
  357. package/test/helpers/i18n.ts +0 -5
  358. package/test/helpers/loopback.ts +0 -33
  359. package/test/helpers/react-test.ts +0 -40
  360. package/test/helpers/skip-without.ts +0 -53
@@ -1,1199 +0,0 @@
1
- import { z } from "zod";
2
- export declare const configFieldSchema: z.ZodObject<{
3
- type: z.ZodEnum<{
4
- string: "string";
5
- number: "number";
6
- boolean: "boolean";
7
- url: "url";
8
- secret: "secret";
9
- select: "select";
10
- multiselect: "multiselect";
11
- json: "json";
12
- textarea: "textarea";
13
- "file-path": "file-path";
14
- }>;
15
- required: z.ZodBoolean;
16
- sensitive: z.ZodOptional<z.ZodBoolean>;
17
- default: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull]>>;
18
- label: z.ZodOptional<z.ZodString>;
19
- help: z.ZodOptional<z.ZodString>;
20
- placeholder: z.ZodOptional<z.ZodString>;
21
- group: z.ZodOptional<z.ZodString>;
22
- order: z.ZodOptional<z.ZodNumber>;
23
- width: z.ZodOptional<z.ZodEnum<{
24
- full: "full";
25
- half: "half";
26
- third: "third";
27
- }>>;
28
- advanced: z.ZodOptional<z.ZodBoolean>;
29
- hidden: z.ZodOptional<z.ZodBoolean>;
30
- readonly: z.ZodOptional<z.ZodBoolean>;
31
- icon: z.ZodOptional<z.ZodString>;
32
- options: z.ZodOptional<z.ZodArray<z.ZodObject<{
33
- value: z.ZodString;
34
- label: z.ZodString;
35
- description: z.ZodOptional<z.ZodString>;
36
- icon: z.ZodOptional<z.ZodString>;
37
- disabled: z.ZodOptional<z.ZodBoolean>;
38
- }, z.core.$strip>>>;
39
- pattern: z.ZodOptional<z.ZodString>;
40
- patternError: z.ZodOptional<z.ZodString>;
41
- min: z.ZodOptional<z.ZodNumber>;
42
- max: z.ZodOptional<z.ZodNumber>;
43
- step: z.ZodOptional<z.ZodNumber>;
44
- unit: z.ZodOptional<z.ZodString>;
45
- visible: z.ZodOptional<z.ZodType<{
46
- key: string;
47
- equals?: unknown;
48
- in?: unknown[];
49
- notEquals?: unknown;
50
- }, unknown, z.core.$ZodTypeInternals<{
51
- key: string;
52
- equals?: unknown;
53
- in?: unknown[];
54
- notEquals?: unknown;
55
- }, unknown>>>;
56
- }, z.core.$strip>;
57
- export type ConfigField = z.infer<typeof configFieldSchema>;
58
- declare const secondarySurfaceSchema: z.ZodEnum<{
59
- "chat-apps-section": "chat-apps-section";
60
- "companion-shell": "companion-shell";
61
- "settings-integrations": "settings-integrations";
62
- }>;
63
- export declare const renderSchema: z.ZodObject<{
64
- visible: z.ZodDefault<z.ZodBoolean>;
65
- pinTo: z.ZodDefault<z.ZodArray<z.ZodEnum<{
66
- "chat-apps-section": "chat-apps-section";
67
- "companion-shell": "companion-shell";
68
- "settings-integrations": "settings-integrations";
69
- }>>>;
70
- style: z.ZodDefault<z.ZodEnum<{
71
- card: "card";
72
- "setup-panel": "setup-panel";
73
- "hero-card": "hero-card";
74
- }>>;
75
- icon: z.ZodOptional<z.ZodString>;
76
- heroImage: z.ZodOptional<z.ZodString>;
77
- group: z.ZodString;
78
- groupOrder: z.ZodOptional<z.ZodNumber>;
79
- actions: z.ZodDefault<z.ZodArray<z.ZodEnum<{
80
- stop: "stop";
81
- enable: "enable";
82
- configure: "configure";
83
- launch: "launch";
84
- attach: "attach";
85
- detach: "detach";
86
- uninstall: "uninstall";
87
- install: "install";
88
- "setup-guide": "setup-guide";
89
- }>>>;
90
- }, z.core.$strip>;
91
- export type RenderHints = z.infer<typeof renderSchema>;
92
- export type SecondarySurface = z.infer<typeof secondarySurfaceSchema>;
93
- export declare const resourcesSchema: z.ZodObject<{
94
- homepage: z.ZodOptional<z.ZodString>;
95
- repository: z.ZodOptional<z.ZodString>;
96
- setupGuideUrl: z.ZodOptional<z.ZodString>;
97
- }, z.core.$strip>;
98
- export type Resources = z.infer<typeof resourcesSchema>;
99
- export declare const appLaunchSchema: z.ZodObject<{
100
- type: z.ZodEnum<{
101
- "internal-tab": "internal-tab";
102
- overlay: "overlay";
103
- "server-launch": "server-launch";
104
- }>;
105
- target: z.ZodOptional<z.ZodString>;
106
- url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
107
- viewer: z.ZodOptional<z.ZodObject<{
108
- url: z.ZodString;
109
- embedParams: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
110
- postMessageAuth: z.ZodOptional<z.ZodBoolean>;
111
- sandbox: z.ZodOptional<z.ZodString>;
112
- }, z.core.$strip>>;
113
- session: z.ZodOptional<z.ZodObject<{
114
- mode: z.ZodEnum<{
115
- external: "external";
116
- viewer: "viewer";
117
- "spectate-and-steer": "spectate-and-steer";
118
- }>;
119
- features: z.ZodOptional<z.ZodArray<z.ZodEnum<{
120
- commands: "commands";
121
- telemetry: "telemetry";
122
- pause: "pause";
123
- resume: "resume";
124
- suggestions: "suggestions";
125
- }>>>;
126
- }, z.core.$strip>>;
127
- supports: z.ZodOptional<z.ZodObject<{
128
- v0: z.ZodBoolean;
129
- v1: z.ZodBoolean;
130
- v2: z.ZodBoolean;
131
- }, z.core.$strip>>;
132
- npm: z.ZodOptional<z.ZodObject<{
133
- package: z.ZodString;
134
- v0Version: z.ZodNullable<z.ZodString>;
135
- v1Version: z.ZodNullable<z.ZodString>;
136
- v2Version: z.ZodNullable<z.ZodString>;
137
- }, z.core.$strip>>;
138
- capabilities: z.ZodDefault<z.ZodArray<z.ZodString>>;
139
- uiExtension: z.ZodOptional<z.ZodObject<{
140
- detailPanelId: z.ZodString;
141
- }, z.core.$strip>>;
142
- curatedSlug: z.ZodOptional<z.ZodString>;
143
- routePlugin: z.ZodOptional<z.ZodObject<{
144
- specifier: z.ZodString;
145
- exportName: z.ZodOptional<z.ZodString>;
146
- }, z.core.$strip>>;
147
- mainTab: z.ZodOptional<z.ZodBoolean>;
148
- }, z.core.$strip>;
149
- export type AppLaunch = z.infer<typeof appLaunchSchema>;
150
- export declare const pluginEntrySchema: z.ZodObject<{
151
- kind: z.ZodLiteral<"plugin">;
152
- subtype: z.ZodEnum<{
153
- agents: "agents";
154
- documents: "documents";
155
- media: "media";
156
- automation: "automation";
157
- "ai-provider": "ai-provider";
158
- feature: "feature";
159
- database: "database";
160
- voice: "voice";
161
- blockchain: "blockchain";
162
- storage: "storage";
163
- gaming: "gaming";
164
- devtools: "devtools";
165
- other: "other";
166
- }>;
167
- launch: z.ZodOptional<z.ZodObject<{
168
- type: z.ZodEnum<{
169
- "internal-tab": "internal-tab";
170
- overlay: "overlay";
171
- "server-launch": "server-launch";
172
- }>;
173
- target: z.ZodOptional<z.ZodString>;
174
- url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
175
- viewer: z.ZodOptional<z.ZodObject<{
176
- url: z.ZodString;
177
- embedParams: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
178
- postMessageAuth: z.ZodOptional<z.ZodBoolean>;
179
- sandbox: z.ZodOptional<z.ZodString>;
180
- }, z.core.$strip>>;
181
- session: z.ZodOptional<z.ZodObject<{
182
- mode: z.ZodEnum<{
183
- external: "external";
184
- viewer: "viewer";
185
- "spectate-and-steer": "spectate-and-steer";
186
- }>;
187
- features: z.ZodOptional<z.ZodArray<z.ZodEnum<{
188
- commands: "commands";
189
- telemetry: "telemetry";
190
- pause: "pause";
191
- resume: "resume";
192
- suggestions: "suggestions";
193
- }>>>;
194
- }, z.core.$strip>>;
195
- supports: z.ZodOptional<z.ZodObject<{
196
- v0: z.ZodBoolean;
197
- v1: z.ZodBoolean;
198
- v2: z.ZodBoolean;
199
- }, z.core.$strip>>;
200
- npm: z.ZodOptional<z.ZodObject<{
201
- package: z.ZodString;
202
- v0Version: z.ZodNullable<z.ZodString>;
203
- v1Version: z.ZodNullable<z.ZodString>;
204
- v2Version: z.ZodNullable<z.ZodString>;
205
- }, z.core.$strip>>;
206
- capabilities: z.ZodDefault<z.ZodArray<z.ZodString>>;
207
- uiExtension: z.ZodOptional<z.ZodObject<{
208
- detailPanelId: z.ZodString;
209
- }, z.core.$strip>>;
210
- curatedSlug: z.ZodOptional<z.ZodString>;
211
- routePlugin: z.ZodOptional<z.ZodObject<{
212
- specifier: z.ZodString;
213
- exportName: z.ZodOptional<z.ZodString>;
214
- }, z.core.$strip>>;
215
- mainTab: z.ZodOptional<z.ZodBoolean>;
216
- }, z.core.$strip>>;
217
- id: z.ZodString;
218
- name: z.ZodString;
219
- description: z.ZodOptional<z.ZodString>;
220
- npmName: z.ZodOptional<z.ZodString>;
221
- version: z.ZodOptional<z.ZodString>;
222
- releaseStream: z.ZodOptional<z.ZodEnum<{
223
- latest: "latest";
224
- beta: "beta";
225
- }>>;
226
- source: z.ZodDefault<z.ZodEnum<{
227
- bundled: "bundled";
228
- store: "store";
229
- }>>;
230
- tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
231
- config: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
232
- type: z.ZodEnum<{
233
- string: "string";
234
- number: "number";
235
- boolean: "boolean";
236
- url: "url";
237
- secret: "secret";
238
- select: "select";
239
- multiselect: "multiselect";
240
- json: "json";
241
- textarea: "textarea";
242
- "file-path": "file-path";
243
- }>;
244
- required: z.ZodBoolean;
245
- sensitive: z.ZodOptional<z.ZodBoolean>;
246
- default: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull]>>;
247
- label: z.ZodOptional<z.ZodString>;
248
- help: z.ZodOptional<z.ZodString>;
249
- placeholder: z.ZodOptional<z.ZodString>;
250
- group: z.ZodOptional<z.ZodString>;
251
- order: z.ZodOptional<z.ZodNumber>;
252
- width: z.ZodOptional<z.ZodEnum<{
253
- full: "full";
254
- half: "half";
255
- third: "third";
256
- }>>;
257
- advanced: z.ZodOptional<z.ZodBoolean>;
258
- hidden: z.ZodOptional<z.ZodBoolean>;
259
- readonly: z.ZodOptional<z.ZodBoolean>;
260
- icon: z.ZodOptional<z.ZodString>;
261
- options: z.ZodOptional<z.ZodArray<z.ZodObject<{
262
- value: z.ZodString;
263
- label: z.ZodString;
264
- description: z.ZodOptional<z.ZodString>;
265
- icon: z.ZodOptional<z.ZodString>;
266
- disabled: z.ZodOptional<z.ZodBoolean>;
267
- }, z.core.$strip>>>;
268
- pattern: z.ZodOptional<z.ZodString>;
269
- patternError: z.ZodOptional<z.ZodString>;
270
- min: z.ZodOptional<z.ZodNumber>;
271
- max: z.ZodOptional<z.ZodNumber>;
272
- step: z.ZodOptional<z.ZodNumber>;
273
- unit: z.ZodOptional<z.ZodString>;
274
- visible: z.ZodOptional<z.ZodType<{
275
- key: string;
276
- equals?: unknown;
277
- in?: unknown[];
278
- notEquals?: unknown;
279
- }, unknown, z.core.$ZodTypeInternals<{
280
- key: string;
281
- equals?: unknown;
282
- in?: unknown[];
283
- notEquals?: unknown;
284
- }, unknown>>>;
285
- }, z.core.$strip>>>;
286
- render: z.ZodObject<{
287
- visible: z.ZodDefault<z.ZodBoolean>;
288
- pinTo: z.ZodDefault<z.ZodArray<z.ZodEnum<{
289
- "chat-apps-section": "chat-apps-section";
290
- "companion-shell": "companion-shell";
291
- "settings-integrations": "settings-integrations";
292
- }>>>;
293
- style: z.ZodDefault<z.ZodEnum<{
294
- card: "card";
295
- "setup-panel": "setup-panel";
296
- "hero-card": "hero-card";
297
- }>>;
298
- icon: z.ZodOptional<z.ZodString>;
299
- heroImage: z.ZodOptional<z.ZodString>;
300
- group: z.ZodString;
301
- groupOrder: z.ZodOptional<z.ZodNumber>;
302
- actions: z.ZodDefault<z.ZodArray<z.ZodEnum<{
303
- stop: "stop";
304
- enable: "enable";
305
- configure: "configure";
306
- launch: "launch";
307
- attach: "attach";
308
- detach: "detach";
309
- uninstall: "uninstall";
310
- install: "install";
311
- "setup-guide": "setup-guide";
312
- }>>>;
313
- }, z.core.$strip>;
314
- resources: z.ZodDefault<z.ZodObject<{
315
- homepage: z.ZodOptional<z.ZodString>;
316
- repository: z.ZodOptional<z.ZodString>;
317
- setupGuideUrl: z.ZodOptional<z.ZodString>;
318
- }, z.core.$strip>>;
319
- dependsOn: z.ZodDefault<z.ZodArray<z.ZodString>>;
320
- }, z.core.$strip>;
321
- declare const accountAuthKind: z.ZodEnum<{
322
- "api-key": "api-key";
323
- none: "none";
324
- "oauth-cloud": "oauth-cloud";
325
- "oauth-local": "oauth-local";
326
- qr: "qr";
327
- "local-app": "local-app";
328
- "browser-extension": "browser-extension";
329
- }>;
330
- export declare const accountConfigSchema: z.ZodObject<{
331
- supported: z.ZodDefault<z.ZodBoolean>;
332
- authKind: z.ZodEnum<{
333
- "api-key": "api-key";
334
- none: "none";
335
- "oauth-cloud": "oauth-cloud";
336
- "oauth-local": "oauth-local";
337
- qr: "qr";
338
- "local-app": "local-app";
339
- "browser-extension": "browser-extension";
340
- }>;
341
- credentialKeys: z.ZodDefault<z.ZodArray<z.ZodString>>;
342
- osSupport: z.ZodOptional<z.ZodArray<z.ZodEnum<{
343
- darwin: "darwin";
344
- linux: "linux";
345
- win32: "win32";
346
- }>>>;
347
- notes: z.ZodOptional<z.ZodString>;
348
- }, z.core.$strip>;
349
- export type AccountConfig = z.infer<typeof accountConfigSchema>;
350
- export type AccountAuthKind = z.infer<typeof accountAuthKind>;
351
- export declare const connectorEntrySchema: z.ZodObject<{
352
- kind: z.ZodLiteral<"connector">;
353
- subtype: z.ZodEnum<{
354
- email: "email";
355
- calendar: "calendar";
356
- messaging: "messaging";
357
- social: "social";
358
- other: "other";
359
- streaming: "streaming";
360
- }>;
361
- auth: z.ZodOptional<z.ZodObject<{
362
- kind: z.ZodEnum<{
363
- oauth: "oauth";
364
- credentials: "credentials";
365
- none: "none";
366
- token: "token";
367
- }>;
368
- credentialKeys: z.ZodDefault<z.ZodArray<z.ZodString>>;
369
- }, z.core.$strip>>;
370
- accounts: z.ZodOptional<z.ZodObject<{
371
- owner: z.ZodOptional<z.ZodObject<{
372
- supported: z.ZodDefault<z.ZodBoolean>;
373
- authKind: z.ZodEnum<{
374
- "api-key": "api-key";
375
- none: "none";
376
- "oauth-cloud": "oauth-cloud";
377
- "oauth-local": "oauth-local";
378
- qr: "qr";
379
- "local-app": "local-app";
380
- "browser-extension": "browser-extension";
381
- }>;
382
- credentialKeys: z.ZodDefault<z.ZodArray<z.ZodString>>;
383
- osSupport: z.ZodOptional<z.ZodArray<z.ZodEnum<{
384
- darwin: "darwin";
385
- linux: "linux";
386
- win32: "win32";
387
- }>>>;
388
- notes: z.ZodOptional<z.ZodString>;
389
- }, z.core.$strip>>;
390
- agent: z.ZodOptional<z.ZodObject<{
391
- supported: z.ZodDefault<z.ZodBoolean>;
392
- authKind: z.ZodEnum<{
393
- "api-key": "api-key";
394
- none: "none";
395
- "oauth-cloud": "oauth-cloud";
396
- "oauth-local": "oauth-local";
397
- qr: "qr";
398
- "local-app": "local-app";
399
- "browser-extension": "browser-extension";
400
- }>;
401
- credentialKeys: z.ZodDefault<z.ZodArray<z.ZodString>>;
402
- osSupport: z.ZodOptional<z.ZodArray<z.ZodEnum<{
403
- darwin: "darwin";
404
- linux: "linux";
405
- win32: "win32";
406
- }>>>;
407
- notes: z.ZodOptional<z.ZodString>;
408
- }, z.core.$strip>>;
409
- }, z.core.$strip>>;
410
- id: z.ZodString;
411
- name: z.ZodString;
412
- description: z.ZodOptional<z.ZodString>;
413
- npmName: z.ZodOptional<z.ZodString>;
414
- version: z.ZodOptional<z.ZodString>;
415
- releaseStream: z.ZodOptional<z.ZodEnum<{
416
- latest: "latest";
417
- beta: "beta";
418
- }>>;
419
- source: z.ZodDefault<z.ZodEnum<{
420
- bundled: "bundled";
421
- store: "store";
422
- }>>;
423
- tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
424
- config: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
425
- type: z.ZodEnum<{
426
- string: "string";
427
- number: "number";
428
- boolean: "boolean";
429
- url: "url";
430
- secret: "secret";
431
- select: "select";
432
- multiselect: "multiselect";
433
- json: "json";
434
- textarea: "textarea";
435
- "file-path": "file-path";
436
- }>;
437
- required: z.ZodBoolean;
438
- sensitive: z.ZodOptional<z.ZodBoolean>;
439
- default: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull]>>;
440
- label: z.ZodOptional<z.ZodString>;
441
- help: z.ZodOptional<z.ZodString>;
442
- placeholder: z.ZodOptional<z.ZodString>;
443
- group: z.ZodOptional<z.ZodString>;
444
- order: z.ZodOptional<z.ZodNumber>;
445
- width: z.ZodOptional<z.ZodEnum<{
446
- full: "full";
447
- half: "half";
448
- third: "third";
449
- }>>;
450
- advanced: z.ZodOptional<z.ZodBoolean>;
451
- hidden: z.ZodOptional<z.ZodBoolean>;
452
- readonly: z.ZodOptional<z.ZodBoolean>;
453
- icon: z.ZodOptional<z.ZodString>;
454
- options: z.ZodOptional<z.ZodArray<z.ZodObject<{
455
- value: z.ZodString;
456
- label: z.ZodString;
457
- description: z.ZodOptional<z.ZodString>;
458
- icon: z.ZodOptional<z.ZodString>;
459
- disabled: z.ZodOptional<z.ZodBoolean>;
460
- }, z.core.$strip>>>;
461
- pattern: z.ZodOptional<z.ZodString>;
462
- patternError: z.ZodOptional<z.ZodString>;
463
- min: z.ZodOptional<z.ZodNumber>;
464
- max: z.ZodOptional<z.ZodNumber>;
465
- step: z.ZodOptional<z.ZodNumber>;
466
- unit: z.ZodOptional<z.ZodString>;
467
- visible: z.ZodOptional<z.ZodType<{
468
- key: string;
469
- equals?: unknown;
470
- in?: unknown[];
471
- notEquals?: unknown;
472
- }, unknown, z.core.$ZodTypeInternals<{
473
- key: string;
474
- equals?: unknown;
475
- in?: unknown[];
476
- notEquals?: unknown;
477
- }, unknown>>>;
478
- }, z.core.$strip>>>;
479
- render: z.ZodObject<{
480
- visible: z.ZodDefault<z.ZodBoolean>;
481
- pinTo: z.ZodDefault<z.ZodArray<z.ZodEnum<{
482
- "chat-apps-section": "chat-apps-section";
483
- "companion-shell": "companion-shell";
484
- "settings-integrations": "settings-integrations";
485
- }>>>;
486
- style: z.ZodDefault<z.ZodEnum<{
487
- card: "card";
488
- "setup-panel": "setup-panel";
489
- "hero-card": "hero-card";
490
- }>>;
491
- icon: z.ZodOptional<z.ZodString>;
492
- heroImage: z.ZodOptional<z.ZodString>;
493
- group: z.ZodString;
494
- groupOrder: z.ZodOptional<z.ZodNumber>;
495
- actions: z.ZodDefault<z.ZodArray<z.ZodEnum<{
496
- stop: "stop";
497
- enable: "enable";
498
- configure: "configure";
499
- launch: "launch";
500
- attach: "attach";
501
- detach: "detach";
502
- uninstall: "uninstall";
503
- install: "install";
504
- "setup-guide": "setup-guide";
505
- }>>>;
506
- }, z.core.$strip>;
507
- resources: z.ZodDefault<z.ZodObject<{
508
- homepage: z.ZodOptional<z.ZodString>;
509
- repository: z.ZodOptional<z.ZodString>;
510
- setupGuideUrl: z.ZodOptional<z.ZodString>;
511
- }, z.core.$strip>>;
512
- dependsOn: z.ZodDefault<z.ZodArray<z.ZodString>>;
513
- }, z.core.$strip>;
514
- export declare const appEntrySchema: z.ZodObject<{
515
- kind: z.ZodLiteral<"app">;
516
- subtype: z.ZodEnum<{
517
- game: "game";
518
- other: "other";
519
- tool: "tool";
520
- shell: "shell";
521
- marketplace: "marketplace";
522
- trading: "trading";
523
- }>;
524
- launch: z.ZodObject<{
525
- type: z.ZodEnum<{
526
- "internal-tab": "internal-tab";
527
- overlay: "overlay";
528
- "server-launch": "server-launch";
529
- }>;
530
- target: z.ZodOptional<z.ZodString>;
531
- url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
532
- viewer: z.ZodOptional<z.ZodObject<{
533
- url: z.ZodString;
534
- embedParams: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
535
- postMessageAuth: z.ZodOptional<z.ZodBoolean>;
536
- sandbox: z.ZodOptional<z.ZodString>;
537
- }, z.core.$strip>>;
538
- session: z.ZodOptional<z.ZodObject<{
539
- mode: z.ZodEnum<{
540
- external: "external";
541
- viewer: "viewer";
542
- "spectate-and-steer": "spectate-and-steer";
543
- }>;
544
- features: z.ZodOptional<z.ZodArray<z.ZodEnum<{
545
- commands: "commands";
546
- telemetry: "telemetry";
547
- pause: "pause";
548
- resume: "resume";
549
- suggestions: "suggestions";
550
- }>>>;
551
- }, z.core.$strip>>;
552
- supports: z.ZodOptional<z.ZodObject<{
553
- v0: z.ZodBoolean;
554
- v1: z.ZodBoolean;
555
- v2: z.ZodBoolean;
556
- }, z.core.$strip>>;
557
- npm: z.ZodOptional<z.ZodObject<{
558
- package: z.ZodString;
559
- v0Version: z.ZodNullable<z.ZodString>;
560
- v1Version: z.ZodNullable<z.ZodString>;
561
- v2Version: z.ZodNullable<z.ZodString>;
562
- }, z.core.$strip>>;
563
- capabilities: z.ZodDefault<z.ZodArray<z.ZodString>>;
564
- uiExtension: z.ZodOptional<z.ZodObject<{
565
- detailPanelId: z.ZodString;
566
- }, z.core.$strip>>;
567
- curatedSlug: z.ZodOptional<z.ZodString>;
568
- routePlugin: z.ZodOptional<z.ZodObject<{
569
- specifier: z.ZodString;
570
- exportName: z.ZodOptional<z.ZodString>;
571
- }, z.core.$strip>>;
572
- mainTab: z.ZodOptional<z.ZodBoolean>;
573
- }, z.core.$strip>;
574
- id: z.ZodString;
575
- name: z.ZodString;
576
- description: z.ZodOptional<z.ZodString>;
577
- npmName: z.ZodOptional<z.ZodString>;
578
- version: z.ZodOptional<z.ZodString>;
579
- releaseStream: z.ZodOptional<z.ZodEnum<{
580
- latest: "latest";
581
- beta: "beta";
582
- }>>;
583
- source: z.ZodDefault<z.ZodEnum<{
584
- bundled: "bundled";
585
- store: "store";
586
- }>>;
587
- tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
588
- config: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
589
- type: z.ZodEnum<{
590
- string: "string";
591
- number: "number";
592
- boolean: "boolean";
593
- url: "url";
594
- secret: "secret";
595
- select: "select";
596
- multiselect: "multiselect";
597
- json: "json";
598
- textarea: "textarea";
599
- "file-path": "file-path";
600
- }>;
601
- required: z.ZodBoolean;
602
- sensitive: z.ZodOptional<z.ZodBoolean>;
603
- default: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull]>>;
604
- label: z.ZodOptional<z.ZodString>;
605
- help: z.ZodOptional<z.ZodString>;
606
- placeholder: z.ZodOptional<z.ZodString>;
607
- group: z.ZodOptional<z.ZodString>;
608
- order: z.ZodOptional<z.ZodNumber>;
609
- width: z.ZodOptional<z.ZodEnum<{
610
- full: "full";
611
- half: "half";
612
- third: "third";
613
- }>>;
614
- advanced: z.ZodOptional<z.ZodBoolean>;
615
- hidden: z.ZodOptional<z.ZodBoolean>;
616
- readonly: z.ZodOptional<z.ZodBoolean>;
617
- icon: z.ZodOptional<z.ZodString>;
618
- options: z.ZodOptional<z.ZodArray<z.ZodObject<{
619
- value: z.ZodString;
620
- label: z.ZodString;
621
- description: z.ZodOptional<z.ZodString>;
622
- icon: z.ZodOptional<z.ZodString>;
623
- disabled: z.ZodOptional<z.ZodBoolean>;
624
- }, z.core.$strip>>>;
625
- pattern: z.ZodOptional<z.ZodString>;
626
- patternError: z.ZodOptional<z.ZodString>;
627
- min: z.ZodOptional<z.ZodNumber>;
628
- max: z.ZodOptional<z.ZodNumber>;
629
- step: z.ZodOptional<z.ZodNumber>;
630
- unit: z.ZodOptional<z.ZodString>;
631
- visible: z.ZodOptional<z.ZodType<{
632
- key: string;
633
- equals?: unknown;
634
- in?: unknown[];
635
- notEquals?: unknown;
636
- }, unknown, z.core.$ZodTypeInternals<{
637
- key: string;
638
- equals?: unknown;
639
- in?: unknown[];
640
- notEquals?: unknown;
641
- }, unknown>>>;
642
- }, z.core.$strip>>>;
643
- render: z.ZodObject<{
644
- visible: z.ZodDefault<z.ZodBoolean>;
645
- pinTo: z.ZodDefault<z.ZodArray<z.ZodEnum<{
646
- "chat-apps-section": "chat-apps-section";
647
- "companion-shell": "companion-shell";
648
- "settings-integrations": "settings-integrations";
649
- }>>>;
650
- style: z.ZodDefault<z.ZodEnum<{
651
- card: "card";
652
- "setup-panel": "setup-panel";
653
- "hero-card": "hero-card";
654
- }>>;
655
- icon: z.ZodOptional<z.ZodString>;
656
- heroImage: z.ZodOptional<z.ZodString>;
657
- group: z.ZodString;
658
- groupOrder: z.ZodOptional<z.ZodNumber>;
659
- actions: z.ZodDefault<z.ZodArray<z.ZodEnum<{
660
- stop: "stop";
661
- enable: "enable";
662
- configure: "configure";
663
- launch: "launch";
664
- attach: "attach";
665
- detach: "detach";
666
- uninstall: "uninstall";
667
- install: "install";
668
- "setup-guide": "setup-guide";
669
- }>>>;
670
- }, z.core.$strip>;
671
- resources: z.ZodDefault<z.ZodObject<{
672
- homepage: z.ZodOptional<z.ZodString>;
673
- repository: z.ZodOptional<z.ZodString>;
674
- setupGuideUrl: z.ZodOptional<z.ZodString>;
675
- }, z.core.$strip>>;
676
- dependsOn: z.ZodDefault<z.ZodArray<z.ZodString>>;
677
- }, z.core.$strip>;
678
- export declare const registryEntrySchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
679
- kind: z.ZodLiteral<"plugin">;
680
- subtype: z.ZodEnum<{
681
- agents: "agents";
682
- documents: "documents";
683
- media: "media";
684
- automation: "automation";
685
- "ai-provider": "ai-provider";
686
- feature: "feature";
687
- database: "database";
688
- voice: "voice";
689
- blockchain: "blockchain";
690
- storage: "storage";
691
- gaming: "gaming";
692
- devtools: "devtools";
693
- other: "other";
694
- }>;
695
- launch: z.ZodOptional<z.ZodObject<{
696
- type: z.ZodEnum<{
697
- "internal-tab": "internal-tab";
698
- overlay: "overlay";
699
- "server-launch": "server-launch";
700
- }>;
701
- target: z.ZodOptional<z.ZodString>;
702
- url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
703
- viewer: z.ZodOptional<z.ZodObject<{
704
- url: z.ZodString;
705
- embedParams: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
706
- postMessageAuth: z.ZodOptional<z.ZodBoolean>;
707
- sandbox: z.ZodOptional<z.ZodString>;
708
- }, z.core.$strip>>;
709
- session: z.ZodOptional<z.ZodObject<{
710
- mode: z.ZodEnum<{
711
- external: "external";
712
- viewer: "viewer";
713
- "spectate-and-steer": "spectate-and-steer";
714
- }>;
715
- features: z.ZodOptional<z.ZodArray<z.ZodEnum<{
716
- commands: "commands";
717
- telemetry: "telemetry";
718
- pause: "pause";
719
- resume: "resume";
720
- suggestions: "suggestions";
721
- }>>>;
722
- }, z.core.$strip>>;
723
- supports: z.ZodOptional<z.ZodObject<{
724
- v0: z.ZodBoolean;
725
- v1: z.ZodBoolean;
726
- v2: z.ZodBoolean;
727
- }, z.core.$strip>>;
728
- npm: z.ZodOptional<z.ZodObject<{
729
- package: z.ZodString;
730
- v0Version: z.ZodNullable<z.ZodString>;
731
- v1Version: z.ZodNullable<z.ZodString>;
732
- v2Version: z.ZodNullable<z.ZodString>;
733
- }, z.core.$strip>>;
734
- capabilities: z.ZodDefault<z.ZodArray<z.ZodString>>;
735
- uiExtension: z.ZodOptional<z.ZodObject<{
736
- detailPanelId: z.ZodString;
737
- }, z.core.$strip>>;
738
- curatedSlug: z.ZodOptional<z.ZodString>;
739
- routePlugin: z.ZodOptional<z.ZodObject<{
740
- specifier: z.ZodString;
741
- exportName: z.ZodOptional<z.ZodString>;
742
- }, z.core.$strip>>;
743
- mainTab: z.ZodOptional<z.ZodBoolean>;
744
- }, z.core.$strip>>;
745
- id: z.ZodString;
746
- name: z.ZodString;
747
- description: z.ZodOptional<z.ZodString>;
748
- npmName: z.ZodOptional<z.ZodString>;
749
- version: z.ZodOptional<z.ZodString>;
750
- releaseStream: z.ZodOptional<z.ZodEnum<{
751
- latest: "latest";
752
- beta: "beta";
753
- }>>;
754
- source: z.ZodDefault<z.ZodEnum<{
755
- bundled: "bundled";
756
- store: "store";
757
- }>>;
758
- tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
759
- config: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
760
- type: z.ZodEnum<{
761
- string: "string";
762
- number: "number";
763
- boolean: "boolean";
764
- url: "url";
765
- secret: "secret";
766
- select: "select";
767
- multiselect: "multiselect";
768
- json: "json";
769
- textarea: "textarea";
770
- "file-path": "file-path";
771
- }>;
772
- required: z.ZodBoolean;
773
- sensitive: z.ZodOptional<z.ZodBoolean>;
774
- default: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull]>>;
775
- label: z.ZodOptional<z.ZodString>;
776
- help: z.ZodOptional<z.ZodString>;
777
- placeholder: z.ZodOptional<z.ZodString>;
778
- group: z.ZodOptional<z.ZodString>;
779
- order: z.ZodOptional<z.ZodNumber>;
780
- width: z.ZodOptional<z.ZodEnum<{
781
- full: "full";
782
- half: "half";
783
- third: "third";
784
- }>>;
785
- advanced: z.ZodOptional<z.ZodBoolean>;
786
- hidden: z.ZodOptional<z.ZodBoolean>;
787
- readonly: z.ZodOptional<z.ZodBoolean>;
788
- icon: z.ZodOptional<z.ZodString>;
789
- options: z.ZodOptional<z.ZodArray<z.ZodObject<{
790
- value: z.ZodString;
791
- label: z.ZodString;
792
- description: z.ZodOptional<z.ZodString>;
793
- icon: z.ZodOptional<z.ZodString>;
794
- disabled: z.ZodOptional<z.ZodBoolean>;
795
- }, z.core.$strip>>>;
796
- pattern: z.ZodOptional<z.ZodString>;
797
- patternError: z.ZodOptional<z.ZodString>;
798
- min: z.ZodOptional<z.ZodNumber>;
799
- max: z.ZodOptional<z.ZodNumber>;
800
- step: z.ZodOptional<z.ZodNumber>;
801
- unit: z.ZodOptional<z.ZodString>;
802
- visible: z.ZodOptional<z.ZodType<{
803
- key: string;
804
- equals?: unknown;
805
- in?: unknown[];
806
- notEquals?: unknown;
807
- }, unknown, z.core.$ZodTypeInternals<{
808
- key: string;
809
- equals?: unknown;
810
- in?: unknown[];
811
- notEquals?: unknown;
812
- }, unknown>>>;
813
- }, z.core.$strip>>>;
814
- render: z.ZodObject<{
815
- visible: z.ZodDefault<z.ZodBoolean>;
816
- pinTo: z.ZodDefault<z.ZodArray<z.ZodEnum<{
817
- "chat-apps-section": "chat-apps-section";
818
- "companion-shell": "companion-shell";
819
- "settings-integrations": "settings-integrations";
820
- }>>>;
821
- style: z.ZodDefault<z.ZodEnum<{
822
- card: "card";
823
- "setup-panel": "setup-panel";
824
- "hero-card": "hero-card";
825
- }>>;
826
- icon: z.ZodOptional<z.ZodString>;
827
- heroImage: z.ZodOptional<z.ZodString>;
828
- group: z.ZodString;
829
- groupOrder: z.ZodOptional<z.ZodNumber>;
830
- actions: z.ZodDefault<z.ZodArray<z.ZodEnum<{
831
- stop: "stop";
832
- enable: "enable";
833
- configure: "configure";
834
- launch: "launch";
835
- attach: "attach";
836
- detach: "detach";
837
- uninstall: "uninstall";
838
- install: "install";
839
- "setup-guide": "setup-guide";
840
- }>>>;
841
- }, z.core.$strip>;
842
- resources: z.ZodDefault<z.ZodObject<{
843
- homepage: z.ZodOptional<z.ZodString>;
844
- repository: z.ZodOptional<z.ZodString>;
845
- setupGuideUrl: z.ZodOptional<z.ZodString>;
846
- }, z.core.$strip>>;
847
- dependsOn: z.ZodDefault<z.ZodArray<z.ZodString>>;
848
- }, z.core.$strip>, z.ZodObject<{
849
- kind: z.ZodLiteral<"connector">;
850
- subtype: z.ZodEnum<{
851
- email: "email";
852
- calendar: "calendar";
853
- messaging: "messaging";
854
- social: "social";
855
- other: "other";
856
- streaming: "streaming";
857
- }>;
858
- auth: z.ZodOptional<z.ZodObject<{
859
- kind: z.ZodEnum<{
860
- oauth: "oauth";
861
- credentials: "credentials";
862
- none: "none";
863
- token: "token";
864
- }>;
865
- credentialKeys: z.ZodDefault<z.ZodArray<z.ZodString>>;
866
- }, z.core.$strip>>;
867
- accounts: z.ZodOptional<z.ZodObject<{
868
- owner: z.ZodOptional<z.ZodObject<{
869
- supported: z.ZodDefault<z.ZodBoolean>;
870
- authKind: z.ZodEnum<{
871
- "api-key": "api-key";
872
- none: "none";
873
- "oauth-cloud": "oauth-cloud";
874
- "oauth-local": "oauth-local";
875
- qr: "qr";
876
- "local-app": "local-app";
877
- "browser-extension": "browser-extension";
878
- }>;
879
- credentialKeys: z.ZodDefault<z.ZodArray<z.ZodString>>;
880
- osSupport: z.ZodOptional<z.ZodArray<z.ZodEnum<{
881
- darwin: "darwin";
882
- linux: "linux";
883
- win32: "win32";
884
- }>>>;
885
- notes: z.ZodOptional<z.ZodString>;
886
- }, z.core.$strip>>;
887
- agent: z.ZodOptional<z.ZodObject<{
888
- supported: z.ZodDefault<z.ZodBoolean>;
889
- authKind: z.ZodEnum<{
890
- "api-key": "api-key";
891
- none: "none";
892
- "oauth-cloud": "oauth-cloud";
893
- "oauth-local": "oauth-local";
894
- qr: "qr";
895
- "local-app": "local-app";
896
- "browser-extension": "browser-extension";
897
- }>;
898
- credentialKeys: z.ZodDefault<z.ZodArray<z.ZodString>>;
899
- osSupport: z.ZodOptional<z.ZodArray<z.ZodEnum<{
900
- darwin: "darwin";
901
- linux: "linux";
902
- win32: "win32";
903
- }>>>;
904
- notes: z.ZodOptional<z.ZodString>;
905
- }, z.core.$strip>>;
906
- }, z.core.$strip>>;
907
- id: z.ZodString;
908
- name: z.ZodString;
909
- description: z.ZodOptional<z.ZodString>;
910
- npmName: z.ZodOptional<z.ZodString>;
911
- version: z.ZodOptional<z.ZodString>;
912
- releaseStream: z.ZodOptional<z.ZodEnum<{
913
- latest: "latest";
914
- beta: "beta";
915
- }>>;
916
- source: z.ZodDefault<z.ZodEnum<{
917
- bundled: "bundled";
918
- store: "store";
919
- }>>;
920
- tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
921
- config: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
922
- type: z.ZodEnum<{
923
- string: "string";
924
- number: "number";
925
- boolean: "boolean";
926
- url: "url";
927
- secret: "secret";
928
- select: "select";
929
- multiselect: "multiselect";
930
- json: "json";
931
- textarea: "textarea";
932
- "file-path": "file-path";
933
- }>;
934
- required: z.ZodBoolean;
935
- sensitive: z.ZodOptional<z.ZodBoolean>;
936
- default: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull]>>;
937
- label: z.ZodOptional<z.ZodString>;
938
- help: z.ZodOptional<z.ZodString>;
939
- placeholder: z.ZodOptional<z.ZodString>;
940
- group: z.ZodOptional<z.ZodString>;
941
- order: z.ZodOptional<z.ZodNumber>;
942
- width: z.ZodOptional<z.ZodEnum<{
943
- full: "full";
944
- half: "half";
945
- third: "third";
946
- }>>;
947
- advanced: z.ZodOptional<z.ZodBoolean>;
948
- hidden: z.ZodOptional<z.ZodBoolean>;
949
- readonly: z.ZodOptional<z.ZodBoolean>;
950
- icon: z.ZodOptional<z.ZodString>;
951
- options: z.ZodOptional<z.ZodArray<z.ZodObject<{
952
- value: z.ZodString;
953
- label: z.ZodString;
954
- description: z.ZodOptional<z.ZodString>;
955
- icon: z.ZodOptional<z.ZodString>;
956
- disabled: z.ZodOptional<z.ZodBoolean>;
957
- }, z.core.$strip>>>;
958
- pattern: z.ZodOptional<z.ZodString>;
959
- patternError: z.ZodOptional<z.ZodString>;
960
- min: z.ZodOptional<z.ZodNumber>;
961
- max: z.ZodOptional<z.ZodNumber>;
962
- step: z.ZodOptional<z.ZodNumber>;
963
- unit: z.ZodOptional<z.ZodString>;
964
- visible: z.ZodOptional<z.ZodType<{
965
- key: string;
966
- equals?: unknown;
967
- in?: unknown[];
968
- notEquals?: unknown;
969
- }, unknown, z.core.$ZodTypeInternals<{
970
- key: string;
971
- equals?: unknown;
972
- in?: unknown[];
973
- notEquals?: unknown;
974
- }, unknown>>>;
975
- }, z.core.$strip>>>;
976
- render: z.ZodObject<{
977
- visible: z.ZodDefault<z.ZodBoolean>;
978
- pinTo: z.ZodDefault<z.ZodArray<z.ZodEnum<{
979
- "chat-apps-section": "chat-apps-section";
980
- "companion-shell": "companion-shell";
981
- "settings-integrations": "settings-integrations";
982
- }>>>;
983
- style: z.ZodDefault<z.ZodEnum<{
984
- card: "card";
985
- "setup-panel": "setup-panel";
986
- "hero-card": "hero-card";
987
- }>>;
988
- icon: z.ZodOptional<z.ZodString>;
989
- heroImage: z.ZodOptional<z.ZodString>;
990
- group: z.ZodString;
991
- groupOrder: z.ZodOptional<z.ZodNumber>;
992
- actions: z.ZodDefault<z.ZodArray<z.ZodEnum<{
993
- stop: "stop";
994
- enable: "enable";
995
- configure: "configure";
996
- launch: "launch";
997
- attach: "attach";
998
- detach: "detach";
999
- uninstall: "uninstall";
1000
- install: "install";
1001
- "setup-guide": "setup-guide";
1002
- }>>>;
1003
- }, z.core.$strip>;
1004
- resources: z.ZodDefault<z.ZodObject<{
1005
- homepage: z.ZodOptional<z.ZodString>;
1006
- repository: z.ZodOptional<z.ZodString>;
1007
- setupGuideUrl: z.ZodOptional<z.ZodString>;
1008
- }, z.core.$strip>>;
1009
- dependsOn: z.ZodDefault<z.ZodArray<z.ZodString>>;
1010
- }, z.core.$strip>, z.ZodObject<{
1011
- kind: z.ZodLiteral<"app">;
1012
- subtype: z.ZodEnum<{
1013
- game: "game";
1014
- other: "other";
1015
- tool: "tool";
1016
- shell: "shell";
1017
- marketplace: "marketplace";
1018
- trading: "trading";
1019
- }>;
1020
- launch: z.ZodObject<{
1021
- type: z.ZodEnum<{
1022
- "internal-tab": "internal-tab";
1023
- overlay: "overlay";
1024
- "server-launch": "server-launch";
1025
- }>;
1026
- target: z.ZodOptional<z.ZodString>;
1027
- url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1028
- viewer: z.ZodOptional<z.ZodObject<{
1029
- url: z.ZodString;
1030
- embedParams: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
1031
- postMessageAuth: z.ZodOptional<z.ZodBoolean>;
1032
- sandbox: z.ZodOptional<z.ZodString>;
1033
- }, z.core.$strip>>;
1034
- session: z.ZodOptional<z.ZodObject<{
1035
- mode: z.ZodEnum<{
1036
- external: "external";
1037
- viewer: "viewer";
1038
- "spectate-and-steer": "spectate-and-steer";
1039
- }>;
1040
- features: z.ZodOptional<z.ZodArray<z.ZodEnum<{
1041
- commands: "commands";
1042
- telemetry: "telemetry";
1043
- pause: "pause";
1044
- resume: "resume";
1045
- suggestions: "suggestions";
1046
- }>>>;
1047
- }, z.core.$strip>>;
1048
- supports: z.ZodOptional<z.ZodObject<{
1049
- v0: z.ZodBoolean;
1050
- v1: z.ZodBoolean;
1051
- v2: z.ZodBoolean;
1052
- }, z.core.$strip>>;
1053
- npm: z.ZodOptional<z.ZodObject<{
1054
- package: z.ZodString;
1055
- v0Version: z.ZodNullable<z.ZodString>;
1056
- v1Version: z.ZodNullable<z.ZodString>;
1057
- v2Version: z.ZodNullable<z.ZodString>;
1058
- }, z.core.$strip>>;
1059
- capabilities: z.ZodDefault<z.ZodArray<z.ZodString>>;
1060
- uiExtension: z.ZodOptional<z.ZodObject<{
1061
- detailPanelId: z.ZodString;
1062
- }, z.core.$strip>>;
1063
- curatedSlug: z.ZodOptional<z.ZodString>;
1064
- routePlugin: z.ZodOptional<z.ZodObject<{
1065
- specifier: z.ZodString;
1066
- exportName: z.ZodOptional<z.ZodString>;
1067
- }, z.core.$strip>>;
1068
- mainTab: z.ZodOptional<z.ZodBoolean>;
1069
- }, z.core.$strip>;
1070
- id: z.ZodString;
1071
- name: z.ZodString;
1072
- description: z.ZodOptional<z.ZodString>;
1073
- npmName: z.ZodOptional<z.ZodString>;
1074
- version: z.ZodOptional<z.ZodString>;
1075
- releaseStream: z.ZodOptional<z.ZodEnum<{
1076
- latest: "latest";
1077
- beta: "beta";
1078
- }>>;
1079
- source: z.ZodDefault<z.ZodEnum<{
1080
- bundled: "bundled";
1081
- store: "store";
1082
- }>>;
1083
- tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
1084
- config: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
1085
- type: z.ZodEnum<{
1086
- string: "string";
1087
- number: "number";
1088
- boolean: "boolean";
1089
- url: "url";
1090
- secret: "secret";
1091
- select: "select";
1092
- multiselect: "multiselect";
1093
- json: "json";
1094
- textarea: "textarea";
1095
- "file-path": "file-path";
1096
- }>;
1097
- required: z.ZodBoolean;
1098
- sensitive: z.ZodOptional<z.ZodBoolean>;
1099
- default: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull]>>;
1100
- label: z.ZodOptional<z.ZodString>;
1101
- help: z.ZodOptional<z.ZodString>;
1102
- placeholder: z.ZodOptional<z.ZodString>;
1103
- group: z.ZodOptional<z.ZodString>;
1104
- order: z.ZodOptional<z.ZodNumber>;
1105
- width: z.ZodOptional<z.ZodEnum<{
1106
- full: "full";
1107
- half: "half";
1108
- third: "third";
1109
- }>>;
1110
- advanced: z.ZodOptional<z.ZodBoolean>;
1111
- hidden: z.ZodOptional<z.ZodBoolean>;
1112
- readonly: z.ZodOptional<z.ZodBoolean>;
1113
- icon: z.ZodOptional<z.ZodString>;
1114
- options: z.ZodOptional<z.ZodArray<z.ZodObject<{
1115
- value: z.ZodString;
1116
- label: z.ZodString;
1117
- description: z.ZodOptional<z.ZodString>;
1118
- icon: z.ZodOptional<z.ZodString>;
1119
- disabled: z.ZodOptional<z.ZodBoolean>;
1120
- }, z.core.$strip>>>;
1121
- pattern: z.ZodOptional<z.ZodString>;
1122
- patternError: z.ZodOptional<z.ZodString>;
1123
- min: z.ZodOptional<z.ZodNumber>;
1124
- max: z.ZodOptional<z.ZodNumber>;
1125
- step: z.ZodOptional<z.ZodNumber>;
1126
- unit: z.ZodOptional<z.ZodString>;
1127
- visible: z.ZodOptional<z.ZodType<{
1128
- key: string;
1129
- equals?: unknown;
1130
- in?: unknown[];
1131
- notEquals?: unknown;
1132
- }, unknown, z.core.$ZodTypeInternals<{
1133
- key: string;
1134
- equals?: unknown;
1135
- in?: unknown[];
1136
- notEquals?: unknown;
1137
- }, unknown>>>;
1138
- }, z.core.$strip>>>;
1139
- render: z.ZodObject<{
1140
- visible: z.ZodDefault<z.ZodBoolean>;
1141
- pinTo: z.ZodDefault<z.ZodArray<z.ZodEnum<{
1142
- "chat-apps-section": "chat-apps-section";
1143
- "companion-shell": "companion-shell";
1144
- "settings-integrations": "settings-integrations";
1145
- }>>>;
1146
- style: z.ZodDefault<z.ZodEnum<{
1147
- card: "card";
1148
- "setup-panel": "setup-panel";
1149
- "hero-card": "hero-card";
1150
- }>>;
1151
- icon: z.ZodOptional<z.ZodString>;
1152
- heroImage: z.ZodOptional<z.ZodString>;
1153
- group: z.ZodString;
1154
- groupOrder: z.ZodOptional<z.ZodNumber>;
1155
- actions: z.ZodDefault<z.ZodArray<z.ZodEnum<{
1156
- stop: "stop";
1157
- enable: "enable";
1158
- configure: "configure";
1159
- launch: "launch";
1160
- attach: "attach";
1161
- detach: "detach";
1162
- uninstall: "uninstall";
1163
- install: "install";
1164
- "setup-guide": "setup-guide";
1165
- }>>>;
1166
- }, z.core.$strip>;
1167
- resources: z.ZodDefault<z.ZodObject<{
1168
- homepage: z.ZodOptional<z.ZodString>;
1169
- repository: z.ZodOptional<z.ZodString>;
1170
- setupGuideUrl: z.ZodOptional<z.ZodString>;
1171
- }, z.core.$strip>>;
1172
- dependsOn: z.ZodDefault<z.ZodArray<z.ZodString>>;
1173
- }, z.core.$strip>], "kind">;
1174
- export type PluginEntry = z.infer<typeof pluginEntrySchema>;
1175
- export type ConnectorEntry = z.infer<typeof connectorEntrySchema>;
1176
- export type AppEntry = z.infer<typeof appEntrySchema>;
1177
- export type RegistryEntry = z.infer<typeof registryEntrySchema>;
1178
- export type RegistryKind = RegistryEntry["kind"];
1179
- export declare const registryRuntimeOverlaySchema: z.ZodObject<{
1180
- id: z.ZodString;
1181
- enabled: z.ZodBoolean;
1182
- configured: z.ZodBoolean;
1183
- isActive: z.ZodBoolean;
1184
- loadError: z.ZodOptional<z.ZodString>;
1185
- validationErrors: z.ZodDefault<z.ZodArray<z.ZodObject<{
1186
- field: z.ZodString;
1187
- message: z.ZodString;
1188
- }, z.core.$strip>>>;
1189
- validationWarnings: z.ZodDefault<z.ZodArray<z.ZodObject<{
1190
- field: z.ZodString;
1191
- message: z.ZodString;
1192
- }, z.core.$strip>>>;
1193
- installedVersion: z.ZodOptional<z.ZodString>;
1194
- latestVersion: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1195
- }, z.core.$strip>;
1196
- export type RegistryRuntimeOverlay = z.infer<typeof registryRuntimeOverlaySchema>;
1197
- export type RegistryView = RegistryEntry & RegistryRuntimeOverlay;
1198
- export {};
1199
- //# sourceMappingURL=schema.d.ts.map