musora-content-services 2.3.3 → 2.3.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +4 -0
- package/docs/ContentOrganization.html +245 -0
- package/docs/Gamification.html +2 -2
- package/docs/UserManagement.html +269 -0
- package/docs/UserManagementSystem.html +293 -0
- package/docs/api_types.js.html +2 -2
- package/docs/config.js.html +16 -22
- package/docs/content-org_content-org.js.html +76 -0
- package/docs/content-org_playlists-types.js.html +2 -2
- package/docs/content-org_playlists.js.html +4 -6
- package/docs/content.js.html +6 -3
- package/docs/gamification_awards.js.html +2 -2
- package/docs/gamification_gamification.js.html +2 -2
- package/docs/gamification_types.js.html +2 -2
- package/docs/global.html +2 -2
- package/docs/global.html#User +293 -0
- package/docs/index.html +2 -2
- package/docs/module-Awards.html +2 -2
- package/docs/module-Config.html +83 -616
- package/docs/module-Content-Services-V2.html +3 -3
- package/docs/module-Permissions.html +406 -0
- package/docs/module-Playlists.html +6 -6
- package/docs/module-Railcontent-Services.html +57 -57
- package/docs/module-Sanity-Services.html +34 -34
- package/docs/module-Sessions.html +575 -0
- package/docs/module-User-Management.html +490 -0
- package/docs/module-UserManagement.html +490 -0
- package/docs/railcontent.js.html +82 -74
- package/docs/sanity.js.html +12 -9
- package/docs/types.js.html +122 -0
- package/docs/user_management.js.html +105 -0
- package/docs/user_permissions.js.html +3 -3
- package/docs/user_sessions.js.html +6 -6
- package/docs/user_types.js.html +2 -2
- package/docs/user_user-management-system.js.html +78 -0
- package/docs/user_user-management.js.html +78 -0
- package/package.json +1 -1
- package/src/services/config.js +13 -20
- package/src/services/content-org/content-org.js +4 -0
- package/src/services/content-org/playlists.js +2 -4
- package/src/services/forum.js +8 -4
- package/src/services/railcontent.js +41 -43
- package/src/services/recommendations.js +19 -19
- package/src/services/types.js +50 -0
- package/src/services/user/management.js +1 -3
- package/src/services/user/permissions.js +1 -1
- package/src/services/user/sessions.js +4 -4
- package/src/services/user/user-management-system.js +6 -0
- package/src/services/userActivity.js +7 -9
- package/test/initializeTests.js +6 -4
- package/docs/Playlists.html +0 -192
- package/docs/content-org_types.js.html +0 -112
- package/docs/module-Content-Organization-Playlists.html +0 -194
- package/docs/module-Content-Organization.html +0 -976
- package/docs/module-playlists.html +0 -1878
- 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#
|
|
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#
|
|
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#
|
|
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#
|
|
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#
|
|
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#
|
|
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#
|
|
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#
|
|
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#
|
|
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#
|
|
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#
|
|
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#
|
|
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#
|
|
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#
|
|
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#
|
|
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#
|
|
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#
|
|
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#
|
|
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#
|
|
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#
|
|
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#
|
|
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#
|
|
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#
|
|
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#
|
|
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#
|
|
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#
|
|
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#
|
|
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#
|
|
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#
|
|
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#
|
|
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#
|
|
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#
|
|
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#
|
|
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#
|
|
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#
|
|
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#
|
|
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#
|
|
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#
|
|
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#
|
|
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#
|
|
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#
|
|
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#
|
|
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#
|
|
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#
|
|
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#
|
|
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#
|
|
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#
|
|
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#
|
|
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#
|
|
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#
|
|
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#
|
|
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#
|
|
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#
|
|
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#
|
|
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#
|
|
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
|
|
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>
|