mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-22 22:52:03 +00:00
refactor: dedupe approval gateway resolver setup
This commit is contained in:
@@ -2,5 +2,8 @@
|
||||
|
||||
export * from "../gateway/channel-status-patches.js";
|
||||
export { GatewayClient } from "../gateway/client.js";
|
||||
export { createOperatorApprovalsGatewayClient } from "../gateway/operator-approvals-client.js";
|
||||
export {
|
||||
createOperatorApprovalsGatewayClient,
|
||||
withOperatorApprovalsGatewayClient,
|
||||
} from "../gateway/operator-approvals-client.js";
|
||||
export type { EventFrame } from "../gateway/protocol/index.js";
|
||||
|
||||
Reference in New Issue
Block a user