@smartico/public-api 0.0.267 → 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.
@@ -13,6 +13,8 @@ export interface SAWPrizeUI {
13
13
  font_size?: number;
14
14
  font_size_mobile?: number;
15
15
  sound_type?: SAWWinSoundType;
16
+ second_btn?: string;
17
+ second_btn_action_title?: string;
16
18
  acknowledge_dp_additional?: string;
17
19
  acknowledge_action_title_additional?: string;
18
20
  icon?: string;
@@ -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