@smartico/public-api 0.0.181 → 0.0.183

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.
@@ -408,7 +408,9 @@ const SAWTemplatesTransform = items => {
408
408
  wins_count: p.wins_count,
409
409
  weekdays: p.weekdays,
410
410
  active_from_ts: p.active_from_ts,
411
- active_till_ts: p.active_till_ts
411
+ active_till_ts: p.active_till_ts,
412
+ active_from: p.active_from,
413
+ active_till: p.active_till
412
414
  };
413
415
  return y;
414
416
  })