File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11# @saleor/app-sdk
22
3+ ## 1.3.1
4+
5+ ### Patch Changes
6+
7+ - 6eb106f: Add missing AsyncWebhookEventType values to match Saleor API schema
8+
9+ Added 23 missing webhook event types to ` AsyncWebhookEventType ` :
10+
11+ ** Account events:**
12+
13+ - ` ACCOUNT_CHANGE_EMAIL_REQUESTED `
14+ - ` ACCOUNT_EMAIL_CHANGED `
15+ - ` ACCOUNT_SET_PASSWORD_REQUESTED `
16+ - ` ACCOUNT_CONFIRMED `
17+ - ` ACCOUNT_DELETED `
18+
19+ ** Channel events:**
20+
21+ - ` CHANNEL_METADATA_UPDATED `
22+
23+ ** Gift card events:**
24+
25+ - ` GIFT_CARD_EXPORT_COMPLETED `
26+
27+ ** Promotion events:**
28+
29+ - ` PROMOTION_CREATED `
30+ - ` PROMOTION_UPDATED `
31+ - ` PROMOTION_DELETED `
32+ - ` PROMOTION_STARTED `
33+ - ` PROMOTION_ENDED `
34+ - ` PROMOTION_RULE_CREATED `
35+ - ` PROMOTION_RULE_UPDATED `
36+ - ` PROMOTION_RULE_DELETED `
37+
38+ ** Product & Checkout events:**
39+
40+ - ` PRODUCT_EXPORT_COMPLETED `
41+ - ` CHECKOUT_FULLY_AUTHORIZED `
42+
43+ ** Staff, Voucher & Shop events:**
44+
45+ - ` STAFF_SET_PASSWORD_REQUESTED `
46+ - ` VOUCHER_CODES_CREATED `
47+ - ` VOUCHER_CODES_DELETED `
48+ - ` VOUCHER_CODE_EXPORT_COMPLETED `
49+ - ` SHOP_METADATA_UPDATED `
50+
351## 1.3.0
452
553### Minor Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " @saleor/app-sdk" ,
3- "version" : " 1.3.0 " ,
3+ "version" : " 1.3.1 " ,
44 "description" : " SDK for building great Saleor Apps" ,
55 "scripts" : {
66 "prepublishOnly" : " pnpm build" ,
You can’t perform that action at this time.
0 commit comments