UNPKG

ggez-banking-sdk

Version:

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.

58 lines (57 loc) 1.59 kB
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.userData = void 0; const dayjs_1 = __importDefault(require("dayjs")); const utc_1 = __importDefault(require("dayjs/plugin/utc")); const timezone_1 = __importDefault(require("dayjs/plugin/timezone")); dayjs_1.default.extend(utc_1.default); dayjs_1.default.extend(timezone_1.default); exports.userData = { result: null, info: null, personal_info: null, address: null, addresses: null, email: null, phone: null, security: null, preferences: null, identification: null, bank_account: null, credit_card: null, notification: null, documents: null, currency: null, credit_limit: null, account: null, group: null, terms_conditions: null, device_info: null, device: null, device_history: null, commerce: null, external_auth: null, validation_data: null, relationship: null, geo_coordinates: null, custom_field: null, history: null, access_rule: null, ticket: null, general_requirements: null, organization: null, authentication_data: null, crypto_address: null, activity: null, notes: null, last_activity: null, authentication: null, validate: null, function_code: null, response_time: null, time_zone: `UTC ${dayjs_1.default.tz(new Date()).format("Z")}`, time_zone_name: dayjs_1.default.tz.guess(), };