@smartico/public-api 0.0.60 → 0.0.61

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