mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-05 22:50:22 +00:00
perf(secrets): narrow channel secret sdk seam
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
import { coerceSecretRef } from "openclaw/plugin-sdk/provider-auth";
|
||||
import {
|
||||
getChannelSurface,
|
||||
hasOwnProperty,
|
||||
@@ -9,7 +8,8 @@ import {
|
||||
type ResolverContext,
|
||||
type SecretDefaults,
|
||||
type SecretTargetRegistryEntry,
|
||||
} from "openclaw/plugin-sdk/security-runtime";
|
||||
} from "openclaw/plugin-sdk/channel-secret-runtime";
|
||||
import { coerceSecretRef } from "openclaw/plugin-sdk/provider-auth";
|
||||
|
||||
type GoogleChatAccountLike = {
|
||||
serviceAccount?: unknown;
|
||||
|
||||
Reference in New Issue
Block a user