mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 09:30:43 +00:00
perf: narrow mattermost setup imports
This commit is contained in:
@@ -1,13 +1,12 @@
|
||||
import { DEFAULT_ACCOUNT_ID, normalizeAccountId } from "openclaw/plugin-sdk/account-id";
|
||||
import type { ChannelSetupAdapter } from "openclaw/plugin-sdk/channel-setup";
|
||||
import { createSetupInputPresenceValidator } from "openclaw/plugin-sdk/setup-runtime";
|
||||
import type { OpenClawConfig } from "openclaw/plugin-sdk/config-runtime";
|
||||
import {
|
||||
applyAccountNameToChannelSection,
|
||||
applySetupAccountConfigPatch,
|
||||
DEFAULT_ACCOUNT_ID,
|
||||
migrateBaseNameToDefaultAccount,
|
||||
normalizeAccountId,
|
||||
type OpenClawConfig,
|
||||
} from "./runtime-api.js";
|
||||
} from "openclaw/plugin-sdk/setup";
|
||||
import { createSetupInputPresenceValidator } from "openclaw/plugin-sdk/setup-runtime";
|
||||
import {
|
||||
resolveMattermostAccount,
|
||||
type ResolvedMattermostAccount,
|
||||
|
||||
@@ -1,13 +1,11 @@
|
||||
import { DEFAULT_ACCOUNT_ID } from "openclaw/plugin-sdk/account-id";
|
||||
import type { OpenClawConfig } from "openclaw/plugin-sdk/config-runtime";
|
||||
import {
|
||||
applySetupAccountConfigPatch,
|
||||
createStandardChannelSetupStatus,
|
||||
formatDocsLink,
|
||||
type ChannelSetupWizard,
|
||||
} from "openclaw/plugin-sdk/setup";
|
||||
import {
|
||||
applySetupAccountConfigPatch,
|
||||
DEFAULT_ACCOUNT_ID,
|
||||
type OpenClawConfig,
|
||||
} from "./runtime-api.js";
|
||||
import { isMattermostConfigured, resolveMattermostAccountWithSecrets } from "./setup-core.js";
|
||||
import { normalizeMattermostBaseUrl } from "./setup.client.runtime.js";
|
||||
import { hasConfiguredSecretInput } from "./setup.secret-input.runtime.js";
|
||||
|
||||
Reference in New Issue
Block a user