@smartico/public-api 0.0.178 → 0.0.179
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/index.modern.mjs
CHANGED
|
@@ -2806,13 +2806,15 @@ const quizNoReplacementText = '{no}';
|
|
|
2806
2806
|
const quizOddReplacementText = '{odd}';
|
|
2807
2807
|
const quizEvenReplacementText = '{even}';
|
|
2808
2808
|
const quizOrReplacementText = '{or}';
|
|
2809
|
+
const quizNoGoalsReplacementText = '{quiz_no_goals}';
|
|
2809
2810
|
const quizAnswersTrKeys = {
|
|
2810
2811
|
[quizDrawReplacementText]: 'quizAnswer_draw',
|
|
2811
2812
|
[quizYesReplacementText]: 'quizAnswer_yes',
|
|
2812
2813
|
[quizNoReplacementText]: 'quizAnswer_no',
|
|
2813
2814
|
[quizOddReplacementText]: 'quizAnswer_odd',
|
|
2814
2815
|
[quizEvenReplacementText]: 'quizAnswer_even',
|
|
2815
|
-
[quizOrReplacementText]: 'quizAnswer_or'
|
|
2816
|
+
[quizOrReplacementText]: 'quizAnswer_or',
|
|
2817
|
+
[quizNoGoalsReplacementText]: 'quizAnswer_no_goals'
|
|
2816
2818
|
};
|
|
2817
2819
|
|
|
2818
2820
|
const yesNoAnswers = [{
|
|
@@ -2833,6 +2835,10 @@ const homeAwayDrawAnswers = [...homeAwayAnswers, {
|
|
|
2833
2835
|
text: quizDrawReplacementText,
|
|
2834
2836
|
value: QuizAnswersValueType.Draw
|
|
2835
2837
|
}];
|
|
2838
|
+
const homeAwayNoGoalsAnswers = [...homeAwayAnswers, {
|
|
2839
|
+
text: quizNoGoalsReplacementText,
|
|
2840
|
+
value: QuizAnswersValueType.Draw
|
|
2841
|
+
}];
|
|
2836
2842
|
const marketsInfo = [{
|
|
2837
2843
|
type: SAWGPMarketType.OneXTwo,
|
|
2838
2844
|
name: '1x2',
|
|
@@ -2897,7 +2903,7 @@ const marketsInfo = [{
|
|
|
2897
2903
|
text: 'Who will score the first goal ?',
|
|
2898
2904
|
trKey: 'quizQuestion_firstGoal'
|
|
2899
2905
|
},
|
|
2900
|
-
answers:
|
|
2906
|
+
answers: homeAwayNoGoalsAnswers
|
|
2901
2907
|
}, {
|
|
2902
2908
|
type: SAWGPMarketType.LastGoal,
|
|
2903
2909
|
name: 'Last Goal',
|
|
@@ -2905,7 +2911,7 @@ const marketsInfo = [{
|
|
|
2905
2911
|
text: 'Who will score the last goal ?',
|
|
2906
2912
|
trKey: 'quizQuestion_lastGoal'
|
|
2907
2913
|
},
|
|
2908
|
-
answers:
|
|
2914
|
+
answers: homeAwayNoGoalsAnswers
|
|
2909
2915
|
}, {
|
|
2910
2916
|
type: SAWGPMarketType.DoubleChance,
|
|
2911
2917
|
name: 'Double Chance',
|
|
@@ -3127,5 +3133,5 @@ var JackpotType;
|
|
|
3127
3133
|
JackpotType[JackpotType["Personal"] = 2] = "Personal";
|
|
3128
3134
|
})(JackpotType || (JackpotType = {}));
|
|
3129
3135
|
|
|
3130
|
-
export { AchCategoryTransform, AchievementStatus, AchievementTaskType, AchievementType, ActivityTypeLimited, BonusItemsTransform, BonusStatus, BuyStoreItemErrorCode, ClassId, CookieStore, CoreUtils, ECacheContext, GetLevelMapResponseTransform, InboxMessageBodyTransform, InboxMessageType, InboxMessagesTransform, JackpotContributionType, JackpotType, LeaderBoardPeriodType, MiniGamePrizeTypeName, MiniGamePrizeTypeNamed, OCache, PublicLabelSettings, QuizAnswersValueType, QuizMarketPerSport, QuizSportType, SAWAcknowledgeType, SAWAcknowledgeTypeName, SAWAcknowledgeTypeNamed, SAWAskForUsername, SAWBuyInType, SAWBuyInTypeName, SAWBuyInTypeNamed, SAWGPMarketType, SAWGameType, SAWGameTypeName, SAWGameTypeNamed, SAWHistoryTransform, SAWPrizeType, SAWSpinErrorCode, SAWTemplatesTransform, SAWUtils, SAWWinSoundFiles, SAWWinSoundType, ScheduledMissionType, SmarticoAPI, StoreCategoryTransform, StoreItemPurchasedTransform, StoreItemTransform, StoreItemType, StoreItemTypeName, StoreItemTypeNamed, TournamentInstanceStatus, TournamentInstanceStatusName, TournamentItemsTransform, TournamentRegistrationError, TournamentRegistrationStatus, TournamentRegistrationStatusName, TournamentRegistrationStatusNamed, TournamentRegistrationType, TournamentRegistrationTypeGetName, TournamentType, TournamentUtils, TranslationArea, UserAchievementTransform, marketsInfo, quizAnswerAwayTeamReplacementText, quizAnswerHomeTeamReplacementText, quizAnswersTrKeys, quizDrawReplacementText, quizEvenReplacementText, quizNoReplacementText, quizOddReplacementText, quizOrReplacementText, quizSupportedSports, quizYesReplacementText, tournamentInfoItemTransform };
|
|
3136
|
+
export { AchCategoryTransform, AchievementStatus, AchievementTaskType, AchievementType, ActivityTypeLimited, BonusItemsTransform, BonusStatus, BuyStoreItemErrorCode, ClassId, CookieStore, CoreUtils, ECacheContext, GetLevelMapResponseTransform, InboxMessageBodyTransform, InboxMessageType, InboxMessagesTransform, JackpotContributionType, JackpotType, LeaderBoardPeriodType, MiniGamePrizeTypeName, MiniGamePrizeTypeNamed, OCache, PublicLabelSettings, QuizAnswersValueType, QuizMarketPerSport, QuizSportType, SAWAcknowledgeType, SAWAcknowledgeTypeName, SAWAcknowledgeTypeNamed, SAWAskForUsername, SAWBuyInType, SAWBuyInTypeName, SAWBuyInTypeNamed, SAWGPMarketType, SAWGameType, SAWGameTypeName, SAWGameTypeNamed, SAWHistoryTransform, SAWPrizeType, SAWSpinErrorCode, SAWTemplatesTransform, SAWUtils, SAWWinSoundFiles, SAWWinSoundType, ScheduledMissionType, SmarticoAPI, StoreCategoryTransform, StoreItemPurchasedTransform, StoreItemTransform, StoreItemType, StoreItemTypeName, StoreItemTypeNamed, TournamentInstanceStatus, TournamentInstanceStatusName, TournamentItemsTransform, TournamentRegistrationError, TournamentRegistrationStatus, TournamentRegistrationStatusName, TournamentRegistrationStatusNamed, TournamentRegistrationType, TournamentRegistrationTypeGetName, TournamentType, TournamentUtils, TranslationArea, UserAchievementTransform, marketsInfo, quizAnswerAwayTeamReplacementText, quizAnswerHomeTeamReplacementText, quizAnswersTrKeys, quizDrawReplacementText, quizEvenReplacementText, quizNoGoalsReplacementText, quizNoReplacementText, quizOddReplacementText, quizOrReplacementText, quizSupportedSports, quizYesReplacementText, tournamentInfoItemTransform };
|
|
3131
3137
|
//# sourceMappingURL=index.modern.mjs.map
|