refactor(extensions): share secret input schema builder

This commit is contained in:
Peter Steinberger
2026-03-07 16:37:47 +00:00
parent 134c1e23d3
commit a82df52753
13 changed files with 60 additions and 78 deletions

View File

@@ -43,6 +43,7 @@ export {
normalizeResolvedSecretInputString,
normalizeSecretInputString,
} from "../config/types.secrets.js";
export { buildSecretInputSchema } from "./secret-input-schema.js";
export { createDedupeCache } from "../infra/dedupe.js";
export { installRequestBodyLimitGuard } from "../infra/http-body.js";
export { fetchWithSsrFGuard } from "../infra/net/fetch-guard.js";