@opexa/portal-sdk 0.54.2 → 0.54.3

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.cjs CHANGED
@@ -1584,6 +1584,7 @@ var MEMBER_ACCOUNT_QUERY = gql`
1584
1584
  currentNewGamesCount
1585
1585
  currentBetsCount
1586
1586
  currentActiveDaysCount
1587
+ currentAchievements
1587
1588
  dateTimeLastLeveledUp
1588
1589
  currentMonthlyTurnover
1589
1590
  turnoverLevelUpProgressPercentage
@@ -7311,6 +7312,7 @@ var Transformer = class {
7311
7312
  currentActiveDaysCount: data.currentActiveDaysCount,
7312
7313
  currentBetsCount: data.currentBetsCount,
7313
7314
  currentNewGamesCount: data.currentNewGamesCount,
7315
+ currentAchievements: data.currentAchievements,
7314
7316
  currentUniqueGamesCount: data.currentUniqueGamesCount,
7315
7317
  dateTimeLastLeveledUp: new Date(data.dateTimeLastLeveledUp),
7316
7318
  currentMonthlyAchievementPoints: data.currentMonthlyAchievementPoints,