ggez-banking-sdk 0.1.105 → 0.1.106

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.
@@ -462,7 +462,7 @@ class UserClient {
462
462
  this.ActivateGoogleAuth = async (data) => {
463
463
  try {
464
464
  const userData = FillActivateGoogleAuthData(data);
465
- const response = await this.userService.enrollGoogleAuth(this.clientData.userId, userData);
465
+ const response = await this.userService.activateGoogleAuth(this.clientData.userId, userData);
466
466
  return ResponseHelper.GetSuccessResponse(response, this.clientData.userInfo, "authentication_data", "ActivateGoogleAuth", "create");
467
467
  }
468
468
  catch (error) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ggez-banking-sdk",
3
- "version": "0.1.105",
3
+ "version": "0.1.106",
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",