@smartico/public-api 0.0.266 → 0.0.268

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;
@@ -5,8 +5,8 @@ export declare enum TournamentRegistrationType {
5
5
  BUY_IN_POINTS = 3,
6
6
  MANUAL_APPROVAL = 4,
7
7
  REQUIRES_QUALIFICATION = 5,
8
- BUY_IN_GEMS = 15,
9
- BUY_IN_DIAMONDS = 16
8
+ BUY_IN_GEMS = 6,
9
+ BUY_IN_DIAMONDS = 7
10
10
  }
11
11
  export type TournamentRegistrationTypeName = 'AUTO' | 'OPT_IN' | 'BUY_IN_POINTS' | 'MANUAL_APPROVAL' | 'REQUIRES_QUALIFICATION' | 'BUY_IN_GEMS' | 'BUY_IN_DIAMONDS' | 'UNKNOWN';
12
12
  /** @hidden */
package/dist/index.js CHANGED
@@ -1355,8 +1355,8 @@ exports.TournamentRegistrationType = void 0;
1355
1355
  TournamentRegistrationType[TournamentRegistrationType["BUY_IN_POINTS"] = 3] = "BUY_IN_POINTS";
1356
1356
  TournamentRegistrationType[TournamentRegistrationType["MANUAL_APPROVAL"] = 4] = "MANUAL_APPROVAL";
1357
1357
  TournamentRegistrationType[TournamentRegistrationType["REQUIRES_QUALIFICATION"] = 5] = "REQUIRES_QUALIFICATION";
1358
- TournamentRegistrationType[TournamentRegistrationType["BUY_IN_GEMS"] = 15] = "BUY_IN_GEMS";
1359
- TournamentRegistrationType[TournamentRegistrationType["BUY_IN_DIAMONDS"] = 16] = "BUY_IN_DIAMONDS";
1358
+ TournamentRegistrationType[TournamentRegistrationType["BUY_IN_GEMS"] = 6] = "BUY_IN_GEMS";
1359
+ TournamentRegistrationType[TournamentRegistrationType["BUY_IN_DIAMONDS"] = 7] = "BUY_IN_DIAMONDS";
1360
1360
  // BUY_IN_CASH = 5???,
1361
1361
  })(exports.TournamentRegistrationType || (exports.TournamentRegistrationType = {}));
1362
1362
  /** @hidden */