Skip to content

chore(backend): Export OrganizationInvitationAcceptedWebhookEvent type#8235

Merged
wobsoriano merged 2 commits intomainfrom
rob/fix-7688
Apr 3, 2026
Merged

chore(backend): Export OrganizationInvitationAcceptedWebhookEvent type#8235
wobsoriano merged 2 commits intomainfrom
rob/fix-7688

Conversation

@wobsoriano
Copy link
Copy Markdown
Member

@wobsoriano wobsoriano commented Apr 3, 2026

Description

Fixes #7688

Checklist

  • pnpm test runs as expected.
  • pnpm build runs as expected.
  • (If applicable) JSDoc comments have been added or updated for any package exports
  • (If applicable) Documentation has been updated

Type of change

  • 🐛 Bug fix
  • 🌟 New feature
  • 🔨 Breaking change
  • 📖 Refactoring / dependency upgrade / documentation
  • other:

Summary by CodeRabbit

  • Bug Fixes
    • The OrganizationInvitationAcceptedWebhookEvent type is now exported from the backend package.

@changeset-bot
Copy link
Copy Markdown

changeset-bot bot commented Apr 3, 2026

🦋 Changeset detected

Latest commit: bc979b2

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 11 packages
Name Type
@clerk/backend Patch
@clerk/agent-toolkit Patch
@clerk/astro Patch
@clerk/express Patch
@clerk/fastify Patch
@clerk/hono Patch
@clerk/nextjs Patch
@clerk/nuxt Patch
@clerk/react-router Patch
@clerk/tanstack-react-start Patch
@clerk/testing Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@vercel
Copy link
Copy Markdown

vercel bot commented Apr 3, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
clerk-js-sandbox Ready Ready Preview, Comment Apr 3, 2026 9:56pm

Request Review

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai bot commented Apr 3, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Repository YAML (base), Organization UI (inherited)

Review profile: ASSERTIVE

Plan: Pro

Run ID: 1c3686a3-a4ee-4e72-8713-7ffd752869e5

📥 Commits

Reviewing files that changed from the base of the PR and between a32d50d and bc979b2.

📒 Files selected for processing (3)
  • .changeset/fix-org-invitation-accepted-export.md
  • packages/backend/src/api/resources/index.ts
  • packages/backend/src/index.ts

📝 Walkthrough

Walkthrough

The OrganizationInvitationAcceptedWebhookEvent type is added to the public exports of the @clerk/backend package. The type is exported through the API resources index file and the main package entry point. A changeset entry documents this patch-level release, making the type accessible to consumers importing from @clerk/backend.

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The pull request title clearly describes the main change: exporting the OrganizationInvitationAcceptedWebhookEvent type from @clerk/backend.
Linked Issues check ✅ Passed The pull request successfully addresses issue #7688 by exporting OrganizationInvitationAcceptedWebhookEvent from @clerk/backend in all required locations.
Out of Scope Changes check ✅ Passed All changes are directly related to exporting the missing type; no unrelated or out-of-scope modifications are present.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.


Comment @coderabbitai help to get the list of available commands and usage tips.

@pkg-pr-new
Copy link
Copy Markdown

pkg-pr-new bot commented Apr 3, 2026

Open in StackBlitz

@clerk/agent-toolkit

npm i https://pkg.pr.new/@clerk/agent-toolkit@8235

@clerk/astro

npm i https://pkg.pr.new/@clerk/astro@8235

@clerk/backend

npm i https://pkg.pr.new/@clerk/backend@8235

@clerk/chrome-extension

npm i https://pkg.pr.new/@clerk/chrome-extension@8235

@clerk/clerk-js

npm i https://pkg.pr.new/@clerk/clerk-js@8235

@clerk/dev-cli

npm i https://pkg.pr.new/@clerk/dev-cli@8235

@clerk/expo

npm i https://pkg.pr.new/@clerk/expo@8235

@clerk/expo-passkeys

npm i https://pkg.pr.new/@clerk/expo-passkeys@8235

@clerk/express

npm i https://pkg.pr.new/@clerk/express@8235

@clerk/fastify

npm i https://pkg.pr.new/@clerk/fastify@8235

@clerk/hono

npm i https://pkg.pr.new/@clerk/hono@8235

@clerk/localizations

npm i https://pkg.pr.new/@clerk/localizations@8235

@clerk/nextjs

npm i https://pkg.pr.new/@clerk/nextjs@8235

@clerk/nuxt

npm i https://pkg.pr.new/@clerk/nuxt@8235

@clerk/react

npm i https://pkg.pr.new/@clerk/react@8235

@clerk/react-router

npm i https://pkg.pr.new/@clerk/react-router@8235

@clerk/shared

npm i https://pkg.pr.new/@clerk/shared@8235

@clerk/tanstack-react-start

npm i https://pkg.pr.new/@clerk/tanstack-react-start@8235

@clerk/testing

npm i https://pkg.pr.new/@clerk/testing@8235

@clerk/ui

npm i https://pkg.pr.new/@clerk/ui@8235

@clerk/upgrade

npm i https://pkg.pr.new/@clerk/upgrade@8235

@clerk/vue

npm i https://pkg.pr.new/@clerk/vue@8235

commit: bc979b2

@wobsoriano wobsoriano merged commit 8d00737 into main Apr 3, 2026
44 checks passed
@wobsoriano wobsoriano deleted the rob/fix-7688 branch April 3, 2026 22:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

type OrganizationInvitationAcceptedWebhookEvent not exported from @clerk/backend

2 participants