@smartico/public-api 0.0.304 → 0.0.305

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.
@@ -1336,7 +1336,9 @@ const UserAchievementTransform = items => {
1336
1336
  completed_this_week: completedThisWeek,
1337
1337
  completed_this_month: completedThisMonth,
1338
1338
  custom_section_type_id: r.ach_public_meta.custom_section_type_id,
1339
- availability_status: MissionUtils.getAvailabilityStatus(r)
1339
+ availability_status: MissionUtils.getAvailabilityStatus(r),
1340
+ claim_button_title: r.ach_public_meta.claim_button_title,
1341
+ claim_button_action: r.ach_public_meta.claim_button_action
1340
1342
  };
1341
1343
  if (r.ach_status_id === AchievementStatus.Recurring) {
1342
1344
  x.next_recurrence_date_ts = r.next_recurrence_date_ts;