refactor(plugin-sdk): expose zod subpath

This commit is contained in:
Ayaan Zaidi
2026-03-27 09:50:05 +05:30
parent 70184d0a5e
commit 8b13710c09
37 changed files with 44 additions and 120 deletions

View File

@@ -6,8 +6,7 @@
"dependencies": {
"@larksuiteoapi/node-sdk": "^1.60.0",
"@sinclair/typebox": "0.34.48",
"https-proxy-agent": "^8.0.0",
"zod": "^4.3.6"
"https-proxy-agent": "^8.0.0"
},
"devDependencies": {
"openclaw": "workspace:*"

View File

@@ -1,5 +1,5 @@
import { normalizeAccountId } from "openclaw/plugin-sdk/account-id";
import { z } from "zod";
import { z } from "openclaw/plugin-sdk/zod";
export { z };
import { buildSecretInputSchema, hasConfiguredSecretInput } from "./secret-input.js";