Skip to content

Commit b376914

Browse files
DjoykeAbyahgcatanese
authored andcommitted
added technical cancel enum to notificationrequestItem
1 parent 79d7404 commit b376914

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
@@ -183,7 +183,8 @@ export namespace NotificationRequestItem {
183183
OfferClosed = <any> 'OFFER_CLOSED',
184184
ManualReviewAccept = <any> 'MANUAL_REVIEW_ACCEPT',
185185
ManualReviewReject = <any> 'MANUAL_REVIEW_REJECT',
186-
Expire = <any> 'EXPIRE'
186+
Expire = <any> 'EXPIRE',
187+
TechnicalCancel = <any> 'TECHNICAL_CANCEL'
187188
}
188189
export enum OperationsEnum {
189190
Cancel = <any> 'CANCEL',

0 commit comments

Comments
 (0)