ggez-banking-sdk 0.1.139 → 0.1.140

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.
@@ -172,6 +172,8 @@ const FillCreateUserWithGoogleData = async (data) => {
172
172
  ],
173
173
  };
174
174
  userData.external_auth = [externalAuth];
175
- userData.documents = [documentData];
175
+ if (base64) {
176
+ userData.documents = [documentData];
177
+ }
176
178
  return userData;
177
179
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ggez-banking-sdk",
3
- "version": "0.1.139",
3
+ "version": "0.1.140",
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",