JS SDK v1.123.0
16 days ago by Viktor Yordanov
Added
Info Page Content Resolution System
- Centralized service for resolving rules and adContent from related info pages
- Automatically fetches and populates empty
rulesandadContentfields from related info pagesIntegration Across All Game Types
Info page content resolution has been integrated into the following namespaces:
MiniGames (ClassicQuiz, EitherOr, PersonalityQuiz)
getClassicQuizzes()andgetClassicQuizById()getEitherOrs()andgetEitherOrById()getPersonalityQuizzes()andgetPersonalityQuizById()Voting (Polls)
getPolls()andgetPollById()TopX
getGames()andgetGameById()getMyGameEditions()andgetUserGameEditions()MatchQuiz
getGames()andgetGameById()getMyGameEditions()andgetUserGameEditions()Loyalty (Templates)
getTemplatesandgetTemplateByIdBracketGame
getGames()andgetGameById()StandingGame
getGames()andgetGameById()EventGame
getGames()andgetGameById()
Changed
Template Model Enhancement
- Replaced
RelatedEntitywithRelatedEntityRelationshipinTemplateModel
- This change enables templates to support info page content resolution with relationship types like
rulesFromandadContentFrom
