ggez-banking-sdk 0.0.89 → 0.0.90

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.
@@ -141,10 +141,6 @@ declare const Data: () => {
141
141
  is_primary: number;
142
142
  verification_status: number;
143
143
  }[];
144
- authentication: {
145
- type: number;
146
- code: string;
147
- }[];
148
144
  security: {
149
145
  password: string;
150
146
  security_code: number;
@@ -216,6 +212,7 @@ declare const Data: () => {
216
212
  activity: any;
217
213
  notes: any;
218
214
  last_activity: any;
215
+ authentication: any;
219
216
  validate: any;
220
217
  function_code: any;
221
218
  response_time: any;
@@ -217,12 +217,12 @@ const Data = () => {
217
217
  verification_status: 1,
218
218
  },
219
219
  ],
220
- authentication: [
221
- {
222
- type: 10,
223
- code: values.mobileAuthenticationCode,
224
- },
225
- ],
220
+ // authentication: [
221
+ // {
222
+ // type: 10,
223
+ // code: values.mobileAuthenticationCode,
224
+ // },
225
+ // ],
226
226
  security: {
227
227
  password: values.password,
228
228
  security_code: values.securityCode,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ggez-banking-sdk",
3
- "version": "0.0.89",
3
+ "version": "0.0.90",
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",