openclaw
Version:
Multi-channel AI gateway with extensible messaging integrations
15 lines (14 loc) • 3.54 kB
JavaScript
import { c as normalizeE164, l as pathExists } from "../utils-P__uGsPB.js";
import { t as formatCliCommand } from "../command-format-C7YfyMTd.js";
import { n as normalizeAccountId, t as DEFAULT_ACCOUNT_ID } from "../account-id-CETVCrTz.js";
import { h as normalizeSecretInputString, l as hasConfiguredSecretInput } from "../types.secrets-kC0nOetj.js";
import { t as formatDocsLink } from "../links-ClIwBcy4.js";
import { t as createSetupTranslator } from "../i18n-hynzGFbD.js";
import { n as WizardCancelledError } from "../prompts-DLsO8MlU.js";
import { t as detectBinary } from "../detect-binary-CNBv2s1v.js";
import { a as createSetupInputPresenceValidator, c as patchScopedAccountConfig, i as createPatchedAccountSetupAdapter, l as prepareScopedSetupConfig, n as applySetupAccountConfigPatch, o as migrateBaseNameToDefaultAccount, s as moveSingleAccountChannelSectionToDefaultAccount, t as applyAccountNameToChannelSection } from "../setup-helpers-DpWE8O4k.js";
import { M as setTopLevelChannelDmPolicyWithAllowFrom, N as splitSetupEntries, O as resolveSetupAccountId, S as promptAccountId, T as promptSingleChannelSecretInput, a as createAllowFromSection, b as patchChannelConfigForAccount, c as createTopLevelChannelAllowFromSetter, d as createTopLevelChannelGroupPolicySetter, f as createTopLevelChannelParsedAllowFromPrompt, j as setSetupChannelEnabled, k as runSingleChannelSecretStep, l as createTopLevelChannelDmPolicy, m as normalizeAllowFromEntries, n as buildSingleChannelSecretPromptState, o as createPromptParsedAllowFromForAccount, p as mergeAllowFromEntries, r as createAccountScopedAllowFromSection, s as createStandardChannelSetupStatus, t as addWildcardAllowFrom, u as createTopLevelChannelDmPolicySetter, x as patchTopLevelChannelConfigSection, y as parseSetupEntriesWithParser } from "../setup-wizard-helpers-DYc3t3kF.js";
import { t as promptChannelAccessConfig } from "../setup-group-access-BM8f4sj4.js";
import { i as createDelegatedSetupWizardProxy, n as defineTokenCredential, s as createDetectedBinaryStatus, t as baseUrlTextInput } from "../setup-credential-7-0D5aTk.js";
import { t as formatResolvedUnresolvedNote } from "../setup-BosJMgvw.js";
export { DEFAULT_ACCOUNT_ID, WizardCancelledError, addWildcardAllowFrom, applyAccountNameToChannelSection, applySetupAccountConfigPatch, baseUrlTextInput, buildSingleChannelSecretPromptState, createAccountScopedAllowFromSection, createAllowFromSection, createDelegatedSetupWizardProxy, createDetectedBinaryStatus, createPatchedAccountSetupAdapter, createPromptParsedAllowFromForAccount, createSetupInputPresenceValidator, createSetupTranslator, createStandardChannelSetupStatus, createTopLevelChannelAllowFromSetter, createTopLevelChannelDmPolicy, createTopLevelChannelDmPolicySetter, createTopLevelChannelGroupPolicySetter, createTopLevelChannelParsedAllowFromPrompt, defineTokenCredential, detectBinary, formatCliCommand, formatDocsLink, formatResolvedUnresolvedNote, hasConfiguredSecretInput, mergeAllowFromEntries, migrateBaseNameToDefaultAccount, moveSingleAccountChannelSectionToDefaultAccount, normalizeAccountId, normalizeAllowFromEntries, normalizeE164, normalizeSecretInputString, parseSetupEntriesWithParser, patchChannelConfigForAccount, patchScopedAccountConfig, patchTopLevelChannelConfigSection, pathExists, prepareScopedSetupConfig, promptAccountId, promptChannelAccessConfig, promptSingleChannelSecretInput, resolveSetupAccountId, runSingleChannelSecretStep, setSetupChannelEnabled, setTopLevelChannelDmPolicyWithAllowFrom, splitSetupEntries };