Skip to content

Commit db357b5

Browse files
Add missing EXPIRE webhook (#1315)
Co-authored-by: Wouter Boereboom <62436079+wboereboom@users.noreply.github.com>
1 parent 89deb35 commit db357b5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/typings/notification/notificationRequestItem.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,8 @@ export namespace NotificationRequestItem {
182182
PostponedRefund = <any> 'POSTPONED_REFUND',
183183
OfferClosed = <any> 'OFFER_CLOSED',
184184
ManualReviewAccept = <any> 'MANUAL_REVIEW_ACCEPT',
185-
ManualReviewReject = <any> 'MANUAL_REVIEW_REJECT'
185+
ManualReviewReject = <any> 'MANUAL_REVIEW_REJECT',
186+
Expire = <any> 'EXPIRE'
186187
}
187188
export enum OperationsEnum {
188189
Cancel = <any> 'CANCEL',

0 commit comments

Comments
 (0)