ggez-banking-sdk
Advanced tools
Comparing version 0.0.16 to 0.0.17
@@ -25,3 +25,2 @@ import { AxiosResponse } from "axios"; | ||
installation_id: string; | ||
generate_jwt: boolean; | ||
}; | ||
@@ -28,0 +27,0 @@ }; |
@@ -247,4 +247,4 @@ "use strict"; | ||
installation_id: values.installationId, | ||
generate_jwt: true, | ||
}; | ||
console.log("🚀 ~ dataTokenUrlEncoded ~ data:", data); | ||
return data; | ||
@@ -251,0 +251,0 @@ }; |
@@ -34,3 +34,5 @@ "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 { | ||
@@ -37,0 +39,0 @@ const response = yield restApi_1.default.restApi(nodeUrl, "POST", "v1/limited-token", headerConfigToken(), data); |
{ | ||
"name": "ggez-banking-sdk", | ||
"version": "0.0.16", | ||
"version": "0.0.17", | ||
"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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
793555
25153