60p82u21t54k 1.2.16 → 1.2.18
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 +5 -3
- package/dist/60p82u21t54k.umd.js +1 -1
- package/dist/model/getBankCardData/getGetBankCardDataResponse.d.ts +6 -0
- 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/dist/model/getCountryMobile/getGetCountryMobileResponse.d.ts +1 -0
- package/dist/model/getCountryMobile/getGetCountryMobileResponse.d.ts.map +1 -1
- package/dist/model/getCountryMobile/type.d.ts +1 -0
- package/dist/model/getCountryMobile/type.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/60p82u21t54k.es.js
CHANGED
|
@@ -2176,7 +2176,8 @@ const getGetCountryMobileResponse = (raw) => {
|
|
|
2176
2176
|
regex: item.regex,
|
|
2177
2177
|
value: item.value,
|
|
2178
2178
|
minLength: item.minlength,
|
|
2179
|
-
maxLength: item.maxlength
|
|
2179
|
+
maxLength: item.maxlength,
|
|
2180
|
+
placeHolder: item.placeholder
|
|
2180
2181
|
};
|
|
2181
2182
|
})) != null ? _b : [];
|
|
2182
2183
|
};
|
|
@@ -2496,7 +2497,7 @@ const getGetBankCardDataResponse = (raw) => {
|
|
|
2496
2497
|
var _a, _b, _c, _d, _e, _f, _g, _h, _i, _j, _k, _l, _m;
|
|
2497
2498
|
return {
|
|
2498
2499
|
bankCard: (_b = (_a = raw.bankCard) == null ? void 0 : _a.map((item) => {
|
|
2499
|
-
var _a2, _b2, _c2, _d2;
|
|
2500
|
+
var _a2, _b2, _c2, _d2, _e2;
|
|
2500
2501
|
return {
|
|
2501
2502
|
bankIndex: item.bankindex,
|
|
2502
2503
|
bankProvince: {
|
|
@@ -2509,7 +2510,8 @@ const getGetBankCardDataResponse = (raw) => {
|
|
|
2509
2510
|
bankAccountNo: item.bankaccountno,
|
|
2510
2511
|
bankUrl: (_d2 = item.bankaddress) != null ? _d2 : "",
|
|
2511
2512
|
imgUrl: item.img,
|
|
2512
|
-
countryIndex: item.countryindex
|
|
2513
|
+
countryIndex: item.countryindex,
|
|
2514
|
+
currency: ((_e2 = raw.countries.find((country) => country.countryindex == item.countryindex)) == null ? void 0 : _e2.currency_name) || ""
|
|
2513
2515
|
};
|
|
2514
2516
|
})) != null ? _b : [],
|
|
2515
2517
|
bankList: (_d = (_c = raw.bankList) == null ? void 0 : _c.map((item) => {
|