Extensions: migrate msteams plugin-sdk imports

This commit is contained in:
Gustavo Madeira Santana
2026-03-04 01:20:12 -05:00
parent b2188092a1
commit 10bd6ae3c8
34 changed files with 43 additions and 39 deletions

View File

@@ -1,4 +1,4 @@
import type { OpenClawConfig, PluginRuntime, RuntimeEnv } from "openclaw/plugin-sdk";
import type { OpenClawConfig, PluginRuntime, RuntimeEnv } from "openclaw/plugin-sdk/compat";
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";
} from "openclaw/plugin-sdk/compat";
import {
buildMSTeamsAttachmentPlaceholder,
buildMSTeamsMediaPayload,