@smartico/public-api 0.0.63 → 0.0.65

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.
@@ -269,7 +269,7 @@ const SAWTemplatesTransform = items => {
269
269
  jackpot_add_on_attempt: r.jackpot_add_on_attempt,
270
270
  jackpot_current: r.jackpot_current,
271
271
  spin_count: r.spin_count,
272
- next_availabe_spin_ts: r.next_availabe_spin_ts,
272
+ next_available_spin_ts: r.next_available_spin_ts,
273
273
  prizes: r.prizes.map(p => {
274
274
  const y = {
275
275
  id: p.saw_prize_id,