ggez-banking-sdk
Advanced tools
Comparing version 0.0.19 to 0.0.20
@@ -248,3 +248,2 @@ "use strict"; | ||
}; | ||
console.log("🚀 ~ dataTokenUrlEncoded ~ data:", data); | ||
return data; | ||
@@ -251,0 +250,0 @@ }; |
@@ -29,3 +29,2 @@ "use strict"; | ||
}; | ||
console.log("🚀 ~ ApiService ~ config:", config); | ||
try { | ||
@@ -32,0 +31,0 @@ let response = yield (0, axios_1.default)(config); |
@@ -34,5 +34,3 @@ "use strict"; | ||
var _a, _b, _c, _d; | ||
console.log("🚀 ~ CreateLimitedToken ~ values:", values); | ||
let data = dataTokenUrlEncoded(Object.assign(Object.assign({}, values), { geoCoordinates: geoCoordinates })); | ||
console.log("🚀 ~ CreateLimitedToken ~ data:", data); | ||
try { | ||
@@ -39,0 +37,0 @@ const response = yield restApi_1.default.restApi(nodeUrl, "POST", "v1/limited-token", headerConfigToken(), JSON.stringify(data)); |
{ | ||
"name": "ggez-banking-sdk", | ||
"version": "0.0.19", | ||
"version": "0.0.20", | ||
"description": "A Node.js package to handle GGEZ Banking API endpoints, Simplify the process of managing CRUD operations with this efficient and easy-to-use package.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
793371
25150