openclaw
Version:
Multi-channel AI gateway with extensible messaging integrations
11 lines • 2.78 kB
TypeScript
import { i as OpenClawConfig } from "./types.openclaw-DABkiMzt.js";
import { H as ChannelSetupAdapter } from "./types.adapters-BRNttHis.js";
import { i as WizardPrompter } from "./prompts-DgKIGa-v.js";
import { i as ChannelSetupWizardAllowFromEntry, n as ChannelSetupWizard, s as ChannelSetupWizardTextInput, t as ChannelSetupDmPolicy } from "./setup-wizard-types-gyoI0hti.js";
import { t as DEFAULT_ACCOUNT_ID } from "./account-id-Dh6XMgGH.js";
import { a as createSetupInputPresenceValidator, i as createPatchedAccountSetupAdapter, r as createEnvPatchedAccountSetupAdapter } from "./setup-helpers-CbrIoz5v.js";
import { A as noteChannelLookupSummary, B as promptParsedAllowFromForAccount, C as createTopLevelChannelDmPolicy, D as mergeAllowFromEntries, H as promptResolvedAllowFrom, M as parseSetupEntriesAllowingWildcard, P as patchChannelConfigForAccount, W as resolveEntriesWithOptionalToken, Y as setAccountAllowFromForChannel, a as createAllowlistSetupWizardProxy, ct as createSetupTranslator, f as createAccountScopedAllowFromSection, h as createLegacyCompatChannelDmPolicy, j as parseMentionOrPrefixedId, k as noteChannelLookupFailure, l as createDelegatedSetupWizardProxy, lt as WizardI18nParams, nt as setSetupChannelEnabled, ot as splitSetupEntries, p as createAccountScopedGroupAccessSection, q as resolveSetupAccountId, r as createDelegatedTextInputShouldPrompt, st as SetupTranslator, t as createCliPathTextInput, x as createStandardChannelSetupStatus, z as promptLegacyChannelAllowFromForAccount } from "./setup-wizard-binary-DNOVqRIu.js";
//#region src/wizard/clack-prompter.d.ts
declare function createClackPrompter(): WizardPrompter;
//#endregion
export { type ChannelSetupAdapter, type ChannelSetupDmPolicy, type ChannelSetupWizard, type ChannelSetupWizardAllowFromEntry, type ChannelSetupWizardTextInput, DEFAULT_ACCOUNT_ID, type OpenClawConfig, type SetupTranslator, type WizardI18nParams, type WizardPrompter, createAccountScopedAllowFromSection, createAccountScopedGroupAccessSection, createAllowlistSetupWizardProxy, createClackPrompter, createCliPathTextInput, createDelegatedSetupWizardProxy, createDelegatedTextInputShouldPrompt, createEnvPatchedAccountSetupAdapter, createLegacyCompatChannelDmPolicy, createPatchedAccountSetupAdapter, createSetupInputPresenceValidator, createSetupTranslator, createStandardChannelSetupStatus, createTopLevelChannelDmPolicy, mergeAllowFromEntries, noteChannelLookupFailure, noteChannelLookupSummary, parseMentionOrPrefixedId, parseSetupEntriesAllowingWildcard, patchChannelConfigForAccount, promptLegacyChannelAllowFromForAccount, promptParsedAllowFromForAccount, promptResolvedAllowFrom, resolveEntriesWithOptionalToken, resolveSetupAccountId, setAccountAllowFromForChannel, setSetupChannelEnabled, splitSetupEntries };