refactor: route more test seams through public plugin APIs

This commit is contained in:
Peter Steinberger
2026-03-27 05:00:35 +00:00
parent 4d630b7e92
commit c2b28753e7
17 changed files with 34 additions and 25 deletions

View File

@@ -13,6 +13,7 @@ export * from "./src/model-buttons.js";
export * from "./src/normalize.js";
export * from "./src/outbound-adapter.js";
export * from "./src/outbound-params.js";
export * from "./src/probe.js";
export * from "./src/reaction-level.js";
export * from "./src/sticker-cache.js";
export * from "./src/status-issues.js";
@@ -20,3 +21,4 @@ export * from "./src/targets.js";
export * from "./src/update-offset-store.js";
export type { TelegramButtonStyle, TelegramInlineButtons } from "./src/button-types.js";
export type { StickerMetadata } from "./src/bot/types.js";
export type { TelegramTokenResolution } from "./src/token.js";