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
|
|
|
@@ -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="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
97
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line42">line 42</a>
|
|
98
98
|
</li></ul></dd>
|
|
99
99
|
|
|
100
100
|
|
|
@@ -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="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
185
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line486">line 486</a>
|
|
186
186
|
</li></ul></dd>
|
|
187
187
|
|
|
188
188
|
|
|
@@ -837,7 +837,7 @@ If a coachId is provided, the content type must be 'coach-lessons'.</li></ul></d
|
|
|
837
837
|
|
|
838
838
|
<dt class="tag-source">Source:</dt>
|
|
839
839
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
840
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
840
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line815">line 815</a>
|
|
841
841
|
</li></ul></dd>
|
|
842
842
|
|
|
843
843
|
|
|
@@ -1356,7 +1356,7 @@ fetchAllFilterOptions('myBrand', [], 'Rock', 'John Doe', 'coach-lessons', 'Love'
|
|
|
1356
1356
|
|
|
1357
1357
|
<dt class="tag-source">Source:</dt>
|
|
1358
1358
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
1359
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
1359
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line1253">line 1253</a>
|
|
1360
1360
|
</li></ul></dd>
|
|
1361
1361
|
|
|
1362
1362
|
|
|
@@ -1690,7 +1690,7 @@ fetchAllFilterOptions('myBrand', [], 'Rock', 'John Doe', 'coach-lessons', 'Love'
|
|
|
1690
1690
|
|
|
1691
1691
|
<dt class="tag-source">Source:</dt>
|
|
1692
1692
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
1693
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
1693
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line206">line 206</a>
|
|
1694
1694
|
</li></ul></dd>
|
|
1695
1695
|
|
|
1696
1696
|
|
|
@@ -2156,7 +2156,7 @@ fetchAllFilterOptions('myBrand', [], 'Rock', 'John Doe', 'coach-lessons', 'Love'
|
|
|
2156
2156
|
|
|
2157
2157
|
<dt class="tag-source">Source:</dt>
|
|
2158
2158
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
2159
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
2159
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line1520">line 1520</a>
|
|
2160
2160
|
</li></ul></dd>
|
|
2161
2161
|
|
|
2162
2162
|
|
|
@@ -2661,7 +2661,7 @@ fetchAllFilterOptions('myBrand', [], 'Rock', 'John Doe', 'coach-lessons', 'Love'
|
|
|
2661
2661
|
|
|
2662
2662
|
<dt class="tag-source">Source:</dt>
|
|
2663
2663
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
2664
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
2664
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line79">line 79</a>
|
|
2665
2665
|
</li></ul></dd>
|
|
2666
2666
|
|
|
2667
2667
|
|
|
@@ -2826,7 +2826,7 @@ fetchAllFilterOptions('myBrand', [], 'Rock', 'John Doe', 'coach-lessons', 'Love'
|
|
|
2826
2826
|
|
|
2827
2827
|
<dt class="tag-source">Source:</dt>
|
|
2828
2828
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
2829
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
2829
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line1696">line 1696</a>
|
|
2830
2830
|
</li></ul></dd>
|
|
2831
2831
|
|
|
2832
2832
|
|
|
@@ -2984,7 +2984,7 @@ fetchAllFilterOptions('myBrand', [], 'Rock', 'John Doe', 'coach-lessons', 'Love'
|
|
|
2984
2984
|
|
|
2985
2985
|
<dt class="tag-source">Source:</dt>
|
|
2986
2986
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
2987
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
2987
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line420">line 420</a>
|
|
2988
2988
|
</li></ul></dd>
|
|
2989
2989
|
|
|
2990
2990
|
|
|
@@ -3173,7 +3173,7 @@ fetchAllFilterOptions('myBrand', [], 'Rock', 'John Doe', 'coach-lessons', 'Love'
|
|
|
3173
3173
|
|
|
3174
3174
|
<dt class="tag-source">Source:</dt>
|
|
3175
3175
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
3176
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
3176
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line445">line 445</a>
|
|
3177
3177
|
</li></ul></dd>
|
|
3178
3178
|
|
|
3179
3179
|
|
|
@@ -3382,7 +3382,7 @@ fetchAllFilterOptions('myBrand', [], 'Rock', 'John Doe', 'coach-lessons', 'Love'
|
|
|
3382
3382
|
|
|
3383
3383
|
<dt class="tag-source">Source:</dt>
|
|
3384
3384
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
3385
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
3385
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line1472">line 1472</a>
|
|
3386
3386
|
</li></ul></dd>
|
|
3387
3387
|
|
|
3388
3388
|
|
|
@@ -3548,7 +3548,7 @@ It's an ongoing discussion (Aug 2024), but it's been included here if necessary<
|
|
|
3548
3548
|
|
|
3549
3549
|
<dt class="tag-source">Source:</dt>
|
|
3550
3550
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
3551
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
3551
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line1866">line 1866</a>
|
|
3552
3552
|
</li></ul></dd>
|
|
3553
3553
|
|
|
3554
3554
|
|
|
@@ -3713,7 +3713,7 @@ It's an ongoing discussion (Aug 2024), but it's been included here if necessary<
|
|
|
3713
3713
|
|
|
3714
3714
|
<dt class="tag-source">Source:</dt>
|
|
3715
3715
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
3716
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
3716
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line1371">line 1371</a>
|
|
3717
3717
|
</li></ul></dd>
|
|
3718
3718
|
|
|
3719
3719
|
|
|
@@ -3878,7 +3878,7 @@ It's an ongoing discussion (Aug 2024), but it's been included here if necessary<
|
|
|
3878
3878
|
|
|
3879
3879
|
<dt class="tag-source">Source:</dt>
|
|
3880
3880
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
3881
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
3881
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line874">line 874</a>
|
|
3882
3882
|
</li></ul></dd>
|
|
3883
3883
|
|
|
3884
3884
|
|
|
@@ -4080,7 +4080,7 @@ It's an ongoing discussion (Aug 2024), but it's been included here if necessary<
|
|
|
4080
4080
|
|
|
4081
4081
|
<dt class="tag-source">Source:</dt>
|
|
4082
4082
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
4083
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
4083
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line1396">line 1396</a>
|
|
4084
4084
|
</li></ul></dd>
|
|
4085
4085
|
|
|
4086
4086
|
|
|
@@ -4523,7 +4523,7 @@ It's an ongoing discussion (Aug 2024), but it's been included here if necessary<
|
|
|
4523
4523
|
|
|
4524
4524
|
<dt class="tag-source">Source:</dt>
|
|
4525
4525
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
4526
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
4526
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line1716">line 1716</a>
|
|
4527
4527
|
</li></ul></dd>
|
|
4528
4528
|
|
|
4529
4529
|
|
|
@@ -4681,7 +4681,7 @@ It's an ongoing discussion (Aug 2024), but it's been included here if necessary<
|
|
|
4681
4681
|
|
|
4682
4682
|
<dt class="tag-source">Source:</dt>
|
|
4683
4683
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
4684
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
4684
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line1435">line 1435</a>
|
|
4685
4685
|
</li></ul></dd>
|
|
4686
4686
|
|
|
4687
4687
|
|
|
@@ -4846,7 +4846,7 @@ It's an ongoing discussion (Aug 2024), but it's been included here if necessary<
|
|
|
4846
4846
|
|
|
4847
4847
|
<dt class="tag-source">Source:</dt>
|
|
4848
4848
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
4849
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
4849
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line920">line 920</a>
|
|
4850
4850
|
</li></ul></dd>
|
|
4851
4851
|
|
|
4852
4852
|
|
|
@@ -5004,7 +5004,7 @@ It's an ongoing discussion (Aug 2024), but it's been included here if necessary<
|
|
|
5004
5004
|
|
|
5005
5005
|
<dt class="tag-source">Source:</dt>
|
|
5006
5006
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
5007
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
5007
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line1572">line 1572</a>
|
|
5008
5008
|
</li></ul></dd>
|
|
5009
5009
|
|
|
5010
5010
|
|
|
@@ -5485,7 +5485,7 @@ It's an ongoing discussion (Aug 2024), but it's been included here if necessary<
|
|
|
5485
5485
|
|
|
5486
5486
|
<dt class="tag-source">Source:</dt>
|
|
5487
5487
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
5488
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
5488
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line1135">line 1135</a>
|
|
5489
5489
|
</li></ul></dd>
|
|
5490
5490
|
|
|
5491
5491
|
|
|
@@ -5650,7 +5650,7 @@ It's an ongoing discussion (Aug 2024), but it's been included here if necessary<
|
|
|
5650
5650
|
|
|
5651
5651
|
<dt class="tag-source">Source:</dt>
|
|
5652
5652
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
5653
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
5653
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line1916">line 1916</a>
|
|
5654
5654
|
</li></ul></dd>
|
|
5655
5655
|
|
|
5656
5656
|
|
|
@@ -5835,7 +5835,7 @@ It's an ongoing discussion (Aug 2024), but it's been included here if necessary<
|
|
|
5835
5835
|
|
|
5836
5836
|
<dt class="tag-source">Source:</dt>
|
|
5837
5837
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
5838
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
5838
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line940">line 940</a>
|
|
5839
5839
|
</li></ul></dd>
|
|
5840
5840
|
|
|
5841
5841
|
|
|
@@ -6017,7 +6017,7 @@ It's an ongoing discussion (Aug 2024), but it's been included here if necessary<
|
|
|
6017
6017
|
|
|
6018
6018
|
<dt class="tag-source">Source:</dt>
|
|
6019
6019
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
6020
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
6020
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line980">line 980</a>
|
|
6021
6021
|
</li></ul></dd>
|
|
6022
6022
|
|
|
6023
6023
|
|
|
@@ -6175,7 +6175,7 @@ It's an ongoing discussion (Aug 2024), but it's been included here if necessary<
|
|
|
6175
6175
|
|
|
6176
6176
|
<dt class="tag-source">Source:</dt>
|
|
6177
6177
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
6178
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
6178
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line1042">line 1042</a>
|
|
6179
6179
|
</li></ul></dd>
|
|
6180
6180
|
|
|
6181
6181
|
|
|
@@ -6333,7 +6333,7 @@ It's an ongoing discussion (Aug 2024), but it's been included here if necessary<
|
|
|
6333
6333
|
|
|
6334
6334
|
<dt class="tag-source">Source:</dt>
|
|
6335
6335
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
6336
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
6336
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line1002">line 1002</a>
|
|
6337
6337
|
</li></ul></dd>
|
|
6338
6338
|
|
|
6339
6339
|
|
|
@@ -6515,7 +6515,7 @@ It's an ongoing discussion (Aug 2024), but it's been included here if necessary<
|
|
|
6515
6515
|
|
|
6516
6516
|
<dt class="tag-source">Source:</dt>
|
|
6517
6517
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
6518
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
6518
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line1019">line 1019</a>
|
|
6519
6519
|
</li></ul></dd>
|
|
6520
6520
|
|
|
6521
6521
|
|
|
@@ -6704,7 +6704,7 @@ It's an ongoing discussion (Aug 2024), but it's been included here if necessary<
|
|
|
6704
6704
|
|
|
6705
6705
|
<dt class="tag-source">Source:</dt>
|
|
6706
6706
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
6707
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
6707
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line908">line 908</a>
|
|
6708
6708
|
</li></ul></dd>
|
|
6709
6709
|
|
|
6710
6710
|
|
|
@@ -6862,7 +6862,7 @@ It's an ongoing discussion (Aug 2024), but it's been included here if necessary<
|
|
|
6862
6862
|
|
|
6863
6863
|
<dt class="tag-source">Source:</dt>
|
|
6864
6864
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
6865
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
6865
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line288">line 288</a>
|
|
6866
6866
|
</li></ul></dd>
|
|
6867
6867
|
|
|
6868
6868
|
|
|
@@ -7020,7 +7020,7 @@ It's an ongoing discussion (Aug 2024), but it's been included here if necessary<
|
|
|
7020
7020
|
|
|
7021
7021
|
<dt class="tag-source">Source:</dt>
|
|
7022
7022
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
7023
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
7023
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line1079">line 1079</a>
|
|
7024
7024
|
</li></ul></dd>
|
|
7025
7025
|
|
|
7026
7026
|
|
|
@@ -7178,7 +7178,7 @@ It's an ongoing discussion (Aug 2024), but it's been included here if necessary<
|
|
|
7178
7178
|
|
|
7179
7179
|
<dt class="tag-source">Source:</dt>
|
|
7180
7180
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
7181
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
7181
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line1280">line 1280</a>
|
|
7182
7182
|
</li></ul></dd>
|
|
7183
7183
|
|
|
7184
7184
|
|
|
@@ -7336,7 +7336,7 @@ It's an ongoing discussion (Aug 2024), but it's been included here if necessary<
|
|
|
7336
7336
|
|
|
7337
7337
|
<dt class="tag-source">Source:</dt>
|
|
7338
7338
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
7339
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
7339
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line1340">line 1340</a>
|
|
7340
7340
|
</li></ul></dd>
|
|
7341
7341
|
|
|
7342
7342
|
|
|
@@ -7501,7 +7501,7 @@ It's an ongoing discussion (Aug 2024), but it's been included here if necessary<
|
|
|
7501
7501
|
|
|
7502
7502
|
<dt class="tag-source">Source:</dt>
|
|
7503
7503
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
7504
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
7504
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line1354">line 1354</a>
|
|
7505
7505
|
</li></ul></dd>
|
|
7506
7506
|
|
|
7507
7507
|
|
|
@@ -7663,7 +7663,7 @@ It's an ongoing discussion (Aug 2024), but it's been included here if necessary<
|
|
|
7663
7663
|
|
|
7664
7664
|
<dt class="tag-source">Source:</dt>
|
|
7665
7665
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
7666
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
7666
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line891">line 891</a>
|
|
7667
7667
|
</li></ul></dd>
|
|
7668
7668
|
|
|
7669
7669
|
|
|
@@ -7815,7 +7815,7 @@ It's an ongoing discussion (Aug 2024), but it's been included here if necessary<
|
|
|
7815
7815
|
|
|
7816
7816
|
<dt class="tag-source">Source:</dt>
|
|
7817
7817
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
7818
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
7818
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line1449">line 1449</a>
|
|
7819
7819
|
</li></ul></dd>
|
|
7820
7820
|
|
|
7821
7821
|
|
|
@@ -7980,7 +7980,7 @@ It's an ongoing discussion (Aug 2024), but it's been included here if necessary<
|
|
|
7980
7980
|
|
|
7981
7981
|
<dt class="tag-source">Source:</dt>
|
|
7982
7982
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
7983
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
7983
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line1200">line 1200</a>
|
|
7984
7984
|
</li></ul></dd>
|
|
7985
7985
|
|
|
7986
7986
|
|
|
@@ -8162,7 +8162,7 @@ It's an ongoing discussion (Aug 2024), but it's been included here if necessary<
|
|
|
8162
8162
|
|
|
8163
8163
|
<dt class="tag-source">Source:</dt>
|
|
8164
8164
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
8165
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
8165
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line1226">line 1226</a>
|
|
8166
8166
|
</li></ul></dd>
|
|
8167
8167
|
|
|
8168
8168
|
|
|
@@ -8344,7 +8344,7 @@ It's an ongoing discussion (Aug 2024), but it's been included here if necessary<
|
|
|
8344
8344
|
|
|
8345
8345
|
<dt class="tag-source">Source:</dt>
|
|
8346
8346
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
8347
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
8347
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line116">line 116</a>
|
|
8348
8348
|
</li></ul></dd>
|
|
8349
8349
|
|
|
8350
8350
|
|
|
@@ -8530,7 +8530,7 @@ It's an ongoing discussion (Aug 2024), but it's been included here if necessary<
|
|
|
8530
8530
|
|
|
8531
8531
|
<dt class="tag-source">Source:</dt>
|
|
8532
8532
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
8533
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
8533
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line1753">line 1753</a>
|
|
8534
8534
|
</li></ul></dd>
|
|
8535
8535
|
|
|
8536
8536
|
|
|
@@ -8828,7 +8828,7 @@ fetchSanity(query, true)
|
|
|
8828
8828
|
|
|
8829
8829
|
<dt class="tag-source">Source:</dt>
|
|
8830
8830
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
8831
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
8831
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line382">line 382</a>
|
|
8832
8832
|
</li></ul></dd>
|
|
8833
8833
|
|
|
8834
8834
|
|
|
@@ -8996,7 +8996,7 @@ fetchSanity(query, true)
|
|
|
8996
8996
|
|
|
8997
8997
|
<dt class="tag-source">Source:</dt>
|
|
8998
8998
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
8999
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
8999
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line1891">line 1891</a>
|
|
9000
9000
|
</li></ul></dd>
|
|
9001
9001
|
|
|
9002
9002
|
|
|
@@ -9151,7 +9151,7 @@ fetchSanity(query, true)
|
|
|
9151
9151
|
|
|
9152
9152
|
<dt class="tag-source">Source:</dt>
|
|
9153
9153
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
9154
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
9154
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line94">line 94</a>
|
|
9155
9155
|
</li></ul></dd>
|
|
9156
9156
|
|
|
9157
9157
|
|
|
@@ -9309,7 +9309,7 @@ fetchSanity(query, true)
|
|
|
9309
9309
|
|
|
9310
9310
|
<dt class="tag-source">Source:</dt>
|
|
9311
9311
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
9312
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
9312
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line55">line 55</a>
|
|
9313
9313
|
</li></ul></dd>
|
|
9314
9314
|
|
|
9315
9315
|
|
|
@@ -9474,7 +9474,7 @@ fetchSanity(query, true)
|
|
|
9474
9474
|
|
|
9475
9475
|
<dt class="tag-source">Source:</dt>
|
|
9476
9476
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
9477
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
9477
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line256">line 256</a>
|
|
9478
9478
|
</li></ul></dd>
|
|
9479
9479
|
|
|
9480
9480
|
|
|
@@ -9632,7 +9632,7 @@ fetchSanity(query, true)
|
|
|
9632
9632
|
|
|
9633
9633
|
<dt class="tag-source">Source:</dt>
|
|
9634
9634
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
9635
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
9635
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line228">line 228</a>
|
|
9636
9636
|
</li></ul></dd>
|
|
9637
9637
|
|
|
9638
9638
|
|
|
@@ -9797,7 +9797,7 @@ fetchSanity(query, true)
|
|
|
9797
9797
|
|
|
9798
9798
|
<dt class="tag-source">Source:</dt>
|
|
9799
9799
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
9800
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
9800
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line337">line 337</a>
|
|
9801
9801
|
</li></ul></dd>
|
|
9802
9802
|
|
|
9803
9803
|
|
|
@@ -9967,7 +9967,7 @@ It also includes completion status and progress percentage for each workout by f
|
|
|
9967
9967
|
|
|
9968
9968
|
<dt class="tag-source">Source:</dt>
|
|
9969
9969
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
9970
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
9970
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line275">line 275</a>
|
|
9971
9971
|
</li></ul></dd>
|
|
9972
9972
|
|
|
9973
9973
|
|
|
@@ -10117,6 +10117,171 @@ It also includes completion status and progress percentage for each workout by f
|
|
|
10117
10117
|
|
|
10118
10118
|
|
|
10119
10119
|
|
|
10120
|
+
<h4 class="name" id=".jumpToContinueContent"><span class="type-signature type-signature-static">(static) </span>jumpToContinueContent<span class="signature">(railcontentId)</span><span class="type-signature"> → {Promise.<({next: (Object|null)}|null)>}</span></h4>
|
|
10121
|
+
|
|
10122
|
+
|
|
10123
|
+
|
|
10124
|
+
|
|
10125
|
+
|
|
10126
|
+
|
|
10127
|
+
<dl class="details">
|
|
10128
|
+
|
|
10129
|
+
<dt class="tag-description">Description:</dt>
|
|
10130
|
+
<dd class="tag-description"><ul class="dummy"><li>Fetch the next piece of content under a parent by Railcontent ID</li></ul></dd>
|
|
10131
|
+
|
|
10132
|
+
|
|
10133
|
+
|
|
10134
|
+
<dt class="tag-source">Source:</dt>
|
|
10135
|
+
<dd class="tag-source"><ul class="dummy"><li>
|
|
10136
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line1116">line 1116</a>
|
|
10137
|
+
</li></ul></dd>
|
|
10138
|
+
|
|
10139
|
+
|
|
10140
|
+
|
|
10141
|
+
|
|
10142
|
+
|
|
10143
|
+
|
|
10144
|
+
|
|
10145
|
+
|
|
10146
|
+
|
|
10147
|
+
|
|
10148
|
+
|
|
10149
|
+
|
|
10150
|
+
|
|
10151
|
+
|
|
10152
|
+
|
|
10153
|
+
|
|
10154
|
+
|
|
10155
|
+
|
|
10156
|
+
|
|
10157
|
+
|
|
10158
|
+
|
|
10159
|
+
|
|
10160
|
+
|
|
10161
|
+
|
|
10162
|
+
|
|
10163
|
+
|
|
10164
|
+
|
|
10165
|
+
|
|
10166
|
+
|
|
10167
|
+
|
|
10168
|
+
|
|
10169
|
+
</dl>
|
|
10170
|
+
|
|
10171
|
+
|
|
10172
|
+
|
|
10173
|
+
|
|
10174
|
+
|
|
10175
|
+
|
|
10176
|
+
|
|
10177
|
+
|
|
10178
|
+
|
|
10179
|
+
|
|
10180
|
+
|
|
10181
|
+
<h5 class="h5-examples">Example</h5>
|
|
10182
|
+
|
|
10183
|
+
<pre class="prettyprint"><code>jumpToContinueContent(296693)
|
|
10184
|
+
then.(data => { console.log('next', data.next);})
|
|
10185
|
+
.catch(error => console.error(error));</code></pre>
|
|
10186
|
+
|
|
10187
|
+
|
|
10188
|
+
|
|
10189
|
+
|
|
10190
|
+
<h5 class="h5-parameters">Parameters:</h5>
|
|
10191
|
+
|
|
10192
|
+
|
|
10193
|
+
<table class="params">
|
|
10194
|
+
<thead>
|
|
10195
|
+
<tr>
|
|
10196
|
+
|
|
10197
|
+
<th>Name</th>
|
|
10198
|
+
|
|
10199
|
+
|
|
10200
|
+
<th>Type</th>
|
|
10201
|
+
|
|
10202
|
+
|
|
10203
|
+
|
|
10204
|
+
|
|
10205
|
+
|
|
10206
|
+
<th class="last">Description</th>
|
|
10207
|
+
</tr>
|
|
10208
|
+
</thead>
|
|
10209
|
+
|
|
10210
|
+
<tbody>
|
|
10211
|
+
|
|
10212
|
+
|
|
10213
|
+
<tr>
|
|
10214
|
+
|
|
10215
|
+
<td class="name"><code>railcontentId</code></td>
|
|
10216
|
+
|
|
10217
|
+
|
|
10218
|
+
<td class="type">
|
|
10219
|
+
|
|
10220
|
+
|
|
10221
|
+
<span class="param-type">int</span>
|
|
10222
|
+
|
|
10223
|
+
|
|
10224
|
+
|
|
10225
|
+
|
|
10226
|
+
</td>
|
|
10227
|
+
|
|
10228
|
+
|
|
10229
|
+
|
|
10230
|
+
|
|
10231
|
+
|
|
10232
|
+
<td class="description last">The Railcontent ID of the parent content</td>
|
|
10233
|
+
</tr>
|
|
10234
|
+
|
|
10235
|
+
|
|
10236
|
+
</tbody>
|
|
10237
|
+
</table>
|
|
10238
|
+
|
|
10239
|
+
|
|
10240
|
+
|
|
10241
|
+
|
|
10242
|
+
|
|
10243
|
+
|
|
10244
|
+
|
|
10245
|
+
|
|
10246
|
+
|
|
10247
|
+
|
|
10248
|
+
|
|
10249
|
+
|
|
10250
|
+
|
|
10251
|
+
|
|
10252
|
+
|
|
10253
|
+
|
|
10254
|
+
<h5 class="h5-returns">Returns:</h5>
|
|
10255
|
+
|
|
10256
|
+
|
|
10257
|
+
<div class="param-desc">
|
|
10258
|
+
- object with 'next' attribute
|
|
10259
|
+
</div>
|
|
10260
|
+
|
|
10261
|
+
|
|
10262
|
+
|
|
10263
|
+
<dl class="param-type">
|
|
10264
|
+
<dt>
|
|
10265
|
+
Type
|
|
10266
|
+
</dt>
|
|
10267
|
+
<dd>
|
|
10268
|
+
|
|
10269
|
+
<span class="param-type">Promise.<({next: (Object|null)}|null)></span>
|
|
10270
|
+
|
|
10271
|
+
|
|
10272
|
+
|
|
10273
|
+
</dd>
|
|
10274
|
+
</dl>
|
|
10275
|
+
|
|
10276
|
+
|
|
10277
|
+
|
|
10278
|
+
|
|
10279
|
+
|
|
10280
|
+
|
|
10281
|
+
|
|
10282
|
+
|
|
10283
|
+
|
|
10284
|
+
|
|
10120
10285
|
<h4 class="name" id="~handleCustomFetchAll"><span class="type-signature type-signature-async, inner">(async, inner) </span>handleCustomFetchAll<span class="signature">(brand, type, params)</span><span class="type-signature"> → {Promise.<(Object|null)>}</span></h4>
|
|
10121
10286
|
|
|
10122
10287
|
|
|
@@ -10133,7 +10298,7 @@ It also includes completion status and progress percentage for each workout by f
|
|
|
10133
10298
|
|
|
10134
10299
|
<dt class="tag-source">Source:</dt>
|
|
10135
10300
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
10136
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
10301
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line632">line 632</a>
|
|
10137
10302
|
</li></ul></dd>
|
|
10138
10303
|
|
|
10139
10304
|
|
|
@@ -10766,7 +10931,7 @@ It also includes completion status and progress percentage for each workout by f
|
|
|
10766
10931
|
<br class="clear">
|
|
10767
10932
|
|
|
10768
10933
|
<footer>
|
|
10769
|
-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on
|
|
10934
|
+
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.
|
|
10770
10935
|
</footer>
|
|
10771
10936
|
|
|
10772
10937
|
<script>prettyPrint();</script>
|