musora-content-services 1.0.222 → 1.0.224
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/.github/workflows/node.js.yml +0 -0
- package/CHANGELOG.md +4 -0
- package/README.md +0 -0
- package/babel.config.js +0 -0
- package/docs/config.js.html +2 -2
- package/docs/fonts/Montserrat/Montserrat-Bold.eot +0 -0
- package/docs/fonts/Montserrat/Montserrat-Bold.ttf +0 -0
- package/docs/fonts/Montserrat/Montserrat-Bold.woff +0 -0
- package/docs/fonts/Montserrat/Montserrat-Bold.woff2 +0 -0
- package/docs/fonts/Montserrat/Montserrat-Regular.eot +0 -0
- package/docs/fonts/Montserrat/Montserrat-Regular.ttf +0 -0
- package/docs/fonts/Montserrat/Montserrat-Regular.woff +0 -0
- package/docs/fonts/Montserrat/Montserrat-Regular.woff2 +0 -0
- package/docs/fonts/Source-Sans-Pro/sourcesanspro-light-webfont.eot +0 -0
- package/docs/fonts/Source-Sans-Pro/sourcesanspro-light-webfont.svg +0 -0
- package/docs/fonts/Source-Sans-Pro/sourcesanspro-light-webfont.ttf +0 -0
- package/docs/fonts/Source-Sans-Pro/sourcesanspro-light-webfont.woff +0 -0
- package/docs/fonts/Source-Sans-Pro/sourcesanspro-light-webfont.woff2 +0 -0
- package/docs/fonts/Source-Sans-Pro/sourcesanspro-regular-webfont.eot +0 -0
- package/docs/fonts/Source-Sans-Pro/sourcesanspro-regular-webfont.svg +0 -0
- package/docs/fonts/Source-Sans-Pro/sourcesanspro-regular-webfont.ttf +0 -0
- package/docs/fonts/Source-Sans-Pro/sourcesanspro-regular-webfont.woff +0 -0
- package/docs/fonts/Source-Sans-Pro/sourcesanspro-regular-webfont.woff2 +0 -0
- package/docs/index.html +2 -2
- package/docs/module-Config.html +2 -2
- package/docs/module-Railcontent-Services.html +201 -43
- package/docs/module-Sanity-Services.html +214 -49
- package/docs/railcontent.js.html +56 -5
- package/docs/sanity.js.html +63 -20
- package/docs/scripts/collapse.js +0 -0
- package/docs/scripts/commonNav.js +0 -0
- package/docs/scripts/linenumber.js +0 -0
- package/docs/scripts/nav.js +0 -0
- package/docs/scripts/polyfill.js +0 -0
- package/docs/scripts/prettify/Apache-License-2.0.txt +0 -0
- package/docs/scripts/prettify/lang-css.js +0 -0
- package/docs/scripts/prettify/prettify.js +0 -0
- package/docs/scripts/search.js +0 -0
- package/docs/styles/jsdoc.css +0 -0
- package/docs/styles/prettify.css +0 -0
- package/jest.config.js +0 -0
- package/jsdoc.json +0 -0
- package/link_mcs.sh +0 -0
- package/package.json +1 -1
- package/src/contentTypeConfig.js +17 -3
- package/src/index.d.ts +7 -1
- package/src/index.js +7 -3
- package/src/services/config.js +0 -0
- package/src/services/contentLikes.js +0 -0
- package/src/services/lastUpdated.js +0 -0
- package/src/services/railcontent.js +37 -0
- package/src/services/sanity.js +24 -3
- package/src/services/userPermissions.js +0 -0
- package/test/contentLikes.test.js +0 -0
- package/test/initializeTests.js +0 -0
- package/test/lastUpdated.test.js +0 -0
- package/test/localStorageMock.js +0 -0
- package/test/log.js +0 -0
- package/test/userPermissions.test.js +0 -0
- package/tools/generate-index.js +0 -0
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
<nav >
|
|
30
30
|
|
|
31
31
|
|
|
32
|
-
<h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-Config.html">Config</a><ul class='methods'><li data-type='method'><a href="module-Config.html#~initializeService">initializeService</a></li></ul></li><li><a href="module-Railcontent-Services.html">Railcontent-Services</a><ul class='methods'><li data-type='method'><a href="module-Railcontent-Services.html#.addItemToPlaylist">addItemToPlaylist</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#.createPlaylist">createPlaylist</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#.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#.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#.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#.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#.fetchUserPlaylists">fetchUserPlaylists</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#.pinPlaylist">pinPlaylist</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.postChallengesCommunityNotification">postChallengesCommunityNotification</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.postChallengesCompleteLesson">postChallengesCompleteLesson</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.postChallengesEnroll">postChallengesEnroll</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.postChallengesEnrollmentNotification">postChallengesEnrollmentNotification</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.postChallengesHideCompletedBanner">postChallengesHideCompletedBanner</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.postChallengesLeave">postChallengesLeave</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.postChallengesSetStartDate">postChallengesSetStartDate</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.postChallengesUnlock">postChallengesUnlock</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#.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#.fetchAllSongs">fetchAllSongs</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#.fetchAssignments">fetchAssignments</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#.fetchCatalogMetadata">fetchCatalogMetadata</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchChallengeOverview">fetchChallengeOverview</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchChildren">fetchChildren</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#.fetchCommentModContentData">fetchCommentModContentData</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchCourseOverview">fetchCourseOverview</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#.fetchLessonContent">fetchLessonContent</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchMetadata">fetchMetadata</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchMethod">fetchMethod</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchMethodChildren">fetchMethodChildren</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchMethodChildrenIds">fetchMethodChildrenIds</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchMethodNextLesson">fetchMethodNextLesson</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#.fetchMethods">fetchMethods</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchNewReleases">fetchNewReleases</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchNextPreviousLesson">fetchNextPreviousLesson</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchPackAll">fetchPackAll</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchPackChildren">fetchPackChildren</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#.fetchParentByRailContentId">fetchParentByRailContentId</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#.fetchRelatedMethodLessons">fetchRelatedMethodLessons</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#.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#.fetchSongCount">fetchSongCount</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchSongFilterOptions">fetchSongFilterOptions</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#.fetchWorkouts">fetchWorkouts</a></li><li data-type='method'><a href="module-Sanity-Services.html#~handleCustomFetchAll">handleCustomFetchAll</a></li></ul></li></ul>
|
|
32
|
+
<h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-Config.html">Config</a><ul class='methods'><li data-type='method'><a href="module-Config.html#~initializeService">initializeService</a></li></ul></li><li><a href="module-Railcontent-Services.html">Railcontent-Services</a><ul class='methods'><li data-type='method'><a href="module-Railcontent-Services.html#.addItemToPlaylist">addItemToPlaylist</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#.createPlaylist">createPlaylist</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#.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#.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#.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#.fetchUserPlaylists">fetchUserPlaylists</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#.pinPlaylist">pinPlaylist</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.postChallengesCommunityNotification">postChallengesCommunityNotification</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.postChallengesCompleteLesson">postChallengesCompleteLesson</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.postChallengesEnroll">postChallengesEnroll</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.postChallengesEnrollmentNotification">postChallengesEnrollmentNotification</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.postChallengesHideCompletedBanner">postChallengesHideCompletedBanner</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.postChallengesLeave">postChallengesLeave</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.postChallengesSetStartDate">postChallengesSetStartDate</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.postChallengesUnlock">postChallengesUnlock</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#.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#.fetchAllSongs">fetchAllSongs</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#.fetchAssignments">fetchAssignments</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#.fetchCatalogMetadata">fetchCatalogMetadata</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchChallengeOverview">fetchChallengeOverview</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchChildren">fetchChildren</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#.fetchCommentModContentData">fetchCommentModContentData</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchCourseOverview">fetchCourseOverview</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#.fetchLessonContent">fetchLessonContent</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchMetadata">fetchMetadata</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchMethod">fetchMethod</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchMethodChildren">fetchMethodChildren</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchMethodChildrenIds">fetchMethodChildrenIds</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchMethodNextLesson">fetchMethodNextLesson</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#.fetchMethods">fetchMethods</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchNewReleases">fetchNewReleases</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchNextPreviousLesson">fetchNextPreviousLesson</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchPackAll">fetchPackAll</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchPackChildren">fetchPackChildren</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#.fetchParentByRailContentId">fetchParentByRailContentId</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#.fetchRelatedMethodLessons">fetchRelatedMethodLessons</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#.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#.fetchSongCount">fetchSongCount</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchSongFilterOptions">fetchSongFilterOptions</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#.fetchWorkouts">fetchWorkouts</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#~handleCustomFetchAll">handleCustomFetchAll</a></li></ul></li></ul>
|
|
33
33
|
|
|
34
34
|
</nav>
|
|
35
35
|
|
|
@@ -182,7 +182,7 @@
|
|
|
182
182
|
|
|
183
183
|
<dt class="tag-source">Source:</dt>
|
|
184
184
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
185
|
-
<a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#
|
|
185
|
+
<a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line1013">line 1013</a>
|
|
186
186
|
</li></ul></dd>
|
|
187
187
|
|
|
188
188
|
|
|
@@ -699,7 +699,7 @@ Resolves to `null` if the request fails.
|
|
|
699
699
|
|
|
700
700
|
<dt class="tag-source">Source:</dt>
|
|
701
701
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
702
|
-
<a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#
|
|
702
|
+
<a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line1043">line 1043</a>
|
|
703
703
|
</li></ul></dd>
|
|
704
704
|
|
|
705
705
|
|
|
@@ -880,7 +880,7 @@ the new playlist with the authenticated user. The `name` field is required, whil
|
|
|
880
880
|
|
|
881
881
|
<dt class="tag-source">Source:</dt>
|
|
882
882
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
883
|
-
<a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#
|
|
883
|
+
<a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line747">line 747</a>
|
|
884
884
|
</li></ul></dd>
|
|
885
885
|
|
|
886
886
|
|
|
@@ -1058,7 +1058,7 @@ If the user is authorized, it deletes both the playlist and its associated items
|
|
|
1058
1058
|
|
|
1059
1059
|
<dt class="tag-source">Source:</dt>
|
|
1060
1060
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
1061
|
-
<a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#
|
|
1061
|
+
<a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line682">line 682</a>
|
|
1062
1062
|
</li></ul></dd>
|
|
1063
1063
|
|
|
1064
1064
|
|
|
@@ -1234,7 +1234,7 @@ If the user is unauthorized or the playlist does not exist, the promise rejects
|
|
|
1234
1234
|
|
|
1235
1235
|
<dt class="tag-source">Source:</dt>
|
|
1236
1236
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
1237
|
-
<a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#
|
|
1237
|
+
<a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line925">line 925</a>
|
|
1238
1238
|
</li></ul></dd>
|
|
1239
1239
|
|
|
1240
1240
|
|
|
@@ -1499,7 +1499,7 @@ and checks if a like by the authenticated user already exists for the specified
|
|
|
1499
1499
|
|
|
1500
1500
|
<dt class="tag-source">Source:</dt>
|
|
1501
1501
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
1502
|
-
<a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#
|
|
1502
|
+
<a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line807">line 807</a>
|
|
1503
1503
|
</li></ul></dd>
|
|
1504
1504
|
|
|
1505
1505
|
|
|
@@ -1677,7 +1677,7 @@ to customize the duplicated playlist. If a new name is not provided, the server
|
|
|
1677
1677
|
|
|
1678
1678
|
<dt class="tag-source">Source:</dt>
|
|
1679
1679
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
1680
|
-
<a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#
|
|
1680
|
+
<a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line654">line 654</a>
|
|
1681
1681
|
</li></ul></dd>
|
|
1682
1682
|
|
|
1683
1683
|
|
|
@@ -2060,7 +2060,7 @@ The duplicated playlist contains:
|
|
|
2060
2060
|
|
|
2061
2061
|
<dt class="tag-source">Source:</dt>
|
|
2062
2062
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
2063
|
-
<a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#
|
|
2063
|
+
<a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line71">line 71</a>
|
|
2064
2064
|
</li></ul></dd>
|
|
2065
2065
|
|
|
2066
2066
|
|
|
@@ -2225,7 +2225,7 @@ The duplicated playlist contains:
|
|
|
2225
2225
|
|
|
2226
2226
|
<dt class="tag-source">Source:</dt>
|
|
2227
2227
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
2228
|
-
<a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#
|
|
2228
|
+
<a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line485">line 485</a>
|
|
2229
2229
|
</li></ul></dd>
|
|
2230
2230
|
|
|
2231
2231
|
|
|
@@ -2330,7 +2330,7 @@ Intended to be used on the index page for challenges</li></ul></dd>
|
|
|
2330
2330
|
|
|
2331
2331
|
<dt class="tag-source">Source:</dt>
|
|
2332
2332
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
2333
|
-
<a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#
|
|
2333
|
+
<a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line448">line 448</a>
|
|
2334
2334
|
</li></ul></dd>
|
|
2335
2335
|
|
|
2336
2336
|
|
|
@@ -2484,7 +2484,7 @@ Intended to be used on the index page for challenges</li></ul></dd>
|
|
|
2484
2484
|
|
|
2485
2485
|
<dt class="tag-source">Source:</dt>
|
|
2486
2486
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
2487
|
-
<a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#
|
|
2487
|
+
<a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line384">line 384</a>
|
|
2488
2488
|
</li></ul></dd>
|
|
2489
2489
|
|
|
2490
2490
|
|
|
@@ -2632,7 +2632,7 @@ Intended to be used on the index page for challenges</li></ul></dd>
|
|
|
2632
2632
|
|
|
2633
2633
|
<dt class="tag-source">Source:</dt>
|
|
2634
2634
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
2635
|
-
<a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#
|
|
2635
|
+
<a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line373">line 373</a>
|
|
2636
2636
|
</li></ul></dd>
|
|
2637
2637
|
|
|
2638
2638
|
|
|
@@ -2780,7 +2780,7 @@ Intended to be used on the index page for challenges</li></ul></dd>
|
|
|
2780
2780
|
|
|
2781
2781
|
<dt class="tag-source">Source:</dt>
|
|
2782
2782
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
2783
|
-
<a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#
|
|
2783
|
+
<a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line474">line 474</a>
|
|
2784
2784
|
</li></ul></dd>
|
|
2785
2785
|
|
|
2786
2786
|
|
|
@@ -2884,7 +2884,7 @@ Intended to be used on the index page for challenges</li></ul></dd>
|
|
|
2884
2884
|
|
|
2885
2885
|
<dt class="tag-source">Source:</dt>
|
|
2886
2886
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
2887
|
-
<a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#
|
|
2887
|
+
<a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line411">line 411</a>
|
|
2888
2888
|
</li></ul></dd>
|
|
2889
2889
|
|
|
2890
2890
|
|
|
@@ -3089,7 +3089,7 @@ Intended to be used on the index page for challenges</li></ul></dd>
|
|
|
3089
3089
|
|
|
3090
3090
|
<dt class="tag-source">Source:</dt>
|
|
3091
3091
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
3092
|
-
<a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#
|
|
3092
|
+
<a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line184">line 184</a>
|
|
3093
3093
|
</li></ul></dd>
|
|
3094
3094
|
|
|
3095
3095
|
|
|
@@ -3551,7 +3551,7 @@ Intended to be used on the index page for challenges</li></ul></dd>
|
|
|
3551
3551
|
|
|
3552
3552
|
<dt class="tag-source">Source:</dt>
|
|
3553
3553
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
3554
|
-
<a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#
|
|
3554
|
+
<a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line141">line 141</a>
|
|
3555
3555
|
</li></ul></dd>
|
|
3556
3556
|
|
|
3557
3557
|
|
|
@@ -3848,7 +3848,7 @@ Intended to be used on the index page for challenges</li></ul></dd>
|
|
|
3848
3848
|
|
|
3849
3849
|
<dt class="tag-source">Source:</dt>
|
|
3850
3850
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
3851
|
-
<a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#
|
|
3851
|
+
<a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line225">line 225</a>
|
|
3852
3852
|
</li></ul></dd>
|
|
3853
3853
|
|
|
3854
3854
|
|
|
@@ -3997,6 +3997,164 @@ Intended to be used on the index page for challenges</li></ul></dd>
|
|
|
3997
3997
|
|
|
3998
3998
|
|
|
3999
3999
|
|
|
4000
|
+
<h4 class="name" id=".fetchNextContentDataForParent"><span class="type-signature type-signature-static">(static) </span>fetchNextContentDataForParent<span class="signature">(contentId)</span><span class="type-signature"> → {Promise.<(Object|null)>}</span></h4>
|
|
4001
|
+
|
|
4002
|
+
|
|
4003
|
+
|
|
4004
|
+
|
|
4005
|
+
|
|
4006
|
+
|
|
4007
|
+
<dl class="details">
|
|
4008
|
+
|
|
4009
|
+
<dt class="tag-description">Description:</dt>
|
|
4010
|
+
<dd class="tag-description"><ul class="dummy"><li>Fetches the ID and Type of the piece of content that would be the next one for the user</li></ul></dd>
|
|
4011
|
+
|
|
4012
|
+
|
|
4013
|
+
|
|
4014
|
+
<dt class="tag-source">Source:</dt>
|
|
4015
|
+
<dd class="tag-source"><ul class="dummy"><li>
|
|
4016
|
+
<a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line254">line 254</a>
|
|
4017
|
+
</li></ul></dd>
|
|
4018
|
+
|
|
4019
|
+
|
|
4020
|
+
|
|
4021
|
+
|
|
4022
|
+
|
|
4023
|
+
|
|
4024
|
+
|
|
4025
|
+
|
|
4026
|
+
|
|
4027
|
+
|
|
4028
|
+
|
|
4029
|
+
|
|
4030
|
+
|
|
4031
|
+
|
|
4032
|
+
|
|
4033
|
+
|
|
4034
|
+
|
|
4035
|
+
|
|
4036
|
+
|
|
4037
|
+
|
|
4038
|
+
|
|
4039
|
+
|
|
4040
|
+
|
|
4041
|
+
|
|
4042
|
+
|
|
4043
|
+
|
|
4044
|
+
|
|
4045
|
+
|
|
4046
|
+
|
|
4047
|
+
|
|
4048
|
+
|
|
4049
|
+
</dl>
|
|
4050
|
+
|
|
4051
|
+
|
|
4052
|
+
|
|
4053
|
+
|
|
4054
|
+
|
|
4055
|
+
|
|
4056
|
+
|
|
4057
|
+
|
|
4058
|
+
|
|
4059
|
+
|
|
4060
|
+
|
|
4061
|
+
|
|
4062
|
+
|
|
4063
|
+
<h5 class="h5-parameters">Parameters:</h5>
|
|
4064
|
+
|
|
4065
|
+
|
|
4066
|
+
<table class="params">
|
|
4067
|
+
<thead>
|
|
4068
|
+
<tr>
|
|
4069
|
+
|
|
4070
|
+
<th>Name</th>
|
|
4071
|
+
|
|
4072
|
+
|
|
4073
|
+
<th>Type</th>
|
|
4074
|
+
|
|
4075
|
+
|
|
4076
|
+
|
|
4077
|
+
|
|
4078
|
+
|
|
4079
|
+
<th class="last">Description</th>
|
|
4080
|
+
</tr>
|
|
4081
|
+
</thead>
|
|
4082
|
+
|
|
4083
|
+
<tbody>
|
|
4084
|
+
|
|
4085
|
+
|
|
4086
|
+
<tr>
|
|
4087
|
+
|
|
4088
|
+
<td class="name"><code>contentId</code></td>
|
|
4089
|
+
|
|
4090
|
+
|
|
4091
|
+
<td class="type">
|
|
4092
|
+
|
|
4093
|
+
|
|
4094
|
+
<span class="param-type">int</span>
|
|
4095
|
+
|
|
4096
|
+
|
|
4097
|
+
|
|
4098
|
+
|
|
4099
|
+
</td>
|
|
4100
|
+
|
|
4101
|
+
|
|
4102
|
+
|
|
4103
|
+
|
|
4104
|
+
|
|
4105
|
+
<td class="description last">The id of the parent (method, level, or course) piece of content.</td>
|
|
4106
|
+
</tr>
|
|
4107
|
+
|
|
4108
|
+
|
|
4109
|
+
</tbody>
|
|
4110
|
+
</table>
|
|
4111
|
+
|
|
4112
|
+
|
|
4113
|
+
|
|
4114
|
+
|
|
4115
|
+
|
|
4116
|
+
|
|
4117
|
+
|
|
4118
|
+
|
|
4119
|
+
|
|
4120
|
+
|
|
4121
|
+
|
|
4122
|
+
|
|
4123
|
+
|
|
4124
|
+
|
|
4125
|
+
|
|
4126
|
+
|
|
4127
|
+
<h5 class="h5-returns">Returns:</h5>
|
|
4128
|
+
|
|
4129
|
+
|
|
4130
|
+
<div class="param-desc">
|
|
4131
|
+
- Returns and Object with the id and type of the next piece of content if found, otherwise null.
|
|
4132
|
+
</div>
|
|
4133
|
+
|
|
4134
|
+
|
|
4135
|
+
|
|
4136
|
+
<dl class="param-type">
|
|
4137
|
+
<dt>
|
|
4138
|
+
Type
|
|
4139
|
+
</dt>
|
|
4140
|
+
<dd>
|
|
4141
|
+
|
|
4142
|
+
<span class="param-type">Promise.<(Object|null)></span>
|
|
4143
|
+
|
|
4144
|
+
|
|
4145
|
+
|
|
4146
|
+
</dd>
|
|
4147
|
+
</dl>
|
|
4148
|
+
|
|
4149
|
+
|
|
4150
|
+
|
|
4151
|
+
|
|
4152
|
+
|
|
4153
|
+
|
|
4154
|
+
|
|
4155
|
+
|
|
4156
|
+
|
|
4157
|
+
|
|
4000
4158
|
<h4 class="name" id=".fetchOwnedChallenges"><span class="type-signature type-signature-static">(static) </span>fetchOwnedChallenges<span class="signature">(brand, page, limit)</span><span class="type-signature"> → {Promise.<(any|null)>}</span></h4>
|
|
4001
4159
|
|
|
4002
4160
|
|
|
@@ -4013,7 +4171,7 @@ Intended to be used on the index page for challenges</li></ul></dd>
|
|
|
4013
4171
|
|
|
4014
4172
|
<dt class="tag-source">Source:</dt>
|
|
4015
4173
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
4016
|
-
<a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#
|
|
4174
|
+
<a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line397">line 397</a>
|
|
4017
4175
|
</li></ul></dd>
|
|
4018
4176
|
|
|
4019
4177
|
|
|
@@ -4218,7 +4376,7 @@ Intended to be used on the index page for challenges</li></ul></dd>
|
|
|
4218
4376
|
|
|
4219
4377
|
<dt class="tag-source">Source:</dt>
|
|
4220
4378
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
4221
|
-
<a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#
|
|
4379
|
+
<a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line1139">line 1139</a>
|
|
4222
4380
|
</li></ul></dd>
|
|
4223
4381
|
|
|
4224
4382
|
|
|
@@ -4431,7 +4589,7 @@ The server validates the user's access to the playlist and returns playlist deta
|
|
|
4431
4589
|
|
|
4432
4590
|
<dt class="tag-source">Source:</dt>
|
|
4433
4591
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
4434
|
-
<a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#
|
|
4592
|
+
<a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line829">line 829</a>
|
|
4435
4593
|
</li></ul></dd>
|
|
4436
4594
|
|
|
4437
4595
|
|
|
@@ -4600,7 +4758,7 @@ The server validates the user's access to the playlist and returns playlist deta
|
|
|
4600
4758
|
|
|
4601
4759
|
<dt class="tag-source">Source:</dt>
|
|
4602
4760
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
4603
|
-
<a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#
|
|
4761
|
+
<a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line957">line 957</a>
|
|
4604
4762
|
</li></ul></dd>
|
|
4605
4763
|
|
|
4606
4764
|
|
|
@@ -4862,7 +5020,7 @@ The server combines data from the playlist and additional metadata from Sanity t
|
|
|
4862
5020
|
|
|
4863
5021
|
<dt class="tag-source">Source:</dt>
|
|
4864
5022
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
4865
|
-
<a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#
|
|
5023
|
+
<a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line849">line 849</a>
|
|
4866
5024
|
</li></ul></dd>
|
|
4867
5025
|
|
|
4868
5026
|
|
|
@@ -5030,7 +5188,7 @@ The server combines data from the playlist and additional metadata from Sanity t
|
|
|
5030
5188
|
|
|
5031
5189
|
<dt class="tag-source">Source:</dt>
|
|
5032
5190
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
5033
|
-
<a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#
|
|
5191
|
+
<a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line104">line 104</a>
|
|
5034
5192
|
</li></ul></dd>
|
|
5035
5193
|
|
|
5036
5194
|
|
|
@@ -5195,7 +5353,7 @@ The server combines data from the playlist and additional metadata from Sanity t
|
|
|
5195
5353
|
|
|
5196
5354
|
<dt class="tag-source">Source:</dt>
|
|
5197
5355
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
5198
|
-
<a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#
|
|
5356
|
+
<a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line436">line 436</a>
|
|
5199
5357
|
</li></ul></dd>
|
|
5200
5358
|
|
|
5201
5359
|
|
|
@@ -5347,7 +5505,7 @@ The server combines data from the playlist and additional metadata from Sanity t
|
|
|
5347
5505
|
|
|
5348
5506
|
<dt class="tag-source">Source:</dt>
|
|
5349
5507
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
5350
|
-
<a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#
|
|
5508
|
+
<a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line496">line 496</a>
|
|
5351
5509
|
</li></ul></dd>
|
|
5352
5510
|
|
|
5353
5511
|
|
|
@@ -5504,7 +5662,7 @@ The server combines data from the playlist and additional metadata from Sanity t
|
|
|
5504
5662
|
|
|
5505
5663
|
<dt class="tag-source">Source:</dt>
|
|
5506
5664
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
5507
|
-
<a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#
|
|
5665
|
+
<a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line425">line 425</a>
|
|
5508
5666
|
</li></ul></dd>
|
|
5509
5667
|
|
|
5510
5668
|
|
|
@@ -5654,7 +5812,7 @@ Allows optional pagination, sorting, and search parameters to control the result
|
|
|
5654
5812
|
|
|
5655
5813
|
<dt class="tag-source">Source:</dt>
|
|
5656
5814
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
5657
|
-
<a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#
|
|
5815
|
+
<a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line615">line 615</a>
|
|
5658
5816
|
</li></ul></dd>
|
|
5659
5817
|
|
|
5660
5818
|
|
|
@@ -6037,7 +6195,7 @@ if the authenticated user has already liked the playlist. If not, it creates a n
|
|
|
6037
6195
|
|
|
6038
6196
|
<dt class="tag-source">Source:</dt>
|
|
6039
6197
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
6040
|
-
<a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#
|
|
6198
|
+
<a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line780">line 780</a>
|
|
6041
6199
|
</li></ul></dd>
|
|
6042
6200
|
|
|
6043
6201
|
|
|
@@ -6218,7 +6376,7 @@ The `like` object in the response includes:
|
|
|
6218
6376
|
|
|
6219
6377
|
<dt class="tag-source">Source:</dt>
|
|
6220
6378
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
6221
|
-
<a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#
|
|
6379
|
+
<a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line1075">line 1075</a>
|
|
6222
6380
|
</li></ul></dd>
|
|
6223
6381
|
|
|
6224
6382
|
|
|
@@ -6428,7 +6586,7 @@ Resolves to an error message if the request fails.
|
|
|
6428
6586
|
|
|
6429
6587
|
<dt class="tag-source">Source:</dt>
|
|
6430
6588
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
6431
|
-
<a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#
|
|
6589
|
+
<a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line568">line 568</a>
|
|
6432
6590
|
</li></ul></dd>
|
|
6433
6591
|
|
|
6434
6592
|
|
|
@@ -6585,7 +6743,7 @@ Resolves to an error message if the request fails.
|
|
|
6585
6743
|
|
|
6586
6744
|
<dt class="tag-source">Source:</dt>
|
|
6587
6745
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
6588
|
-
<a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#
|
|
6746
|
+
<a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line579">line 579</a>
|
|
6589
6747
|
</li></ul></dd>
|
|
6590
6748
|
|
|
6591
6749
|
|
|
@@ -6747,7 +6905,7 @@ Resolves to an error message if the request fails.
|
|
|
6747
6905
|
|
|
6748
6906
|
<dt class="tag-source">Source:</dt>
|
|
6749
6907
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
6750
|
-
<a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#
|
|
6908
|
+
<a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line534">line 534</a>
|
|
6751
6909
|
</li></ul></dd>
|
|
6752
6910
|
|
|
6753
6911
|
|
|
@@ -6904,7 +7062,7 @@ Resolves to an error message if the request fails.
|
|
|
6904
7062
|
|
|
6905
7063
|
<dt class="tag-source">Source:</dt>
|
|
6906
7064
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
6907
|
-
<a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#
|
|
7065
|
+
<a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line557">line 557</a>
|
|
6908
7066
|
</li></ul></dd>
|
|
6909
7067
|
|
|
6910
7068
|
|
|
@@ -7061,7 +7219,7 @@ Resolves to an error message if the request fails.
|
|
|
7061
7219
|
|
|
7062
7220
|
<dt class="tag-source">Source:</dt>
|
|
7063
7221
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
7064
|
-
<a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#
|
|
7222
|
+
<a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line591">line 591</a>
|
|
7065
7223
|
</li></ul></dd>
|
|
7066
7224
|
|
|
7067
7225
|
|
|
@@ -7219,7 +7377,7 @@ Clears any current progress data for this challenge</li></ul></dd>
|
|
|
7219
7377
|
|
|
7220
7378
|
<dt class="tag-source">Source:</dt>
|
|
7221
7379
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
7222
|
-
<a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#
|
|
7380
|
+
<a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line546">line 546</a>
|
|
7223
7381
|
</li></ul></dd>
|
|
7224
7382
|
|
|
7225
7383
|
|
|
@@ -7377,7 +7535,7 @@ Clears any existing progress data for this challenge</li></ul></dd>
|
|
|
7377
7535
|
|
|
7378
7536
|
<dt class="tag-source">Source:</dt>
|
|
7379
7537
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
7380
|
-
<a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#
|
|
7538
|
+
<a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line510">line 510</a>
|
|
7381
7539
|
</li></ul></dd>
|
|
7382
7540
|
|
|
7383
7541
|
|
|
@@ -7559,7 +7717,7 @@ Clears any current progress data for this challenge</li></ul></dd>
|
|
|
7559
7717
|
|
|
7560
7718
|
<dt class="tag-source">Source:</dt>
|
|
7561
7719
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
7562
|
-
<a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#
|
|
7720
|
+
<a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line522">line 522</a>
|
|
7563
7721
|
</li></ul></dd>
|
|
7564
7722
|
|
|
7565
7723
|
|
|
@@ -7716,7 +7874,7 @@ Clears any current progress data for this challenge</li></ul></dd>
|
|
|
7716
7874
|
|
|
7717
7875
|
<dt class="tag-source">Source:</dt>
|
|
7718
7876
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
7719
|
-
<a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#
|
|
7877
|
+
<a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line1151">line 1151</a>
|
|
7720
7878
|
</li></ul></dd>
|
|
7721
7879
|
|
|
7722
7880
|
|
|
@@ -7882,7 +8040,7 @@ Clears any current progress data for this challenge</li></ul></dd>
|
|
|
7882
8040
|
|
|
7883
8041
|
<dt class="tag-source">Source:</dt>
|
|
7884
8042
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
7885
|
-
<a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#
|
|
8043
|
+
<a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line1107">line 1107</a>
|
|
7886
8044
|
</li></ul></dd>
|
|
7887
8045
|
|
|
7888
8046
|
|
|
@@ -8095,7 +8253,7 @@ and verifies that the authenticated user is the playlist owner. If authorized, i
|
|
|
8095
8253
|
|
|
8096
8254
|
<dt class="tag-source">Source:</dt>
|
|
8097
8255
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
8098
|
-
<a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#
|
|
8256
|
+
<a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line717">line 717</a>
|
|
8099
8257
|
</li></ul></dd>
|
|
8100
8258
|
|
|
8101
8259
|
|
|
@@ -8301,7 +8459,7 @@ If the user is unauthorized or the data validation fails, the promise rejects wi
|
|
|
8301
8459
|
|
|
8302
8460
|
<dt class="tag-source">Source:</dt>
|
|
8303
8461
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
8304
|
-
<a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#
|
|
8462
|
+
<a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line890">line 890</a>
|
|
8305
8463
|
</li></ul></dd>
|
|
8306
8464
|
|
|
8307
8465
|
|
|
@@ -8709,7 +8867,7 @@ Resolves to `null` if the request fails.
|
|
|
8709
8867
|
<br class="clear">
|
|
8710
8868
|
|
|
8711
8869
|
<footer>
|
|
8712
|
-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on
|
|
8870
|
+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Fri Dec 06 2024 14:20:14 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
|
|
8713
8871
|
</footer>
|
|
8714
8872
|
|
|
8715
8873
|
<script>prettyPrint();</script>
|