@smartico/public-api 0.0.164 → 0.0.166
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.
- package/dist/MiniGames/SAWPrizeUI.d.ts +2 -0
- package/dist/Quiz/SportTypes.d.ts +2 -2
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.modern.mjs +1 -1
- package/dist/index.modern.mjs.map +1 -1
- package/package.json +1 -1
- package/src/MiniGames/SAWPrizeUI.ts +2 -0
- package/src/Quiz/SportTypes.ts +1 -1
|
@@ -11,6 +11,8 @@ export interface SAWPrizeUI {
|
|
|
11
11
|
font_size?: number;
|
|
12
12
|
font_size_mobile?: number;
|
|
13
13
|
sound_type: SAWWinSoundType;
|
|
14
|
+
acknowledge_dp_additional?: string;
|
|
15
|
+
acknowledge_action_title_additional?: string;
|
|
14
16
|
icon?: string;
|
|
15
17
|
replace_name_with_image?: boolean;
|
|
16
18
|
acknowledge_action_title?: string;
|
package/dist/index.js
CHANGED
|
@@ -3339,8 +3339,8 @@ CookieStore.cookieStore = new typescriptMap.TSMap();
|
|
|
3339
3339
|
exports.QuizSportType = void 0;
|
|
3340
3340
|
(function (QuizSportType) {
|
|
3341
3341
|
QuizSportType[QuizSportType["Soccer"] = 1] = "Soccer";
|
|
3342
|
+
QuizSportType[QuizSportType["Basketball"] = 2] = "Basketball";
|
|
3342
3343
|
QuizSportType[QuizSportType["Tennis"] = 5] = "Tennis";
|
|
3343
|
-
QuizSportType[QuizSportType["Basketball"] = 6] = "Basketball";
|
|
3344
3344
|
})(exports.QuizSportType || (exports.QuizSportType = {}));
|
|
3345
3345
|
var quizSupportedSports = [exports.QuizSportType.Basketball, exports.QuizSportType.Soccer, exports.QuizSportType.Tennis];
|
|
3346
3346
|
|