@smartico/public-api 0.0.280 → 0.0.281
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.
|
@@ -33,6 +33,7 @@ export interface SAWTemplateUI {
|
|
|
33
33
|
matchx_is_completed?: boolean;
|
|
34
34
|
matchx_general_board_users_count?: number;
|
|
35
35
|
matchx_hide_ranking?: boolean;
|
|
36
|
+
prize_pool_image?: string;
|
|
36
37
|
ask_for_username?: SAWAskForUsername;
|
|
37
38
|
show_prize_board?: boolean;
|
|
38
39
|
max_spins_period_ms?: number;
|
|
@@ -412,6 +412,7 @@ export interface SAWTemplateUI {
|
|
|
412
412
|
matchx_is_completed?: boolean;
|
|
413
413
|
matchx_general_board_users_count?: number;
|
|
414
414
|
matchx_hide_ranking?: boolean;
|
|
415
|
+
prize_pool_image?: string;
|
|
415
416
|
ask_for_username?: SAWAskForUsername;
|
|
416
417
|
show_prize_board?: boolean;
|
|
417
418
|
max_spins_period_ms?: number;
|
package/package.json
CHANGED
package/src/SmarticoLib/index.ts
CHANGED
|
@@ -414,6 +414,7 @@ export interface SAWTemplateUI {
|
|
|
414
414
|
matchx_is_completed?: boolean;
|
|
415
415
|
matchx_general_board_users_count?: number;
|
|
416
416
|
matchx_hide_ranking?: boolean;
|
|
417
|
+
prize_pool_image?: string;
|
|
417
418
|
ask_for_username?: SAWAskForUsername;
|
|
418
419
|
show_prize_board?: boolean;
|
|
419
420
|
max_spins_period_ms?: number;
|
package/tsconfig.json
CHANGED
|
@@ -18,17 +18,16 @@
|
|
|
18
18
|
"src/WSAPI/WSAPITypes.ts",
|
|
19
19
|
"src/Tournaments/TournamentRegistrationStatus.ts",
|
|
20
20
|
"src/Tournaments/TournamentRegistrationType.ts",
|
|
21
|
-
"src/
|
|
22
|
-
"src/MiniGames/
|
|
23
|
-
"src/
|
|
24
|
-
"src/MiniGames/SAWSpinErrorCode.ts",
|
|
21
|
+
"src/Bonuses/BonusStatus.ts",
|
|
22
|
+
"src/MiniGames/index.ts",
|
|
23
|
+
"src/CustomSections/AchCustomSection.ts",
|
|
25
24
|
"src/Tournaments/TournamentRegistrationError.ts",
|
|
26
25
|
"src/Store/BuyStoreItemErrorCode.ts",
|
|
27
26
|
"src/Leaderboard/LeaderBoardPeriodType.ts",
|
|
28
27
|
"src/Base/AchRelatedGame.ts",
|
|
29
28
|
"src/Jackpots/index.ts",
|
|
30
29
|
"src/Raffle/index.ts",
|
|
31
|
-
"src/Missions/AchievementAvailabilityStatus.ts"
|
|
30
|
+
"src/Missions/AchievementAvailabilityStatus.ts",
|
|
32
31
|
],
|
|
33
32
|
"out": "docs",
|
|
34
33
|
"plugin": ["typedoc-plugin-markdown", "typedoc-plugin-merge-modules"],
|