ggez-banking-sdk 0.1.70 → 0.1.71

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.
@@ -851,7 +851,7 @@ const Data = () => {
851
851
  {
852
852
  id: values.id,
853
853
  number: values.number,
854
- verification_status: 0,
854
+ verification_status: 1,
855
855
  },
856
856
  ],
857
857
  geo_coordinates: values.geoCoordinates,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ggez-banking-sdk",
3
- "version": "0.1.70",
3
+ "version": "0.1.71",
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
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",