Skip to content

Commit

Permalink
feat: update event type (#422)
Browse files Browse the repository at this point in the history
  • Loading branch information
oderayi authored Dec 11, 2024
1 parent 6a8ec67 commit e33d748
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"dependencies": {
"@hapi/catbox": "12.1.1",
"@hapi/catbox-memory": "5.0.1",
"@mojaloop/inter-scheme-proxy-cache-lib": "2.3.0",
"@mojaloop/inter-scheme-proxy-cache-lib": "2.3.1",
"axios": "1.7.9",
"clone": "2.1.2",
"dotenv": "16.4.7",
Expand Down
1 change: 1 addition & 0 deletions src/enums/events.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ const Event = {
EVENT: 'event',
FULFIL: 'fulfil',
FX_QUOTE: 'fxquote',
FX_TRANSFER: 'fxtransfer',
GET: 'get',
NOTIFICATION: 'notification',
ORACLE: 'oracle',
Expand Down
3 changes: 2 additions & 1 deletion src/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,8 @@ declare namespace CentralServicesShared {
ENDPOINTCACHE = 'endpointcache',
EVENT = 'event',
FULFIL = 'fulfil',
FX_QUOTE = 'fx-quote',
FX_QUOTE = 'fxquote',
FX_TRANSFER = 'fxtransfer',
GET = 'get',
NOTIFICATION = 'notification',
ORACLE = 'oracle',
Expand Down

0 comments on commit e33d748

Please sign in to comment.