Extensions: migrate googlechat plugin-sdk imports

This commit is contained in:
Gustavo Madeira Santana
2026-03-04 01:20:07 -05:00
parent b4f60d900b
commit 39a55844bc
13 changed files with 19 additions and 19 deletions

View File

@@ -1,12 +1,12 @@
import type { IncomingMessage, ServerResponse } from "node:http";
import type { OpenClawConfig } from "openclaw/plugin-sdk";
import type { OpenClawConfig } from "openclaw/plugin-sdk/compat";
import {
createWebhookInFlightLimiter,
createReplyPrefixOptions,
registerWebhookTargetWithPluginRoute,
resolveInboundRouteEnvelopeBuilderWithRuntime,
resolveWebhookPath,
} from "openclaw/plugin-sdk";
} from "openclaw/plugin-sdk/compat";
import { type ResolvedGoogleChatAccount } from "./accounts.js";
import {
downloadGoogleChatMedia,