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

@@ -7,7 +7,7 @@ import {
type ReplyPayload,
SILENT_REPLY_TOKEN,
sleep,
} from "openclaw/plugin-sdk";
} from "openclaw/plugin-sdk/compat";
import type { MSTeamsAccessTokenProvider } from "./attachments/types.js";
import type { StoredConversationReference } from "./conversation-store.js";
import { classifyMSTeamsSendError } from "./errors.js";