File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -1285,7 +1285,7 @@ export type EntryModeType = "RFID" | "Keyed" | "Manual" | "File" | "Scanned" | "
12851285
12861286export 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
12901290export type ForceEntryModeType = "RFID" | "Keyed" | "Manual" | "File" | "Scanned" | "MagStripe" | "ICC" | "SynchronousICC" | "Tapped" | "Contactless" | "CheckReader" ;
12911291
Original file line number Diff line number Diff 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'
You can’t perform that action at this time.
0 commit comments