ggez-banking-sdk
Advanced tools
Comparing version 0.0.25 to 0.0.26
@@ -24,3 +24,3 @@ import { AxiosResponse } from "axios"; | ||
dataTokenUrlEncoded: (values: LimitedTokenInterface) => { | ||
installation_id: string; | ||
installationId: string; | ||
}; | ||
@@ -27,0 +27,0 @@ }; |
@@ -246,3 +246,3 @@ "use strict"; | ||
const data = { | ||
installation_id: values.installationId, | ||
installationId: values.installationId, | ||
}; | ||
@@ -249,0 +249,0 @@ return data; |
{ | ||
"name": "ggez-banking-sdk", | ||
"version": "0.0.25", | ||
"version": "0.0.26", | ||
"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", |
793365