mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 12:00:44 +00:00
chore: trim read-only channel helper exports
This commit is contained in:
@@ -21,7 +21,7 @@ type ReadOnlyChannelPluginOptions = {
|
||||
cache?: boolean;
|
||||
};
|
||||
|
||||
export type ReadOnlyChannelPluginResolution = {
|
||||
type ReadOnlyChannelPluginResolution = {
|
||||
plugins: ChannelPlugin[];
|
||||
configuredChannelIds: string[];
|
||||
missingConfiguredChannelIds: string[];
|
||||
|
||||
@@ -103,7 +103,7 @@ function listEnvConfiguredManifestChannelIds(params: {
|
||||
return [...channelIds].toSorted((left, right) => left.localeCompare(right));
|
||||
}
|
||||
|
||||
export function listConfiguredChannelIdsForPluginScope(params: {
|
||||
function listConfiguredChannelIdsForPluginScope(params: {
|
||||
config: OpenClawConfig;
|
||||
activationSourceConfig?: OpenClawConfig;
|
||||
workspaceDir?: string;
|
||||
@@ -266,7 +266,7 @@ function resolveScopedChannelOwnerPluginIds(params: {
|
||||
.toSorted((left, right) => left.localeCompare(right));
|
||||
}
|
||||
|
||||
export function resolveScopedChannelPluginIds(params: {
|
||||
function resolveScopedChannelPluginIds(params: {
|
||||
config: OpenClawConfig;
|
||||
activationSourceConfig?: OpenClawConfig;
|
||||
channelIds: readonly string[];
|
||||
|
||||
Reference in New Issue
Block a user