-
Notifications
You must be signed in to change notification settings - Fork 430
Description
Preliminary Checks
-
I have reviewed the documentation: https://clerk.com/docs
-
I have searched for existing issues: https://github.com/clerk/javascript/issues
-
I have not already reached out to Clerk support via email or Discord (if you have, no need to open an issue here)
-
This issue is not a question, general help request, or anything other than a bug report directly related to Clerk. Please ask questions in our Discord community: https://clerk.com/discord.
Reproduction
javascript/packages/backend/src/index.ts
Line 162 in 7059210
| OrganizationInvitationWebhookEvent, |
Publishable key
na
Description
Steps to reproduce:
- install
@clerk/backendversion2.29.5 import type { OrganizationInvitationAcceptedWebhookEvent } from "@clerk/backend";
Expected behavior:
type should resolve
Actual behavior:
type does not resolve
i didn't link an actual reproduction codebase since this is simple issue. the type is not exported from packages/backend/src/index.ts alongside OrganizationInvitationWebhookEvent where it used to be included. it might also be missing from some other exports too.
see #6887
Environment
System:
OS: macOS 26.2
CPU: (12) arm64 Apple M3 Pro
Memory: 234.72 MB / 36.00 GB
Shell: 5.9 - /bin/zsh
Binaries:
Node: 22.21.1 - /Users/charlotte/.nvm/versions/node/v22.21.1/bin/node
npm: 10.9.4 - /Users/charlotte/.nvm/versions/node/v22.21.1/bin/npm
pnpm: 10.15.1 - /opt/homebrew/bin/pnpm
bun: 1.3.1 - /opt/homebrew/bin/bun
Browsers:
Chrome: 144.0.7559.109
Firefox: 146.0.1
Safari: 26.2
npmPackages:
@biomejs/biome: 1.9.4 => 1.9.4
@types/node: ^22.13.1 => 22.14.0
knip: ^5.75.1 => 5.75.1
turbo: ^2.5.5 => 2.5.5
typescript: ^5.7.3 => 5.7.3