musora-content-services 2.3.4 → 2.3.6

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 (134) hide show
  1. package/.coderabbit.yaml +22 -0
  2. package/.editorconfig +0 -0
  3. package/.github/workflows/node.js.yml +0 -0
  4. package/.prettierignore +0 -0
  5. package/.prettierrc +0 -0
  6. package/CHANGELOG.md +4 -0
  7. package/README.md +0 -0
  8. package/babel.config.cjs +0 -0
  9. package/docs/Content-Organization.html +0 -0
  10. package/docs/ContentOrganization.html +245 -0
  11. package/docs/Gamification.html +2 -2
  12. package/docs/UserManagement.html +269 -0
  13. package/docs/UserManagementSystem.html +293 -0
  14. package/docs/api_types.js.html +2 -2
  15. package/docs/config.js.html +16 -22
  16. package/docs/content-org_content-org.js.html +76 -0
  17. package/docs/content-org_playlists-types.js.html +2 -2
  18. package/docs/content-org_playlists.js.html +4 -6
  19. package/docs/content.js.html +6 -3
  20. package/docs/fonts/Montserrat/Montserrat-Bold.eot +0 -0
  21. package/docs/fonts/Montserrat/Montserrat-Bold.ttf +0 -0
  22. package/docs/fonts/Montserrat/Montserrat-Bold.woff +0 -0
  23. package/docs/fonts/Montserrat/Montserrat-Bold.woff2 +0 -0
  24. package/docs/fonts/Montserrat/Montserrat-Regular.eot +0 -0
  25. package/docs/fonts/Montserrat/Montserrat-Regular.ttf +0 -0
  26. package/docs/fonts/Montserrat/Montserrat-Regular.woff +0 -0
  27. package/docs/fonts/Montserrat/Montserrat-Regular.woff2 +0 -0
  28. package/docs/fonts/Source-Sans-Pro/sourcesanspro-light-webfont.eot +0 -0
  29. package/docs/fonts/Source-Sans-Pro/sourcesanspro-light-webfont.svg +0 -0
  30. package/docs/fonts/Source-Sans-Pro/sourcesanspro-light-webfont.ttf +0 -0
  31. package/docs/fonts/Source-Sans-Pro/sourcesanspro-light-webfont.woff +0 -0
  32. package/docs/fonts/Source-Sans-Pro/sourcesanspro-light-webfont.woff2 +0 -0
  33. package/docs/fonts/Source-Sans-Pro/sourcesanspro-regular-webfont.eot +0 -0
  34. package/docs/fonts/Source-Sans-Pro/sourcesanspro-regular-webfont.svg +0 -0
  35. package/docs/fonts/Source-Sans-Pro/sourcesanspro-regular-webfont.ttf +0 -0
  36. package/docs/fonts/Source-Sans-Pro/sourcesanspro-regular-webfont.woff +0 -0
  37. package/docs/fonts/Source-Sans-Pro/sourcesanspro-regular-webfont.woff2 +0 -0
  38. package/docs/gamification_awards.js.html +2 -2
  39. package/docs/gamification_gamification.js.html +2 -2
  40. package/docs/gamification_types.js.html +2 -2
  41. package/docs/global.html +2 -2
  42. package/docs/global.html#User +293 -0
  43. package/docs/index.html +2 -2
  44. package/docs/module-Awards.html +2 -2
  45. package/docs/module-Config.html +83 -616
  46. package/docs/module-Content-Services-V2.html +3 -3
  47. package/docs/module-Permissions.html +406 -0
  48. package/docs/module-Playlists.html +6 -6
  49. package/docs/module-Railcontent-Services.html +57 -57
  50. package/docs/module-Sanity-Services.html +34 -34
  51. package/docs/module-Session-Management.html +0 -0
  52. package/docs/module-Sessions.html +575 -0
  53. package/docs/module-User-Management.html +490 -0
  54. package/docs/module-User-Permissions.html +0 -0
  55. package/docs/module-UserManagement.html +490 -0
  56. package/docs/railcontent.js.html +82 -74
  57. package/docs/sanity.js.html +12 -9
  58. package/docs/scripts/collapse.js +0 -0
  59. package/docs/scripts/commonNav.js +0 -0
  60. package/docs/scripts/linenumber.js +0 -0
  61. package/docs/scripts/nav.js +0 -0
  62. package/docs/scripts/polyfill.js +0 -0
  63. package/docs/scripts/prettify/Apache-License-2.0.txt +0 -0
  64. package/docs/scripts/prettify/lang-css.js +0 -0
  65. package/docs/scripts/prettify/prettify.js +0 -0
  66. package/docs/scripts/search.js +0 -0
  67. package/docs/styles/jsdoc.css +0 -0
  68. package/docs/styles/prettify.css +0 -0
  69. package/docs/types.js.html +122 -0
  70. package/docs/user_management.js.html +105 -0
  71. package/docs/user_permissions.js.html +3 -3
  72. package/docs/user_sessions.js.html +6 -6
  73. package/docs/user_types.js.html +2 -2
  74. package/docs/user_user-management-system.js.html +78 -0
  75. package/docs/user_user-management.js.html +78 -0
  76. package/jest.config.js +0 -0
  77. package/jsdoc.json +0 -0
  78. package/link_mcs.sh +0 -0
  79. package/package.json +1 -1
  80. package/src/contentMetaData.js +0 -0
  81. package/src/filterBuilder.js +0 -0
  82. package/src/index.d.ts +0 -0
  83. package/src/index.js +0 -0
  84. package/src/lib/httpHelper.js +0 -0
  85. package/src/lib/lastUpdated.js +0 -0
  86. package/src/services/api/types.js +0 -0
  87. package/src/services/config.js +13 -20
  88. package/src/services/content-org/content-org.js +4 -0
  89. package/src/services/content-org/playlists-types.js +0 -0
  90. package/src/services/content-org/playlists.js +2 -4
  91. package/src/services/content.js +0 -0
  92. package/src/services/contentLikes.js +0 -0
  93. package/src/services/contentProgress.js +0 -0
  94. package/src/services/dataContext.js +0 -0
  95. package/src/services/gamification/awards.js +0 -0
  96. package/src/services/gamification/gamification.js +0 -0
  97. package/src/services/gamification/types.js +0 -0
  98. package/src/services/imageSRCBuilder.js +0 -0
  99. package/src/services/imageSRCVerify.js +0 -0
  100. package/src/services/railcontent.js +41 -43
  101. package/src/services/recommendations.js +19 -19
  102. package/src/services/sanity.js +1 -0
  103. package/src/services/types.js +50 -0
  104. package/src/services/user/management.js +1 -3
  105. package/src/services/user/permissions.js +1 -1
  106. package/src/services/user/sessions.js +4 -4
  107. package/src/services/user/types.js +0 -0
  108. package/src/services/user/user-management-system.js +6 -0
  109. package/test/content.test.js +0 -0
  110. package/test/contentLikes.test.js +0 -0
  111. package/test/contentProgress.test.js +0 -0
  112. package/test/dataContext.test.js +0 -0
  113. package/test/forum.test.js +0 -0
  114. package/test/imageSRCBuilder.test.js +0 -0
  115. package/test/imageSRCVerify.test.js +0 -0
  116. package/test/initializeTests.js +6 -4
  117. package/test/lib/lastUpdated.test.js +0 -0
  118. package/test/live/contentProgressLive.test.js +0 -0
  119. package/test/live/railcontentLive.test.js +0 -0
  120. package/test/localStorageMock.js +0 -0
  121. package/test/log.js +0 -0
  122. package/test/mockData/mockData_fetchByRailContentIds_one_content.json +0 -0
  123. package/test/sanityQueryService.test.js +11 -1
  124. package/test/user/permissions.test.js +0 -0
  125. package/test/userActivity.test.js +0 -0
  126. package/tools/generate-index.cjs +0 -0
  127. package/.yarnrc.yml +0 -1
  128. package/docs/Playlists.html +0 -192
  129. package/docs/content-org_types.js.html +0 -112
  130. package/docs/module-Content-Organization-Playlists.html +0 -194
  131. package/docs/module-Content-Organization.html +0 -976
  132. package/docs/module-Content-Services.html +0 -763
  133. package/docs/module-playlists.html +0 -1878
  134. package/docs/module-playlists_.html +0 -108
@@ -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-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>
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-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#.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-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-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#.unblockUser">unblockUser</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
 
@@ -94,7 +94,7 @@
94
94
 
95
95
  <dt class="tag-source">Source:</dt>
96
96
  <dd class="tag-source"><ul class="dummy"><li>
97
- <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line13">line 13</a>
97
+ <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line12">line 12</a>
98
98
  </li></ul></dd>
99
99
 
100
100
 
@@ -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#line1157">line 1157</a>
182
+ <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line1108">line 1108</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#line1193">line 1193</a>
333
+ <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line1144">line 1144</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#line952">line 952</a>
487
+ <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line903">line 903</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#line1144">line 1144</a>
662
+ <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line1095">line 1095</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#line1123">line 1123</a>
837
+ <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line1074">line 1074</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#line666">line 666</a>
994
+ <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line617">line 617</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#line879">line 879</a>
1170
+ <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line830">line 830</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#line761">line 761</a>
1435
+ <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line712">line 712</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#line638">line 638</a>
1613
+ <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line589">line 589</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#line1218">line 1218</a>
1993
+ <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line1169">line 1169</a>
1994
1994
  </li></ul></dd>
1995
1995
 
1996
1996
 
@@ -2168,7 +2168,7 @@ The duplicated playlist contains:
2168
2168
 
2169
2169
  <dt class="tag-source">Source:</dt>
2170
2170
  <dd class="tag-source"><ul class="dummy"><li>
2171
- <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line70">line 70</a>
2171
+ <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line69">line 69</a>
2172
2172
  </li></ul></dd>
2173
2173
 
2174
2174
 
@@ -2333,7 +2333,7 @@ The duplicated playlist contains:
2333
2333
 
2334
2334
  <dt class="tag-source">Source:</dt>
2335
2335
  <dd class="tag-source"><ul class="dummy"><li>
2336
- <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line499">line 499</a>
2336
+ <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line450">line 450</a>
2337
2337
  </li></ul></dd>
2338
2338
 
2339
2339
 
@@ -2438,7 +2438,7 @@ Intended to be used on the index page for challenges</li></ul></dd>
2438
2438
 
2439
2439
  <dt class="tag-source">Source:</dt>
2440
2440
  <dd class="tag-source"><ul class="dummy"><li>
2441
- <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line463">line 463</a>
2441
+ <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line414">line 414</a>
2442
2442
  </li></ul></dd>
2443
2443
 
2444
2444
 
@@ -2592,7 +2592,7 @@ Intended to be used on the index page for challenges</li></ul></dd>
2592
2592
 
2593
2593
  <dt class="tag-source">Source:</dt>
2594
2594
  <dd class="tag-source"><ul class="dummy"><li>
2595
- <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line401">line 401</a>
2595
+ <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line352">line 352</a>
2596
2596
  </li></ul></dd>
2597
2597
 
2598
2598
 
@@ -2740,7 +2740,7 @@ Intended to be used on the index page for challenges</li></ul></dd>
2740
2740
 
2741
2741
  <dt class="tag-source">Source:</dt>
2742
2742
  <dd class="tag-source"><ul class="dummy"><li>
2743
- <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line390">line 390</a>
2743
+ <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line341">line 341</a>
2744
2744
  </li></ul></dd>
2745
2745
 
2746
2746
 
@@ -2888,7 +2888,7 @@ Intended to be used on the index page for challenges</li></ul></dd>
2888
2888
 
2889
2889
  <dt class="tag-source">Source:</dt>
2890
2890
  <dd class="tag-source"><ul class="dummy"><li>
2891
- <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line488">line 488</a>
2891
+ <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line439">line 439</a>
2892
2892
  </li></ul></dd>
2893
2893
 
2894
2894
 
@@ -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#line1114">line 1114</a>
2992
+ <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line1065">line 1065</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#line1102">line 1102</a>
3191
+ <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line1053">line 1053</a>
3192
3192
  </li></ul></dd>
3193
3193
 
3194
3194
 
@@ -3390,7 +3390,7 @@ Intended to be used on the index page for challenges</li></ul></dd>
3390
3390
 
3391
3391
  <dt class="tag-source">Source:</dt>
3392
3392
  <dd class="tag-source"><ul class="dummy"><li>
3393
- <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line427">line 427</a>
3393
+ <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line378">line 378</a>
3394
3394
  </li></ul></dd>
3395
3395
 
3396
3396
 
@@ -3595,7 +3595,7 @@ Intended to be used on the index page for challenges</li></ul></dd>
3595
3595
 
3596
3596
  <dt class="tag-source">Source:</dt>
3597
3597
  <dd class="tag-source"><ul class="dummy"><li>
3598
- <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line183">line 183</a>
3598
+ <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line182">line 182</a>
3599
3599
  </li></ul></dd>
3600
3600
 
3601
3601
 
@@ -3892,7 +3892,7 @@ Intended to be used on the index page for challenges</li></ul></dd>
3892
3892
 
3893
3893
  <dt class="tag-source">Source:</dt>
3894
3894
  <dd class="tag-source"><ul class="dummy"><li>
3895
- <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line36">line 36</a>
3895
+ <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line35">line 35</a>
3896
3896
  </li></ul></dd>
3897
3897
 
3898
3898
 
@@ -4057,7 +4057,7 @@ Intended to be used on the index page for challenges</li></ul></dd>
4057
4057
 
4058
4058
  <dt class="tag-source">Source:</dt>
4059
4059
  <dd class="tag-source"><ul class="dummy"><li>
4060
- <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line140">line 140</a>
4060
+ <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line139">line 139</a>
4061
4061
  </li></ul></dd>
4062
4062
 
4063
4063
 
@@ -4354,7 +4354,7 @@ Intended to be used on the index page for challenges</li></ul></dd>
4354
4354
 
4355
4355
  <dt class="tag-source">Source:</dt>
4356
4356
  <dd class="tag-source"><ul class="dummy"><li>
4357
- <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line223">line 223</a>
4357
+ <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line222">line 222</a>
4358
4358
  </li></ul></dd>
4359
4359
 
4360
4360
 
@@ -4519,7 +4519,7 @@ Intended to be used on the index page for challenges</li></ul></dd>
4519
4519
 
4520
4520
  <dt class="tag-source">Source:</dt>
4521
4521
  <dd class="tag-source"><ul class="dummy"><li>
4522
- <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line252">line 252</a>
4522
+ <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line251">line 251</a>
4523
4523
  </li></ul></dd>
4524
4524
 
4525
4525
 
@@ -4677,7 +4677,7 @@ Intended to be used on the index page for challenges</li></ul></dd>
4677
4677
 
4678
4678
  <dt class="tag-source">Source:</dt>
4679
4679
  <dd class="tag-source"><ul class="dummy"><li>
4680
- <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line413">line 413</a>
4680
+ <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line364">line 364</a>
4681
4681
  </li></ul></dd>
4682
4682
 
4683
4683
 
@@ -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#line1048">line 1048</a>
4885
+ <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line999">line 999</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#line783">line 783</a>
5098
+ <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line734">line 734</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#line911">line 911</a>
5267
+ <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line862">line 862</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#line803">line 803</a>
5529
+ <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line754">line 754</a>
5530
5530
  </li></ul></dd>
5531
5531
 
5532
5532
 
@@ -5694,7 +5694,7 @@ The server combines data from the playlist and additional metadata from Sanity t
5694
5694
 
5695
5695
  <dt class="tag-source">Source:</dt>
5696
5696
  <dd class="tag-source"><ul class="dummy"><li>
5697
- <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line103">line 103</a>
5697
+ <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line102">line 102</a>
5698
5698
  </li></ul></dd>
5699
5699
 
5700
5700
 
@@ -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#line1090">line 1090</a>
5862
+ <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line1041">line 1041</a>
5863
5863
  </li></ul></dd>
5864
5864
 
5865
5865
 
@@ -6017,7 +6017,7 @@ The server combines data from the playlist and additional metadata from Sanity t
6017
6017
 
6018
6018
  <dt class="tag-source">Source:</dt>
6019
6019
  <dd class="tag-source"><ul class="dummy"><li>
6020
- <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line451">line 451</a>
6020
+ <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line402">line 402</a>
6021
6021
  </li></ul></dd>
6022
6022
 
6023
6023
 
@@ -6169,7 +6169,7 @@ The server combines data from the playlist and additional metadata from Sanity t
6169
6169
 
6170
6170
  <dt class="tag-source">Source:</dt>
6171
6171
  <dd class="tag-source"><ul class="dummy"><li>
6172
- <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line511">line 511</a>
6172
+ <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line462">line 462</a>
6173
6173
  </li></ul></dd>
6174
6174
 
6175
6175
 
@@ -6326,7 +6326,7 @@ The server combines data from the playlist and additional metadata from Sanity t
6326
6326
 
6327
6327
  <dt class="tag-source">Source:</dt>
6328
6328
  <dd class="tag-source"><ul class="dummy"><li>
6329
- <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line440">line 440</a>
6329
+ <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line391">line 391</a>
6330
6330
  </li></ul></dd>
6331
6331
 
6332
6332
 
@@ -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#line1175">line 1175</a>
6474
+ <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line1126">line 1126</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#line734">line 734</a>
6631
+ <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line685">line 685</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#line1205">line 1205</a>
6809
+ <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line1156">line 1156</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#line984">line 984</a>
6963
+ <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line935">line 935</a>
6964
6964
  </li></ul></dd>
6965
6965
 
6966
6966
 
@@ -7170,7 +7170,7 @@ Resolves to an error message if the request fails.
7170
7170
 
7171
7171
  <dt class="tag-source">Source:</dt>
7172
7172
  <dd class="tag-source"><ul class="dummy"><li>
7173
- <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line583">line 583</a>
7173
+ <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line534">line 534</a>
7174
7174
  </li></ul></dd>
7175
7175
 
7176
7176
 
@@ -7328,7 +7328,7 @@ Resolves to an error message if the request fails.
7328
7328
 
7329
7329
  <dt class="tag-source">Source:</dt>
7330
7330
  <dd class="tag-source"><ul class="dummy"><li>
7331
- <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line549">line 549</a>
7331
+ <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line500">line 500</a>
7332
7332
  </li></ul></dd>
7333
7333
 
7334
7334
 
@@ -7485,7 +7485,7 @@ Resolves to an error message if the request fails.
7485
7485
 
7486
7486
  <dt class="tag-source">Source:</dt>
7487
7487
  <dd class="tag-source"><ul class="dummy"><li>
7488
- <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line572">line 572</a>
7488
+ <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line523">line 523</a>
7489
7489
  </li></ul></dd>
7490
7490
 
7491
7491
 
@@ -7642,7 +7642,7 @@ Resolves to an error message if the request fails.
7642
7642
 
7643
7643
  <dt class="tag-source">Source:</dt>
7644
7644
  <dd class="tag-source"><ul class="dummy"><li>
7645
- <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line605">line 605</a>
7645
+ <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line556">line 556</a>
7646
7646
  </li></ul></dd>
7647
7647
 
7648
7648
 
@@ -7800,7 +7800,7 @@ Clears any current progress data for this challenge</li></ul></dd>
7800
7800
 
7801
7801
  <dt class="tag-source">Source:</dt>
7802
7802
  <dd class="tag-source"><ul class="dummy"><li>
7803
- <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line561">line 561</a>
7803
+ <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line512">line 512</a>
7804
7804
  </li></ul></dd>
7805
7805
 
7806
7806
 
@@ -7958,7 +7958,7 @@ Clears any existing progress data for this challenge</li></ul></dd>
7958
7958
 
7959
7959
  <dt class="tag-source">Source:</dt>
7960
7960
  <dd class="tag-source"><ul class="dummy"><li>
7961
- <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line525">line 525</a>
7961
+ <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line476">line 476</a>
7962
7962
  </li></ul></dd>
7963
7963
 
7964
7964
 
@@ -8139,7 +8139,7 @@ Clears any existing progress data for this challenge</li></ul></dd>
8139
8139
 
8140
8140
  <dt class="tag-source">Source:</dt>
8141
8141
  <dd class="tag-source"><ul class="dummy"><li>
8142
- <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line594">line 594</a>
8142
+ <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line545">line 545</a>
8143
8143
  </li></ul></dd>
8144
8144
 
8145
8145
 
@@ -8297,7 +8297,7 @@ Clears any current progress data for this challenge</li></ul></dd>
8297
8297
 
8298
8298
  <dt class="tag-source">Source:</dt>
8299
8299
  <dd class="tag-source"><ul class="dummy"><li>
8300
- <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line537">line 537</a>
8300
+ <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line488">line 488</a>
8301
8301
  </li></ul></dd>
8302
8302
 
8303
8303
 
@@ -8451,7 +8451,7 @@ Clears any current progress data for this challenge</li></ul></dd>
8451
8451
 
8452
8452
  <dt class="tag-source">Source:</dt>
8453
8453
  <dd class="tag-source"><ul class="dummy"><li>
8454
- <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line1133">line 1133</a>
8454
+ <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line1084">line 1084</a>
8455
8455
  </li></ul></dd>
8456
8456
 
8457
8457
 
@@ -8629,7 +8629,7 @@ Clears any current progress data for this challenge</li></ul></dd>
8629
8629
 
8630
8630
  <dt class="tag-source">Source:</dt>
8631
8631
  <dd class="tag-source"><ul class="dummy"><li>
8632
- <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line1060">line 1060</a>
8632
+ <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line1011">line 1011</a>
8633
8633
  </li></ul></dd>
8634
8634
 
8635
8635
 
@@ -8795,7 +8795,7 @@ Clears any current progress data for this challenge</li></ul></dd>
8795
8795
 
8796
8796
  <dt class="tag-source">Source:</dt>
8797
8797
  <dd class="tag-source"><ul class="dummy"><li>
8798
- <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line1078">line 1078</a>
8798
+ <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line1029">line 1029</a>
8799
8799
  </li></ul></dd>
8800
8800
 
8801
8801
 
@@ -8973,7 +8973,7 @@ Clears any current progress data for this challenge</li></ul></dd>
8973
8973
 
8974
8974
  <dt class="tag-source">Source:</dt>
8975
8975
  <dd class="tag-source"><ul class="dummy"><li>
8976
- <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line1166">line 1166</a>
8976
+ <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line1117">line 1117</a>
8977
8977
  </li></ul></dd>
8978
8978
 
8979
8979
 
@@ -9124,7 +9124,7 @@ Clears any current progress data for this challenge</li></ul></dd>
9124
9124
 
9125
9125
  <dt class="tag-source">Source:</dt>
9126
9126
  <dd class="tag-source"><ul class="dummy"><li>
9127
- <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line1184">line 1184</a>
9127
+ <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line1135">line 1135</a>
9128
9128
  </li></ul></dd>
9129
9129
 
9130
9130
 
@@ -9278,7 +9278,7 @@ Clears any current progress data for this challenge</li></ul></dd>
9278
9278
 
9279
9279
  <dt class="tag-source">Source:</dt>
9280
9280
  <dd class="tag-source"><ul class="dummy"><li>
9281
- <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line1016">line 1016</a>
9281
+ <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line967">line 967</a>
9282
9282
  </li></ul></dd>
9283
9283
 
9284
9284
 
@@ -9491,7 +9491,7 @@ and verifies that the authenticated user is the playlist owner. If authorized, i
9491
9491
 
9492
9492
  <dt class="tag-source">Source:</dt>
9493
9493
  <dd class="tag-source"><ul class="dummy"><li>
9494
- <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line701">line 701</a>
9494
+ <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line652">line 652</a>
9495
9495
  </li></ul></dd>
9496
9496
 
9497
9497
 
@@ -9697,7 +9697,7 @@ If the user is unauthorized or the data validation fails, the promise rejects wi
9697
9697
 
9698
9698
  <dt class="tag-source">Source:</dt>
9699
9699
  <dd class="tag-source"><ul class="dummy"><li>
9700
- <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line844">line 844</a>
9700
+ <a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line795">line 795</a>
9701
9701
  </li></ul></dd>
9702
9702
 
9703
9703
 
@@ -10105,7 +10105,7 @@ Resolves to `null` if the request fails.
10105
10105
  <br class="clear">
10106
10106
 
10107
10107
  <footer>
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.
10108
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Wed Apr 02 2025 23:00:03 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
10109
10109
  </footer>
10110
10110
 
10111
10111
  <script>prettyPrint();</script>