@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.
package/dist/index.js CHANGED
@@ -288,6 +288,7 @@ var SAWTemplatesTransform = function SAWTemplatesTransform(items) {
288
288
  buyin_cost_points: r.buyin_cost_points,
289
289
  jackpot_add_on_attempt: r.jackpot_add_on_attempt,
290
290
  jackpot_current: r.jackpot_current,
291
+ spin_count: r.spin_count,
291
292
  prizes: r.prizes.map(function (p) {
292
293
  var y = {
293
294
  id: p.saw_prize_id,