ggez-banking-sdk 0.0.66 → 0.0.67
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.
|
@@ -68,7 +68,7 @@ const Data = () => {
|
|
|
68
68
|
};
|
|
69
69
|
const dataSignUpApi = (values) => {
|
|
70
70
|
const client = new clientjs_1.ClientJS();
|
|
71
|
-
let customField =
|
|
71
|
+
let customField = [];
|
|
72
72
|
if (values.referralCode && values.referralCodeType) {
|
|
73
73
|
customField.push({
|
|
74
74
|
type: enum_1.GGEZPromotionType.referral,
|
|
@@ -178,7 +178,7 @@ const Data = () => {
|
|
|
178
178
|
};
|
|
179
179
|
const dataSignUpWithGoogle = (values) => {
|
|
180
180
|
const client = new clientjs_1.ClientJS();
|
|
181
|
-
let customField =
|
|
181
|
+
let customField = [];
|
|
182
182
|
if (values.referralCode && values.referralCodeType) {
|
|
183
183
|
customField.push({
|
|
184
184
|
type: enum_1.GGEZPromotionType.referral,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ggez-banking-sdk",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.67",
|
|
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",
|