ggez-banking-sdk
Advanced tools
Comparing version 0.1.5 to 0.1.6
@@ -114,10 +114,10 @@ "use strict"; | ||
phone: [ | ||
// { | ||
// id: 0, | ||
// type: 1, | ||
// country_code: values.mobileNumberCountry, | ||
// number: values.mobileNumber, | ||
// is_primary: 1, | ||
// verification_status: 0, // 1 | ||
// }, | ||
{ | ||
id: 0, | ||
type: 1, | ||
country_code: -1, | ||
number: -1, | ||
is_primary: 1, | ||
verification_status: 0, // 1 | ||
}, | ||
], | ||
@@ -224,10 +224,10 @@ authentication: [ | ||
phone: [ | ||
// { | ||
// id: 0, | ||
// type: 1, | ||
// country_code: values.mobileNumberCountry, | ||
// number: values.mobileNumber, | ||
// is_primary: 1, | ||
// verification_status: 1, | ||
// }, | ||
{ | ||
id: 0, | ||
type: 1, | ||
country_code: -1, | ||
number: -1, | ||
is_primary: 1, | ||
verification_status: 1, | ||
}, | ||
], | ||
@@ -234,0 +234,0 @@ // authentication: [ |
{ | ||
"name": "ggez-banking-sdk", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"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,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
792015
25973