Conversation
Implement `createBulk()` method in WaitlistEntryAPI to enable creating multiple waitlist entries in a single API call. This addresses the need for efficient batch operations when processing multiple waitlist entry requests.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
🦋 Changeset detectedLatest commit: 5c75ba8 The changes in this PR will be included in the next version bump. This PR includes changesets to release 10 packages
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 |
📝 WalkthroughWalkthroughAdds bulk creation support for waitlist entries in the backend API. Introduces a type alias for an array of create params and a new WaitlistEntryAPI.createBulk method that POSTs to the waitlist entries bulk endpoint and returns an array of WaitlistEntry objects. Includes a new test suite that mocks the bulk endpoint, validates the request body for multiple entries (including notify), and asserts full response fields for returned entries. Also adds a changeset indicating a minor release. Existing single-create and invite/reject/delete endpoints remain unchanged. 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Important Action Needed: IP Allowlist UpdateIf your organization protects your Git platform with IP whitelisting, please add the new CodeRabbit IP address to your allowlist:
Reviews will stop working after February 8, 2026 if the new IP is not added to your allowlist. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
@clerk/agent-toolkit
@clerk/astro
@clerk/backend
@clerk/chrome-extension
@clerk/clerk-js
@clerk/dev-cli
@clerk/expo
@clerk/expo-passkeys
@clerk/express
@clerk/fastify
@clerk/localizations
@clerk/nextjs
@clerk/nuxt
@clerk/react
@clerk/react-router
@clerk/shared
@clerk/tanstack-react-start
@clerk/testing
@clerk/ui
@clerk/upgrade
@clerk/vue
commit: |
Description
Implement
createBulk()method in WaitlistEntryAPI to enable creating multiple waitlist entries in a single API call. This addresses the need for efficient batch operations when processing multiple waitlist entry requests.Checklist
pnpm testruns as expected.pnpm buildruns as expected.Type of change
Summary by CodeRabbit