Skip to content

Commit

Permalink
Update .changeset/fifty-snakes-accept.md
Browse files Browse the repository at this point in the history
Co-authored-by: Nikos Douvlis <nikosdouvlis@gmail.com>
  • Loading branch information
dimkl and nikosdouvlis committed Dec 15, 2023
1 parent d225d56 commit 802b762
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .changeset/fifty-snakes-accept.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
'@clerk/clerk-sdk-node': major
---

Internal top-level BAPI resources was dropped to resolve some issues with our type resolution and also make our exposed API cleaner.
Drop all pre-instantiated Backend API resources (`allowlistIdentifiers`, `clients`, `emailAddresses`, `emails`, `invitations`, `organizations`, `phoneNumbers`, `redirectUrls`, `sessions`, `signInTokens`, `users`, `domains`). Use the `clerkClient` import instead.
```typescript
// Before
import { users } from "@clerk/clerk-sdk-node"
Expand Down

0 comments on commit 802b762

Please sign in to comment.