refactor: move channel config metadata into plugin-owned manifests

This commit is contained in:
Peter Steinberger
2026-03-27 01:52:30 +00:00
parent e1ff753790
commit 40bd36e35d
77 changed files with 16713 additions and 1908 deletions

View File

@@ -19,7 +19,11 @@ export type {
ChannelConfiguredBindingMatch,
ChannelConfiguredBindingProvider,
} from "../channels/plugins/types.adapters.js";
export type { ChannelConfigSchema, ChannelPlugin } from "../channels/plugins/types.plugin.js";
export type {
ChannelConfigSchema,
ChannelConfigUiHint,
ChannelPlugin,
} from "../channels/plugins/types.plugin.js";
export type { ChannelSetupAdapter, ChannelSetupInput } from "../channels/plugins/types.js";
export type {
ConfiguredBindingConversation,