mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-26 10:11:20 +00:00
refactor(pairing): model runtime type consumers (#107760)
* refactor(pairing): model runtime type consumers * chore(deadcode): refresh unused-export baseline
This commit is contained in:
committed by
GitHub
parent
2b6053c3f9
commit
7cf790a49d
@@ -381,8 +381,6 @@ export const KNIP_UNUSED_EXPORT_BASELINE = [
|
||||
"src/music-generation/capabilities.ts: resolveMusicGenerationMode",
|
||||
"src/music-generation/runtime.ts: MusicGenerationRuntimeDeps",
|
||||
"src/node-host/invoke.ts: testing",
|
||||
"src/pairing/pairing-store.types.ts: ReadChannelAllowFromStoreForAccount",
|
||||
"src/pairing/pairing-store.types.ts: UpsertChannelPairingRequestForAccount",
|
||||
"src/plugin-state/plugin-state-store.sqlite.ts: probePluginStateStore",
|
||||
"src/plugin-state/plugin-state-store.sqlite.ts: seedPluginStateDatabaseEntriesForTests",
|
||||
"src/plugin-state/plugin-state-store.sqlite.ts: setMaxPluginStateEntriesPerPluginForTests",
|
||||
|
||||
@@ -24,13 +24,13 @@ import type {
|
||||
RecordSessionMetaFromInbound,
|
||||
UpdateLastRoute,
|
||||
} from "../../config/sessions/runtime-types.js";
|
||||
import type {
|
||||
ReadChannelAllowFromStoreForAccount,
|
||||
UpsertChannelPairingRequestForAccount,
|
||||
} from "../../pairing/pairing-store.types.js";
|
||||
|
||||
type DispatchReplyWithBufferedBlockDispatcher =
|
||||
import("../../auto-reply/reply/provider-dispatcher.types.js").DispatchReplyWithBufferedBlockDispatcher;
|
||||
type ReadChannelAllowFromStoreForAccount =
|
||||
import("../../pairing/pairing-store.types.js").ReadChannelAllowFromStoreForAccount;
|
||||
type UpsertChannelPairingRequestForAccount =
|
||||
import("../../pairing/pairing-store.types.js").UpsertChannelPairingRequestForAccount;
|
||||
type RecordInboundSession = import("../../channels/session.types.js").RecordInboundSession;
|
||||
|
||||
type RuntimeThreadBindingLifecycleRecord =
|
||||
|
||||
Reference in New Issue
Block a user