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 79d7404 commit b376914Copy full SHA for b376914
src/typings/notification/notificationRequestItem.ts
@@ -183,7 +183,8 @@ export namespace NotificationRequestItem {
183
OfferClosed = <any> 'OFFER_CLOSED',
184
ManualReviewAccept = <any> 'MANUAL_REVIEW_ACCEPT',
185
ManualReviewReject = <any> 'MANUAL_REVIEW_REJECT',
186
- Expire = <any> 'EXPIRE'
+ Expire = <any> 'EXPIRE',
187
+ TechnicalCancel = <any> 'TECHNICAL_CANCEL'
188
}
189
export enum OperationsEnum {
190
Cancel = <any> 'CANCEL',
0 commit comments