60p82u21t54k 1.2.15 → 1.2.16

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.
@@ -6584,13 +6584,14 @@ const getMemberWalletResponse = (raw) => {
6584
6584
  status: raw.status == 1,
6585
6585
  message: (_a = raw.message) != null ? _a : "",
6586
6586
  data: (_c = (_b = raw.data) == null ? void 0 : _b.map((item) => {
6587
- var _a2, _b2, _c2, _d, _e, _f;
6587
+ var _a2, _b2, _c2, _d, _e, _f, _g;
6588
6588
  return {
6589
6589
  cryptoId: (_a2 = item.cr_id) != null ? _a2 : "",
6590
6590
  cryptoName: (_b2 = item.code) != null ? _b2 : "",
6591
6591
  coinAmount: (_c2 = item.amount) != null ? _c2 : "",
6592
6592
  fiatAmount: ((_d = Number(item.amount)) != null ? _d : 0) * ((_e = Number(item.final_rate)) != null ? _e : 0),
6593
- rate: (_f = Number(item.final_rate)) != null ? _f : 0,
6593
+ claimableAmount: (_f = item.unsettle_promo) != null ? _f : "",
6594
+ rate: (_g = Number(item.final_rate)) != null ? _g : 0,
6594
6595
  canSelect: item.canSelect == "1",
6595
6596
  selected: item.selected == 1
6596
6597
  };