Plugins/nextcloud-talk: migrate to scoped plugin-sdk imports

This commit is contained in:
Gustavo Madeira Santana
2026-03-04 02:33:08 -05:00
parent adb400f9b1
commit 20ed90f1ba
14 changed files with 17 additions and 17 deletions

View File

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