@smartico/public-api 0.0.268 → 0.0.269

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.
@@ -10,6 +10,8 @@ interface RafflePublicMeta {
10
10
  image_url: string;
11
11
  /** URL of the mobile image that represents the raffle */
12
12
  image_url_mobile: string;
13
+ /** Text for Terms and Conditions */
14
+ hint_text: string;
13
15
  /**
14
16
  * Custom data as string or JSON string that can be used in API to build custom UI
15
17
  * You can request from Smartico to define fields for your specific case that will be managed from Smartico BackOffice
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartico/public-api",
3
- "version": "0.0.268",
3
+ "version": "0.0.269",
4
4
  "description": "Smartico public API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -12,7 +12,8 @@ interface RafflePublicMeta {
12
12
  image_url: string;
13
13
  /** URL of the mobile image that represents the raffle */
14
14
  image_url_mobile: string;
15
-
15
+ /** Text for Terms and Conditions */
16
+ hint_text:string;
16
17
  /**
17
18
  * Custom data as string or JSON string that can be used in API to build custom UI
18
19
  * You can request from Smartico to define fields for your specific case that will be managed from Smartico BackOffice