@smartico/public-api 0.0.207 → 0.0.208

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.
@@ -20,6 +20,6 @@ export interface SAWPrizeUI {
20
20
  custom_win_sound?: string;
21
21
  out_of_stock_message?: string;
22
22
  custom_data?: any;
23
- prize_modifiers?: PrizeModifiers;
23
+ prize_modifiers?: PrizeModifiers[];
24
24
  allow_split_decimal?: boolean;
25
25
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartico/public-api",
3
- "version": "0.0.207",
3
+ "version": "0.0.208",
4
4
  "description": "Smartico public API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -21,6 +21,6 @@ export interface SAWPrizeUI {
21
21
  custom_win_sound?: string;
22
22
  out_of_stock_message?: string;
23
23
  custom_data?: any;
24
- prize_modifiers?: PrizeModifiers; // treasure hunt specific
24
+ prize_modifiers?: PrizeModifiers[]; // treasure hunt specific
25
25
  allow_split_decimal?: boolean; // treasure hunt specific
26
26
  }