diff --git a/src/typings/notification/notificationRequestItem.ts b/src/typings/notification/notificationRequestItem.ts index b4b295c1d..215b5c180 100644 --- a/src/typings/notification/notificationRequestItem.ts +++ b/src/typings/notification/notificationRequestItem.ts @@ -182,7 +182,8 @@ export namespace NotificationRequestItem { PostponedRefund = 'POSTPONED_REFUND', OfferClosed = 'OFFER_CLOSED', ManualReviewAccept = 'MANUAL_REVIEW_ACCEPT', - ManualReviewReject = 'MANUAL_REVIEW_REJECT' + ManualReviewReject = 'MANUAL_REVIEW_REJECT', + Expire = 'EXPIRE' } export enum OperationsEnum { Cancel = 'CANCEL',