2026-03-20 15:56:14 +00:00
|
|
|
// Private runtime barrel for the bundled LINE extension.
|
|
|
|
|
// Keep this barrel thin and aligned with the local extension surface.
|
|
|
|
|
|
2026-03-20 18:50:25 +00:00
|
|
|
export * from "../../src/plugin-sdk/line.js";
|
2026-03-20 15:56:14 +00:00
|
|
|
export {
|
2026-03-20 10:18:20 -07:00
|
|
|
DEFAULT_ACCOUNT_ID,
|
2026-03-20 15:56:14 +00:00
|
|
|
formatDocsLink,
|
2026-03-20 10:18:20 -07:00
|
|
|
resolveExactLineGroupConfigKey,
|
2026-03-20 15:56:14 +00:00
|
|
|
setSetupChannelEnabled,
|
|
|
|
|
splitSetupEntries,
|
2026-03-20 18:50:25 +00:00
|
|
|
type ChannelSetupDmPolicy,
|
|
|
|
|
type ChannelSetupWizard,
|
|
|
|
|
} from "../../src/plugin-sdk/line-core.js";
|