ggez-banking-sdk 0.0.88 → 0.0.89

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.
@@ -111,14 +111,14 @@ const Data = () => {
111
111
  country_code: values.mobileNumberCountry,
112
112
  number: values.mobileNumber,
113
113
  is_primary: 1,
114
- verification_status: 1,
114
+ verification_status: 0, // 1
115
115
  },
116
116
  ],
117
117
  authentication: [
118
- {
119
- type: 10,
120
- code: values.mobileAuthenticationCode,
121
- },
118
+ // {
119
+ // type: 10,
120
+ // code: values.mobileAuthenticationCode,
121
+ // },
122
122
  {
123
123
  type: 9,
124
124
  code: values.emailAuthenticationCode,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ggez-banking-sdk",
3
- "version": "0.0.88",
3
+ "version": "0.0.89",
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",