@smartico/public-api 0.0.293 → 0.0.294
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/index.modern.mjs
CHANGED
|
@@ -1782,6 +1782,7 @@ const raffleTransform = items => {
|
|
|
1782
1782
|
|
|
1783
1783
|
/** @hidden */
|
|
1784
1784
|
const drawRunTransform = res => {
|
|
1785
|
+
var _res$draw$ticket_star;
|
|
1785
1786
|
return {
|
|
1786
1787
|
id: res.draw.draw_id,
|
|
1787
1788
|
name: res.draw.public_meta.name,
|
|
@@ -1799,7 +1800,7 @@ const drawRunTransform = res => {
|
|
|
1799
1800
|
execution_ts: res.draw.execution_ts,
|
|
1800
1801
|
previous_run_ts: res.draw.previous_run_ts,
|
|
1801
1802
|
previous_run_id: res.draw.previous_run_id,
|
|
1802
|
-
ticket_start_ts: res.draw.ticket_start_ts,
|
|
1803
|
+
ticket_start_ts: (_res$draw$ticket_star = res.draw.ticket_start_ts) != null ? _res$draw$ticket_star : res.draw['ticket_start_date'],
|
|
1803
1804
|
allow_multi_prize_per_ticket: res.draw.allow_multi_prize_per_ticket,
|
|
1804
1805
|
total_tickets_count: res.draw.total_tickets_count,
|
|
1805
1806
|
my_tickets_count: res.draw.my_tickets_count,
|