tek-wallet 0.0.715 → 0.0.716

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.
@@ -1,4 +1,4 @@
1
- import { WealthsUserInfoDto } from "../../../../types/expose-type";
1
+ import { WealthsUserInfoDto } from "../types";
2
2
  interface WealthDepositProps {
3
3
  children: React.ReactNode;
4
4
  userInfo?: WealthsUserInfoDto;
@@ -260,4 +260,3 @@ export interface ReceiveInternalCurrency {
260
260
  decimal: number;
261
261
  link: string;
262
262
  }
263
- export * from "../components/ui/IncomeWallet/types";
@@ -1,18 +1,4 @@
1
1
  "use strict";
2
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
- if (k2 === undefined) k2 = k;
4
- var desc = Object.getOwnPropertyDescriptor(m, k);
5
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
- desc = { enumerable: true, get: function() { return m[k]; } };
7
- }
8
- Object.defineProperty(o, k2, desc);
9
- }) : (function(o, m, k, k2) {
10
- if (k2 === undefined) k2 = k;
11
- o[k2] = m[k];
12
- }));
13
- var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
- for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
- };
16
2
  Object.defineProperty(exports, "__esModule", { value: true });
17
3
  exports.REFRESH_TOKEN_STATUS = exports.LoginMessage = void 0;
18
4
  // 1. Enums
@@ -29,4 +15,3 @@ var REFRESH_TOKEN_STATUS;
29
15
  REFRESH_TOKEN_STATUS["FAILED"] = "Refresh token is failed";
30
16
  REFRESH_TOKEN_STATUS["SUCCESS"] = "Refresh token is successfully";
31
17
  })(REFRESH_TOKEN_STATUS || (exports.REFRESH_TOKEN_STATUS = REFRESH_TOKEN_STATUS = {}));
32
- __exportStar(require("../components/ui/IncomeWallet/types"), exports);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tek-wallet",
3
- "version": "0.0.715",
3
+ "version": "0.0.716",
4
4
  "description": "A custom React provider with TypeScript support",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",