be-api-client
Advanced tools
Comparing version 0.0.68 to 0.0.69-alpha
14
index.js
@@ -361,3 +361,7 @@ const httpContext = require('express-http-context') | ||
async function addRedemption(country, legalEntity, currency, account, amountRequestedToRedeem, requestedBy, beneficiaryName){ | ||
async function getIssuanceDetail(issuanceId){ | ||
return await doGet('/issuances/'+issuanceId) | ||
} | ||
async function addRedemption(country, legalEntity, currency, account, amountRequestedToRedeem, requestedBy){ | ||
const form = { | ||
@@ -407,2 +411,6 @@ country, | ||
async function getPaymentDetail(paymentId){ | ||
return await doGet('/payments/'+paymentId) | ||
} | ||
return { | ||
@@ -445,2 +453,3 @@ isAPIRunning, | ||
getIssuances, | ||
getIssuanceDetail, | ||
addRedemption, | ||
@@ -451,3 +460,4 @@ getRedemptions, | ||
getPayments, | ||
updatePayment | ||
updatePayment, | ||
getPaymentDetail | ||
} | ||
@@ -454,0 +464,0 @@ } |
{ | ||
"name": "be-api-client", | ||
"version": "0.0.68", | ||
"version": "0.0.69-alpha", | ||
"description": "A node.js client for the be-api.", | ||
@@ -5,0 +5,0 @@ "engines": { |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
12775
412
1