refactor: trim onboarding sdk exports

This commit is contained in:
Peter Steinberger
2026-03-15 19:14:21 -07:00
parent ec93398d7b
commit 60bf58ddbc
6 changed files with 2 additions and 24 deletions

View File

@@ -34,8 +34,6 @@ export { resolveChannelMediaMaxBytes } from "../channels/plugins/media-limits.js
export {
addWildcardAllowFrom,
mergeAllowFromEntries,
promptAccountId,
resolveAccountIdForConfigure,
setTopLevelChannelDmPolicyWithAllowFrom,
} from "../channels/plugins/onboarding/helpers.js";
export { PAIRING_APPROVED_MESSAGE } from "../channels/plugins/pairing-message.js";