@smartico/public-api 0.0.182 → 0.0.183

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.
@@ -4,13 +4,13 @@ export interface SAWPrizeUI {
4
4
  position?: number;
5
5
  name: string;
6
6
  name_original: string;
7
- aknowledge_message: string;
8
- sectors: number[];
9
- acknowledge_type: SAWAcknowledgeType;
7
+ aknowledge_message?: string;
8
+ sectors?: number[];
9
+ acknowledge_type?: SAWAcknowledgeType;
10
10
  acknowledge_dp?: string;
11
11
  font_size?: number;
12
12
  font_size_mobile?: number;
13
- sound_type: SAWWinSoundType;
13
+ sound_type?: SAWWinSoundType;
14
14
  acknowledge_dp_additional?: string;
15
15
  acknowledge_action_title_additional?: string;
16
16
  icon?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartico/public-api",
3
- "version": "0.0.182",
3
+ "version": "0.0.183",
4
4
  "description": "Smartico public API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -5,13 +5,13 @@ export interface SAWPrizeUI {
5
5
  position?: number; // for scratch card defines position of prize in the list
6
6
  name: string;
7
7
  name_original: string; // keeps original name, how it came from the servers. This is needed for the Jackpot value replacemenet
8
- aknowledge_message: string;
9
- sectors: number[];
10
- acknowledge_type: SAWAcknowledgeType;
8
+ aknowledge_message?: string;
9
+ sectors?: number[];
10
+ acknowledge_type?: SAWAcknowledgeType;
11
11
  acknowledge_dp?: string;
12
12
  font_size?: number;
13
13
  font_size_mobile?: number;
14
- sound_type: SAWWinSoundType;
14
+ sound_type?: SAWWinSoundType;
15
15
  acknowledge_dp_additional?: string;
16
16
  acknowledge_action_title_additional?: string;
17
17
  icon?: string;