Conversation
Added 23 missing webhook event types including account management events (email changes, password requests), promotion events, export completion events, and metadata update events. This update ensures full compatibility with the latest Saleor GraphQL schema for async webhook event types. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
🦋 Changeset detectedLatest commit: 8ca5f26 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
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 |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #454 +/- ##
=======================================
Coverage 84.84% 84.84%
=======================================
Files 114 114
Lines 3754 3754
Branches 637 637
=======================================
Hits 3185 3185
Misses 557 557
Partials 12 12 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Released snapshot build with Install it with: pnpm add @saleor/app-sdk@0.0.0-pr-20251016113313 |
There was a problem hiding this comment.
Pull Request Overview
Adds missing AsyncWebhookEventType string literals to align with the latest Saleor GraphQL schema and updates the reference link and changeset entry.
- Extend AsyncWebhookEventType with 23 additional event types from the Saleor schema
- Update @see docs link to the non-versioned API reference
- Add a changeset describing the new events
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| src/types.ts | Extends AsyncWebhookEventType with new event strings and updates the @see link to docs |
| .changeset/update-async-webhook-types.md | Documents the added event types for release notes |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
…set formatting - Re-added TRANSACTION_ACTION_REQUEST (was accidentally removed) - Fixed changeset markdown formatting (removed extraneous "11" line) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Summary
Updates
AsyncWebhookEventTypeto include all 23 missing webhook event types from the official Saleor GraphQL schema.Changes
Added missing webhook event types:
Test plan
Reference
🤖 Generated with Claude Code