@smartico/public-api 0.0.59 → 0.0.61
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.modern.mjs
CHANGED
|
@@ -268,6 +268,7 @@ const SAWTemplatesTransform = items => {
|
|
|
268
268
|
buyin_cost_points: r.buyin_cost_points,
|
|
269
269
|
jackpot_add_on_attempt: r.jackpot_add_on_attempt,
|
|
270
270
|
jackpot_current: r.jackpot_current,
|
|
271
|
+
spin_count: r.spin_count,
|
|
271
272
|
prizes: r.prizes.map(p => {
|
|
272
273
|
const y = {
|
|
273
274
|
id: p.saw_prize_id,
|
|
@@ -1126,7 +1127,7 @@ class SmarticoAPI {
|
|
|
1126
1127
|
const message = this.buildMessage(user_ext_id, ClassId.GET_TOURNAMENT_INFO_REQUEST, {
|
|
1127
1128
|
tournamentInstanceId
|
|
1128
1129
|
});
|
|
1129
|
-
const response = await this.send(message, ClassId.
|
|
1130
|
+
const response = await this.send(message, ClassId.GET_TOURNAMENT_INFO_RESPONSE);
|
|
1130
1131
|
if ((_response$userPositio = response.userPosition) != null && _response$userPositio.avatar_id) {
|
|
1131
1132
|
response.userPosition.avatar_url = CoreUtils.avatarUrl(response.userPosition.avatar_id, this.avatarDomain);
|
|
1132
1133
|
}
|