ggez-banking-sdk 0.1.109 → 0.1.110
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -24,9 +24,7 @@ const FillDeactivateGoogleAuthData = (data) => {
|
|
24
24
|
type: data.authenticationType,
|
25
25
|
code: data.code,
|
26
26
|
};
|
27
|
-
const userData = FillUserData("
|
28
|
-
userAuthenticationData,
|
29
|
-
]);
|
27
|
+
const userData = FillUserData("authentication", [userAuthenticationData]);
|
30
28
|
return userData;
|
31
29
|
};
|
32
30
|
export { FillEnrollGoogleAuthData, FillActivateGoogleAuthData, FillDeactivateGoogleAuthData, };
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "ggez-banking-sdk",
|
3
|
-
"version": "0.1.
|
3
|
+
"version": "0.1.110",
|
4
4
|
"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
5
|
"types": "dist/index.d.ts",
|
6
6
|
"main": "dist/index.js",
|