Skip to content

Commit 378d714

Browse files
authored
Merge pull request #1551 from Adyen/add-ScanBarcodeResult-event-type
Add ScanBarcodeResult event type
2 parents 60f2a3d + 81a8444 commit 378d714

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/typings/nexo.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1285,7 +1285,7 @@ export type EntryModeType = "RFID" | "Keyed" | "Manual" | "File" | "Scanned" | "
12851285

12861286
export type ErrorConditionType = "Aborted" | "Busy" | "Cancel" | "DeviceOut" | "InsertedCard" | "InProgress" | "LoggedOut" | "MessageFormat" | "NotAllowed" | "NotFound" | "PaymentRestriction" | "Refusal" | "UnavailableDevice" | "UnavailableService" | "InvalidCard" | "UnreachableHost" | "WrongPIN";
12871287

1288-
export type EventToNotifyType = "Abort" | "BeginMaintenance" | "CardInserted" | "CardRemoved" | "Completed" | "CustomerLanguage" | "EndMaintenance" | "Initialised" | "KeyPressed" | "NetworkConnected" | "NetworkDisconnected" | "OutOfOrder" | "Reject" | "SaleAdmin" | "SaleWakeUp" | "SecurityAlarm" | "Shutdown" | "StopAssistance";
1288+
export type EventToNotifyType = "Abort" | "BeginMaintenance" | "CardInserted" | "CardRemoved" | "Completed" | "CustomerLanguage" | "EndMaintenance" | "Initialised" | "KeyPressed" | "NetworkConnected" | "NetworkDisconnected" | "OutOfOrder" | "Reject" | "SaleAdmin" | "SaleWakeUp" | "ScanBarcodeResult" | "SecurityAlarm" | "Shutdown" | "StopAssistance";
12891289

12901290
export type ForceEntryModeType = "RFID" | "Keyed" | "Manual" | "File" | "Scanned" | "MagStripe" | "ICC" | "SynchronousICC" | "Tapped" | "Contactless" | "CheckReader";
12911291

src/typings/terminal/eventToNotifyType.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ export enum EventToNotifyType {
4747
Reject = <any> 'Reject',
4848
SaleAdmin = <any> 'SaleAdmin',
4949
SaleWakeUp = <any> 'SaleWakeUp',
50+
ScanBarcodeResult = <any> 'ScanBarcodeResult',
5051
SecurityAlarm = <any> 'SecurityAlarm',
5152
Shutdown = <any> 'Shutdown',
5253
StopAssistance = <any> 'StopAssistance'

0 commit comments

Comments
 (0)