feat(webhooks): promote event endpoints to stable - #1083
Conversation
Amp-Thread-ID: https://ampcode.com/threads/T-01a03a23-f8ee-77c9-979a-7352f2a6819b Co-authored-by: Amp <amp@ampcode.com>
commit: |
There was a problem hiding this comment.
All reported issues were addressed across 8 files
Reply with feedback, questions, or to request a fix.
Re-trigger cubic
Amp-Thread-ID: https://ampcode.com/threads/T-01a03a23-f8ee-77c9-979a-7352f2a6819b Co-authored-by: Amp <amp@ampcode.com>
There was a problem hiding this comment.
0 issues found across 1 file (changes from recent commits).
Confidence score: 5/5
- Automated review surfaced no issues in the provided summaries.
- No files require special attention.
Requires human review: Adds new public webhook event listing endpoints (list/get/attempts) to the stable SDK, promoting a preview feature to a stable public API.
Re-trigger cubic
…bhook-event-listing
Amp-Thread-ID: https://ampcode.com/threads/T-01a03a23-f8ee-77c9-979a-7352f2a6819b Co-authored-by: Amp <amp@ampcode.com>
There was a problem hiding this comment.
0 issues found across 1 file (changes from recent commits).
Confidence score: 5/5
- Automated review surfaced no issues in the provided summaries.
- No files require special attention.
Requires human review: Promotes preview webhook event endpoints (list/get/attempts) to stable and adds a new segment.update method to the stable SDK, changing public contracts and requiring product/rollout sign-off.
Re-trigger cubic
Promotes the webhook event implementation and tests already merged into
preview-headless-dashboardby #1051 ontocanaryfor stable release as 6.24.0.The only GA follow-up aligns
WebhookEventLog.typewith the public webhook event enum. This PR also bumps the package version from 6.23.0 to 6.24.0.Linear: https://linear.app/resend/issue/DEV-1922/node-sdk-internal
Checks:
pnpm test src/webhooks/webhooks.spec.tspnpm typecheckpnpm lintpnpm build