60p82u21t54k 1.2.7 → 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.
- package/dist/60p82u21t54k.cjs.js +1 -1
- package/dist/60p82u21t54k.es.js +3 -2
- package/dist/60p82u21t54k.umd.js +1 -1
- package/dist/model/getBankCardData/getGetBankCardDataResponse.d.ts.map +1 -1
- package/dist/model/getBankCardData/type.d.ts +1 -0
- package/dist/model/getBankCardData/type.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/60p82u21t54k.es.js
CHANGED
|
@@ -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: {
|