ggez-banking-sdk
Advanced tools
Comparing version 0.0.31 to 0.0.32
@@ -901,3 +901,4 @@ export declare enum RequestStatus { | ||
Partnerships = 7, | ||
Individual_Group = 8 | ||
Individual_Group = 8, | ||
Other = 9 | ||
} | ||
@@ -904,0 +905,0 @@ export declare enum UserType { |
@@ -7,3 +7,2 @@ "use strict"; | ||
const enum_1 = require("../constants/enum"); | ||
//import { fingerPrintHandler } from "../utils"; | ||
const clientjs_1 = require("clientjs"); | ||
@@ -14,2 +13,3 @@ const data_1 = require("./data"); | ||
const timezone_1 = __importDefault(require("dayjs/plugin/timezone")); | ||
const utils_1 = require("../utils"); | ||
dayjs_1.default.extend(utc_1.default); | ||
@@ -113,3 +113,3 @@ dayjs_1.default.extend(timezone_1.default); | ||
}, preferences: { | ||
preferred_language_code: "en", | ||
preferred_language_code: values.preferredLanguageCode, | ||
enable_promotion_notification: "1", | ||
@@ -120,3 +120,3 @@ enable_email_notification: "1", | ||
enable_device_authentication: "1", | ||
time_zone: "UTC +02:30", | ||
time_zone: (0, utils_1.getTimezone)(), | ||
}, currency: [ | ||
@@ -194,3 +194,3 @@ { | ||
}, preferences: { | ||
preferred_language_code: "en", | ||
preferred_language_code: values.preferredLanguageCode, | ||
enable_promotion_notification: "1", | ||
@@ -201,3 +201,3 @@ enable_email_notification: "1", | ||
enable_device_authentication: "1", | ||
time_zone: "UTC +02:30", | ||
time_zone: (0, utils_1.getTimezone)(), | ||
}, currency: [ | ||
@@ -204,0 +204,0 @@ { |
@@ -24,2 +24,3 @@ import { Dispatch, SetStateAction } from "react"; | ||
mobileNumberCountry: string; | ||
preferredLanguageCode: string; | ||
} | ||
@@ -61,2 +62,3 @@ export interface LoginRequestInterface { | ||
mobileNumberCountry: string; | ||
preferredLanguageCode: string; | ||
} | ||
@@ -63,0 +65,0 @@ export interface LoginWithGoogleInterface { |
{ | ||
"name": "ggez-banking-sdk", | ||
"version": "0.0.31", | ||
"version": "0.0.32", | ||
"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
Sorry, the diff of this file is too big to display
800336
25214