Plugins: internalize googlechat SDK imports

This commit is contained in:
Vincent Koc
2026-03-17 21:00:23 -07:00
parent 4285eb3539
commit 2b67a3f76e
12 changed files with 121 additions and 18 deletions

View File

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