musora-content-services 2.1.0 → 2.2.0

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 (79) hide show
  1. package/.github/workflows/node.js.yml +0 -0
  2. package/.prettierignore +0 -0
  3. package/.prettierrc +0 -0
  4. package/CHANGELOG.md +9 -0
  5. package/README.md +0 -0
  6. package/babel.config.cjs +0 -0
  7. package/docs/Content-Organization.html +2 -2
  8. package/docs/Gamification.html +245 -0
  9. package/docs/api_types.js.html +97 -0
  10. package/docs/config.js.html +2 -2
  11. package/docs/content-org_playlists-types.js.html +3 -5
  12. package/docs/content-org_playlists.js.html +8 -9
  13. package/docs/content.js.html +2 -2
  14. package/docs/fonts/Montserrat/Montserrat-Bold.eot +0 -0
  15. package/docs/fonts/Montserrat/Montserrat-Bold.ttf +0 -0
  16. package/docs/fonts/Montserrat/Montserrat-Bold.woff +0 -0
  17. package/docs/fonts/Montserrat/Montserrat-Bold.woff2 +0 -0
  18. package/docs/fonts/Montserrat/Montserrat-Regular.eot +0 -0
  19. package/docs/fonts/Montserrat/Montserrat-Regular.ttf +0 -0
  20. package/docs/fonts/Montserrat/Montserrat-Regular.woff +0 -0
  21. package/docs/fonts/Montserrat/Montserrat-Regular.woff2 +0 -0
  22. package/docs/fonts/Source-Sans-Pro/sourcesanspro-light-webfont.eot +0 -0
  23. package/docs/fonts/Source-Sans-Pro/sourcesanspro-light-webfont.svg +0 -0
  24. package/docs/fonts/Source-Sans-Pro/sourcesanspro-light-webfont.ttf +0 -0
  25. package/docs/fonts/Source-Sans-Pro/sourcesanspro-light-webfont.woff +0 -0
  26. package/docs/fonts/Source-Sans-Pro/sourcesanspro-light-webfont.woff2 +0 -0
  27. package/docs/fonts/Source-Sans-Pro/sourcesanspro-regular-webfont.eot +0 -0
  28. package/docs/fonts/Source-Sans-Pro/sourcesanspro-regular-webfont.svg +0 -0
  29. package/docs/fonts/Source-Sans-Pro/sourcesanspro-regular-webfont.ttf +0 -0
  30. package/docs/fonts/Source-Sans-Pro/sourcesanspro-regular-webfont.woff +0 -0
  31. package/docs/fonts/Source-Sans-Pro/sourcesanspro-regular-webfont.woff2 +0 -0
  32. package/docs/gamification_awards.js.html +664 -0
  33. package/docs/gamification_gamification.js.html +76 -0
  34. package/docs/gamification_types.js.html +98 -0
  35. package/docs/global.html +1441 -153
  36. package/docs/index.html +2 -2
  37. package/docs/module-Awards.html +354 -0
  38. package/docs/module-Config.html +2 -2
  39. package/docs/module-Content-Services-V2.html +2 -2
  40. package/docs/module-Playlists.html +6 -6
  41. package/docs/module-Railcontent-Services.html +33 -194
  42. package/docs/module-Sanity-Services.html +885 -90
  43. package/docs/module-Session-Management.html +2 -2
  44. package/docs/module-User-Permissions.html +2 -2
  45. package/docs/railcontent.js.html +13 -25
  46. package/docs/sanity.js.html +76 -5
  47. package/docs/scripts/collapse.js +0 -0
  48. package/docs/scripts/commonNav.js +0 -0
  49. package/docs/scripts/linenumber.js +0 -0
  50. package/docs/scripts/nav.js +0 -0
  51. package/docs/scripts/polyfill.js +0 -0
  52. package/docs/scripts/prettify/Apache-License-2.0.txt +0 -0
  53. package/docs/scripts/prettify/lang-css.js +0 -0
  54. package/docs/scripts/prettify/prettify.js +0 -0
  55. package/docs/scripts/search.js +0 -0
  56. package/docs/styles/jsdoc.css +0 -0
  57. package/docs/styles/prettify.css +0 -0
  58. package/docs/user_permissions.js.html +3 -3
  59. package/docs/user_sessions.js.html +4 -4
  60. package/docs/user_types.js.html +2 -2
  61. package/jest.config.js +0 -0
  62. package/jsdoc.json +4 -2
  63. package/package.json +1 -1
  64. package/src/index.d.ts +5 -1
  65. package/src/index.js +5 -0
  66. package/src/lib/httpHelper.js +46 -0
  67. package/src/services/api/types.js +25 -0
  68. package/src/services/contentLikes.js +0 -0
  69. package/src/services/gamification/awards.js +592 -0
  70. package/src/services/gamification/gamification.js +4 -0
  71. package/src/services/gamification/types.js +26 -0
  72. package/src/services/railcontent.js +9 -59
  73. package/src/services/recommendations.js +8 -39
  74. package/src/services/sanity.js +12 -14
  75. package/src/services/user/management.js +35 -0
  76. package/test/live/contentProgressLive.test.js +0 -0
  77. package/test/live/railcontentLive.test.js +0 -0
  78. package/test/localStorageMock.js +0 -0
  79. package/test/log.js +0 -0
@@ -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-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-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#.fetchUserPlaylists">fetchUserPlaylists</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#.countAssignmentsAndLessons">countAssignmentsAndLessons</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#.deletePlaylist">deletePlaylist</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.deletePlaylistItem">deletePlaylistItem</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.deletePlaylistLike">deletePlaylistLike</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.duplicatePlaylist">duplicatePlaylist</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#.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#.fetchPinnedPlaylists">fetchPinnedPlaylists</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.fetchPlaylist">fetchPlaylist</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.fetchPlaylistItem">fetchPlaylistItem</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.fetchPlaylistItems">fetchPlaylistItems</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#.likeComment">likeComment</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.likePlaylist">likePlaylist</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#.pinPlaylist">pinPlaylist</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#.postChallengesCompleteLesson">postChallengesCompleteLesson</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#.reportPlaylist">reportPlaylist</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#.unpinPlaylist">unpinPlaylist</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.updatePlaylist">updatePlaylist</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.updatePlaylistItem">updatePlaylistItem</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#.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#.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#.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#~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-Session-Management.html">Session-Management</a><ul class='methods'><li data-type='method'><a href="module-Session-Management.html#.login">login</a></li><li data-type='method'><a href="module-Session-Management.html#.logout">logout</a></li></ul></li><li><a href="module-User-Permissions.html">User-Permissions</a><ul class='methods'><li data-type='method'><a href="module-User-Permissions.html#.fetchUserPermissions">fetchUserPermissions</a></li><li data-type='method'><a href="module-User-Permissions.html#.reset">reset</a></li></ul></li></ul><h3>Namespaces</h3><ul><li><a href="Content-Organization.html">Content-Organization</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-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#.fetchUserPlaylists">fetchUserPlaylists</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#.countAssignmentsAndLessons">countAssignmentsAndLessons</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#.deletePlaylist">deletePlaylist</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.deletePlaylistItem">deletePlaylistItem</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.deletePlaylistLike">deletePlaylistLike</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.duplicatePlaylist">duplicatePlaylist</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#.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#.fetchPinnedPlaylists">fetchPinnedPlaylists</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.fetchPlaylist">fetchPlaylist</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.fetchPlaylistItem">fetchPlaylistItem</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.fetchPlaylistItems">fetchPlaylistItems</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#.likeComment">likeComment</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.likePlaylist">likePlaylist</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#.pinPlaylist">pinPlaylist</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#.reportPlaylist">reportPlaylist</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#.unpinPlaylist">unpinPlaylist</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.updatePlaylist">updatePlaylist</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.updatePlaylistItem">updatePlaylistItem</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-Session-Management.html">Session-Management</a><ul class='methods'><li data-type='method'><a href="module-Session-Management.html#.login">login</a></li><li data-type='method'><a href="module-Session-Management.html#.logout">logout</a></li></ul></li><li><a href="module-User-Permissions.html">User-Permissions</a><ul class='methods'><li data-type='method'><a href="module-User-Permissions.html#.fetchUserPermissions">fetchUserPermissions</a></li><li data-type='method'><a href="module-User-Permissions.html#.reset">reset</a></li></ul></li></ul><h3>Namespaces</h3><ul><li><a href="Content-Organization.html">Content-Organization</a></li><li><a href="Gamification.html">Gamification</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#line1169">line 1169</a>
182
+ <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line1157">line 1157</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#line1205">line 1205</a>
333
+ <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line1193">line 1193</a>
334
334
  </li></ul></dd>
335
335
 
336
336
 
@@ -484,7 +484,7 @@
484
484
 
485
485
  <dt class="tag-source">Source:</dt>
486
486
  <dd class="tag-source"><ul class="dummy"><li>
487
- <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line964">line 964</a>
487
+ <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line952">line 952</a>
488
488
  </li></ul></dd>
489
489
 
490
490
 
@@ -659,7 +659,7 @@ countAssignmentsAndLessons(contentId)
659
659
 
660
660
  <dt class="tag-source">Source:</dt>
661
661
  <dd class="tag-source"><ul class="dummy"><li>
662
- <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line1156">line 1156</a>
662
+ <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line1144">line 1144</a>
663
663
  </li></ul></dd>
664
664
 
665
665
 
@@ -834,7 +834,7 @@ countAssignmentsAndLessons(contentId)
834
834
 
835
835
  <dt class="tag-source">Source:</dt>
836
836
  <dd class="tag-source"><ul class="dummy"><li>
837
- <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line1135">line 1135</a>
837
+ <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line1123">line 1123</a>
838
838
  </li></ul></dd>
839
839
 
840
840
 
@@ -991,7 +991,7 @@ If the user is authorized, it deletes both the playlist and its associated items
991
991
 
992
992
  <dt class="tag-source">Source:</dt>
993
993
  <dd class="tag-source"><ul class="dummy"><li>
994
- <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line678">line 678</a>
994
+ <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line666">line 666</a>
995
995
  </li></ul></dd>
996
996
 
997
997
 
@@ -1167,7 +1167,7 @@ If the user is unauthorized or the playlist does not exist, the promise rejects
1167
1167
 
1168
1168
  <dt class="tag-source">Source:</dt>
1169
1169
  <dd class="tag-source"><ul class="dummy"><li>
1170
- <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line891">line 891</a>
1170
+ <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line879">line 879</a>
1171
1171
  </li></ul></dd>
1172
1172
 
1173
1173
 
@@ -1432,7 +1432,7 @@ and checks if a like by the authenticated user already exists for the specified
1432
1432
 
1433
1433
  <dt class="tag-source">Source:</dt>
1434
1434
  <dd class="tag-source"><ul class="dummy"><li>
1435
- <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line773">line 773</a>
1435
+ <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line761">line 761</a>
1436
1436
  </li></ul></dd>
1437
1437
 
1438
1438
 
@@ -1610,7 +1610,7 @@ to customize the duplicated playlist. If a new name is not provided, the server
1610
1610
 
1611
1611
  <dt class="tag-source">Source:</dt>
1612
1612
  <dd class="tag-source"><ul class="dummy"><li>
1613
- <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line650">line 650</a>
1613
+ <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line638">line 638</a>
1614
1614
  </li></ul></dd>
1615
1615
 
1616
1616
 
@@ -1990,7 +1990,7 @@ The duplicated playlist contains:
1990
1990
 
1991
1991
  <dt class="tag-source">Source:</dt>
1992
1992
  <dd class="tag-source"><ul class="dummy"><li>
1993
- <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line1230">line 1230</a>
1993
+ <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line1218">line 1218</a>
1994
1994
  </li></ul></dd>
1995
1995
 
1996
1996
 
@@ -2989,7 +2989,7 @@ Intended to be used on the index page for challenges</li></ul></dd>
2989
2989
 
2990
2990
  <dt class="tag-source">Source:</dt>
2991
2991
  <dd class="tag-source"><ul class="dummy"><li>
2992
- <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line1126">line 1126</a>
2992
+ <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line1114">line 1114</a>
2993
2993
  </li></ul></dd>
2994
2994
 
2995
2995
 
@@ -3188,7 +3188,7 @@ Intended to be used on the index page for challenges</li></ul></dd>
3188
3188
 
3189
3189
  <dt class="tag-source">Source:</dt>
3190
3190
  <dd class="tag-source"><ul class="dummy"><li>
3191
- <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line1114">line 1114</a>
3191
+ <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line1102">line 1102</a>
3192
3192
  </li></ul></dd>
3193
3193
 
3194
3194
 
@@ -4882,7 +4882,7 @@ Intended to be used on the index page for challenges</li></ul></dd>
4882
4882
 
4883
4883
  <dt class="tag-source">Source:</dt>
4884
4884
  <dd class="tag-source"><ul class="dummy"><li>
4885
- <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line1060">line 1060</a>
4885
+ <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line1048">line 1048</a>
4886
4886
  </li></ul></dd>
4887
4887
 
4888
4888
 
@@ -5095,7 +5095,7 @@ The server validates the user's access to the playlist and returns playlist deta
5095
5095
 
5096
5096
  <dt class="tag-source">Source:</dt>
5097
5097
  <dd class="tag-source"><ul class="dummy"><li>
5098
- <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line795">line 795</a>
5098
+ <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line783">line 783</a>
5099
5099
  </li></ul></dd>
5100
5100
 
5101
5101
 
@@ -5264,7 +5264,7 @@ The server validates the user's access to the playlist and returns playlist deta
5264
5264
 
5265
5265
  <dt class="tag-source">Source:</dt>
5266
5266
  <dd class="tag-source"><ul class="dummy"><li>
5267
- <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line923">line 923</a>
5267
+ <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line911">line 911</a>
5268
5268
  </li></ul></dd>
5269
5269
 
5270
5270
 
@@ -5526,7 +5526,7 @@ The server combines data from the playlist and additional metadata from Sanity t
5526
5526
 
5527
5527
  <dt class="tag-source">Source:</dt>
5528
5528
  <dd class="tag-source"><ul class="dummy"><li>
5529
- <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line815">line 815</a>
5529
+ <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line803">line 803</a>
5530
5530
  </li></ul></dd>
5531
5531
 
5532
5532
 
@@ -5859,7 +5859,7 @@ The server combines data from the playlist and additional metadata from Sanity t
5859
5859
 
5860
5860
  <dt class="tag-source">Source:</dt>
5861
5861
  <dd class="tag-source"><ul class="dummy"><li>
5862
- <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line1102">line 1102</a>
5862
+ <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line1090">line 1090</a>
5863
5863
  </li></ul></dd>
5864
5864
 
5865
5865
 
@@ -6471,7 +6471,7 @@ The server combines data from the playlist and additional metadata from Sanity t
6471
6471
 
6472
6472
  <dt class="tag-source">Source:</dt>
6473
6473
  <dd class="tag-source"><ul class="dummy"><li>
6474
- <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line1187">line 1187</a>
6474
+ <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line1175">line 1175</a>
6475
6475
  </li></ul></dd>
6476
6476
 
6477
6477
 
@@ -6628,7 +6628,7 @@ if the authenticated user has already liked the playlist. If not, it creates a n
6628
6628
 
6629
6629
  <dt class="tag-source">Source:</dt>
6630
6630
  <dd class="tag-source"><ul class="dummy"><li>
6631
- <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line746">line 746</a>
6631
+ <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line734">line 734</a>
6632
6632
  </li></ul></dd>
6633
6633
 
6634
6634
 
@@ -6806,7 +6806,7 @@ The `like` object in the response includes:
6806
6806
 
6807
6807
  <dt class="tag-source">Source:</dt>
6808
6808
  <dd class="tag-source"><ul class="dummy"><li>
6809
- <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line1217">line 1217</a>
6809
+ <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line1205">line 1205</a>
6810
6810
  </li></ul></dd>
6811
6811
 
6812
6812
 
@@ -6960,7 +6960,7 @@ The `like` object in the response includes:
6960
6960
 
6961
6961
  <dt class="tag-source">Source:</dt>
6962
6962
  <dd class="tag-source"><ul class="dummy"><li>
6963
- <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line996">line 996</a>
6963
+ <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line984">line 984</a>
6964
6964
  </li></ul></dd>
6965
6965
 
6966
6966
 
@@ -7311,167 +7311,6 @@ Resolves to an error message if the request fails.
7311
7311
 
7312
7312
 
7313
7313
 
7314
- <h4 class="name" id=".postChallengesCompleteLesson"><span class="type-signature type-signature-static">(static) </span>postChallengesCompleteLesson<span class="signature">(contentId)</span><span class="type-signature"> &rarr; {Promise.&lt;(any|null)>}</span></h4>
7315
-
7316
-
7317
-
7318
-
7319
-
7320
-
7321
- <dl class="details">
7322
-
7323
- <dt class="tag-description">Description:</dt>
7324
- <dd class="tag-description"><ul class="dummy"><li>Complete the challenge lesson and update challenge progress</li></ul></dd>
7325
-
7326
-
7327
-
7328
- <dt class="tag-source">Source:</dt>
7329
- <dd class="tag-source"><ul class="dummy"><li>
7330
- <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line605">line 605</a>
7331
- </li></ul></dd>
7332
-
7333
-
7334
-
7335
-
7336
-
7337
-
7338
-
7339
-
7340
-
7341
-
7342
-
7343
-
7344
-
7345
-
7346
-
7347
-
7348
-
7349
-
7350
-
7351
-
7352
-
7353
-
7354
-
7355
-
7356
-
7357
-
7358
-
7359
-
7360
-
7361
-
7362
-
7363
- </dl>
7364
-
7365
-
7366
-
7367
-
7368
-
7369
-
7370
-
7371
-
7372
-
7373
-
7374
-
7375
-
7376
-
7377
- <h5 class="h5-parameters">Parameters:</h5>
7378
-
7379
-
7380
- <table class="params">
7381
- <thead>
7382
- <tr>
7383
-
7384
- <th>Name</th>
7385
-
7386
-
7387
- <th>Type</th>
7388
-
7389
-
7390
-
7391
-
7392
-
7393
- <th class="last">Description</th>
7394
- </tr>
7395
- </thead>
7396
-
7397
- <tbody>
7398
-
7399
-
7400
- <tr>
7401
-
7402
- <td class="name"><code>contentId</code></td>
7403
-
7404
-
7405
- <td class="type">
7406
-
7407
-
7408
- <span class="param-type">int</span>
7409
- |
7410
-
7411
- <span class="param-type">string</span>
7412
-
7413
-
7414
-
7415
-
7416
- </td>
7417
-
7418
-
7419
-
7420
-
7421
-
7422
- <td class="description last">railcontent id of the challenge</td>
7423
- </tr>
7424
-
7425
-
7426
- </tbody>
7427
- </table>
7428
-
7429
-
7430
-
7431
-
7432
-
7433
-
7434
-
7435
-
7436
-
7437
-
7438
-
7439
-
7440
-
7441
-
7442
-
7443
-
7444
- <h5 class="h5-returns">Returns:</h5>
7445
-
7446
-
7447
- <div class="param-desc">
7448
- - Modal data to display
7449
- </div>
7450
-
7451
-
7452
-
7453
- <dl class="param-type">
7454
- <dt>
7455
- Type
7456
- </dt>
7457
- <dd>
7458
-
7459
- <span class="param-type">Promise.&lt;(any|null)></span>
7460
-
7461
-
7462
-
7463
- </dd>
7464
- </dl>
7465
-
7466
-
7467
-
7468
-
7469
-
7470
-
7471
-
7472
-
7473
-
7474
-
7475
7314
  <h4 class="name" id=".postChallengesEnroll"><span class="type-signature type-signature-static">(static) </span>postChallengesEnroll<span class="signature">(contentId)</span><span class="type-signature"> &rarr; {Promise.&lt;(any|null)>}</span></h4>
7476
7315
 
7477
7316
 
@@ -7803,7 +7642,7 @@ Resolves to an error message if the request fails.
7803
7642
 
7804
7643
  <dt class="tag-source">Source:</dt>
7805
7644
  <dd class="tag-source"><ul class="dummy"><li>
7806
- <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line617">line 617</a>
7645
+ <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line605">line 605</a>
7807
7646
  </li></ul></dd>
7808
7647
 
7809
7648
 
@@ -8612,7 +8451,7 @@ Clears any current progress data for this challenge</li></ul></dd>
8612
8451
 
8613
8452
  <dt class="tag-source">Source:</dt>
8614
8453
  <dd class="tag-source"><ul class="dummy"><li>
8615
- <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line1145">line 1145</a>
8454
+ <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line1133">line 1133</a>
8616
8455
  </li></ul></dd>
8617
8456
 
8618
8457
 
@@ -8790,7 +8629,7 @@ Clears any current progress data for this challenge</li></ul></dd>
8790
8629
 
8791
8630
  <dt class="tag-source">Source:</dt>
8792
8631
  <dd class="tag-source"><ul class="dummy"><li>
8793
- <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line1072">line 1072</a>
8632
+ <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line1060">line 1060</a>
8794
8633
  </li></ul></dd>
8795
8634
 
8796
8635
 
@@ -8956,7 +8795,7 @@ Clears any current progress data for this challenge</li></ul></dd>
8956
8795
 
8957
8796
  <dt class="tag-source">Source:</dt>
8958
8797
  <dd class="tag-source"><ul class="dummy"><li>
8959
- <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line1090">line 1090</a>
8798
+ <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line1078">line 1078</a>
8960
8799
  </li></ul></dd>
8961
8800
 
8962
8801
 
@@ -9072,7 +8911,7 @@ Clears any current progress data for this challenge</li></ul></dd>
9072
8911
 
9073
8912
 
9074
8913
 
9075
- <td class="description last">truthsy value to enable student view</td>
8914
+ <td class="description last">truthy value to enable student view</td>
9076
8915
  </tr>
9077
8916
 
9078
8917
 
@@ -9134,7 +8973,7 @@ Clears any current progress data for this challenge</li></ul></dd>
9134
8973
 
9135
8974
  <dt class="tag-source">Source:</dt>
9136
8975
  <dd class="tag-source"><ul class="dummy"><li>
9137
- <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line1178">line 1178</a>
8976
+ <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line1166">line 1166</a>
9138
8977
  </li></ul></dd>
9139
8978
 
9140
8979
 
@@ -9285,7 +9124,7 @@ Clears any current progress data for this challenge</li></ul></dd>
9285
9124
 
9286
9125
  <dt class="tag-source">Source:</dt>
9287
9126
  <dd class="tag-source"><ul class="dummy"><li>
9288
- <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line1196">line 1196</a>
9127
+ <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line1184">line 1184</a>
9289
9128
  </li></ul></dd>
9290
9129
 
9291
9130
 
@@ -9439,7 +9278,7 @@ Clears any current progress data for this challenge</li></ul></dd>
9439
9278
 
9440
9279
  <dt class="tag-source">Source:</dt>
9441
9280
  <dd class="tag-source"><ul class="dummy"><li>
9442
- <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line1028">line 1028</a>
9281
+ <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line1016">line 1016</a>
9443
9282
  </li></ul></dd>
9444
9283
 
9445
9284
 
@@ -9652,7 +9491,7 @@ and verifies that the authenticated user is the playlist owner. If authorized, i
9652
9491
 
9653
9492
  <dt class="tag-source">Source:</dt>
9654
9493
  <dd class="tag-source"><ul class="dummy"><li>
9655
- <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line713">line 713</a>
9494
+ <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line701">line 701</a>
9656
9495
  </li></ul></dd>
9657
9496
 
9658
9497
 
@@ -9858,7 +9697,7 @@ If the user is unauthorized or the data validation fails, the promise rejects wi
9858
9697
 
9859
9698
  <dt class="tag-source">Source:</dt>
9860
9699
  <dd class="tag-source"><ul class="dummy"><li>
9861
- <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line856">line 856</a>
9700
+ <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line844">line 844</a>
9862
9701
  </li></ul></dd>
9863
9702
 
9864
9703
 
@@ -10266,7 +10105,7 @@ Resolves to `null` if the request fails.
10266
10105
  <br class="clear">
10267
10106
 
10268
10107
  <footer>
10269
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Thu Mar 20 2025 22:08:57 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
10108
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Thu Mar 27 2025 03:14:21 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
10270
10109
  </footer>
10271
10110
 
10272
10111
  <script>prettyPrint();</script>