refactor: shrink plugin sdk public surface

This commit is contained in:
Peter Steinberger
2026-03-18 23:30:25 +00:00
parent 6e044ace28
commit 46f49eb6eb
144 changed files with 254 additions and 867 deletions

View File

@@ -1,5 +1,5 @@
import type { OpenClawConfig, PluginRuntime, RuntimeEnv } from "openclaw/plugin-sdk/msteams";
import { describe, expect, it, vi } from "vitest";
import type { OpenClawConfig, PluginRuntime, RuntimeEnv } from "../../runtime-api.js";
import type { MSTeamsMessageHandlerDeps } from "../monitor-handler.js";
import { setMSTeamsRuntime } from "../runtime.js";
import { createMSTeamsMessageHandler } from "./message-handler.js";