60p82u21t54k 1.2.6 → 1.2.8

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.
@@ -2513,14 +2513,15 @@ const getGetBankCardDataResponse = (raw) => {
2513
2513
  };
2514
2514
  })) != null ? _f : [],
2515
2515
  cryptoAccount: (_h = (_g = raw.mdAccountCrypto) == null ? void 0 : _g.map((item) => {
2516
- var _a2, _b2, _c2, _d2;
2516
+ var _a2, _b2, _c2, _d2, _e2;
2517
2517
  return {
2518
2518
  id: item.id,
2519
2519
  name: (_c2 = (_b2 = raw.mdCryptoDetail) == null ? void 0 : _b2.cryptoNetworks[(_a2 = raw.mdCryptoDetail) == null ? void 0 : _a2.cryptoNetworks.findIndex(
2520
2520
  (network) => item.cn_id == network.id
2521
2521
  )].name) != null ? _c2 : "",
2522
2522
  networkId: (_d2 = item.cn_id) != null ? _d2 : 0,
2523
- address: item.address
2523
+ address: item.address,
2524
+ bankId: (_e2 = item.bankindex) != null ? _e2 : 0
2524
2525
  };
2525
2526
  })) != null ? _h : [],
2526
2527
  cryptoDetail: {
@@ -5647,7 +5648,7 @@ const getGetCryptoSelectedResponse = (raw) => {
5647
5648
  data: {
5648
5649
  cryptoId: (_b = (_a = raw.data) == null ? void 0 : _a.cr_id) != null ? _b : "",
5649
5650
  cryptoName: (_d = (_c = raw.data) == null ? void 0 : _c.code) != null ? _d : "",
5650
- coinAmount: (_f = Number((_e = raw.data) == null ? void 0 : _e.amount)) != null ? _f : 0,
5651
+ coinAmount: (_f = (_e = raw.data) == null ? void 0 : _e.amount) != null ? _f : "",
5651
5652
  fiatAmount: ((_h = Number((_g = raw.data) == null ? void 0 : _g.amount)) != null ? _h : 0) * ((_j = Number((_i = raw.data) == null ? void 0 : _i.final_rate)) != null ? _j : 0),
5652
5653
  rate: (_l = Number((_k = raw.data) == null ? void 0 : _k.final_rate)) != null ? _l : 0
5653
5654
  }