musora-content-services 2.28.2 → 2.28.3

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.
Files changed (45) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/docs/ContentOrganization.html +2 -2
  3. package/docs/Gamification.html +2 -2
  4. package/docs/UserManagementSystem.html +2 -2
  5. package/docs/api_types.js.html +2 -2
  6. package/docs/config.js.html +2 -2
  7. package/docs/content-org_content-org.js.html +2 -2
  8. package/docs/content-org_playlists-types.js.html +2 -2
  9. package/docs/content-org_playlists.js.html +2 -2
  10. package/docs/content.js.html +21 -14
  11. package/docs/gamification_awards.js.html +4 -522
  12. package/docs/gamification_gamification.js.html +2 -2
  13. package/docs/gamification_types.js.html +2 -2
  14. package/docs/global.html +2 -2
  15. package/docs/index.html +2 -2
  16. package/docs/module-Awards.html +2 -2
  17. package/docs/module-Config.html +2 -2
  18. package/docs/module-Content-Services-V2.html +7 -7
  19. package/docs/module-Interests.html +2 -2
  20. package/docs/module-Permissions.html +2 -2
  21. package/docs/module-Playlists.html +2 -2
  22. package/docs/module-Railcontent-Services.html +42 -42
  23. package/docs/module-Sanity-Services.html +228 -46
  24. package/docs/module-Sessions.html +2 -2
  25. package/docs/module-UserActivity.html +49 -23
  26. package/docs/module-UserChat.html +2 -2
  27. package/docs/module-UserManagement.html +8 -8
  28. package/docs/module-UserNotifications.html +465 -21
  29. package/docs/module-UserProfile.html +106 -2
  30. package/docs/railcontent.js.html +13 -16
  31. package/docs/sanity.js.html +95 -49
  32. package/docs/userActivity.js.html +110 -87
  33. package/docs/user_chat.js.html +2 -2
  34. package/docs/user_interests.js.html +2 -2
  35. package/docs/user_management.js.html +5 -3
  36. package/docs/user_notifications.js.html +63 -15
  37. package/docs/user_permissions.js.html +2 -2
  38. package/docs/user_profile.js.html +18 -2
  39. package/docs/user_sessions.js.html +2 -2
  40. package/docs/user_types.js.html +2 -2
  41. package/docs/user_user-management-system.js.html +2 -2
  42. package/package.json +1 -1
  43. package/src/services/imageSRCVerify.js +0 -0
  44. package/src/services/railcontent.js +5 -5
  45. package/.claude/settings.local.json +0 -8
@@ -29,7 +29,7 @@
29
29
  <nav >
30
30
 
31
31
 
32
- <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-Awards.html">Awards</a><ul class='methods'><li data-type='method'><a href="module-Awards.html#.fetchAwardsForUser">fetchAwardsForUser</a></li></ul></li><li><a href="module-Config.html">Config</a><ul class='methods'><li data-type='method'><a href="module-Config.html#.initializeService">initializeService</a></li></ul></li><li><a href="module-Content-Services-V2.html">Content-Services-V2</a><ul class='methods'><li data-type='method'><a href="module-Content-Services-V2.html#.getContentRows">getContentRows</a></li><li data-type='method'><a href="module-Content-Services-V2.html#.getNewAndUpcoming">getNewAndUpcoming</a></li><li data-type='method'><a href="module-Content-Services-V2.html#.getRecent">getRecent</a></li><li data-type='method'><a href="module-Content-Services-V2.html#.getRecommendedForYou">getRecommendedForYou</a></li><li data-type='method'><a href="module-Content-Services-V2.html#.getScheduleContentRows">getScheduleContentRows</a></li><li data-type='method'><a href="module-Content-Services-V2.html#.getTabResults">getTabResults</a></li></ul></li><li><a href="module-Interests.html">Interests</a><ul class='methods'><li data-type='method'><a href="module-Interests.html#.fetchInterests">fetchInterests</a></li><li data-type='method'><a href="module-Interests.html#.fetchUninterests">fetchUninterests</a></li><li data-type='method'><a href="module-Interests.html#.markContentAsInterested">markContentAsInterested</a></li><li data-type='method'><a href="module-Interests.html#.markContentAsNotInterested">markContentAsNotInterested</a></li><li data-type='method'><a href="module-Interests.html#.removeContentAsInterested">removeContentAsInterested</a></li><li data-type='method'><a href="module-Interests.html#.removeContentAsNotInterested">removeContentAsNotInterested</a></li></ul></li><li><a href="module-Permissions.html">Permissions</a><ul class='methods'><li data-type='method'><a href="module-Permissions.html#.fetchUserPermissions">fetchUserPermissions</a></li><li data-type='method'><a href="module-Permissions.html#.reset">reset</a></li></ul></li><li><a href="module-Playlists.html">Playlists</a><ul class='methods'><li data-type='method'><a href="module-Playlists.html#.addItemToPlaylist">addItemToPlaylist</a></li><li data-type='method'><a href="module-Playlists.html#.createPlaylist">createPlaylist</a></li><li data-type='method'><a href="module-Playlists.html#.deletePlaylist">deletePlaylist</a></li><li data-type='method'><a href="module-Playlists.html#.duplicatePlaylist">duplicatePlaylist</a></li><li data-type='method'><a href="module-Playlists.html#.fetchPlaylist">fetchPlaylist</a></li><li data-type='method'><a href="module-Playlists.html#.fetchPlaylistItems">fetchPlaylistItems</a></li><li data-type='method'><a href="module-Playlists.html#.fetchUserPlaylists">fetchUserPlaylists</a></li><li data-type='method'><a href="module-Playlists.html#.togglePlaylistPrivate">togglePlaylistPrivate</a></li><li data-type='method'><a href="module-Playlists.html#.undeletePlaylist">undeletePlaylist</a></li><li data-type='method'><a href="module-Playlists.html#.updatePlaylist">updatePlaylist</a></li><li data-type='method'><a href="module-Playlists.html#~deleteItemsFromPlaylist">deleteItemsFromPlaylist</a></li><li data-type='method'><a href="module-Playlists.html#~likePlaylist">likePlaylist</a></li><li data-type='method'><a href="module-Playlists.html#~reportPlaylist">reportPlaylist</a></li><li data-type='method'><a href="module-Playlists.html#~restoreItemFromPlaylist">restoreItemFromPlaylist</a></li><li data-type='method'><a href="module-Playlists.html#~unlikePlaylist">unlikePlaylist</a></li></ul></li><li><a href="module-Railcontent-Services.html">Railcontent-Services</a><ul class='methods'><li data-type='method'><a href="module-Railcontent-Services.html#.assignModeratorToComment">assignModeratorToComment</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.closeComment">closeComment</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.createComment">createComment</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.deleteComment">deleteComment</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.editComment">editComment</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.fetchAllCompletedStates">fetchAllCompletedStates</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.fetchCarouselCardData">fetchCarouselCardData</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.fetchChallengeIndexMetadata">fetchChallengeIndexMetadata</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.fetchChallengeLessonData">fetchChallengeLessonData</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.fetchChallengeMetadata">fetchChallengeMetadata</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.fetchChallengeUserActiveChallenges">fetchChallengeUserActiveChallenges</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.fetchComment">fetchComment</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.fetchCommentRelies">fetchCommentRelies</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.fetchComments">fetchComments</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.fetchCompletedChallenges">fetchCompletedChallenges</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.fetchCompletedContent">fetchCompletedContent</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.fetchCompletedState">fetchCompletedState</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.fetchContentInProgress">fetchContentInProgress</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.fetchContentPageUserData">fetchContentPageUserData</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.fetchNextContentDataForParent">fetchNextContentDataForParent</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.fetchOwnedChallenges">fetchOwnedChallenges</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.fetchRecentUserActivities">fetchRecentUserActivities</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.fetchSongsInProgress">fetchSongsInProgress</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.fetchTopComment">fetchTopComment</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.fetchUserAward">fetchUserAward</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.fetchUserBadges">fetchUserBadges</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.fetchUserChallengeProgress">fetchUserChallengeProgress</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.fetchUserPracticeNotes">fetchUserPracticeNotes</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.likeComment">likeComment</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.openComment">openComment</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.postChallengesCommunityNotification">postChallengesCommunityNotification</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.postChallengesEnroll">postChallengesEnroll</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.postChallengesEnrollmentNotification">postChallengesEnrollmentNotification</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.postChallengesHideCompletedBanner">postChallengesHideCompletedBanner</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.postChallengesLeave">postChallengesLeave</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.postChallengesSetStartDate">postChallengesSetStartDate</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.postChallengesSoloNotification">postChallengesSoloNotification</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.postChallengesUnlock">postChallengesUnlock</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.replyToComment">replyToComment</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.reportComment">reportComment</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.restoreComment">restoreComment</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.setStudentViewForUser">setStudentViewForUser</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.unassignModeratorToComment">unassignModeratorToComment</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.unlikeComment">unlikeComment</a></li><li data-type='method'><a href="module-Railcontent-Services.html#~fetchLastInteractedChild">fetchLastInteractedChild</a></li></ul></li><li><a href="module-Sanity-Services.html">Sanity-Services</a><ul class='methods'><li data-type='method'><a href="module-Sanity-Services.html#.fetchAll">fetchAll</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchAllFilterOptions">fetchAllFilterOptions</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchAllPacks">fetchAllPacks</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchArtistLessons">fetchArtistLessons</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchArtists">fetchArtists</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchByRailContentId">fetchByRailContentId</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchByRailContentIds">fetchByRailContentIds</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchByReference">fetchByReference</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchCoachLessons">fetchCoachLessons</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchComingSoon">fetchComingSoon</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchCommentModContentData">fetchCommentModContentData</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchFoundation">fetchFoundation</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchGenreLessons">fetchGenreLessons</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchLeaving">fetchLeaving</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchLessonContent">fetchLessonContent</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchLessonsFeaturingThisContent">fetchLessonsFeaturingThisContent</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchMetadata">fetchMetadata</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchMethod">fetchMethod</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchMethodChildren">fetchMethodChildren</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchMethodChildrenIds">fetchMethodChildrenIds</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchMethodPreviousNextLesson">fetchMethodPreviousNextLesson</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchNewReleases">fetchNewReleases</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchNextPreviousLesson">fetchNextPreviousLesson</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchOtherSongVersions">fetchOtherSongVersions</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchPackAll">fetchPackAll</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchPackData">fetchPackData</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchParentForDownload">fetchParentForDownload</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchRelatedLessons">fetchRelatedLessons</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchRelatedRecommendedContent">fetchRelatedRecommendedContent</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchRelatedSongs">fetchRelatedSongs</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchReturning">fetchReturning</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchSanity">fetchSanity</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchScheduledReleases">fetchScheduledReleases</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchShowsData">fetchShowsData</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchSongArtistCount">fetchSongArtistCount</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchSongById">fetchSongById</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchUpcomingEvents">fetchUpcomingEvents</a></li><li data-type='method'><a href="module-Sanity-Services.html#.jumpToContinueContent">jumpToContinueContent</a></li><li data-type='method'><a href="module-Sanity-Services.html#~fetchRelatedByLicense">fetchRelatedByLicense</a></li><li data-type='method'><a href="module-Sanity-Services.html#~getNextAndPreviousQuarterDates">getNextAndPreviousQuarterDates</a></li><li data-type='method'><a href="module-Sanity-Services.html#~getQueryFromPage">getQueryFromPage</a></li><li data-type='method'><a href="module-Sanity-Services.html#~handleCustomFetchAll">handleCustomFetchAll</a></li></ul></li><li><a href="module-Sessions.html">Sessions</a><ul class='methods'><li data-type='method'><a href="module-Sessions.html#.login">login</a></li><li data-type='method'><a href="module-Sessions.html#.logout">logout</a></li></ul></li><li><a href="module-UserActivity.html">UserActivity</a><ul class='methods'><li data-type='method'><a href="module-UserActivity.html#.calculateLongestStreaks">calculateLongestStreaks</a></li><li data-type='method'><a href="module-UserActivity.html#.createPracticeNotes">createPracticeNotes</a></li><li data-type='method'><a href="module-UserActivity.html#.deletePracticeSession">deletePracticeSession</a></li><li data-type='method'><a href="module-UserActivity.html#.deleteUserActivity">deleteUserActivity</a></li><li data-type='method'><a href="module-UserActivity.html#.getPracticeNotes">getPracticeNotes</a></li><li data-type='method'><a href="module-UserActivity.html#.getPracticeSessions">getPracticeSessions</a></li><li data-type='method'><a href="module-UserActivity.html#.getProgressRows">getProgressRows</a></li><li data-type='method'><a href="module-UserActivity.html#.getRecentActivity">getRecentActivity</a></li><li data-type='method'><a href="module-UserActivity.html#.getUserMonthlyStats">getUserMonthlyStats</a></li><li data-type='method'><a href="module-UserActivity.html#.getUserWeeklyStats">getUserWeeklyStats</a></li><li data-type='method'><a href="module-UserActivity.html#.pinProgressRow">pinProgressRow</a></li><li data-type='method'><a href="module-UserActivity.html#.recordUserActivity">recordUserActivity</a></li><li data-type='method'><a href="module-UserActivity.html#.recordUserPractice">recordUserPractice</a></li><li data-type='method'><a href="module-UserActivity.html#.removeUserPractice">removeUserPractice</a></li><li data-type='method'><a href="module-UserActivity.html#.restorePracticeSession">restorePracticeSession</a></li><li data-type='method'><a href="module-UserActivity.html#.restoreUserPractice">restoreUserPractice</a></li><li data-type='method'><a href="module-UserActivity.html#.unpinProgressRow">unpinProgressRow</a></li><li data-type='method'><a href="module-UserActivity.html#.updatePracticeNotes">updatePracticeNotes</a></li><li data-type='method'><a href="module-UserActivity.html#.updateUserPractice">updateUserPractice</a></li></ul></li><li><a href="module-UserChat.html">UserChat</a><ul class='methods'><li data-type='method'><a href="module-UserChat.html#.fetchChatSettings">fetchChatSettings</a></li></ul></li><li><a href="module-UserManagement.html">UserManagement</a><ul class='methods'><li data-type='method'><a href="module-UserManagement.html#.blockUser">blockUser</a></li><li data-type='method'><a href="module-UserManagement.html#.deletePicture">deletePicture</a></li><li data-type='method'><a href="module-UserManagement.html#.getUserData">getUserData</a></li><li data-type='method'><a href="module-UserManagement.html#.unblockUser">unblockUser</a></li><li data-type='method'><a href="module-UserManagement.html#.uploadPicture">uploadPicture</a></li><li data-type='method'><a href="module-UserManagement.html#.uploadPictureFromS3">uploadPictureFromS3</a></li></ul></li><li><a href="module-UserNotifications.html">UserNotifications</a><ul class='methods'><li data-type='method'><a href="module-UserNotifications.html#.deleteNotification">deleteNotification</a></li><li data-type='method'><a href="module-UserNotifications.html#.fetchNotificationSettings">fetchNotificationSettings</a></li><li data-type='method'><a href="module-UserNotifications.html#.fetchNotifications">fetchNotifications</a></li><li data-type='method'><a href="module-UserNotifications.html#.fetchUnreadCount">fetchUnreadCount</a></li><li data-type='method'><a href="module-UserNotifications.html#.markAllNotificationsAsRead">markAllNotificationsAsRead</a></li><li data-type='method'><a href="module-UserNotifications.html#.markNotificationAsRead">markNotificationAsRead</a></li><li data-type='method'><a href="module-UserNotifications.html#.markNotificationAsUnread">markNotificationAsUnread</a></li><li data-type='method'><a href="module-UserNotifications.html#.updateNotificationSetting">updateNotificationSetting</a></li></ul></li><li><a href="module-UserProfile.html">UserProfile</a><ul class='methods'><li data-type='method'><a href="module-UserProfile.html#.otherStats">otherStats</a></li></ul></li></ul><h3>Namespaces</h3><ul><li><a href="ContentOrganization.html">ContentOrganization</a></li><li><a href="Gamification.html">Gamification</a></li><li><a href="UserManagementSystem.html">UserManagementSystem</a></li></ul><h3><a href="global.html">Global</a></h3>
32
+ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-Awards.html">Awards</a><ul class='methods'><li data-type='method'><a href="module-Awards.html#.fetchAwardsForUser">fetchAwardsForUser</a></li></ul></li><li><a href="module-Config.html">Config</a><ul class='methods'><li data-type='method'><a href="module-Config.html#.initializeService">initializeService</a></li></ul></li><li><a href="module-Content-Services-V2.html">Content-Services-V2</a><ul class='methods'><li data-type='method'><a href="module-Content-Services-V2.html#.getContentRows">getContentRows</a></li><li data-type='method'><a href="module-Content-Services-V2.html#.getNewAndUpcoming">getNewAndUpcoming</a></li><li data-type='method'><a href="module-Content-Services-V2.html#.getRecent">getRecent</a></li><li data-type='method'><a href="module-Content-Services-V2.html#.getRecommendedForYou">getRecommendedForYou</a></li><li data-type='method'><a href="module-Content-Services-V2.html#.getScheduleContentRows">getScheduleContentRows</a></li><li data-type='method'><a href="module-Content-Services-V2.html#.getTabResults">getTabResults</a></li></ul></li><li><a href="module-Interests.html">Interests</a><ul class='methods'><li data-type='method'><a href="module-Interests.html#.fetchInterests">fetchInterests</a></li><li data-type='method'><a href="module-Interests.html#.fetchUninterests">fetchUninterests</a></li><li data-type='method'><a href="module-Interests.html#.markContentAsInterested">markContentAsInterested</a></li><li data-type='method'><a href="module-Interests.html#.markContentAsNotInterested">markContentAsNotInterested</a></li><li data-type='method'><a href="module-Interests.html#.removeContentAsInterested">removeContentAsInterested</a></li><li data-type='method'><a href="module-Interests.html#.removeContentAsNotInterested">removeContentAsNotInterested</a></li></ul></li><li><a href="module-Permissions.html">Permissions</a><ul class='methods'><li data-type='method'><a href="module-Permissions.html#.fetchUserPermissions">fetchUserPermissions</a></li><li data-type='method'><a href="module-Permissions.html#.reset">reset</a></li></ul></li><li><a href="module-Playlists.html">Playlists</a><ul class='methods'><li data-type='method'><a href="module-Playlists.html#.addItemToPlaylist">addItemToPlaylist</a></li><li data-type='method'><a href="module-Playlists.html#.createPlaylist">createPlaylist</a></li><li data-type='method'><a href="module-Playlists.html#.deletePlaylist">deletePlaylist</a></li><li data-type='method'><a href="module-Playlists.html#.duplicatePlaylist">duplicatePlaylist</a></li><li data-type='method'><a href="module-Playlists.html#.fetchPlaylist">fetchPlaylist</a></li><li data-type='method'><a href="module-Playlists.html#.fetchPlaylistItems">fetchPlaylistItems</a></li><li data-type='method'><a href="module-Playlists.html#.fetchUserPlaylists">fetchUserPlaylists</a></li><li data-type='method'><a href="module-Playlists.html#.togglePlaylistPrivate">togglePlaylistPrivate</a></li><li data-type='method'><a href="module-Playlists.html#.undeletePlaylist">undeletePlaylist</a></li><li data-type='method'><a href="module-Playlists.html#.updatePlaylist">updatePlaylist</a></li><li data-type='method'><a href="module-Playlists.html#~deleteItemsFromPlaylist">deleteItemsFromPlaylist</a></li><li data-type='method'><a href="module-Playlists.html#~likePlaylist">likePlaylist</a></li><li data-type='method'><a href="module-Playlists.html#~reportPlaylist">reportPlaylist</a></li><li data-type='method'><a href="module-Playlists.html#~restoreItemFromPlaylist">restoreItemFromPlaylist</a></li><li data-type='method'><a href="module-Playlists.html#~unlikePlaylist">unlikePlaylist</a></li></ul></li><li><a href="module-Railcontent-Services.html">Railcontent-Services</a><ul class='methods'><li data-type='method'><a href="module-Railcontent-Services.html#.assignModeratorToComment">assignModeratorToComment</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.closeComment">closeComment</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.createComment">createComment</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.deleteComment">deleteComment</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.editComment">editComment</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.fetchAllCompletedStates">fetchAllCompletedStates</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.fetchCarouselCardData">fetchCarouselCardData</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.fetchChallengeIndexMetadata">fetchChallengeIndexMetadata</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.fetchChallengeLessonData">fetchChallengeLessonData</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.fetchChallengeMetadata">fetchChallengeMetadata</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.fetchChallengeUserActiveChallenges">fetchChallengeUserActiveChallenges</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.fetchComment">fetchComment</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.fetchCommentRelies">fetchCommentRelies</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.fetchComments">fetchComments</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.fetchCompletedChallenges">fetchCompletedChallenges</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.fetchCompletedContent">fetchCompletedContent</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.fetchCompletedState">fetchCompletedState</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.fetchContentInProgress">fetchContentInProgress</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.fetchContentPageUserData">fetchContentPageUserData</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.fetchNextContentDataForParent">fetchNextContentDataForParent</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.fetchOwnedChallenges">fetchOwnedChallenges</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.fetchRecentUserActivities">fetchRecentUserActivities</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.fetchSongsInProgress">fetchSongsInProgress</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.fetchTopComment">fetchTopComment</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.fetchUserAward">fetchUserAward</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.fetchUserBadges">fetchUserBadges</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.fetchUserChallengeProgress">fetchUserChallengeProgress</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.fetchUserPracticeNotes">fetchUserPracticeNotes</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.likeComment">likeComment</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.openComment">openComment</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.postChallengesCommunityNotification">postChallengesCommunityNotification</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.postChallengesEnroll">postChallengesEnroll</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.postChallengesEnrollmentNotification">postChallengesEnrollmentNotification</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.postChallengesHideCompletedBanner">postChallengesHideCompletedBanner</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.postChallengesLeave">postChallengesLeave</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.postChallengesSetStartDate">postChallengesSetStartDate</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.postChallengesSoloNotification">postChallengesSoloNotification</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.postChallengesUnlock">postChallengesUnlock</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.replyToComment">replyToComment</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.reportComment">reportComment</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.restoreComment">restoreComment</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.setStudentViewForUser">setStudentViewForUser</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.unassignModeratorToComment">unassignModeratorToComment</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.unlikeComment">unlikeComment</a></li><li data-type='method'><a href="module-Railcontent-Services.html#~fetchLastInteractedChild">fetchLastInteractedChild</a></li></ul></li><li><a href="module-Sanity-Services.html">Sanity-Services</a><ul class='methods'><li data-type='method'><a href="module-Sanity-Services.html#.fetchAll">fetchAll</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchAllFilterOptions">fetchAllFilterOptions</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchAllPacks">fetchAllPacks</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchArtistLessons">fetchArtistLessons</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchArtists">fetchArtists</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchByRailContentId">fetchByRailContentId</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchByRailContentIds">fetchByRailContentIds</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchByReference">fetchByReference</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchCoachLessons">fetchCoachLessons</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchComingSoon">fetchComingSoon</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchCommentModContentData">fetchCommentModContentData</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchFoundation">fetchFoundation</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchGenreLessons">fetchGenreLessons</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchLeaving">fetchLeaving</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchLessonContent">fetchLessonContent</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchLessonsFeaturingThisContent">fetchLessonsFeaturingThisContent</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchMetadata">fetchMetadata</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchMethod">fetchMethod</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchMethodChildren">fetchMethodChildren</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchMethodChildrenIds">fetchMethodChildrenIds</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchMethodPreviousNextLesson">fetchMethodPreviousNextLesson</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchNewReleases">fetchNewReleases</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchNextPreviousLesson">fetchNextPreviousLesson</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchOtherSongVersions">fetchOtherSongVersions</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchPackAll">fetchPackAll</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchPackData">fetchPackData</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchParentForDownload">fetchParentForDownload</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchRelatedLessons">fetchRelatedLessons</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchRelatedRecommendedContent">fetchRelatedRecommendedContent</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchRelatedSongs">fetchRelatedSongs</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchReturning">fetchReturning</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchSanity">fetchSanity</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchScheduledReleases">fetchScheduledReleases</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchShowsData">fetchShowsData</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchSiblingContent">fetchSiblingContent</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchSongArtistCount">fetchSongArtistCount</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchSongById">fetchSongById</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchUpcomingEvents">fetchUpcomingEvents</a></li><li data-type='method'><a href="module-Sanity-Services.html#.jumpToContinueContent">jumpToContinueContent</a></li><li data-type='method'><a href="module-Sanity-Services.html#~fetchRelatedByLicense">fetchRelatedByLicense</a></li><li data-type='method'><a href="module-Sanity-Services.html#~getNextAndPreviousQuarterDates">getNextAndPreviousQuarterDates</a></li><li data-type='method'><a href="module-Sanity-Services.html#~getQueryFromPage">getQueryFromPage</a></li><li data-type='method'><a href="module-Sanity-Services.html#~handleCustomFetchAll">handleCustomFetchAll</a></li></ul></li><li><a href="module-Sessions.html">Sessions</a><ul class='methods'><li data-type='method'><a href="module-Sessions.html#.login">login</a></li><li data-type='method'><a href="module-Sessions.html#.logout">logout</a></li></ul></li><li><a href="module-UserActivity.html">UserActivity</a><ul class='methods'><li data-type='method'><a href="module-UserActivity.html#.calculateLongestStreaks">calculateLongestStreaks</a></li><li data-type='method'><a href="module-UserActivity.html#.createPracticeNotes">createPracticeNotes</a></li><li data-type='method'><a href="module-UserActivity.html#.deletePracticeSession">deletePracticeSession</a></li><li data-type='method'><a href="module-UserActivity.html#.deleteUserActivity">deleteUserActivity</a></li><li data-type='method'><a href="module-UserActivity.html#.getPracticeNotes">getPracticeNotes</a></li><li data-type='method'><a href="module-UserActivity.html#.getPracticeSessions">getPracticeSessions</a></li><li data-type='method'><a href="module-UserActivity.html#.getProgressRows">getProgressRows</a></li><li data-type='method'><a href="module-UserActivity.html#.getRecentActivity">getRecentActivity</a></li><li data-type='method'><a href="module-UserActivity.html#.getUserMonthlyStats">getUserMonthlyStats</a></li><li data-type='method'><a href="module-UserActivity.html#.getUserWeeklyStats">getUserWeeklyStats</a></li><li data-type='method'><a href="module-UserActivity.html#.pinProgressRow">pinProgressRow</a></li><li data-type='method'><a href="module-UserActivity.html#.recordUserActivity">recordUserActivity</a></li><li data-type='method'><a href="module-UserActivity.html#.recordUserPractice">recordUserPractice</a></li><li data-type='method'><a href="module-UserActivity.html#.removeUserPractice">removeUserPractice</a></li><li data-type='method'><a href="module-UserActivity.html#.restorePracticeSession">restorePracticeSession</a></li><li data-type='method'><a href="module-UserActivity.html#.restoreUserPractice">restoreUserPractice</a></li><li data-type='method'><a href="module-UserActivity.html#.unpinProgressRow">unpinProgressRow</a></li><li data-type='method'><a href="module-UserActivity.html#.updatePracticeNotes">updatePracticeNotes</a></li><li data-type='method'><a href="module-UserActivity.html#.updateUserPractice">updateUserPractice</a></li></ul></li><li><a href="module-UserChat.html">UserChat</a><ul class='methods'><li data-type='method'><a href="module-UserChat.html#.fetchChatSettings">fetchChatSettings</a></li></ul></li><li><a href="module-UserManagement.html">UserManagement</a><ul class='methods'><li data-type='method'><a href="module-UserManagement.html#.blockUser">blockUser</a></li><li data-type='method'><a href="module-UserManagement.html#.deletePicture">deletePicture</a></li><li data-type='method'><a href="module-UserManagement.html#.getUserData">getUserData</a></li><li data-type='method'><a href="module-UserManagement.html#.unblockUser">unblockUser</a></li><li data-type='method'><a href="module-UserManagement.html#.uploadPicture">uploadPicture</a></li><li data-type='method'><a href="module-UserManagement.html#.uploadPictureFromS3">uploadPictureFromS3</a></li></ul></li><li><a href="module-UserNotifications.html">UserNotifications</a><ul class='methods'><li data-type='method'><a href="module-UserNotifications.html#.deleteNotification">deleteNotification</a></li><li data-type='method'><a href="module-UserNotifications.html#.fetchLiveEventPollingState">fetchLiveEventPollingState</a></li><li data-type='method'><a href="module-UserNotifications.html#.fetchNotificationSettings">fetchNotificationSettings</a></li><li data-type='method'><a href="module-UserNotifications.html#.fetchNotifications">fetchNotifications</a></li><li data-type='method'><a href="module-UserNotifications.html#.fetchUnreadCount">fetchUnreadCount</a></li><li data-type='method'><a href="module-UserNotifications.html#.markAllNotificationsAsRead">markAllNotificationsAsRead</a></li><li data-type='method'><a href="module-UserNotifications.html#.markNotificationAsRead">markNotificationAsRead</a></li><li data-type='method'><a href="module-UserNotifications.html#.markNotificationAsUnread">markNotificationAsUnread</a></li><li data-type='method'><a href="module-UserNotifications.html#.pauseLiveEventPolling">pauseLiveEventPolling</a></li><li data-type='method'><a href="module-UserNotifications.html#.startLiveEventPolling">startLiveEventPolling</a></li><li data-type='method'><a href="module-UserNotifications.html#.updateNotificationSetting">updateNotificationSetting</a></li></ul></li><li><a href="module-UserProfile.html">UserProfile</a><ul class='methods'><li data-type='method'><a href="module-UserProfile.html#.deleteProfilePicture">deleteProfilePicture</a></li><li data-type='method'><a href="module-UserProfile.html#.otherStats">otherStats</a></li></ul></li></ul><h3>Namespaces</h3><ul><li><a href="ContentOrganization.html">ContentOrganization</a></li><li><a href="Gamification.html">Gamification</a></li><li><a href="UserManagementSystem.html">UserManagementSystem</a></li></ul><h3><a href="global.html">Global</a></h3>
33
33
 
34
34
  </nav>
35
35
 
@@ -179,7 +179,7 @@
179
179
 
180
180
  <dt class="tag-source">Source:</dt>
181
181
  <dd class="tag-source"><ul class="dummy"><li>
182
- <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line676">line 676</a>
182
+ <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line681">line 681</a>
183
183
  </li></ul></dd>
184
184
 
185
185
 
@@ -330,7 +330,7 @@
330
330
 
331
331
  <dt class="tag-source">Source:</dt>
332
332
  <dd class="tag-source"><ul class="dummy"><li>
333
- <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line712">line 712</a>
333
+ <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line717">line 717</a>
334
334
  </li></ul></dd>
335
335
 
336
336
 
@@ -481,7 +481,7 @@
481
481
 
482
482
  <dt class="tag-source">Source:</dt>
483
483
  <dd class="tag-source"><ul class="dummy"><li>
484
- <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line663">line 663</a>
484
+ <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line668">line 668</a>
485
485
  </li></ul></dd>
486
486
 
487
487
 
@@ -656,7 +656,7 @@
656
656
 
657
657
  <dt class="tag-source">Source:</dt>
658
658
  <dd class="tag-source"><ul class="dummy"><li>
659
- <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line633">line 633</a>
659
+ <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line638">line 638</a>
660
660
  </li></ul></dd>
661
661
 
662
662
 
@@ -807,7 +807,7 @@
807
807
 
808
808
  <dt class="tag-source">Source:</dt>
809
809
  <dd class="tag-source"><ul class="dummy"><li>
810
- <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line737">line 737</a>
810
+ <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line742">line 742</a>
811
811
  </li></ul></dd>
812
812
 
813
813
 
@@ -1150,7 +1150,7 @@
1150
1150
 
1151
1151
  <dt class="tag-source">Source:</dt>
1152
1152
  <dd class="tag-source"><ul class="dummy"><li>
1153
- <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line460">line 460</a>
1153
+ <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line465">line 465</a>
1154
1154
  </li></ul></dd>
1155
1155
 
1156
1156
 
@@ -1255,7 +1255,7 @@ Intended to be used on the index page for challenges</li></ul></dd>
1255
1255
 
1256
1256
  <dt class="tag-source">Source:</dt>
1257
1257
  <dd class="tag-source"><ul class="dummy"><li>
1258
- <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line424">line 424</a>
1258
+ <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line429">line 429</a>
1259
1259
  </li></ul></dd>
1260
1260
 
1261
1261
 
@@ -1409,7 +1409,7 @@ Intended to be used on the index page for challenges</li></ul></dd>
1409
1409
 
1410
1410
  <dt class="tag-source">Source:</dt>
1411
1411
  <dd class="tag-source"><ul class="dummy"><li>
1412
- <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line362">line 362</a>
1412
+ <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line367">line 367</a>
1413
1413
  </li></ul></dd>
1414
1414
 
1415
1415
 
@@ -1557,7 +1557,7 @@ Intended to be used on the index page for challenges</li></ul></dd>
1557
1557
 
1558
1558
  <dt class="tag-source">Source:</dt>
1559
1559
  <dd class="tag-source"><ul class="dummy"><li>
1560
- <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line351">line 351</a>
1560
+ <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line356">line 356</a>
1561
1561
  </li></ul></dd>
1562
1562
 
1563
1563
 
@@ -1705,7 +1705,7 @@ Intended to be used on the index page for challenges</li></ul></dd>
1705
1705
 
1706
1706
  <dt class="tag-source">Source:</dt>
1707
1707
  <dd class="tag-source"><ul class="dummy"><li>
1708
- <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line449">line 449</a>
1708
+ <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line454">line 454</a>
1709
1709
  </li></ul></dd>
1710
1710
 
1711
1711
 
@@ -1809,7 +1809,7 @@ Intended to be used on the index page for challenges</li></ul></dd>
1809
1809
 
1810
1810
  <dt class="tag-source">Source:</dt>
1811
1811
  <dd class="tag-source"><ul class="dummy"><li>
1812
- <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line769">line 769</a>
1812
+ <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line774">line 774</a>
1813
1813
  </li></ul></dd>
1814
1814
 
1815
1815
 
@@ -1974,7 +1974,7 @@ Intended to be used on the index page for challenges</li></ul></dd>
1974
1974
 
1975
1975
  <dt class="tag-source">Source:</dt>
1976
1976
  <dd class="tag-source"><ul class="dummy"><li>
1977
- <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line624">line 624</a>
1977
+ <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line629">line 629</a>
1978
1978
  </li></ul></dd>
1979
1979
 
1980
1980
 
@@ -2173,7 +2173,7 @@ Intended to be used on the index page for challenges</li></ul></dd>
2173
2173
 
2174
2174
  <dt class="tag-source">Source:</dt>
2175
2175
  <dd class="tag-source"><ul class="dummy"><li>
2176
- <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line612">line 612</a>
2176
+ <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line617">line 617</a>
2177
2177
  </li></ul></dd>
2178
2178
 
2179
2179
 
@@ -2375,7 +2375,7 @@ Intended to be used on the index page for challenges</li></ul></dd>
2375
2375
 
2376
2376
  <dt class="tag-source">Source:</dt>
2377
2377
  <dd class="tag-source"><ul class="dummy"><li>
2378
- <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line388">line 388</a>
2378
+ <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line393">line 393</a>
2379
2379
  </li></ul></dd>
2380
2380
 
2381
2381
 
@@ -3662,7 +3662,7 @@ Intended to be used on the index page for challenges</li></ul></dd>
3662
3662
 
3663
3663
  <dt class="tag-source">Source:</dt>
3664
3664
  <dd class="tag-source"><ul class="dummy"><li>
3665
- <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line374">line 374</a>
3665
+ <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line379">line 379</a>
3666
3666
  </li></ul></dd>
3667
3667
 
3668
3668
 
@@ -3867,7 +3867,7 @@ Intended to be used on the index page for challenges</li></ul></dd>
3867
3867
 
3868
3868
  <dt class="tag-source">Source:</dt>
3869
3869
  <dd class="tag-source"><ul class="dummy"><li>
3870
- <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line908">line 908</a>
3870
+ <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line905">line 905</a>
3871
3871
  </li></ul></dd>
3872
3872
 
3873
3873
 
@@ -4370,7 +4370,7 @@ Intended to be used on the index page for challenges</li></ul></dd>
4370
4370
 
4371
4371
  <dt class="tag-source">Source:</dt>
4372
4372
  <dd class="tag-source"><ul class="dummy"><li>
4373
- <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line600">line 600</a>
4373
+ <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line605">line 605</a>
4374
4374
  </li></ul></dd>
4375
4375
 
4376
4376
 
@@ -4528,7 +4528,7 @@ Intended to be used on the index page for challenges</li></ul></dd>
4528
4528
 
4529
4529
  <dt class="tag-source">Source:</dt>
4530
4530
  <dd class="tag-source"><ul class="dummy"><li>
4531
- <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line412">line 412</a>
4531
+ <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line417">line 417</a>
4532
4532
  </li></ul></dd>
4533
4533
 
4534
4534
 
@@ -4680,7 +4680,7 @@ Intended to be used on the index page for challenges</li></ul></dd>
4680
4680
 
4681
4681
  <dt class="tag-source">Source:</dt>
4682
4682
  <dd class="tag-source"><ul class="dummy"><li>
4683
- <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line472">line 472</a>
4683
+ <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line477">line 477</a>
4684
4684
  </li></ul></dd>
4685
4685
 
4686
4686
 
@@ -4837,7 +4837,7 @@ Intended to be used on the index page for challenges</li></ul></dd>
4837
4837
 
4838
4838
  <dt class="tag-source">Source:</dt>
4839
4839
  <dd class="tag-source"><ul class="dummy"><li>
4840
- <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line401">line 401</a>
4840
+ <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line406">line 406</a>
4841
4841
  </li></ul></dd>
4842
4842
 
4843
4843
 
@@ -4985,7 +4985,7 @@ Intended to be used on the index page for challenges</li></ul></dd>
4985
4985
 
4986
4986
  <dt class="tag-source">Source:</dt>
4987
4987
  <dd class="tag-source"><ul class="dummy"><li>
4988
- <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line848">line 848</a>
4988
+ <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line845">line 845</a>
4989
4989
  </li></ul></dd>
4990
4990
 
4991
4991
 
@@ -5147,7 +5147,7 @@ Intended to be used on the index page for challenges</li></ul></dd>
5147
5147
 
5148
5148
  <dt class="tag-source">Source:</dt>
5149
5149
  <dd class="tag-source"><ul class="dummy"><li>
5150
- <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line694">line 694</a>
5150
+ <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line699">line 699</a>
5151
5151
  </li></ul></dd>
5152
5152
 
5153
5153
 
@@ -5298,7 +5298,7 @@ Intended to be used on the index page for challenges</li></ul></dd>
5298
5298
 
5299
5299
  <dt class="tag-source">Source:</dt>
5300
5300
  <dd class="tag-source"><ul class="dummy"><li>
5301
- <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line724">line 724</a>
5301
+ <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line729">line 729</a>
5302
5302
  </li></ul></dd>
5303
5303
 
5304
5304
 
@@ -5452,7 +5452,7 @@ Intended to be used on the index page for challenges</li></ul></dd>
5452
5452
 
5453
5453
  <dt class="tag-source">Source:</dt>
5454
5454
  <dd class="tag-source"><ul class="dummy"><li>
5455
- <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line544">line 544</a>
5455
+ <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line549">line 549</a>
5456
5456
  </li></ul></dd>
5457
5457
 
5458
5458
 
@@ -5610,7 +5610,7 @@ Intended to be used on the index page for challenges</li></ul></dd>
5610
5610
 
5611
5611
  <dt class="tag-source">Source:</dt>
5612
5612
  <dd class="tag-source"><ul class="dummy"><li>
5613
- <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line510">line 510</a>
5613
+ <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line515">line 515</a>
5614
5614
  </li></ul></dd>
5615
5615
 
5616
5616
 
@@ -5767,7 +5767,7 @@ Intended to be used on the index page for challenges</li></ul></dd>
5767
5767
 
5768
5768
  <dt class="tag-source">Source:</dt>
5769
5769
  <dd class="tag-source"><ul class="dummy"><li>
5770
- <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line533">line 533</a>
5770
+ <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line538">line 538</a>
5771
5771
  </li></ul></dd>
5772
5772
 
5773
5773
 
@@ -5924,7 +5924,7 @@ Intended to be used on the index page for challenges</li></ul></dd>
5924
5924
 
5925
5925
  <dt class="tag-source">Source:</dt>
5926
5926
  <dd class="tag-source"><ul class="dummy"><li>
5927
- <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line566">line 566</a>
5927
+ <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line571">line 571</a>
5928
5928
  </li></ul></dd>
5929
5929
 
5930
5930
 
@@ -6082,7 +6082,7 @@ Clears any current progress data for this challenge</li></ul></dd>
6082
6082
 
6083
6083
  <dt class="tag-source">Source:</dt>
6084
6084
  <dd class="tag-source"><ul class="dummy"><li>
6085
- <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line522">line 522</a>
6085
+ <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line527">line 527</a>
6086
6086
  </li></ul></dd>
6087
6087
 
6088
6088
 
@@ -6240,7 +6240,7 @@ Clears any existing progress data for this challenge</li></ul></dd>
6240
6240
 
6241
6241
  <dt class="tag-source">Source:</dt>
6242
6242
  <dd class="tag-source"><ul class="dummy"><li>
6243
- <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line486">line 486</a>
6243
+ <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line491">line 491</a>
6244
6244
  </li></ul></dd>
6245
6245
 
6246
6246
 
@@ -6421,7 +6421,7 @@ Clears any existing progress data for this challenge</li></ul></dd>
6421
6421
 
6422
6422
  <dt class="tag-source">Source:</dt>
6423
6423
  <dd class="tag-source"><ul class="dummy"><li>
6424
- <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line555">line 555</a>
6424
+ <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line560">line 560</a>
6425
6425
  </li></ul></dd>
6426
6426
 
6427
6427
 
@@ -6579,7 +6579,7 @@ Clears any current progress data for this challenge</li></ul></dd>
6579
6579
 
6580
6580
  <dt class="tag-source">Source:</dt>
6581
6581
  <dd class="tag-source"><ul class="dummy"><li>
6582
- <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line498">line 498</a>
6582
+ <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line503">line 503</a>
6583
6583
  </li></ul></dd>
6584
6584
 
6585
6585
 
@@ -6733,7 +6733,7 @@ Clears any current progress data for this challenge</li></ul></dd>
6733
6733
 
6734
6734
  <dt class="tag-source">Source:</dt>
6735
6735
  <dd class="tag-source"><ul class="dummy"><li>
6736
- <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line652">line 652</a>
6736
+ <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line657">line 657</a>
6737
6737
  </li></ul></dd>
6738
6738
 
6739
6739
 
@@ -6908,7 +6908,7 @@ Clears any current progress data for this challenge</li></ul></dd>
6908
6908
 
6909
6909
  <dt class="tag-source">Source:</dt>
6910
6910
  <dd class="tag-source"><ul class="dummy"><li>
6911
- <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line750">line 750</a>
6911
+ <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line755">line 755</a>
6912
6912
  </li></ul></dd>
6913
6913
 
6914
6914
 
@@ -7083,7 +7083,7 @@ Clears any current progress data for this challenge</li></ul></dd>
7083
7083
 
7084
7084
  <dt class="tag-source">Source:</dt>
7085
7085
  <dd class="tag-source"><ul class="dummy"><li>
7086
- <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line642">line 642</a>
7086
+ <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line647">line 647</a>
7087
7087
  </li></ul></dd>
7088
7088
 
7089
7089
 
@@ -7237,7 +7237,7 @@ Clears any current progress data for this challenge</li></ul></dd>
7237
7237
 
7238
7238
  <dt class="tag-source">Source:</dt>
7239
7239
  <dd class="tag-source"><ul class="dummy"><li>
7240
- <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line588">line 588</a>
7240
+ <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line593">line 593</a>
7241
7241
  </li></ul></dd>
7242
7242
 
7243
7243
 
@@ -7415,7 +7415,7 @@ Clears any current progress data for this challenge</li></ul></dd>
7415
7415
 
7416
7416
  <dt class="tag-source">Source:</dt>
7417
7417
  <dd class="tag-source"><ul class="dummy"><li>
7418
- <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line685">line 685</a>
7418
+ <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line690">line 690</a>
7419
7419
  </li></ul></dd>
7420
7420
 
7421
7421
 
@@ -7566,7 +7566,7 @@ Clears any current progress data for this challenge</li></ul></dd>
7566
7566
 
7567
7567
  <dt class="tag-source">Source:</dt>
7568
7568
  <dd class="tag-source"><ul class="dummy"><li>
7569
- <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line703">line 703</a>
7569
+ <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line708">line 708</a>
7570
7570
  </li></ul></dd>
7571
7571
 
7572
7572
 
@@ -7720,7 +7720,7 @@ Clears any current progress data for this challenge</li></ul></dd>
7720
7720
 
7721
7721
  <dt class="tag-source">Source:</dt>
7722
7722
  <dd class="tag-source"><ul class="dummy"><li>
7723
- <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line854">line 854</a>
7723
+ <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line851">line 851</a>
7724
7724
  </li></ul></dd>
7725
7725
 
7726
7726
 
@@ -7888,7 +7888,7 @@ Clears any current progress data for this challenge</li></ul></dd>
7888
7888
 
7889
7889
  <dt class="tag-source">Source:</dt>
7890
7890
  <dd class="tag-source"><ul class="dummy"><li>
7891
- <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line880">line 880</a>
7891
+ <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line877">line 877</a>
7892
7892
  </li></ul></dd>
7893
7893
 
7894
7894
 
@@ -8084,7 +8084,7 @@ Clears any current progress data for this challenge</li></ul></dd>
8084
8084
 
8085
8085
  <dt class="tag-source">Source:</dt>
8086
8086
  <dd class="tag-source"><ul class="dummy"><li>
8087
- <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line888">line 888</a>
8087
+ <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line885">line 885</a>
8088
8088
  </li></ul></dd>
8089
8089
 
8090
8090
 
@@ -8260,7 +8260,7 @@ Clears any current progress data for this challenge</li></ul></dd>
8260
8260
  <br class="clear">
8261
8261
 
8262
8262
  <footer>
8263
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Wed Jul 16 2025 14:58:03 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
8263
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Thu Jul 24 2025 18:41:52 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
8264
8264
  </footer>
8265
8265
 
8266
8266
  <script>prettyPrint();</script>