@smartico/public-api 0.0.183 → 0.0.184

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,9 +408,7 @@ 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,
412
- active_from: p.active_from,
413
- active_till: p.active_till
411
+ active_till_ts: p.active_till_ts
414
412
  };
415
413
  return y;
416
414
  })
@@ -1259,7 +1257,7 @@ class WSAPI {
1259
1257
  *
1260
1258
  * **Example**:
1261
1259
  * ```
1262
- * _smartico.api.getUserProfile().then((result) => {
1260
+ * _smartico.api.getUserProfile(result => {
1263
1261
  * console.log(result);
1264
1262
  * });
1265
1263
  * ```