Skip to content

Commit

Permalink
Feature/#37implement authorization endpoints (#139)
Browse files Browse the repository at this point in the history
* feat: add authorziation endpoint enums

* refactor: use only base authorizations url

* chore: bump to 8.7.1
  • Loading branch information
DonChangfoot authored Dec 11, 2019
1 parent 22b06da commit 77a2ae5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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
@@ -1,6 +1,6 @@
{
"name": "@mojaloop/central-services-shared",
"version": "8.7.0",
"version": "8.7.1",
"description": "Shared code for central services",
"main": "src/index.js",
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion src/enums/endpoints.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ const FspEndpointTypes = {
FSPIOP_CALLBACK_URL_QUOTES: 'FSPIOP_CALLBACK_URL_QUOTES',
FSPIOP_CALLBACK_URL_BULK_TRANSFER_POST: 'FSPIOP_CALLBACK_URL_BULK_TRANSFER_POST',
FSPIOP_CALLBACK_URL_BULK_TRANSFER_PUT: 'FSPIOP_CALLBACK_URL_BULK_TRANSFER_PUT',
FSPIOP_CALLBACK_URL_BULK_TRANSFER_ERROR: 'FSPIOP_CALLBACK_URL_BULK_TRANSFER_ERROR'
FSPIOP_CALLBACK_URL_BULK_TRANSFER_ERROR: 'FSPIOP_CALLBACK_URL_BULK_TRANSFER_ERROR',
FSPIOP_CALLBACK_URL_AUTHORIZATIONS: 'FSPIOP_CALLBACK_URL_AUTHORIZATIONS'
}

const FspEndpointTemplates = {
Expand Down

0 comments on commit 77a2ae5

Please sign in to comment.