File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -1286,7 +1286,7 @@ export type EntryModeType = "RFID" | "Keyed" | "Manual" | "File" | "Scanned" | "
1286
1286
1287
1287
export type ErrorConditionType = "Aborted" | "Busy" | "Cancel" | "DeviceOut" | "InsertedCard" | "InProgress" | "LoggedOut" | "MessageFormat" | "NotAllowed" | "NotFound" | "PaymentRestriction" | "Refusal" | "UnavailableDevice" | "UnavailableService" | "InvalidCard" | "UnreachableHost" | "WrongPIN" ;
1288
1288
1289
- export type EventToNotifyType = "BeginMaintenance " | "EndMaintenance " | "Shutdown " | "Initialised " | "OutOfOrder " | "Completed " | "Abort " | "SaleWakeUp " | "SaleAdmin " | "CustomerLanguage " | "KeyPressed " | "SecurityAlarm " | "StopAssistance " | "CardInserted " | "CardRemoved " | "Reject " | "NetworkConnected " | "NetworkDisconnected " ;
1289
+ export type EventToNotifyType = "Abort " | "BeginMaintenance " | "CardInserted " | "CardRemoved " | "Completed " | "CustomerLanguage " | "EndMaintenance " | "Initialised " | "KeyPressed " | "NetworkConnected " | "NetworkDisconnected " | "OutOfOrder " | "Reject " | "SaleAdmin " | "SaleWakeUp " | "SecurityAlarm " | "Shutdown " | "StopAssistance " ;
1290
1290
1291
1291
export type ForceEntryModeType = "RFID" | "Keyed" | "Manual" | "File" | "Scanned" | "MagStripe" | "ICC" | "SynchronousICC" | "Tapped" | "Contactless" | "CheckReader" ;
1292
1292
You can’t perform that action at this time.
0 commit comments