@smartico/public-api 0.0.130 → 0.0.131

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.
@@ -24,4 +24,5 @@ export interface SAWTemplate {
24
24
  skin_folder: string;
25
25
  skin_css: string;
26
26
  };
27
+ requires_prize_claim?: boolean;
27
28
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartico/public-api",
3
- "version": "0.0.130",
3
+ "version": "0.0.131",
4
4
  "description": "Smartico public API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -33,4 +33,8 @@ export interface SAWTemplate {
33
33
  skin_folder: string;
34
34
  skin_css: string;
35
35
  };
36
+
37
+
38
+ // AA: releavnt only in the context of the SAWPrizeDropWinPush
39
+ requires_prize_claim?: boolean;
36
40
  }