@smartico/public-api 0.0.321 → 0.0.322

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.
@@ -8,7 +8,7 @@ export interface SAWTemplateUI {
8
8
  name: string;
9
9
  description?: string;
10
10
  over_limit_message?: string;
11
- hide_prize_names?: string;
11
+ hide_prize_names?: boolean;
12
12
  no_attempts_message?: string;
13
13
  thumbnail?: string;
14
14
  sectors_count: number;
@@ -28,7 +28,7 @@ ___
28
28
 
29
29
  ### hide\_prize\_names
30
30
 
31
- • `Optional` **hide\_prize\_names**: `string`
31
+ • `Optional` **hide\_prize\_names**: `boolean`
32
32
 
33
33
  ___
34
34
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartico/public-api",
3
- "version": "0.0.321",
3
+ "version": "0.0.322",
4
4
  "description": "Smartico public API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -9,7 +9,7 @@ export interface SAWTemplateUI {
9
9
  name: string;
10
10
  description?: string;
11
11
  over_limit_message?: string;
12
- hide_prize_names?: string;
12
+ hide_prize_names?: boolean;
13
13
  no_attempts_message?: string;
14
14
  thumbnail?: string;
15
15
  sectors_count: number;