@smartico/public-api 0.0.207 → 0.0.209

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.
@@ -400,6 +400,7 @@ const SAWTemplatesTransform = items => {
400
400
  activeTillDate: r.activeTillDate,
401
401
  next_available_spin_ts: r.next_available_spin_ts,
402
402
  steps_to_finish_game: r.saw_template_ui_definition.steps_to_finish_game,
403
+ custom_section_id: r.saw_template_ui_definition.custom_section_id,
403
404
  prizes: r.prizes.map(p => {
404
405
  const y = {
405
406
  id: p.saw_prize_id,