javascript
javascript copied to clipboard
fix(backend): Request paginated responses from BAPI
Description
Enforce to paginated responses in the following endpoints:
clerkClient.allowListIndentifiers.getAllowlistIdentifierList()clerkClient.clients.getClientList()clerkClient.invitations.getInvitationListclerkClient.redirectUrls.getRedirectUrlList()clerkClient.sessions.getSessionList()clerkClient.users.getUserOauthAccessToken()
fixes: ref: https://github.com/clerk/javascript/issues/3271
Checklist
- [ ]
npm testruns as expected. - [ ]
npm run buildruns 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:
🦋 Changeset detected
Latest commit: 19d5f81ff25b0cce59240d41c57771b4586945e4
The changes in this PR will be included in the next version bump.
This PR includes changesets to release 6 packages
| Name | Type |
|---|---|
| @clerk/backend | Patch |
| @clerk/express | Patch |
| @clerk/fastify | Patch |
| @clerk/nextjs | Patch |
| @clerk/remix | Patch |
| @clerk/clerk-sdk-node | 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