@smartico/public-api 0.0.103 → 0.0.104

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.
@@ -5,7 +5,6 @@ export interface SAWTemplateUI {
5
5
  description?: string;
6
6
  over_limit_message?: string;
7
7
  no_attempts_message?: string;
8
- no_points_message?: string;
9
8
  thumbnail?: string;
10
9
  sectors_count: number;
11
10
  priority: number;
@@ -58,10 +58,8 @@ export interface TMiniGameTemplate {
58
58
  next_available_spin_ts: number;
59
59
  /** The message that should be shown to the user when he cannot play the game, server rejected attempt with error code SAWSpinErrorCode.SAW_FAILED_MAX_SPINS_REACHED */
60
60
  over_limit_message: string;
61
- /** The message that should be shown to the user when he cannot play the game because he doesn't have spin attempts. */
61
+ /** The message that should be shown to the user when he cannot play the game because he doesn't have spin attempts or points. */
62
62
  no_attempts_message: string;
63
- /** The message that should be shown to the user when he cannot play the game because he doesn't have points. */
64
- no_points_message: string;
65
63
  /** Current jackpont amount, if jackpot is enabled. */
66
64
  jackpot_current: number;
67
65
  /** The amount that will be added to the jackpot every time when somebody plays the game. Note that the contribution amount is abstract, means that no money or points are deducted from the user balance. */
package/dist/index.js CHANGED
@@ -284,7 +284,6 @@ var SAWTemplatesTransform = function SAWTemplatesTransform(items) {
284
284
  thumbnail: (_r$saw_skin_ui_defini = r.saw_skin_ui_definition) != null && _r$saw_skin_ui_defini.skin_folder ? ((_r$saw_skin_ui_defini2 = r.saw_skin_ui_definition) == null ? void 0 : _r$saw_skin_ui_defini2.skin_folder) + '/ico.png' : "https://libs.smartico.ai/gf/images/saw/" + r.saw_skin_key + "/ico.png",
285
285
  over_limit_message: r.saw_template_ui_definition.over_limit_message,
286
286
  no_attempts_message: r.saw_template_ui_definition.no_attempts_message,
287
- no_points_message: r.saw_template_ui_definition.no_points_message,
288
287
  jackpot_symbol: r.saw_template_ui_definition.jackpot_symbol,
289
288
  saw_game_type: SAWGameTypeNamed(r.saw_game_type_id),
290
289
  saw_buyin_type: SAWBuyInTypeNamed(r.saw_buyin_type_id),