diff --git a/src/typings/notification/notificationRequestItem.ts b/src/typings/notification/notificationRequestItem.ts index a6aae6450..277d6dd74 100644 --- a/src/typings/notification/notificationRequestItem.ts +++ b/src/typings/notification/notificationRequestItem.ts @@ -146,54 +146,54 @@ export class NotificationRequestItem { export namespace NotificationRequestItem { export enum EventCodeEnum { - Autorescue = 'AUTORESCUE', - Authorisation = 'AUTHORISATION', - AuthorisationAdjustment = 'AUTHORISATION_ADJUSTMENT', - CancelAutorescue = 'CANCEL_AUTORESCUE', - Cancellation = 'CANCELLATION', - CancelOrRefund = 'CANCEL_OR_REFUND', - Capture = 'CAPTURE', - CaptureFailed = 'CAPTURE_FAILED', - Chargeback = 'CHARGEBACK', - ChargebackReversed = 'CHARGEBACK_REVERSED', - Donation = 'DONATION', - Expire = 'EXPIRE', - HandledExternally = 'HANDLED_EXTERNALLY', - IssuerComments = 'ISSUER_COMMENTS', - ManualReviewAccept = 'MANUAL_REVIEW_ACCEPT', - ManualReviewReject = 'MANUAL_REVIEW_REJECT', - NotificationOfChargeback = 'NOTIFICATION_OF_CHARGEBACK', - NotificationOfFraud = 'NOTIFICATION_OF_FRAUD', - OfferClosed = 'OFFER_CLOSED', - OrderClosed = 'ORDER_CLOSED', - OrderOpened = 'ORDER_OPENED', - PaidoutReversed = 'PAIDOUT_REVERSED', - Pending = 'PENDING', - PostponedRefund = 'POSTPONED_REFUND', - PrearbitrationLost = 'PREARBITRATION_LOST', - PrearbitrationWon = 'PREARBITRATION_WON', - ProcessRetry = 'PROCESS_RETRY', - PayoutDecline = 'PAYOUT_DECLINE', - PayoutExpire = 'PAYOUT_EXPIRE', - PayoutThirdparty = 'PAYOUT_THIRDPARTY', - RecurringContract = 'RECURRING_CONTRACT', - Refund = 'REFUND', - RefundFailed = 'REFUND_FAILED', - RefundedReversed = 'REFUNDED_REVERSED', - RefundWithData = 'REFUND_WITH_DATA', - ReportAvailable = 'REPORT_AVAILABLE', - RequestForInformation = 'REQUEST_FOR_INFORMATION', - SecondChargeback = 'SECOND_CHARGEBACK', - TechnicalCancel = 'TECHNICAL_CANCEL', - VoidPendingRefund = 'VOID_PENDING_REFUND' + Autorescue = 'AUTORESCUE', + Authorisation = 'AUTHORISATION', + AuthorisationAdjustment = 'AUTHORISATION_ADJUSTMENT', + CancelAutorescue = 'CANCEL_AUTORESCUE', + Cancellation = 'CANCELLATION', + CancelOrRefund = 'CANCEL_OR_REFUND', + Capture = 'CAPTURE', + CaptureFailed = 'CAPTURE_FAILED', + Chargeback = 'CHARGEBACK', + ChargebackReversed = 'CHARGEBACK_REVERSED', + Donation = 'DONATION', + Expire = 'EXPIRE', + HandledExternally = 'HANDLED_EXTERNALLY', + IssuerComments = 'ISSUER_COMMENTS', + ManualReviewAccept = 'MANUAL_REVIEW_ACCEPT', + ManualReviewReject = 'MANUAL_REVIEW_REJECT', + NotificationOfChargeback = 'NOTIFICATION_OF_CHARGEBACK', + NotificationOfFraud = 'NOTIFICATION_OF_FRAUD', + OfferClosed = 'OFFER_CLOSED', + OrderClosed = 'ORDER_CLOSED', + OrderOpened = 'ORDER_OPENED', + PaidoutReversed = 'PAIDOUT_REVERSED', + Pending = 'PENDING', + PostponedRefund = 'POSTPONED_REFUND', + PrearbitrationLost = 'PREARBITRATION_LOST', + PrearbitrationWon = 'PREARBITRATION_WON', + ProcessRetry = 'PROCESS_RETRY', + PayoutDecline = 'PAYOUT_DECLINE', + PayoutExpire = 'PAYOUT_EXPIRE', + PayoutThirdparty = 'PAYOUT_THIRDPARTY', + RecurringContract = 'RECURRING_CONTRACT', + Refund = 'REFUND', + RefundFailed = 'REFUND_FAILED', + RefundedReversed = 'REFUNDED_REVERSED', + RefundWithData = 'REFUND_WITH_DATA', + ReportAvailable = 'REPORT_AVAILABLE', + RequestForInformation = 'REQUEST_FOR_INFORMATION', + SecondChargeback = 'SECOND_CHARGEBACK', + TechnicalCancel = 'TECHNICAL_CANCEL', + VoidPendingRefund = 'VOID_PENDING_REFUND' } export enum OperationsEnum { - Cancel = 'CANCEL', - Capture = 'CAPTURE', - Refund = 'REFUND' + Cancel = 'CANCEL', + Capture = 'CAPTURE', + Refund = 'REFUND' } export enum SuccessEnum { - True = 'true', - False = 'false' + True = 'true', + False = 'false' } }