javascript icon indicating copy to clipboard operation
javascript copied to clipboard

fix(backend): Request paginated responses from BAPI

Open dimkl opened this issue 1 year ago • 1 comments

Description

Enforce to paginated responses in the following endpoints:

  • clerkClient.allowListIndentifiers.getAllowlistIdentifierList()
  • clerkClient.clients.getClientList()
  • clerkClient.invitations.getInvitationList
  • clerkClient.redirectUrls.getRedirectUrlList()
  • clerkClient.sessions.getSessionList()
  • clerkClient.users.getUserOauthAccessToken()

fixes: ref: https://github.com/clerk/javascript/issues/3271

Checklist

  • [ ] npm test runs as expected.
  • [ ] npm run 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:

dimkl avatar Apr 26 '24 15:04 dimkl

🦋 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

changeset-bot[bot] avatar Apr 26 '24 15:04 changeset-bot[bot]