mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-03 03:30:25 +00:00
Google Chat: split setup adapter helpers
This commit is contained in:
@@ -67,10 +67,8 @@ export { DEFAULT_ACCOUNT_ID, normalizeAccountId } from "../routing/session-key.j
|
||||
export { resolveDmGroupAccessWithLists } from "../security/dm-policy-shared.js";
|
||||
export { formatDocsLink } from "../terminal/links.js";
|
||||
export type { WizardPrompter } from "../wizard/prompts.js";
|
||||
export {
|
||||
googlechatSetupAdapter,
|
||||
googlechatSetupWizard,
|
||||
} from "../../extensions/googlechat/src/setup-surface.js";
|
||||
export { googlechatSetupAdapter } from "../../extensions/googlechat/src/setup-core.js";
|
||||
export { googlechatSetupWizard } from "../../extensions/googlechat/src/setup-surface.js";
|
||||
export { resolveInboundRouteEnvelopeBuilderWithRuntime } from "./inbound-envelope.js";
|
||||
export { createScopedPairingAccess } from "./pairing-access.js";
|
||||
export { issuePairingChallenge } from "../pairing/pairing-challenge.js";
|
||||
|
||||
Reference in New Issue
Block a user