@smartico/public-api 0.0.179 → 0.0.180
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.js
CHANGED
|
@@ -375,12 +375,12 @@ var MiniGamePrizeTypeNamed = function MiniGamePrizeTypeNamed(type) {
|
|
|
375
375
|
|
|
376
376
|
var SAWTemplatesTransform = function SAWTemplatesTransform(items) {
|
|
377
377
|
return items.map(function (r) {
|
|
378
|
-
var _r$saw_skin_ui_defini
|
|
378
|
+
var _r$saw_skin_ui_defini;
|
|
379
379
|
var x = {
|
|
380
380
|
id: r.saw_template_id,
|
|
381
381
|
name: r.saw_template_ui_definition.name,
|
|
382
382
|
description: r.saw_template_ui_definition.description,
|
|
383
|
-
thumbnail: (_r$saw_skin_ui_defini = r.saw_skin_ui_definition) != null && _r$saw_skin_ui_defini.skin_folder ?
|
|
383
|
+
thumbnail: r.saw_template_ui_definition.thumbnail ? r.saw_template_ui_definition.thumbnail : (_r$saw_skin_ui_defini = r.saw_skin_ui_definition) != null && _r$saw_skin_ui_defini.skin_folder ? r.saw_skin_ui_definition.skin_folder + "/ico.png" : "https://d312ucx3huj7iy.cloudfront.net/gf/images/saw/" + r.saw_skin_key + "/ico.png",
|
|
384
384
|
over_limit_message: r.saw_template_ui_definition.over_limit_message,
|
|
385
385
|
no_attempts_message: r.saw_template_ui_definition.no_attempts_message,
|
|
386
386
|
jackpot_symbol: r.saw_template_ui_definition.jackpot_symbol,
|