@smartico/public-api 0.0.210 → 0.0.211

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,6 +5,7 @@ export interface SAWTemplateUI {
5
5
  name: string;
6
6
  description?: string;
7
7
  over_limit_message?: string;
8
+ hide_prize_names?: string;
8
9
  no_attempts_message?: string;
9
10
  thumbnail?: string;
10
11
  sectors_count: number;
@@ -376,6 +376,7 @@ export interface SAWTemplateUI {
376
376
  name: string;
377
377
  description?: string;
378
378
  over_limit_message?: string;
379
+ hide_prize_names?: string;
379
380
  no_attempts_message?: string;
380
381
  thumbnail?: string;
381
382
  sectors_count: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartico/public-api",
3
- "version": "0.0.210",
3
+ "version": "0.0.211",
4
4
  "description": "Smartico public API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -6,6 +6,7 @@ export interface SAWTemplateUI {
6
6
  name: string;
7
7
  description?: string;
8
8
  over_limit_message?: string;
9
+ hide_prize_names?: string;
9
10
  no_attempts_message?: string;
10
11
  thumbnail?: string;
11
12
  sectors_count: number;
@@ -378,6 +378,7 @@ export interface SAWTemplateUI {
378
378
  name: string;
379
379
  description?: string;
380
380
  over_limit_message?: string;
381
+ hide_prize_names?: string;
381
382
  no_attempts_message?: string;
382
383
  thumbnail?: string;
383
384
  sectors_count: number;