File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-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" ;
1289
+ export type EventToNotifyType = "BeginMaintenance" | "EndMaintenance" | "Shutdown" | "Initialised" | "OutOfOrder" | "Completed" | "Abort" | "SaleWakeUp" | "SaleAdmin" | "CustomerLanguage" | "KeyPressed" | "SecurityAlarm" | "StopAssistance" | "CardInserted" | "CardRemoved" | "Reject" | "NetworkConnected" | "NetworkDisconnected" ;
1290
1290
1291
1291
export type ForceEntryModeType = "RFID" | "Keyed" | "Manual" | "File" | "Scanned" | "MagStripe" | "ICC" | "SynchronousICC" | "Tapped" | "Contactless" | "CheckReader" ;
1292
1292
Original file line number Diff line number Diff line change @@ -41,6 +41,8 @@ export enum EventToNotifyType {
41
41
EndMaintenance = < any > 'EndMaintenance' ,
42
42
Initialised = < any > 'Initialised' ,
43
43
KeyPressed = < any > 'KeyPressed' ,
44
+ NetworkConnected = < any > 'NetworkConnected' ,
45
+ NetworkDisconnected = < any > 'NetworkDisconnected' ,
44
46
OutOfOrder = < any > 'OutOfOrder' ,
45
47
Reject = < any > 'Reject' ,
46
48
SaleAdmin = < any > 'SaleAdmin' ,
You can’t perform that action at this time.
0 commit comments