Plugins/msteams: migrate to scoped plugin-sdk imports

This commit is contained in:
Gustavo Madeira Santana
2026-03-04 02:33:07 -05:00
parent e42d345aee
commit adb400f9b1
36 changed files with 44 additions and 44 deletions

View File

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

View File

@@ -15,7 +15,7 @@ import {
resolveEffectiveAllowFromLists,
resolveDmGroupAccessWithLists,
type HistoryEntry,
} from "openclaw/plugin-sdk/compat";
} from "openclaw/plugin-sdk/msteams";
import {
buildMSTeamsAttachmentPlaceholder,
buildMSTeamsMediaPayload,