Skip to content

feat(channels): export helper APIs#621

Open
iroiro147 wants to merge 1 commit into
vercel:mainfrom
iroiro147:fix/channel-helper-exports-351
Open

feat(channels): export helper APIs#621
iroiro147 wants to merge 1 commit into
vercel:mainfrom
iroiro147:fix/channel-helper-exports-351

Conversation

@iroiro147

Copy link
Copy Markdown
Contributor

Summary

  • export defaultInputRequestedHandler from eve/channels/slack
  • export callGitHubApi from eve/channels/github and verifyLinearRequest from eve/channels/linear
  • document the helper usage and extend public API portability coverage for the new imports

Closes #351.

Tests

  • pnpm --filter eve exec vitest run --config vitest.scenario.config.ts test/scenarios/public-api-portability.scenario.test.ts
  • pnpm --filter eve run typecheck
  • pnpm docs:check
  • pnpm guard:invariants
  • pnpm exec oxfmt --check packages/eve/src/public/channels/slack/index.ts packages/eve/src/public/channels/github/index.ts packages/eve/src/public/channels/linear/index.ts packages/eve/src/internal/testing/scenario-apps/slack-route-portability.ts packages/eve/src/internal/testing/scenario-apps/github-route-portability.ts packages/eve/src/internal/testing/scenario-apps/linear-route-portability.ts packages/eve/src/internal/testing/scenario-apps/index.ts packages/eve/test/scenarios/public-api-portability.scenario.test.ts docs/channels/slack.mdx docs/channels/github.mdx docs/channels/linear.mdx .changeset/channel-helper-exports.md
  • pnpm --filter eve exec oxlint src/public/channels/slack/index.ts src/public/channels/github/index.ts src/public/channels/linear/index.ts src/internal/testing/scenario-apps/slack-route-portability.ts src/internal/testing/scenario-apps/github-route-portability.ts src/internal/testing/scenario-apps/linear-route-portability.ts src/internal/testing/scenario-apps/index.ts test/scenarios/public-api-portability.scenario.test.ts --deny-warnings
  • pnpm changeset status --since origin/main
  • git diff --cached --check

Signed-off-by: iroiro147 <sarthak.singh@juspay.in>
@vercel

vercel Bot commented Jul 8, 2026

Copy link
Copy Markdown
Contributor

@iroiro147 is attempting to deploy a commit to the Vercel Team on Vercel.

A member of the Team first needs to authorize it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Export channel helper APIs for tool authors

1 participant