UNPKG

openclaw

Version:

Multi-channel AI gateway with extensible messaging integrations

12 lines 4.06 kB
import { r as OpenClawConfig } from "../types.openclaw-BdCLfP4c.js"; import { g as GroupPolicy, m as DmPolicy } from "../types.base-D2CyC728.js"; import { n as SecretInput, p as normalizeSecretInputString, u as hasConfiguredSecretInput } from "../types.secrets-BrR1WS-r.js"; import { d as ChannelSetupAdapter, f as ChannelSetupInput } from "../manifest-registry.types-DU8vtPoi.js"; import { n as normalizeAccountId, t as DEFAULT_ACCOUNT_ID } from "../account-id-Dh6XMgGH.js"; import { n as normalizeE164, r as pathExists } from "../utils-Qz-_tpLo.js"; import { d as WizardMultiSelectParams, f as WizardProgress, l as promptChannelAccessConfig, m as WizardSelectParams, n as ChannelSetupWizard, p as WizardPrompter, r as ChannelSetupWizardAdapter, t as ChannelSetupDmPolicy, u as WizardCancelledError } from "../setup-wizard-types-BPWiq4zU.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-B1dNOAvu.js"; import { D as patchChannelConfigForAccount, E as parseSetupEntriesWithParser, F as runSingleChannelSecretStep, L as setSetupChannelEnabled, M as promptSingleChannelSecretInput, O as patchTopLevelChannelConfigSection, P as resolveSetupAccountId, R as setTopLevelChannelDmPolicyWithAllowFrom, V as createSetupTranslator, _ as createTopLevelChannelDmPolicySetter, a as createDetectedBinaryStatus, b as mergeAllowFromEntries, c as addWildcardAllowFrom, f as createAllowFromSection, g as createTopLevelChannelDmPolicy, h as createTopLevelChannelAllowFromSetter, k as promptAccountId, l as buildSingleChannelSecretPromptState, m as createStandardChannelSetupStatus, n as defineTokenCredential, p as createPromptParsedAllowFromForAccount, s as createDelegatedSetupWizardProxy, t as baseUrlTextInput, u as createAccountScopedAllowFromSection, v as createTopLevelChannelGroupPolicySetter, x as normalizeAllowFromEntries, y as createTopLevelChannelParsedAllowFromPrompt, z as splitSetupEntries } from "../setup-credential-kFGsUaYa.js"; import { n as detectBinary, r as formatCliCommand, t as formatDocsLink } from "../links-CUrut3Wv.js"; import { t as formatResolvedUnresolvedNote } from "../setup-BnmY99qb.js"; export { type ChannelSetupAdapter, type ChannelSetupDmPolicy, type ChannelSetupInput, type ChannelSetupWizard, type ChannelSetupWizardAdapter, DEFAULT_ACCOUNT_ID, type DmPolicy, type GroupPolicy, type OpenClawConfig, type SecretInput, WizardCancelledError, type WizardMultiSelectParams, type WizardProgress, type WizardPrompter, type WizardSelectParams, 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 };