be-api-client
Advanced tools
Comparing version 0.0.53 to 0.0.54-test
@@ -231,6 +231,7 @@ const rp = require('request-promise-native') | ||
async function addUser(id, role, ethAccountAddress){ | ||
async function addUser(id, role, fullName, ethAccountAddress){ | ||
const form = { | ||
id, | ||
role, | ||
fullName, | ||
ethAccountAddress | ||
@@ -237,0 +238,0 @@ } |
{ | ||
"name": "be-api-client", | ||
"version": "0.0.53", | ||
"version": "0.0.54-test", | ||
"description": "A node.js client for the be-api.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
10528
340