We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89deb35 commit db357b5Copy full SHA for db357b5
src/typings/notification/notificationRequestItem.ts
@@ -182,7 +182,8 @@ export namespace NotificationRequestItem {
182
PostponedRefund = <any> 'POSTPONED_REFUND',
183
OfferClosed = <any> 'OFFER_CLOSED',
184
ManualReviewAccept = <any> 'MANUAL_REVIEW_ACCEPT',
185
- ManualReviewReject = <any> 'MANUAL_REVIEW_REJECT'
+ ManualReviewReject = <any> 'MANUAL_REVIEW_REJECT',
186
+ Expire = <any> 'EXPIRE'
187
}
188
export enum OperationsEnum {
189
Cancel = <any> 'CANCEL',
0 commit comments