Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
27.0.0
27.0.1
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@adyen/api-library",
"version": "27.0.0",
"version": "27.0.1",
"description": "The Adyen API Library for NodeJS enables you to work with Adyen APIs.",
"main": "lib/src/index.js",
"types": "lib/src/index.d.ts",
Expand Down
2 changes: 2 additions & 0 deletions src/typings/terminal/eventToNotifyType.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ export enum EventToNotifyType {
EndMaintenance = <any> 'EndMaintenance',
Initialised = <any> 'Initialised',
KeyPressed = <any> 'KeyPressed',
NetworkConnected = <any> 'NetworkConnected',
NetworkDisconnected = <any> 'NetworkDisconnected',
OutOfOrder = <any> 'OutOfOrder',
Reject = <any> 'Reject',
SaleAdmin = <any> 'SaleAdmin',
Expand Down