mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-26 12:26:38 -06:00
test(memory): keep inventory helper types internal
This commit is contained in:
@@ -6,10 +6,9 @@ export const MEMORY_AUTHORIZATION_PATH_DISPOSITIONS = [
|
||||
"operator-only-authenticated",
|
||||
] as const;
|
||||
|
||||
export type MemoryAuthorizationPathDisposition =
|
||||
(typeof MEMORY_AUTHORIZATION_PATH_DISPOSITIONS)[number];
|
||||
export type MemoryAuthorizationPathDirection = "control" | "ingress" | "egress" | "derive";
|
||||
export type MemoryAuthorizationPathOwner =
|
||||
type MemoryAuthorizationPathDisposition = (typeof MEMORY_AUTHORIZATION_PATH_DISPOSITIONS)[number];
|
||||
type MemoryAuthorizationPathDirection = "control" | "ingress" | "egress" | "derive";
|
||||
type MemoryAuthorizationPathOwner =
|
||||
| "core-access-host"
|
||||
| "core-agent-runtime"
|
||||
| "core-session-runtime"
|
||||
|
||||
Reference in New Issue
Block a user