Skip to content

Commit

Permalink
feat: add verification eventType
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisdaly committed Aug 25, 2021
1 parent 501f683 commit d7efe85
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/enums/events.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ const Event = {
PARTY: 'party',
PARTICIPANT: 'participant',
DEFERRED_SETTLEMENT: 'deferredsettlement',
GROSS_SETTLEMENT: 'transfersettlement'
GROSS_SETTLEMENT: 'transfersettlement',
VERIFICATION: 'verification'
},
Action: {
ABORT: 'abort',
Expand Down
3 changes: 2 additions & 1 deletion src/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,8 @@ declare namespace CentralServicesShared {
TRANSACTION_REQUEST = 'transaction-request',
TRANSFER = 'transfer',
PARTY = 'party',
PARTICIPANT = 'participant'
PARTICIPANT = 'participant',
VERIFICATION = 'verification'
}

enum EventActionEnum {
Expand Down

0 comments on commit d7efe85

Please sign in to comment.