Extensions: migrate nextcloud-talk plugin-sdk imports

This commit is contained in:
Gustavo Madeira Santana
2026-03-04 01:20:13 -05:00
parent 10bd6ae3c8
commit ed29472af6
13 changed files with 18 additions and 18 deletions

View File

@@ -7,7 +7,7 @@ import {
ReplyRuntimeConfigSchemaShape,
ToolPolicySchema,
requireOpenAllowFrom,
} from "openclaw/plugin-sdk";
} from "openclaw/plugin-sdk/compat";
import { z } from "zod";
import { buildSecretInputSchema } from "./secret-input.js";