60p82u21t54k 1.2.13 → 1.2.15
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 +2 -1
- package/dist/60p82u21t54k.umd.js +1 -1
- package/dist/model/bonusCoinHistory/getBonusCoinHistoryResponse.d.ts.map +1 -1
- package/dist/model/bonusCoinHistory/type.d.ts +8 -6
- package/dist/model/bonusCoinHistory/type.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/60p82u21t54k.es.js
CHANGED
|
@@ -6643,7 +6643,8 @@ const getBonusCoinHistoryResponse = (raw) => {
|
|
|
6643
6643
|
var _a2;
|
|
6644
6644
|
return {
|
|
6645
6645
|
date: item.cdate,
|
|
6646
|
-
|
|
6646
|
+
expiryDate: item.expire,
|
|
6647
|
+
lastUpdated: item.udate,
|
|
6647
6648
|
turnOver: {
|
|
6648
6649
|
current: item.current_turnover,
|
|
6649
6650
|
total: item.total_turnover,
|