musora-content-services 1.4.13 → 1.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +14 -0
- package/docs/algolia.js.html +137 -0
- package/docs/config.js.html +29 -5
- package/docs/index.html +2 -2
- package/docs/module-Config.html +108 -7
- package/docs/module-Railcontent-Services.html +551 -31
- package/docs/module-Sanity-Services.html +1999 -73
- package/docs/module-Search-Engine-Services.html +354 -0
- package/docs/railcontent.js.html +41 -4
- package/docs/sanity.js.html +265 -82
- package/jsdoc.json +1 -0
- package/package.json +4 -2
- package/src/index.d.ts +5 -0
- package/src/index.js +5 -0
- package/src/services/algolia.js +64 -0
- package/src/services/config.js +5 -1
- package/src/services/imageSRCVerify.js +0 -0
- package/src/services/sanity.js +4 -1
|
@@ -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#.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#.postChallengesSoloNotification">postChallengesSoloNotification</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.postChallengesUnlock">postChallengesUnlock</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.reportPlaylist">reportPlaylist</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.setStudentViewForUser">setStudentViewForUser</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.unpinPlaylist">unpinPlaylist</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.updatePlaylist">updatePlaylist</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.updatePlaylistItem">updatePlaylistItem</a></li></ul></li><li><a href="module-Sanity-Services.html">Sanity-Services</a><ul class='methods'><li data-type='method'><a href="module-Sanity-Services.html#.fetchAll">fetchAll</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchAllFilterOptions">fetchAllFilterOptions</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchAllPacks">fetchAllPacks</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchArtistLessons">fetchArtistLessons</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchArtists">fetchArtists</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchByRailContentId">fetchByRailContentId</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchByRailContentIds">fetchByRailContentIds</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchByReference">fetchByReference</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchCoachLessons">fetchCoachLessons</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchComingSoon">fetchComingSoon</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchCommentModContentData">fetchCommentModContentData</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchFoundation">fetchFoundation</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchGenreLessons">fetchGenreLessons</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchLeaving">fetchLeaving</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchLessonContent">fetchLessonContent</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchMetadata">fetchMetadata</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchMethod">fetchMethod</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchMethodChildren">fetchMethodChildren</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchMethodChildrenIds">fetchMethodChildrenIds</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchMethodPreviousNextLesson">fetchMethodPreviousNextLesson</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchNewReleases">fetchNewReleases</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchNextPreviousLesson">fetchNextPreviousLesson</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchPackAll">fetchPackAll</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchPackData">fetchPackData</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchParentForDownload">fetchParentForDownload</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchRelatedLessons">fetchRelatedLessons</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchRelatedSongs">fetchRelatedSongs</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchReturning">fetchReturning</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchSanity">fetchSanity</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchScheduledReleases">fetchScheduledReleases</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchShowsData">fetchShowsData</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchSongArtistCount">fetchSongArtistCount</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchSongById">fetchSongById</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchUpcomingEvents">fetchUpcomingEvents</a></li><li data-type='method'><a href="module-Sanity-Services.html#.jumpToContinueContent">jumpToContinueContent</a></li><li data-type='method'><a href="module-Sanity-Services.html#~getNextAndPreviousQuarterDates">getNextAndPreviousQuarterDates</a></li><li data-type='method'><a href="module-Sanity-Services.html#~getQueryFromPage">getQueryFromPage</a></li><li data-type='method'><a href="module-Sanity-Services.html#~handleCustomFetchAll">handleCustomFetchAll</a></li></ul></li></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#.fetchCommentRelies">fetchCommentRelies</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.fetchComments">fetchComments</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.fetchCompletedChallenges">fetchCompletedChallenges</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.fetchCompletedContent">fetchCompletedContent</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.fetchCompletedState">fetchCompletedState</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.fetchContentInProgress">fetchContentInProgress</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.fetchContentPageUserData">fetchContentPageUserData</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.fetchNextContentDataForParent">fetchNextContentDataForParent</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.fetchOwnedChallenges">fetchOwnedChallenges</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.fetchPinnedPlaylists">fetchPinnedPlaylists</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.fetchPlaylist">fetchPlaylist</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.fetchPlaylistItem">fetchPlaylistItem</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.fetchPlaylistItems">fetchPlaylistItems</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.fetchSongsInProgress">fetchSongsInProgress</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.fetchTopComment">fetchTopComment</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.fetchUserAward">fetchUserAward</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.fetchUserBadges">fetchUserBadges</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.fetchUserChallengeProgress">fetchUserChallengeProgress</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.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#.postChallengesSoloNotification">postChallengesSoloNotification</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.postChallengesUnlock">postChallengesUnlock</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.reportPlaylist">reportPlaylist</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.setStudentViewForUser">setStudentViewForUser</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.unpinPlaylist">unpinPlaylist</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.updatePlaylist">updatePlaylist</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.updatePlaylistItem">updatePlaylistItem</a></li></ul></li><li><a href="module-Sanity-Services.html">Sanity-Services</a><ul class='methods'><li data-type='method'><a href="module-Sanity-Services.html#.fetchAll">fetchAll</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchAllFilterOptions">fetchAllFilterOptions</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchAllPacks">fetchAllPacks</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchArtistLessons">fetchArtistLessons</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchArtists">fetchArtists</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchByRailContentId">fetchByRailContentId</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchByRailContentIds">fetchByRailContentIds</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchByReference">fetchByReference</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchCoachLessons">fetchCoachLessons</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchComingSoon">fetchComingSoon</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchCommentModContentData">fetchCommentModContentData</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchFoundation">fetchFoundation</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchGenreLessons">fetchGenreLessons</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchLeaving">fetchLeaving</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchLessonContent">fetchLessonContent</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchMetadata">fetchMetadata</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchMethod">fetchMethod</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchMethodChildren">fetchMethodChildren</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchMethodChildrenIds">fetchMethodChildrenIds</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchMethodPreviousNextLesson">fetchMethodPreviousNextLesson</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchNewReleases">fetchNewReleases</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchNextPreviousLesson">fetchNextPreviousLesson</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchPackAll">fetchPackAll</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchPackData">fetchPackData</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchParentForDownload">fetchParentForDownload</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchRelatedLessons">fetchRelatedLessons</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchRelatedSongs">fetchRelatedSongs</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchRelatedTutorials">fetchRelatedTutorials</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchReturning">fetchReturning</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchSanity">fetchSanity</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchScheduledReleases">fetchScheduledReleases</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchShowsData">fetchShowsData</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchSongArtistCount">fetchSongArtistCount</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchSongById">fetchSongById</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchUpcomingEvents">fetchUpcomingEvents</a></li><li data-type='method'><a href="module-Sanity-Services.html#.jumpToContinueContent">jumpToContinueContent</a></li><li data-type='method'><a href="module-Sanity-Services.html#~buildQueryForFetch">buildQueryForFetch</a></li><li data-type='method'><a href="module-Sanity-Services.html#~buildRelatedLessonsQuery">buildRelatedLessonsQuery</a></li><li data-type='method'><a href="module-Sanity-Services.html#~buildSubQueryForFetch">buildSubQueryForFetch</a></li><li data-type='method'><a href="module-Sanity-Services.html#~fetchParentContentGenres">fetchParentContentGenres</a></li><li data-type='method'><a href="module-Sanity-Services.html#~fetchParentData">fetchParentData</a></li><li data-type='method'><a href="module-Sanity-Services.html#~fetchRelatedLessonsSectionData">fetchRelatedLessonsSectionData</a></li><li data-type='method'><a href="module-Sanity-Services.html#~formatForResponse">formatForResponse</a></li><li data-type='method'><a href="module-Sanity-Services.html#~formatGenresToString">formatGenresToString</a></li><li data-type='method'><a href="module-Sanity-Services.html#~getCurrentContentDataForQuery">getCurrentContentDataForQuery</a></li><li data-type='method'><a href="module-Sanity-Services.html#~getNextAndPreviousQuarterDates">getNextAndPreviousQuarterDates</a></li><li data-type='method'><a href="module-Sanity-Services.html#~getQueryFromPage">getQueryFromPage</a></li><li data-type='method'><a href="module-Sanity-Services.html#~groupCurrentContentData">groupCurrentContentData</a></li><li data-type='method'><a href="module-Sanity-Services.html#~handleCustomFetchAll">handleCustomFetchAll</a></li></ul></li><li><a href="module-Search-Engine-Services.html">Search-Engine-Services</a><ul class='methods'><li data-type='method'><a href="module-Search-Engine-Services.html#.sendAlgoliaClickEvent">sendAlgoliaClickEvent</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="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#line569">line 569</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#line946">line 946</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#line1491">line 1491</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#line1700">line 1700</a>
|
|
1694
1694
|
</li></ul></dd>
|
|
1695
1695
|
|
|
1696
1696
|
|
|
@@ -2195,7 +2195,7 @@ fetchAllFilterOptions('myBrand', [], 'Rock', 'John Doe', 'coach-lessons', 'Love'
|
|
|
2195
2195
|
|
|
2196
2196
|
<dt class="tag-source">Source:</dt>
|
|
2197
2197
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
2198
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
2198
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line206">line 206</a>
|
|
2199
2199
|
</li></ul></dd>
|
|
2200
2200
|
|
|
2201
2201
|
|
|
@@ -2360,7 +2360,7 @@ fetchAllFilterOptions('myBrand', [], 'Rock', 'John Doe', 'coach-lessons', 'Love'
|
|
|
2360
2360
|
|
|
2361
2361
|
<dt class="tag-source">Source:</dt>
|
|
2362
2362
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
2363
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
2363
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line473">line 473</a>
|
|
2364
2364
|
</li></ul></dd>
|
|
2365
2365
|
|
|
2366
2366
|
|
|
@@ -2549,7 +2549,7 @@ fetchAllFilterOptions('myBrand', [], 'Rock', 'John Doe', 'coach-lessons', 'Love'
|
|
|
2549
2549
|
|
|
2550
2550
|
<dt class="tag-source">Source:</dt>
|
|
2551
2551
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
2552
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
2552
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line512">line 512</a>
|
|
2553
2553
|
</li></ul></dd>
|
|
2554
2554
|
|
|
2555
2555
|
|
|
@@ -2758,7 +2758,7 @@ fetchAllFilterOptions('myBrand', [], 'Rock', 'John Doe', 'coach-lessons', 'Love'
|
|
|
2758
2758
|
|
|
2759
2759
|
<dt class="tag-source">Source:</dt>
|
|
2760
2760
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
2761
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
2761
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line1661">line 1661</a>
|
|
2762
2762
|
</li></ul></dd>
|
|
2763
2763
|
|
|
2764
2764
|
|
|
@@ -2923,7 +2923,7 @@ fetchAllFilterOptions('myBrand', [], 'Rock', 'John Doe', 'coach-lessons', 'Love'
|
|
|
2923
2923
|
|
|
2924
2924
|
<dt class="tag-source">Source:</dt>
|
|
2925
2925
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
2926
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
2926
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line1606">line 1606</a>
|
|
2927
2927
|
</li></ul></dd>
|
|
2928
2928
|
|
|
2929
2929
|
|
|
@@ -3366,7 +3366,7 @@ fetchAllFilterOptions('myBrand', [], 'Rock', 'John Doe', 'coach-lessons', 'Love'
|
|
|
3366
3366
|
|
|
3367
3367
|
<dt class="tag-source">Source:</dt>
|
|
3368
3368
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
3369
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
3369
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line129">line 129</a>
|
|
3370
3370
|
</li></ul></dd>
|
|
3371
3371
|
|
|
3372
3372
|
|
|
@@ -3470,7 +3470,7 @@ fetchAllFilterOptions('myBrand', [], 'Rock', 'John Doe', 'coach-lessons', 'Love'
|
|
|
3470
3470
|
|
|
3471
3471
|
<dt class="tag-source">Source:</dt>
|
|
3472
3472
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
3473
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
3473
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line1890">line 1890</a>
|
|
3474
3474
|
</li></ul></dd>
|
|
3475
3475
|
|
|
3476
3476
|
|
|
@@ -3628,7 +3628,7 @@ fetchAllFilterOptions('myBrand', [], 'Rock', 'John Doe', 'coach-lessons', 'Love'
|
|
|
3628
3628
|
|
|
3629
3629
|
<dt class="tag-source">Source:</dt>
|
|
3630
3630
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
3631
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
3631
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line1009">line 1009</a>
|
|
3632
3632
|
</li></ul></dd>
|
|
3633
3633
|
|
|
3634
3634
|
|
|
@@ -3786,7 +3786,7 @@ fetchAllFilterOptions('myBrand', [], 'Rock', 'John Doe', 'coach-lessons', 'Love'
|
|
|
3786
3786
|
|
|
3787
3787
|
<dt class="tag-source">Source:</dt>
|
|
3788
3788
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
3789
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
3789
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line1760">line 1760</a>
|
|
3790
3790
|
</li></ul></dd>
|
|
3791
3791
|
|
|
3792
3792
|
|
|
@@ -4371,7 +4371,7 @@ fetchAllFilterOptions('myBrand', [], 'Rock', 'John Doe', 'coach-lessons', 'Love'
|
|
|
4371
4371
|
|
|
4372
4372
|
<dt class="tag-source">Source:</dt>
|
|
4373
4373
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
4374
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
4374
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line1230">line 1230</a>
|
|
4375
4375
|
</li></ul></dd>
|
|
4376
4376
|
|
|
4377
4377
|
|
|
@@ -4536,7 +4536,7 @@ fetchAllFilterOptions('myBrand', [], 'Rock', 'John Doe', 'coach-lessons', 'Love'
|
|
|
4536
4536
|
|
|
4537
4537
|
<dt class="tag-source">Source:</dt>
|
|
4538
4538
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
4539
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
4539
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line2073">line 2073</a>
|
|
4540
4540
|
</li></ul></dd>
|
|
4541
4541
|
|
|
4542
4542
|
|
|
@@ -4721,7 +4721,7 @@ fetchAllFilterOptions('myBrand', [], 'Rock', 'John Doe', 'coach-lessons', 'Love'
|
|
|
4721
4721
|
|
|
4722
4722
|
<dt class="tag-source">Source:</dt>
|
|
4723
4723
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
4724
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
4724
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line1029">line 1029</a>
|
|
4725
4725
|
</li></ul></dd>
|
|
4726
4726
|
|
|
4727
4727
|
|
|
@@ -4903,7 +4903,7 @@ fetchAllFilterOptions('myBrand', [], 'Rock', 'John Doe', 'coach-lessons', 'Love'
|
|
|
4903
4903
|
|
|
4904
4904
|
<dt class="tag-source">Source:</dt>
|
|
4905
4905
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
4906
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
4906
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line1077">line 1077</a>
|
|
4907
4907
|
</li></ul></dd>
|
|
4908
4908
|
|
|
4909
4909
|
|
|
@@ -5061,7 +5061,7 @@ fetchAllFilterOptions('myBrand', [], 'Rock', 'John Doe', 'coach-lessons', 'Love'
|
|
|
5061
5061
|
|
|
5062
5062
|
<dt class="tag-source">Source:</dt>
|
|
5063
5063
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
5064
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
5064
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line1135">line 1135</a>
|
|
5065
5065
|
</li></ul></dd>
|
|
5066
5066
|
|
|
5067
5067
|
|
|
@@ -5219,7 +5219,7 @@ fetchAllFilterOptions('myBrand', [], 'Rock', 'John Doe', 'coach-lessons', 'Love'
|
|
|
5219
5219
|
|
|
5220
5220
|
<dt class="tag-source">Source:</dt>
|
|
5221
5221
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
5222
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
5222
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line1112">line 1112</a>
|
|
5223
5223
|
</li></ul></dd>
|
|
5224
5224
|
|
|
5225
5225
|
|
|
@@ -5408,7 +5408,7 @@ fetchAllFilterOptions('myBrand', [], 'Rock', 'John Doe', 'coach-lessons', 'Love'
|
|
|
5408
5408
|
|
|
5409
5409
|
<dt class="tag-source">Source:</dt>
|
|
5410
5410
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
5411
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
5411
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line342">line 342</a>
|
|
5412
5412
|
</li></ul></dd>
|
|
5413
5413
|
|
|
5414
5414
|
|
|
@@ -5566,7 +5566,7 @@ fetchAllFilterOptions('myBrand', [], 'Rock', 'John Doe', 'coach-lessons', 'Love'
|
|
|
5566
5566
|
|
|
5567
5567
|
<dt class="tag-source">Source:</dt>
|
|
5568
5568
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
5569
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
5569
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line1174">line 1174</a>
|
|
5570
5570
|
</li></ul></dd>
|
|
5571
5571
|
|
|
5572
5572
|
|
|
@@ -5724,7 +5724,7 @@ fetchAllFilterOptions('myBrand', [], 'Rock', 'John Doe', 'coach-lessons', 'Love'
|
|
|
5724
5724
|
|
|
5725
5725
|
<dt class="tag-source">Source:</dt>
|
|
5726
5726
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
5727
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
5727
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line1519">line 1519</a>
|
|
5728
5728
|
</li></ul></dd>
|
|
5729
5729
|
|
|
5730
5730
|
|
|
@@ -5882,7 +5882,7 @@ fetchAllFilterOptions('myBrand', [], 'Rock', 'John Doe', 'coach-lessons', 'Love'
|
|
|
5882
5882
|
|
|
5883
5883
|
<dt class="tag-source">Source:</dt>
|
|
5884
5884
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
5885
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
5885
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line1582">line 1582</a>
|
|
5886
5886
|
</li></ul></dd>
|
|
5887
5887
|
|
|
5888
5888
|
|
|
@@ -6047,7 +6047,7 @@ fetchAllFilterOptions('myBrand', [], 'Rock', 'John Doe', 'coach-lessons', 'Love'
|
|
|
6047
6047
|
|
|
6048
6048
|
<dt class="tag-source">Source:</dt>
|
|
6049
6049
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
6050
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
6050
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line1638">line 1638</a>
|
|
6051
6051
|
</li></ul></dd>
|
|
6052
6052
|
|
|
6053
6053
|
|
|
@@ -6212,7 +6212,7 @@ fetchAllFilterOptions('myBrand', [], 'Rock', 'John Doe', 'coach-lessons', 'Love'
|
|
|
6212
6212
|
|
|
6213
6213
|
<dt class="tag-source">Source:</dt>
|
|
6214
6214
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
6215
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
6215
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line1307">line 1307</a>
|
|
6216
6216
|
</li></ul></dd>
|
|
6217
6217
|
|
|
6218
6218
|
|
|
@@ -6394,7 +6394,7 @@ fetchAllFilterOptions('myBrand', [], 'Rock', 'John Doe', 'coach-lessons', 'Love'
|
|
|
6394
6394
|
|
|
6395
6395
|
<dt class="tag-source">Source:</dt>
|
|
6396
6396
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
6397
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
6397
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line266">line 266</a>
|
|
6398
6398
|
</li></ul></dd>
|
|
6399
6399
|
|
|
6400
6400
|
|
|
@@ -6567,6 +6567,184 @@ fetchAllFilterOptions('myBrand', [], 'Rock', 'John Doe', 'coach-lessons', 'Love'
|
|
|
6567
6567
|
|
|
6568
6568
|
|
|
6569
6569
|
|
|
6570
|
+
<h4 class="name" id=".fetchRelatedTutorials"><span class="type-signature type-signature-static">(static) </span>fetchRelatedTutorials<span class="signature">(railContentId, brand)</span><span class="type-signature"> → {Promise.<(Object|null)>}</span></h4>
|
|
6571
|
+
|
|
6572
|
+
|
|
6573
|
+
|
|
6574
|
+
|
|
6575
|
+
|
|
6576
|
+
|
|
6577
|
+
<dl class="details">
|
|
6578
|
+
|
|
6579
|
+
<dt class="tag-description">Description:</dt>
|
|
6580
|
+
<dd class="tag-description"><ul class="dummy"><li>fetch song tutorials related to a specific tutorial, by genre and difficulty.</li></ul></dd>
|
|
6581
|
+
|
|
6582
|
+
|
|
6583
|
+
|
|
6584
|
+
<dt class="tag-source">Source:</dt>
|
|
6585
|
+
<dd class="tag-source"><ul class="dummy"><li>
|
|
6586
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line1343">line 1343</a>
|
|
6587
|
+
</li></ul></dd>
|
|
6588
|
+
|
|
6589
|
+
|
|
6590
|
+
|
|
6591
|
+
|
|
6592
|
+
|
|
6593
|
+
|
|
6594
|
+
|
|
6595
|
+
|
|
6596
|
+
|
|
6597
|
+
|
|
6598
|
+
|
|
6599
|
+
|
|
6600
|
+
|
|
6601
|
+
|
|
6602
|
+
|
|
6603
|
+
|
|
6604
|
+
|
|
6605
|
+
|
|
6606
|
+
|
|
6607
|
+
|
|
6608
|
+
|
|
6609
|
+
|
|
6610
|
+
|
|
6611
|
+
|
|
6612
|
+
|
|
6613
|
+
|
|
6614
|
+
|
|
6615
|
+
|
|
6616
|
+
|
|
6617
|
+
|
|
6618
|
+
|
|
6619
|
+
</dl>
|
|
6620
|
+
|
|
6621
|
+
|
|
6622
|
+
|
|
6623
|
+
|
|
6624
|
+
|
|
6625
|
+
|
|
6626
|
+
|
|
6627
|
+
|
|
6628
|
+
|
|
6629
|
+
|
|
6630
|
+
|
|
6631
|
+
|
|
6632
|
+
|
|
6633
|
+
<h5 class="h5-parameters">Parameters:</h5>
|
|
6634
|
+
|
|
6635
|
+
|
|
6636
|
+
<table class="params">
|
|
6637
|
+
<thead>
|
|
6638
|
+
<tr>
|
|
6639
|
+
|
|
6640
|
+
<th>Name</th>
|
|
6641
|
+
|
|
6642
|
+
|
|
6643
|
+
<th>Type</th>
|
|
6644
|
+
|
|
6645
|
+
|
|
6646
|
+
|
|
6647
|
+
|
|
6648
|
+
|
|
6649
|
+
<th class="last">Description</th>
|
|
6650
|
+
</tr>
|
|
6651
|
+
</thead>
|
|
6652
|
+
|
|
6653
|
+
<tbody>
|
|
6654
|
+
|
|
6655
|
+
|
|
6656
|
+
<tr>
|
|
6657
|
+
|
|
6658
|
+
<td class="name"><code>railContentId</code></td>
|
|
6659
|
+
|
|
6660
|
+
|
|
6661
|
+
<td class="type">
|
|
6662
|
+
|
|
6663
|
+
|
|
6664
|
+
<span class="param-type">number</span>
|
|
6665
|
+
|
|
6666
|
+
|
|
6667
|
+
|
|
6668
|
+
|
|
6669
|
+
</td>
|
|
6670
|
+
|
|
6671
|
+
|
|
6672
|
+
|
|
6673
|
+
|
|
6674
|
+
|
|
6675
|
+
<td class="description last"></td>
|
|
6676
|
+
</tr>
|
|
6677
|
+
|
|
6678
|
+
|
|
6679
|
+
|
|
6680
|
+
<tr>
|
|
6681
|
+
|
|
6682
|
+
<td class="name"><code>brand</code></td>
|
|
6683
|
+
|
|
6684
|
+
|
|
6685
|
+
<td class="type">
|
|
6686
|
+
|
|
6687
|
+
|
|
6688
|
+
<span class="param-type">string</span>
|
|
6689
|
+
|
|
6690
|
+
|
|
6691
|
+
|
|
6692
|
+
|
|
6693
|
+
</td>
|
|
6694
|
+
|
|
6695
|
+
|
|
6696
|
+
|
|
6697
|
+
|
|
6698
|
+
|
|
6699
|
+
<td class="description last"></td>
|
|
6700
|
+
</tr>
|
|
6701
|
+
|
|
6702
|
+
|
|
6703
|
+
</tbody>
|
|
6704
|
+
</table>
|
|
6705
|
+
|
|
6706
|
+
|
|
6707
|
+
|
|
6708
|
+
|
|
6709
|
+
|
|
6710
|
+
|
|
6711
|
+
|
|
6712
|
+
|
|
6713
|
+
|
|
6714
|
+
|
|
6715
|
+
|
|
6716
|
+
|
|
6717
|
+
|
|
6718
|
+
|
|
6719
|
+
|
|
6720
|
+
|
|
6721
|
+
<h5 class="h5-returns">Returns:</h5>
|
|
6722
|
+
|
|
6723
|
+
|
|
6724
|
+
|
|
6725
|
+
|
|
6726
|
+
<dl class="param-type">
|
|
6727
|
+
<dt>
|
|
6728
|
+
Type
|
|
6729
|
+
</dt>
|
|
6730
|
+
<dd>
|
|
6731
|
+
|
|
6732
|
+
<span class="param-type">Promise.<(Object|null)></span>
|
|
6733
|
+
|
|
6734
|
+
|
|
6735
|
+
|
|
6736
|
+
</dd>
|
|
6737
|
+
</dl>
|
|
6738
|
+
|
|
6739
|
+
|
|
6740
|
+
|
|
6741
|
+
|
|
6742
|
+
|
|
6743
|
+
|
|
6744
|
+
|
|
6745
|
+
|
|
6746
|
+
|
|
6747
|
+
|
|
6570
6748
|
<h4 class="name" id=".fetchReturning"><span class="type-signature type-signature-static">(static) </span>fetchReturning<span class="signature">()</span><span class="type-signature"> → {Promise.<(Object|null)>}</span></h4>
|
|
6571
6749
|
|
|
6572
6750
|
|
|
@@ -6583,7 +6761,7 @@ fetchAllFilterOptions('myBrand', [], 'Rock', 'John Doe', 'coach-lessons', 'Love'
|
|
|
6583
6761
|
|
|
6584
6762
|
<dt class="tag-source">Source:</dt>
|
|
6585
6763
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
6586
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
6764
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line102">line 102</a>
|
|
6587
6765
|
</li></ul></dd>
|
|
6588
6766
|
|
|
6589
6767
|
|
|
@@ -6684,7 +6862,7 @@ fetchAllFilterOptions('myBrand', [], 'Rock', 'John Doe', 'coach-lessons', 'Love'
|
|
|
6684
6862
|
|
|
6685
6863
|
<dt class="tag-source">Source:</dt>
|
|
6686
6864
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
6687
|
-
<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#line1931">line 1931</a>
|
|
6688
6866
|
</li></ul></dd>
|
|
6689
6867
|
|
|
6690
6868
|
|
|
@@ -6982,7 +7160,7 @@ fetchSanity(query, true)
|
|
|
6982
7160
|
|
|
6983
7161
|
<dt class="tag-source">Source:</dt>
|
|
6984
7162
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
6985
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
7163
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line435">line 435</a>
|
|
6986
7164
|
</li></ul></dd>
|
|
6987
7165
|
|
|
6988
7166
|
|
|
@@ -7150,7 +7328,7 @@ fetchSanity(query, true)
|
|
|
7150
7328
|
|
|
7151
7329
|
<dt class="tag-source">Source:</dt>
|
|
7152
7330
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
7153
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
7331
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line2048">line 2048</a>
|
|
7154
7332
|
</li></ul></dd>
|
|
7155
7333
|
|
|
7156
7334
|
|
|
@@ -7305,7 +7483,7 @@ fetchSanity(query, true)
|
|
|
7305
7483
|
|
|
7306
7484
|
<dt class="tag-source">Source:</dt>
|
|
7307
7485
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
7308
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
7486
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line224">line 224</a>
|
|
7309
7487
|
</li></ul></dd>
|
|
7310
7488
|
|
|
7311
7489
|
|
|
@@ -7628,7 +7806,7 @@ fetchSanity(query, true)
|
|
|
7628
7806
|
|
|
7629
7807
|
<dt class="tag-source">Source:</dt>
|
|
7630
7808
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
7631
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
7809
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line389">line 389</a>
|
|
7632
7810
|
</li></ul></dd>
|
|
7633
7811
|
|
|
7634
7812
|
|
|
@@ -7796,7 +7974,7 @@ fetchSanity(query, true)
|
|
|
7796
7974
|
|
|
7797
7975
|
<dt class="tag-source">Source:</dt>
|
|
7798
7976
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
7799
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
7977
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line1211">line 1211</a>
|
|
7800
7978
|
</li></ul></dd>
|
|
7801
7979
|
|
|
7802
7980
|
|
|
@@ -7945,7 +8123,7 @@ fetchSanity(query, true)
|
|
|
7945
8123
|
|
|
7946
8124
|
|
|
7947
8125
|
|
|
7948
|
-
<h4 class="name" id="~
|
|
8126
|
+
<h4 class="name" id="~buildQueryForFetch"><span class="type-signature type-signature-inner">(inner) </span>buildQueryForFetch<span class="signature">(railContentId, brand)</span><span class="type-signature"> → {string}</span></h4>
|
|
7949
8127
|
|
|
7950
8128
|
|
|
7951
8129
|
|
|
@@ -7955,13 +8133,13 @@ fetchSanity(query, true)
|
|
|
7955
8133
|
<dl class="details">
|
|
7956
8134
|
|
|
7957
8135
|
<dt class="tag-description">Description:</dt>
|
|
7958
|
-
<dd class="tag-description"><ul class="dummy"><li>
|
|
8136
|
+
<dd class="tag-description"><ul class="dummy"><li>build query for fetch of parent data</li></ul></dd>
|
|
7959
8137
|
|
|
7960
8138
|
|
|
7961
8139
|
|
|
7962
8140
|
<dt class="tag-source">Source:</dt>
|
|
7963
8141
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
7964
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
8142
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line1366">line 1366</a>
|
|
7965
8143
|
</li></ul></dd>
|
|
7966
8144
|
|
|
7967
8145
|
|
|
@@ -8008,81 +8186,1675 @@ fetchSanity(query, true)
|
|
|
8008
8186
|
|
|
8009
8187
|
|
|
8010
8188
|
|
|
8189
|
+
<h5 class="h5-parameters">Parameters:</h5>
|
|
8190
|
+
|
|
8011
8191
|
|
|
8192
|
+
<table class="params">
|
|
8193
|
+
<thead>
|
|
8194
|
+
<tr>
|
|
8195
|
+
|
|
8196
|
+
<th>Name</th>
|
|
8197
|
+
|
|
8012
8198
|
|
|
8199
|
+
<th>Type</th>
|
|
8013
8200
|
|
|
8201
|
+
|
|
8014
8202
|
|
|
8203
|
+
|
|
8015
8204
|
|
|
8205
|
+
<th class="last">Description</th>
|
|
8206
|
+
</tr>
|
|
8207
|
+
</thead>
|
|
8016
8208
|
|
|
8209
|
+
<tbody>
|
|
8210
|
+
|
|
8017
8211
|
|
|
8212
|
+
<tr>
|
|
8213
|
+
|
|
8214
|
+
<td class="name"><code>railContentId</code></td>
|
|
8215
|
+
|
|
8018
8216
|
|
|
8217
|
+
<td class="type">
|
|
8218
|
+
|
|
8219
|
+
|
|
8220
|
+
<span class="param-type">number</span>
|
|
8019
8221
|
|
|
8020
8222
|
|
|
8021
8223
|
|
|
8224
|
+
|
|
8225
|
+
</td>
|
|
8022
8226
|
|
|
8227
|
+
|
|
8023
8228
|
|
|
8229
|
+
|
|
8024
8230
|
|
|
8025
|
-
<
|
|
8026
|
-
|
|
8027
|
-
|
|
8028
|
-
|
|
8231
|
+
<td class="description last"></td>
|
|
8232
|
+
</tr>
|
|
8029
8233
|
|
|
8030
8234
|
|
|
8031
8235
|
|
|
8032
|
-
|
|
8033
|
-
|
|
8034
|
-
|
|
8236
|
+
<tr>
|
|
8237
|
+
|
|
8238
|
+
<td class="name"><code>brand</code></td>
|
|
8035
8239
|
|
|
8036
8240
|
|
|
8037
|
-
|
|
8038
|
-
|
|
8039
|
-
|
|
8241
|
+
<td class="type">
|
|
8242
|
+
|
|
8243
|
+
|
|
8244
|
+
<span class="param-type">string</span>
|
|
8040
8245
|
|
|
8041
|
-
|
|
8042
8246
|
|
|
8043
8247
|
|
|
8248
|
+
|
|
8249
|
+
</td>
|
|
8044
8250
|
|
|
8251
|
+
|
|
8045
8252
|
|
|
8046
|
-
|
|
8047
|
-
|
|
8253
|
+
|
|
8048
8254
|
|
|
8049
|
-
|
|
8050
|
-
|
|
8051
|
-
<dd class="tag-source"><ul class="dummy"><li>
|
|
8052
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line130">line 130</a>
|
|
8053
|
-
</li></ul></dd>
|
|
8054
|
-
|
|
8255
|
+
<td class="description last"></td>
|
|
8256
|
+
</tr>
|
|
8055
8257
|
|
|
8056
8258
|
|
|
8259
|
+
</tbody>
|
|
8260
|
+
</table>
|
|
8057
8261
|
|
|
8058
|
-
|
|
8059
8262
|
|
|
8060
|
-
|
|
8061
8263
|
|
|
8062
|
-
|
|
8063
8264
|
|
|
8064
|
-
|
|
8065
8265
|
|
|
8066
|
-
|
|
8067
8266
|
|
|
8068
|
-
|
|
8069
8267
|
|
|
8070
|
-
|
|
8071
8268
|
|
|
8072
|
-
|
|
8073
8269
|
|
|
8074
|
-
|
|
8075
8270
|
|
|
8076
|
-
|
|
8077
8271
|
|
|
8078
|
-
|
|
8079
8272
|
|
|
8080
|
-
|
|
8081
8273
|
|
|
8082
|
-
|
|
8083
8274
|
|
|
8084
|
-
|
|
8085
|
-
|
|
8275
|
+
|
|
8276
|
+
|
|
8277
|
+
<h5 class="h5-returns">Returns:</h5>
|
|
8278
|
+
|
|
8279
|
+
|
|
8280
|
+
|
|
8281
|
+
|
|
8282
|
+
<dl class="param-type">
|
|
8283
|
+
<dt>
|
|
8284
|
+
Type
|
|
8285
|
+
</dt>
|
|
8286
|
+
<dd>
|
|
8287
|
+
|
|
8288
|
+
<span class="param-type">string</span>
|
|
8289
|
+
|
|
8290
|
+
|
|
8291
|
+
|
|
8292
|
+
</dd>
|
|
8293
|
+
</dl>
|
|
8294
|
+
|
|
8295
|
+
|
|
8296
|
+
|
|
8297
|
+
|
|
8298
|
+
|
|
8299
|
+
|
|
8300
|
+
|
|
8301
|
+
|
|
8302
|
+
|
|
8303
|
+
|
|
8304
|
+
<h4 class="name" id="~buildRelatedLessonsQuery"><span class="type-signature type-signature-async, inner">(async, inner) </span>buildRelatedLessonsQuery<span class="signature">(currentContent)</span><span class="type-signature"> → {Promise.<string>}</span></h4>
|
|
8305
|
+
|
|
8306
|
+
|
|
8307
|
+
|
|
8308
|
+
|
|
8309
|
+
|
|
8310
|
+
|
|
8311
|
+
<dl class="details">
|
|
8312
|
+
|
|
8313
|
+
<dt class="tag-description">Description:</dt>
|
|
8314
|
+
<dd class="tag-description"><ul class="dummy"><li>build query for related lessons by content type</li></ul></dd>
|
|
8315
|
+
|
|
8316
|
+
|
|
8317
|
+
|
|
8318
|
+
<dt class="tag-source">Source:</dt>
|
|
8319
|
+
<dd class="tag-source"><ul class="dummy"><li>
|
|
8320
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line1386">line 1386</a>
|
|
8321
|
+
</li></ul></dd>
|
|
8322
|
+
|
|
8323
|
+
|
|
8324
|
+
|
|
8325
|
+
|
|
8326
|
+
|
|
8327
|
+
|
|
8328
|
+
|
|
8329
|
+
|
|
8330
|
+
|
|
8331
|
+
|
|
8332
|
+
|
|
8333
|
+
|
|
8334
|
+
|
|
8335
|
+
|
|
8336
|
+
|
|
8337
|
+
|
|
8338
|
+
|
|
8339
|
+
|
|
8340
|
+
|
|
8341
|
+
|
|
8342
|
+
|
|
8343
|
+
|
|
8344
|
+
|
|
8345
|
+
|
|
8346
|
+
|
|
8347
|
+
|
|
8348
|
+
|
|
8349
|
+
|
|
8350
|
+
|
|
8351
|
+
|
|
8352
|
+
|
|
8353
|
+
</dl>
|
|
8354
|
+
|
|
8355
|
+
|
|
8356
|
+
|
|
8357
|
+
|
|
8358
|
+
|
|
8359
|
+
|
|
8360
|
+
|
|
8361
|
+
|
|
8362
|
+
|
|
8363
|
+
|
|
8364
|
+
|
|
8365
|
+
|
|
8366
|
+
|
|
8367
|
+
<h5 class="h5-parameters">Parameters:</h5>
|
|
8368
|
+
|
|
8369
|
+
|
|
8370
|
+
<table class="params">
|
|
8371
|
+
<thead>
|
|
8372
|
+
<tr>
|
|
8373
|
+
|
|
8374
|
+
<th>Name</th>
|
|
8375
|
+
|
|
8376
|
+
|
|
8377
|
+
<th>Type</th>
|
|
8378
|
+
|
|
8379
|
+
|
|
8380
|
+
|
|
8381
|
+
|
|
8382
|
+
|
|
8383
|
+
<th class="last">Description</th>
|
|
8384
|
+
</tr>
|
|
8385
|
+
</thead>
|
|
8386
|
+
|
|
8387
|
+
<tbody>
|
|
8388
|
+
|
|
8389
|
+
|
|
8390
|
+
<tr>
|
|
8391
|
+
|
|
8392
|
+
<td class="name"><code>currentContent</code></td>
|
|
8393
|
+
|
|
8394
|
+
|
|
8395
|
+
<td class="type">
|
|
8396
|
+
|
|
8397
|
+
|
|
8398
|
+
<span class="param-type">Object</span>
|
|
8399
|
+
|
|
8400
|
+
|
|
8401
|
+
|
|
8402
|
+
|
|
8403
|
+
</td>
|
|
8404
|
+
|
|
8405
|
+
|
|
8406
|
+
|
|
8407
|
+
|
|
8408
|
+
|
|
8409
|
+
<td class="description last"></td>
|
|
8410
|
+
</tr>
|
|
8411
|
+
|
|
8412
|
+
|
|
8413
|
+
</tbody>
|
|
8414
|
+
</table>
|
|
8415
|
+
|
|
8416
|
+
|
|
8417
|
+
|
|
8418
|
+
|
|
8419
|
+
|
|
8420
|
+
|
|
8421
|
+
|
|
8422
|
+
|
|
8423
|
+
|
|
8424
|
+
|
|
8425
|
+
|
|
8426
|
+
|
|
8427
|
+
|
|
8428
|
+
|
|
8429
|
+
|
|
8430
|
+
|
|
8431
|
+
<h5 class="h5-returns">Returns:</h5>
|
|
8432
|
+
|
|
8433
|
+
|
|
8434
|
+
|
|
8435
|
+
|
|
8436
|
+
<dl class="param-type">
|
|
8437
|
+
<dt>
|
|
8438
|
+
Type
|
|
8439
|
+
</dt>
|
|
8440
|
+
<dd>
|
|
8441
|
+
|
|
8442
|
+
<span class="param-type">Promise.<string></span>
|
|
8443
|
+
|
|
8444
|
+
|
|
8445
|
+
|
|
8446
|
+
</dd>
|
|
8447
|
+
</dl>
|
|
8448
|
+
|
|
8449
|
+
|
|
8450
|
+
|
|
8451
|
+
|
|
8452
|
+
|
|
8453
|
+
|
|
8454
|
+
|
|
8455
|
+
|
|
8456
|
+
|
|
8457
|
+
|
|
8458
|
+
<h4 class="name" id="~buildSubQueryForFetch"><span class="type-signature type-signature-async, inner">(async, inner) </span>buildSubQueryForFetch<span class="signature">(type, brand, id, difficulty, genres)</span><span class="type-signature"> → {Promise.<string>}</span></h4>
|
|
8459
|
+
|
|
8460
|
+
|
|
8461
|
+
|
|
8462
|
+
|
|
8463
|
+
|
|
8464
|
+
|
|
8465
|
+
<dl class="details">
|
|
8466
|
+
|
|
8467
|
+
<dt class="tag-description">Description:</dt>
|
|
8468
|
+
<dd class="tag-description"><ul class="dummy"><li>build filters for use in related_lessons query</li></ul></dd>
|
|
8469
|
+
|
|
8470
|
+
|
|
8471
|
+
|
|
8472
|
+
<dt class="tag-source">Source:</dt>
|
|
8473
|
+
<dd class="tag-source"><ul class="dummy"><li>
|
|
8474
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line1465">line 1465</a>
|
|
8475
|
+
</li></ul></dd>
|
|
8476
|
+
|
|
8477
|
+
|
|
8478
|
+
|
|
8479
|
+
|
|
8480
|
+
|
|
8481
|
+
|
|
8482
|
+
|
|
8483
|
+
|
|
8484
|
+
|
|
8485
|
+
|
|
8486
|
+
|
|
8487
|
+
|
|
8488
|
+
|
|
8489
|
+
|
|
8490
|
+
|
|
8491
|
+
|
|
8492
|
+
|
|
8493
|
+
|
|
8494
|
+
|
|
8495
|
+
|
|
8496
|
+
|
|
8497
|
+
|
|
8498
|
+
|
|
8499
|
+
|
|
8500
|
+
|
|
8501
|
+
|
|
8502
|
+
|
|
8503
|
+
|
|
8504
|
+
|
|
8505
|
+
|
|
8506
|
+
|
|
8507
|
+
</dl>
|
|
8508
|
+
|
|
8509
|
+
|
|
8510
|
+
|
|
8511
|
+
|
|
8512
|
+
|
|
8513
|
+
|
|
8514
|
+
|
|
8515
|
+
|
|
8516
|
+
|
|
8517
|
+
|
|
8518
|
+
|
|
8519
|
+
|
|
8520
|
+
|
|
8521
|
+
<h5 class="h5-parameters">Parameters:</h5>
|
|
8522
|
+
|
|
8523
|
+
|
|
8524
|
+
<table class="params">
|
|
8525
|
+
<thead>
|
|
8526
|
+
<tr>
|
|
8527
|
+
|
|
8528
|
+
<th>Name</th>
|
|
8529
|
+
|
|
8530
|
+
|
|
8531
|
+
<th>Type</th>
|
|
8532
|
+
|
|
8533
|
+
|
|
8534
|
+
|
|
8535
|
+
|
|
8536
|
+
<th>Default</th>
|
|
8537
|
+
|
|
8538
|
+
|
|
8539
|
+
<th class="last">Description</th>
|
|
8540
|
+
</tr>
|
|
8541
|
+
</thead>
|
|
8542
|
+
|
|
8543
|
+
<tbody>
|
|
8544
|
+
|
|
8545
|
+
|
|
8546
|
+
<tr>
|
|
8547
|
+
|
|
8548
|
+
<td class="name"><code>type</code></td>
|
|
8549
|
+
|
|
8550
|
+
|
|
8551
|
+
<td class="type">
|
|
8552
|
+
|
|
8553
|
+
|
|
8554
|
+
<span class="param-type">string</span>
|
|
8555
|
+
|
|
8556
|
+
|
|
8557
|
+
|
|
8558
|
+
|
|
8559
|
+
</td>
|
|
8560
|
+
|
|
8561
|
+
|
|
8562
|
+
|
|
8563
|
+
|
|
8564
|
+
<td class="default">
|
|
8565
|
+
|
|
8566
|
+
</td>
|
|
8567
|
+
|
|
8568
|
+
|
|
8569
|
+
<td class="description last"></td>
|
|
8570
|
+
</tr>
|
|
8571
|
+
|
|
8572
|
+
|
|
8573
|
+
|
|
8574
|
+
<tr>
|
|
8575
|
+
|
|
8576
|
+
<td class="name"><code>brand</code></td>
|
|
8577
|
+
|
|
8578
|
+
|
|
8579
|
+
<td class="type">
|
|
8580
|
+
|
|
8581
|
+
|
|
8582
|
+
<span class="param-type">string</span>
|
|
8583
|
+
|
|
8584
|
+
|
|
8585
|
+
|
|
8586
|
+
|
|
8587
|
+
</td>
|
|
8588
|
+
|
|
8589
|
+
|
|
8590
|
+
|
|
8591
|
+
|
|
8592
|
+
<td class="default">
|
|
8593
|
+
|
|
8594
|
+
</td>
|
|
8595
|
+
|
|
8596
|
+
|
|
8597
|
+
<td class="description last"></td>
|
|
8598
|
+
</tr>
|
|
8599
|
+
|
|
8600
|
+
|
|
8601
|
+
|
|
8602
|
+
<tr>
|
|
8603
|
+
|
|
8604
|
+
<td class="name"><code>id</code></td>
|
|
8605
|
+
|
|
8606
|
+
|
|
8607
|
+
<td class="type">
|
|
8608
|
+
|
|
8609
|
+
|
|
8610
|
+
<span class="param-type">number</span>
|
|
8611
|
+
|
|
8612
|
+
|
|
8613
|
+
|
|
8614
|
+
|
|
8615
|
+
</td>
|
|
8616
|
+
|
|
8617
|
+
|
|
8618
|
+
|
|
8619
|
+
|
|
8620
|
+
<td class="default">
|
|
8621
|
+
|
|
8622
|
+
</td>
|
|
8623
|
+
|
|
8624
|
+
|
|
8625
|
+
<td class="description last"></td>
|
|
8626
|
+
</tr>
|
|
8627
|
+
|
|
8628
|
+
|
|
8629
|
+
|
|
8630
|
+
<tr>
|
|
8631
|
+
|
|
8632
|
+
<td class="name"><code>difficulty</code></td>
|
|
8633
|
+
|
|
8634
|
+
|
|
8635
|
+
<td class="type">
|
|
8636
|
+
|
|
8637
|
+
|
|
8638
|
+
<span class="param-type">string</span>
|
|
8639
|
+
|
|
8640
|
+
|
|
8641
|
+
|
|
8642
|
+
|
|
8643
|
+
</td>
|
|
8644
|
+
|
|
8645
|
+
|
|
8646
|
+
|
|
8647
|
+
|
|
8648
|
+
<td class="default">
|
|
8649
|
+
|
|
8650
|
+
</td>
|
|
8651
|
+
|
|
8652
|
+
|
|
8653
|
+
<td class="description last"></td>
|
|
8654
|
+
</tr>
|
|
8655
|
+
|
|
8656
|
+
|
|
8657
|
+
|
|
8658
|
+
<tr>
|
|
8659
|
+
|
|
8660
|
+
<td class="name"><code>genres</code></td>
|
|
8661
|
+
|
|
8662
|
+
|
|
8663
|
+
<td class="type">
|
|
8664
|
+
|
|
8665
|
+
|
|
8666
|
+
<span class="param-type">string</span>
|
|
8667
|
+
|
|
|
8668
|
+
|
|
8669
|
+
<span class="param-type">null</span>
|
|
8670
|
+
|
|
8671
|
+
|
|
8672
|
+
|
|
8673
|
+
|
|
8674
|
+
</td>
|
|
8675
|
+
|
|
8676
|
+
|
|
8677
|
+
|
|
8678
|
+
|
|
8679
|
+
<td class="default">
|
|
8680
|
+
|
|
8681
|
+
<code>null</code>
|
|
8682
|
+
|
|
8683
|
+
</td>
|
|
8684
|
+
|
|
8685
|
+
|
|
8686
|
+
<td class="description last"></td>
|
|
8687
|
+
</tr>
|
|
8688
|
+
|
|
8689
|
+
|
|
8690
|
+
</tbody>
|
|
8691
|
+
</table>
|
|
8692
|
+
|
|
8693
|
+
|
|
8694
|
+
|
|
8695
|
+
|
|
8696
|
+
|
|
8697
|
+
|
|
8698
|
+
|
|
8699
|
+
|
|
8700
|
+
|
|
8701
|
+
|
|
8702
|
+
|
|
8703
|
+
|
|
8704
|
+
|
|
8705
|
+
|
|
8706
|
+
|
|
8707
|
+
|
|
8708
|
+
<h5 class="h5-returns">Returns:</h5>
|
|
8709
|
+
|
|
8710
|
+
|
|
8711
|
+
|
|
8712
|
+
|
|
8713
|
+
<dl class="param-type">
|
|
8714
|
+
<dt>
|
|
8715
|
+
Type
|
|
8716
|
+
</dt>
|
|
8717
|
+
<dd>
|
|
8718
|
+
|
|
8719
|
+
<span class="param-type">Promise.<string></span>
|
|
8720
|
+
|
|
8721
|
+
|
|
8722
|
+
|
|
8723
|
+
</dd>
|
|
8724
|
+
</dl>
|
|
8725
|
+
|
|
8726
|
+
|
|
8727
|
+
|
|
8728
|
+
|
|
8729
|
+
|
|
8730
|
+
|
|
8731
|
+
|
|
8732
|
+
|
|
8733
|
+
|
|
8734
|
+
|
|
8735
|
+
<h4 class="name" id="~fetchParentContentGenres"><span class="type-signature type-signature-async, inner">(async, inner) </span>fetchParentContentGenres<span class="signature">(contentData)</span><span class="type-signature"> → {Promise.<(Object|null)>}</span></h4>
|
|
8736
|
+
|
|
8737
|
+
|
|
8738
|
+
|
|
8739
|
+
|
|
8740
|
+
|
|
8741
|
+
|
|
8742
|
+
<dl class="details">
|
|
8743
|
+
|
|
8744
|
+
<dt class="tag-description">Description:</dt>
|
|
8745
|
+
<dd class="tag-description"><ul class="dummy"><li>fetch genres of parent content</li></ul></dd>
|
|
8746
|
+
|
|
8747
|
+
|
|
8748
|
+
|
|
8749
|
+
<dt class="tag-source">Source:</dt>
|
|
8750
|
+
<dd class="tag-source"><ul class="dummy"><li>
|
|
8751
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line1442">line 1442</a>
|
|
8752
|
+
</li></ul></dd>
|
|
8753
|
+
|
|
8754
|
+
|
|
8755
|
+
|
|
8756
|
+
|
|
8757
|
+
|
|
8758
|
+
|
|
8759
|
+
|
|
8760
|
+
|
|
8761
|
+
|
|
8762
|
+
|
|
8763
|
+
|
|
8764
|
+
|
|
8765
|
+
|
|
8766
|
+
|
|
8767
|
+
|
|
8768
|
+
|
|
8769
|
+
|
|
8770
|
+
|
|
8771
|
+
|
|
8772
|
+
|
|
8773
|
+
|
|
8774
|
+
|
|
8775
|
+
|
|
8776
|
+
|
|
8777
|
+
|
|
8778
|
+
|
|
8779
|
+
|
|
8780
|
+
|
|
8781
|
+
|
|
8782
|
+
|
|
8783
|
+
|
|
8784
|
+
</dl>
|
|
8785
|
+
|
|
8786
|
+
|
|
8787
|
+
|
|
8788
|
+
|
|
8789
|
+
|
|
8790
|
+
|
|
8791
|
+
|
|
8792
|
+
|
|
8793
|
+
|
|
8794
|
+
|
|
8795
|
+
|
|
8796
|
+
|
|
8797
|
+
|
|
8798
|
+
<h5 class="h5-parameters">Parameters:</h5>
|
|
8799
|
+
|
|
8800
|
+
|
|
8801
|
+
<table class="params">
|
|
8802
|
+
<thead>
|
|
8803
|
+
<tr>
|
|
8804
|
+
|
|
8805
|
+
<th>Name</th>
|
|
8806
|
+
|
|
8807
|
+
|
|
8808
|
+
<th>Type</th>
|
|
8809
|
+
|
|
8810
|
+
|
|
8811
|
+
|
|
8812
|
+
|
|
8813
|
+
|
|
8814
|
+
<th class="last">Description</th>
|
|
8815
|
+
</tr>
|
|
8816
|
+
</thead>
|
|
8817
|
+
|
|
8818
|
+
<tbody>
|
|
8819
|
+
|
|
8820
|
+
|
|
8821
|
+
<tr>
|
|
8822
|
+
|
|
8823
|
+
<td class="name"><code>contentData</code></td>
|
|
8824
|
+
|
|
8825
|
+
|
|
8826
|
+
<td class="type">
|
|
8827
|
+
|
|
8828
|
+
|
|
8829
|
+
<span class="param-type">Object</span>
|
|
8830
|
+
|
|
8831
|
+
|
|
8832
|
+
|
|
8833
|
+
|
|
8834
|
+
</td>
|
|
8835
|
+
|
|
8836
|
+
|
|
8837
|
+
|
|
8838
|
+
|
|
8839
|
+
|
|
8840
|
+
<td class="description last"></td>
|
|
8841
|
+
</tr>
|
|
8842
|
+
|
|
8843
|
+
|
|
8844
|
+
</tbody>
|
|
8845
|
+
</table>
|
|
8846
|
+
|
|
8847
|
+
|
|
8848
|
+
|
|
8849
|
+
|
|
8850
|
+
|
|
8851
|
+
|
|
8852
|
+
|
|
8853
|
+
|
|
8854
|
+
|
|
8855
|
+
|
|
8856
|
+
|
|
8857
|
+
|
|
8858
|
+
|
|
8859
|
+
|
|
8860
|
+
|
|
8861
|
+
|
|
8862
|
+
<h5 class="h5-returns">Returns:</h5>
|
|
8863
|
+
|
|
8864
|
+
|
|
8865
|
+
|
|
8866
|
+
|
|
8867
|
+
<dl class="param-type">
|
|
8868
|
+
<dt>
|
|
8869
|
+
Type
|
|
8870
|
+
</dt>
|
|
8871
|
+
<dd>
|
|
8872
|
+
|
|
8873
|
+
<span class="param-type">Promise.<(Object|null)></span>
|
|
8874
|
+
|
|
8875
|
+
|
|
8876
|
+
|
|
8877
|
+
</dd>
|
|
8878
|
+
</dl>
|
|
8879
|
+
|
|
8880
|
+
|
|
8881
|
+
|
|
8882
|
+
|
|
8883
|
+
|
|
8884
|
+
|
|
8885
|
+
|
|
8886
|
+
|
|
8887
|
+
|
|
8888
|
+
|
|
8889
|
+
<h4 class="name" id="~fetchParentData"><span class="type-signature type-signature-async, inner">(async, inner) </span>fetchParentData<span class="signature">(railContentId, brand)</span><span class="type-signature"> → {Promise.<(Object|null)>}</span></h4>
|
|
8890
|
+
|
|
8891
|
+
|
|
8892
|
+
|
|
8893
|
+
|
|
8894
|
+
|
|
8895
|
+
|
|
8896
|
+
<dl class="details">
|
|
8897
|
+
|
|
8898
|
+
<dt class="tag-description">Description:</dt>
|
|
8899
|
+
<dd class="tag-description"><ul class="dummy"><li>fetch data of parent content, and combine with some of current content</li></ul></dd>
|
|
8900
|
+
|
|
8901
|
+
|
|
8902
|
+
|
|
8903
|
+
<dt class="tag-source">Source:</dt>
|
|
8904
|
+
<dd class="tag-source"><ul class="dummy"><li>
|
|
8905
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line1355">line 1355</a>
|
|
8906
|
+
</li></ul></dd>
|
|
8907
|
+
|
|
8908
|
+
|
|
8909
|
+
|
|
8910
|
+
|
|
8911
|
+
|
|
8912
|
+
|
|
8913
|
+
|
|
8914
|
+
|
|
8915
|
+
|
|
8916
|
+
|
|
8917
|
+
|
|
8918
|
+
|
|
8919
|
+
|
|
8920
|
+
|
|
8921
|
+
|
|
8922
|
+
|
|
8923
|
+
|
|
8924
|
+
|
|
8925
|
+
|
|
8926
|
+
|
|
8927
|
+
|
|
8928
|
+
|
|
8929
|
+
|
|
8930
|
+
|
|
8931
|
+
|
|
8932
|
+
|
|
8933
|
+
|
|
8934
|
+
|
|
8935
|
+
|
|
8936
|
+
|
|
8937
|
+
|
|
8938
|
+
</dl>
|
|
8939
|
+
|
|
8940
|
+
|
|
8941
|
+
|
|
8942
|
+
|
|
8943
|
+
|
|
8944
|
+
|
|
8945
|
+
|
|
8946
|
+
|
|
8947
|
+
|
|
8948
|
+
|
|
8949
|
+
|
|
8950
|
+
|
|
8951
|
+
|
|
8952
|
+
<h5 class="h5-parameters">Parameters:</h5>
|
|
8953
|
+
|
|
8954
|
+
|
|
8955
|
+
<table class="params">
|
|
8956
|
+
<thead>
|
|
8957
|
+
<tr>
|
|
8958
|
+
|
|
8959
|
+
<th>Name</th>
|
|
8960
|
+
|
|
8961
|
+
|
|
8962
|
+
<th>Type</th>
|
|
8963
|
+
|
|
8964
|
+
|
|
8965
|
+
|
|
8966
|
+
|
|
8967
|
+
|
|
8968
|
+
<th class="last">Description</th>
|
|
8969
|
+
</tr>
|
|
8970
|
+
</thead>
|
|
8971
|
+
|
|
8972
|
+
<tbody>
|
|
8973
|
+
|
|
8974
|
+
|
|
8975
|
+
<tr>
|
|
8976
|
+
|
|
8977
|
+
<td class="name"><code>railContentId</code></td>
|
|
8978
|
+
|
|
8979
|
+
|
|
8980
|
+
<td class="type">
|
|
8981
|
+
|
|
8982
|
+
|
|
8983
|
+
<span class="param-type">number</span>
|
|
8984
|
+
|
|
8985
|
+
|
|
8986
|
+
|
|
8987
|
+
|
|
8988
|
+
</td>
|
|
8989
|
+
|
|
8990
|
+
|
|
8991
|
+
|
|
8992
|
+
|
|
8993
|
+
|
|
8994
|
+
<td class="description last"></td>
|
|
8995
|
+
</tr>
|
|
8996
|
+
|
|
8997
|
+
|
|
8998
|
+
|
|
8999
|
+
<tr>
|
|
9000
|
+
|
|
9001
|
+
<td class="name"><code>brand</code></td>
|
|
9002
|
+
|
|
9003
|
+
|
|
9004
|
+
<td class="type">
|
|
9005
|
+
|
|
9006
|
+
|
|
9007
|
+
<span class="param-type">string</span>
|
|
9008
|
+
|
|
9009
|
+
|
|
9010
|
+
|
|
9011
|
+
|
|
9012
|
+
</td>
|
|
9013
|
+
|
|
9014
|
+
|
|
9015
|
+
|
|
9016
|
+
|
|
9017
|
+
|
|
9018
|
+
<td class="description last"></td>
|
|
9019
|
+
</tr>
|
|
9020
|
+
|
|
9021
|
+
|
|
9022
|
+
</tbody>
|
|
9023
|
+
</table>
|
|
9024
|
+
|
|
9025
|
+
|
|
9026
|
+
|
|
9027
|
+
|
|
9028
|
+
|
|
9029
|
+
|
|
9030
|
+
|
|
9031
|
+
|
|
9032
|
+
|
|
9033
|
+
|
|
9034
|
+
|
|
9035
|
+
|
|
9036
|
+
|
|
9037
|
+
|
|
9038
|
+
|
|
9039
|
+
|
|
9040
|
+
<h5 class="h5-returns">Returns:</h5>
|
|
9041
|
+
|
|
9042
|
+
|
|
9043
|
+
|
|
9044
|
+
|
|
9045
|
+
<dl class="param-type">
|
|
9046
|
+
<dt>
|
|
9047
|
+
Type
|
|
9048
|
+
</dt>
|
|
9049
|
+
<dd>
|
|
9050
|
+
|
|
9051
|
+
<span class="param-type">Promise.<(Object|null)></span>
|
|
9052
|
+
|
|
9053
|
+
|
|
9054
|
+
|
|
9055
|
+
</dd>
|
|
9056
|
+
</dl>
|
|
9057
|
+
|
|
9058
|
+
|
|
9059
|
+
|
|
9060
|
+
|
|
9061
|
+
|
|
9062
|
+
|
|
9063
|
+
|
|
9064
|
+
|
|
9065
|
+
|
|
9066
|
+
|
|
9067
|
+
<h4 class="name" id="~fetchRelatedLessonsSectionData"><span class="type-signature type-signature-async, inner">(async, inner) </span>fetchRelatedLessonsSectionData<span class="signature">(currentContent)</span><span class="type-signature"> → {Promise.<(Object|null)>}</span></h4>
|
|
9068
|
+
|
|
9069
|
+
|
|
9070
|
+
|
|
9071
|
+
|
|
9072
|
+
|
|
9073
|
+
|
|
9074
|
+
<dl class="details">
|
|
9075
|
+
|
|
9076
|
+
<dt class="tag-description">Description:</dt>
|
|
9077
|
+
<dd class="tag-description"><ul class="dummy"><li>fetch related lessons content</li></ul></dd>
|
|
9078
|
+
|
|
9079
|
+
|
|
9080
|
+
|
|
9081
|
+
<dt class="tag-source">Source:</dt>
|
|
9082
|
+
<dd class="tag-source"><ul class="dummy"><li>
|
|
9083
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line1376">line 1376</a>
|
|
9084
|
+
</li></ul></dd>
|
|
9085
|
+
|
|
9086
|
+
|
|
9087
|
+
|
|
9088
|
+
|
|
9089
|
+
|
|
9090
|
+
|
|
9091
|
+
|
|
9092
|
+
|
|
9093
|
+
|
|
9094
|
+
|
|
9095
|
+
|
|
9096
|
+
|
|
9097
|
+
|
|
9098
|
+
|
|
9099
|
+
|
|
9100
|
+
|
|
9101
|
+
|
|
9102
|
+
|
|
9103
|
+
|
|
9104
|
+
|
|
9105
|
+
|
|
9106
|
+
|
|
9107
|
+
|
|
9108
|
+
|
|
9109
|
+
|
|
9110
|
+
|
|
9111
|
+
|
|
9112
|
+
|
|
9113
|
+
|
|
9114
|
+
|
|
9115
|
+
|
|
9116
|
+
</dl>
|
|
9117
|
+
|
|
9118
|
+
|
|
9119
|
+
|
|
9120
|
+
|
|
9121
|
+
|
|
9122
|
+
|
|
9123
|
+
|
|
9124
|
+
|
|
9125
|
+
|
|
9126
|
+
|
|
9127
|
+
|
|
9128
|
+
|
|
9129
|
+
|
|
9130
|
+
<h5 class="h5-parameters">Parameters:</h5>
|
|
9131
|
+
|
|
9132
|
+
|
|
9133
|
+
<table class="params">
|
|
9134
|
+
<thead>
|
|
9135
|
+
<tr>
|
|
9136
|
+
|
|
9137
|
+
<th>Name</th>
|
|
9138
|
+
|
|
9139
|
+
|
|
9140
|
+
<th>Type</th>
|
|
9141
|
+
|
|
9142
|
+
|
|
9143
|
+
|
|
9144
|
+
|
|
9145
|
+
|
|
9146
|
+
<th class="last">Description</th>
|
|
9147
|
+
</tr>
|
|
9148
|
+
</thead>
|
|
9149
|
+
|
|
9150
|
+
<tbody>
|
|
9151
|
+
|
|
9152
|
+
|
|
9153
|
+
<tr>
|
|
9154
|
+
|
|
9155
|
+
<td class="name"><code>currentContent</code></td>
|
|
9156
|
+
|
|
9157
|
+
|
|
9158
|
+
<td class="type">
|
|
9159
|
+
|
|
9160
|
+
|
|
9161
|
+
<span class="param-type">Object</span>
|
|
9162
|
+
|
|
9163
|
+
|
|
9164
|
+
|
|
9165
|
+
|
|
9166
|
+
</td>
|
|
9167
|
+
|
|
9168
|
+
|
|
9169
|
+
|
|
9170
|
+
|
|
9171
|
+
|
|
9172
|
+
<td class="description last"></td>
|
|
9173
|
+
</tr>
|
|
9174
|
+
|
|
9175
|
+
|
|
9176
|
+
</tbody>
|
|
9177
|
+
</table>
|
|
9178
|
+
|
|
9179
|
+
|
|
9180
|
+
|
|
9181
|
+
|
|
9182
|
+
|
|
9183
|
+
|
|
9184
|
+
|
|
9185
|
+
|
|
9186
|
+
|
|
9187
|
+
|
|
9188
|
+
|
|
9189
|
+
|
|
9190
|
+
|
|
9191
|
+
|
|
9192
|
+
|
|
9193
|
+
|
|
9194
|
+
<h5 class="h5-returns">Returns:</h5>
|
|
9195
|
+
|
|
9196
|
+
|
|
9197
|
+
|
|
9198
|
+
|
|
9199
|
+
<dl class="param-type">
|
|
9200
|
+
<dt>
|
|
9201
|
+
Type
|
|
9202
|
+
</dt>
|
|
9203
|
+
<dd>
|
|
9204
|
+
|
|
9205
|
+
<span class="param-type">Promise.<(Object|null)></span>
|
|
9206
|
+
|
|
9207
|
+
|
|
9208
|
+
|
|
9209
|
+
</dd>
|
|
9210
|
+
</dl>
|
|
9211
|
+
|
|
9212
|
+
|
|
9213
|
+
|
|
9214
|
+
|
|
9215
|
+
|
|
9216
|
+
|
|
9217
|
+
|
|
9218
|
+
|
|
9219
|
+
|
|
9220
|
+
|
|
9221
|
+
<h4 class="name" id="~formatForResponse"><span class="type-signature type-signature-inner">(inner) </span>formatForResponse<span class="signature">(parentObject, relatedLessonObject)</span><span class="type-signature"> → {Object}</span></h4>
|
|
9222
|
+
|
|
9223
|
+
|
|
9224
|
+
|
|
9225
|
+
|
|
9226
|
+
|
|
9227
|
+
|
|
9228
|
+
<dl class="details">
|
|
9229
|
+
|
|
9230
|
+
<dt class="tag-description">Description:</dt>
|
|
9231
|
+
<dd class="tag-description"><ul class="dummy"><li>format return Object for use by page</li></ul></dd>
|
|
9232
|
+
|
|
9233
|
+
|
|
9234
|
+
|
|
9235
|
+
<dt class="tag-source">Source:</dt>
|
|
9236
|
+
<dd class="tag-source"><ul class="dummy"><li>
|
|
9237
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line1478">line 1478</a>
|
|
9238
|
+
</li></ul></dd>
|
|
9239
|
+
|
|
9240
|
+
|
|
9241
|
+
|
|
9242
|
+
|
|
9243
|
+
|
|
9244
|
+
|
|
9245
|
+
|
|
9246
|
+
|
|
9247
|
+
|
|
9248
|
+
|
|
9249
|
+
|
|
9250
|
+
|
|
9251
|
+
|
|
9252
|
+
|
|
9253
|
+
|
|
9254
|
+
|
|
9255
|
+
|
|
9256
|
+
|
|
9257
|
+
|
|
9258
|
+
|
|
9259
|
+
|
|
9260
|
+
|
|
9261
|
+
|
|
9262
|
+
|
|
9263
|
+
|
|
9264
|
+
|
|
9265
|
+
|
|
9266
|
+
|
|
9267
|
+
|
|
9268
|
+
|
|
9269
|
+
|
|
9270
|
+
</dl>
|
|
9271
|
+
|
|
9272
|
+
|
|
9273
|
+
|
|
9274
|
+
|
|
9275
|
+
|
|
9276
|
+
|
|
9277
|
+
|
|
9278
|
+
|
|
9279
|
+
|
|
9280
|
+
|
|
9281
|
+
|
|
9282
|
+
|
|
9283
|
+
|
|
9284
|
+
<h5 class="h5-parameters">Parameters:</h5>
|
|
9285
|
+
|
|
9286
|
+
|
|
9287
|
+
<table class="params">
|
|
9288
|
+
<thead>
|
|
9289
|
+
<tr>
|
|
9290
|
+
|
|
9291
|
+
<th>Name</th>
|
|
9292
|
+
|
|
9293
|
+
|
|
9294
|
+
<th>Type</th>
|
|
9295
|
+
|
|
9296
|
+
|
|
9297
|
+
|
|
9298
|
+
|
|
9299
|
+
|
|
9300
|
+
<th class="last">Description</th>
|
|
9301
|
+
</tr>
|
|
9302
|
+
</thead>
|
|
9303
|
+
|
|
9304
|
+
<tbody>
|
|
9305
|
+
|
|
9306
|
+
|
|
9307
|
+
<tr>
|
|
9308
|
+
|
|
9309
|
+
<td class="name"><code>parentObject</code></td>
|
|
9310
|
+
|
|
9311
|
+
|
|
9312
|
+
<td class="type">
|
|
9313
|
+
|
|
9314
|
+
|
|
9315
|
+
<span class="param-type">Object</span>
|
|
9316
|
+
|
|
9317
|
+
|
|
9318
|
+
|
|
9319
|
+
|
|
9320
|
+
</td>
|
|
9321
|
+
|
|
9322
|
+
|
|
9323
|
+
|
|
9324
|
+
|
|
9325
|
+
|
|
9326
|
+
<td class="description last"></td>
|
|
9327
|
+
</tr>
|
|
9328
|
+
|
|
9329
|
+
|
|
9330
|
+
|
|
9331
|
+
<tr>
|
|
9332
|
+
|
|
9333
|
+
<td class="name"><code>relatedLessonObject</code></td>
|
|
9334
|
+
|
|
9335
|
+
|
|
9336
|
+
<td class="type">
|
|
9337
|
+
|
|
9338
|
+
|
|
9339
|
+
<span class="param-type">Object</span>
|
|
9340
|
+
|
|
9341
|
+
|
|
9342
|
+
|
|
9343
|
+
|
|
9344
|
+
</td>
|
|
9345
|
+
|
|
9346
|
+
|
|
9347
|
+
|
|
9348
|
+
|
|
9349
|
+
|
|
9350
|
+
<td class="description last"></td>
|
|
9351
|
+
</tr>
|
|
9352
|
+
|
|
9353
|
+
|
|
9354
|
+
</tbody>
|
|
9355
|
+
</table>
|
|
9356
|
+
|
|
9357
|
+
|
|
9358
|
+
|
|
9359
|
+
|
|
9360
|
+
|
|
9361
|
+
|
|
9362
|
+
|
|
9363
|
+
|
|
9364
|
+
|
|
9365
|
+
|
|
9366
|
+
|
|
9367
|
+
|
|
9368
|
+
|
|
9369
|
+
|
|
9370
|
+
|
|
9371
|
+
|
|
9372
|
+
<h5 class="h5-returns">Returns:</h5>
|
|
9373
|
+
|
|
9374
|
+
|
|
9375
|
+
|
|
9376
|
+
|
|
9377
|
+
<dl class="param-type">
|
|
9378
|
+
<dt>
|
|
9379
|
+
Type
|
|
9380
|
+
</dt>
|
|
9381
|
+
<dd>
|
|
9382
|
+
|
|
9383
|
+
<span class="param-type">Object</span>
|
|
9384
|
+
|
|
9385
|
+
|
|
9386
|
+
|
|
9387
|
+
</dd>
|
|
9388
|
+
</dl>
|
|
9389
|
+
|
|
9390
|
+
|
|
9391
|
+
|
|
9392
|
+
|
|
9393
|
+
|
|
9394
|
+
|
|
9395
|
+
|
|
9396
|
+
|
|
9397
|
+
|
|
9398
|
+
|
|
9399
|
+
<h4 class="name" id="~formatGenresToString"><span class="type-signature type-signature-inner">(inner) </span>formatGenresToString<span class="signature">(genres)</span><span class="type-signature"> → {string}</span></h4>
|
|
9400
|
+
|
|
9401
|
+
|
|
9402
|
+
|
|
9403
|
+
|
|
9404
|
+
|
|
9405
|
+
|
|
9406
|
+
<dl class="details">
|
|
9407
|
+
|
|
9408
|
+
<dt class="tag-description">Description:</dt>
|
|
9409
|
+
<dd class="tag-description"><ul class="dummy"><li>combine data into Object</li></ul></dd>
|
|
9410
|
+
|
|
9411
|
+
|
|
9412
|
+
|
|
9413
|
+
<dt class="tag-source">Source:</dt>
|
|
9414
|
+
<dd class="tag-source"><ul class="dummy"><li>
|
|
9415
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line1452">line 1452</a>
|
|
9416
|
+
</li></ul></dd>
|
|
9417
|
+
|
|
9418
|
+
|
|
9419
|
+
|
|
9420
|
+
|
|
9421
|
+
|
|
9422
|
+
|
|
9423
|
+
|
|
9424
|
+
|
|
9425
|
+
|
|
9426
|
+
|
|
9427
|
+
|
|
9428
|
+
|
|
9429
|
+
|
|
9430
|
+
|
|
9431
|
+
|
|
9432
|
+
|
|
9433
|
+
|
|
9434
|
+
|
|
9435
|
+
|
|
9436
|
+
|
|
9437
|
+
|
|
9438
|
+
|
|
9439
|
+
|
|
9440
|
+
|
|
9441
|
+
|
|
9442
|
+
|
|
9443
|
+
|
|
9444
|
+
|
|
9445
|
+
|
|
9446
|
+
|
|
9447
|
+
|
|
9448
|
+
</dl>
|
|
9449
|
+
|
|
9450
|
+
|
|
9451
|
+
|
|
9452
|
+
|
|
9453
|
+
|
|
9454
|
+
|
|
9455
|
+
|
|
9456
|
+
|
|
9457
|
+
|
|
9458
|
+
|
|
9459
|
+
|
|
9460
|
+
|
|
9461
|
+
|
|
9462
|
+
<h5 class="h5-parameters">Parameters:</h5>
|
|
9463
|
+
|
|
9464
|
+
|
|
9465
|
+
<table class="params">
|
|
9466
|
+
<thead>
|
|
9467
|
+
<tr>
|
|
9468
|
+
|
|
9469
|
+
<th>Name</th>
|
|
9470
|
+
|
|
9471
|
+
|
|
9472
|
+
<th>Type</th>
|
|
9473
|
+
|
|
9474
|
+
|
|
9475
|
+
|
|
9476
|
+
|
|
9477
|
+
|
|
9478
|
+
<th class="last">Description</th>
|
|
9479
|
+
</tr>
|
|
9480
|
+
</thead>
|
|
9481
|
+
|
|
9482
|
+
<tbody>
|
|
9483
|
+
|
|
9484
|
+
|
|
9485
|
+
<tr>
|
|
9486
|
+
|
|
9487
|
+
<td class="name"><code>genres</code></td>
|
|
9488
|
+
|
|
9489
|
+
|
|
9490
|
+
<td class="type">
|
|
9491
|
+
|
|
9492
|
+
|
|
9493
|
+
<span class="param-type">Object</span>
|
|
9494
|
+
|
|
9495
|
+
|
|
9496
|
+
|
|
9497
|
+
|
|
9498
|
+
</td>
|
|
9499
|
+
|
|
9500
|
+
|
|
9501
|
+
|
|
9502
|
+
|
|
9503
|
+
|
|
9504
|
+
<td class="description last"></td>
|
|
9505
|
+
</tr>
|
|
9506
|
+
|
|
9507
|
+
|
|
9508
|
+
</tbody>
|
|
9509
|
+
</table>
|
|
9510
|
+
|
|
9511
|
+
|
|
9512
|
+
|
|
9513
|
+
|
|
9514
|
+
|
|
9515
|
+
|
|
9516
|
+
|
|
9517
|
+
|
|
9518
|
+
|
|
9519
|
+
|
|
9520
|
+
|
|
9521
|
+
|
|
9522
|
+
|
|
9523
|
+
|
|
9524
|
+
|
|
9525
|
+
|
|
9526
|
+
<h5 class="h5-returns">Returns:</h5>
|
|
9527
|
+
|
|
9528
|
+
|
|
9529
|
+
|
|
9530
|
+
|
|
9531
|
+
<dl class="param-type">
|
|
9532
|
+
<dt>
|
|
9533
|
+
Type
|
|
9534
|
+
</dt>
|
|
9535
|
+
<dd>
|
|
9536
|
+
|
|
9537
|
+
<span class="param-type">string</span>
|
|
9538
|
+
|
|
9539
|
+
|
|
9540
|
+
|
|
9541
|
+
</dd>
|
|
9542
|
+
</dl>
|
|
9543
|
+
|
|
9544
|
+
|
|
9545
|
+
|
|
9546
|
+
|
|
9547
|
+
|
|
9548
|
+
|
|
9549
|
+
|
|
9550
|
+
|
|
9551
|
+
|
|
9552
|
+
|
|
9553
|
+
<h4 class="name" id="~getCurrentContentDataForQuery"><span class="type-signature type-signature-async, inner">(async, inner) </span>getCurrentContentDataForQuery<span class="signature">(currentContent)</span><span class="type-signature"> → {Object}</span></h4>
|
|
9554
|
+
|
|
9555
|
+
|
|
9556
|
+
|
|
9557
|
+
|
|
9558
|
+
|
|
9559
|
+
|
|
9560
|
+
<dl class="details">
|
|
9561
|
+
|
|
9562
|
+
<dt class="tag-description">Description:</dt>
|
|
9563
|
+
<dd class="tag-description"><ul class="dummy"><li>get data, primarily brand, for use in the related_lessons query</li></ul></dd>
|
|
9564
|
+
|
|
9565
|
+
|
|
9566
|
+
|
|
9567
|
+
<dt class="tag-source">Source:</dt>
|
|
9568
|
+
<dd class="tag-source"><ul class="dummy"><li>
|
|
9569
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line1416">line 1416</a>
|
|
9570
|
+
</li></ul></dd>
|
|
9571
|
+
|
|
9572
|
+
|
|
9573
|
+
|
|
9574
|
+
|
|
9575
|
+
|
|
9576
|
+
|
|
9577
|
+
|
|
9578
|
+
|
|
9579
|
+
|
|
9580
|
+
|
|
9581
|
+
|
|
9582
|
+
|
|
9583
|
+
|
|
9584
|
+
|
|
9585
|
+
|
|
9586
|
+
|
|
9587
|
+
|
|
9588
|
+
|
|
9589
|
+
|
|
9590
|
+
|
|
9591
|
+
|
|
9592
|
+
|
|
9593
|
+
|
|
9594
|
+
|
|
9595
|
+
|
|
9596
|
+
|
|
9597
|
+
|
|
9598
|
+
|
|
9599
|
+
|
|
9600
|
+
|
|
9601
|
+
|
|
9602
|
+
</dl>
|
|
9603
|
+
|
|
9604
|
+
|
|
9605
|
+
|
|
9606
|
+
|
|
9607
|
+
|
|
9608
|
+
|
|
9609
|
+
|
|
9610
|
+
|
|
9611
|
+
|
|
9612
|
+
|
|
9613
|
+
|
|
9614
|
+
|
|
9615
|
+
|
|
9616
|
+
<h5 class="h5-parameters">Parameters:</h5>
|
|
9617
|
+
|
|
9618
|
+
|
|
9619
|
+
<table class="params">
|
|
9620
|
+
<thead>
|
|
9621
|
+
<tr>
|
|
9622
|
+
|
|
9623
|
+
<th>Name</th>
|
|
9624
|
+
|
|
9625
|
+
|
|
9626
|
+
<th>Type</th>
|
|
9627
|
+
|
|
9628
|
+
|
|
9629
|
+
|
|
9630
|
+
|
|
9631
|
+
|
|
9632
|
+
<th class="last">Description</th>
|
|
9633
|
+
</tr>
|
|
9634
|
+
</thead>
|
|
9635
|
+
|
|
9636
|
+
<tbody>
|
|
9637
|
+
|
|
9638
|
+
|
|
9639
|
+
<tr>
|
|
9640
|
+
|
|
9641
|
+
<td class="name"><code>currentContent</code></td>
|
|
9642
|
+
|
|
9643
|
+
|
|
9644
|
+
<td class="type">
|
|
9645
|
+
|
|
9646
|
+
|
|
9647
|
+
<span class="param-type">Object</span>
|
|
9648
|
+
|
|
9649
|
+
|
|
9650
|
+
|
|
9651
|
+
|
|
9652
|
+
</td>
|
|
9653
|
+
|
|
9654
|
+
|
|
9655
|
+
|
|
9656
|
+
|
|
9657
|
+
|
|
9658
|
+
<td class="description last"></td>
|
|
9659
|
+
</tr>
|
|
9660
|
+
|
|
9661
|
+
|
|
9662
|
+
</tbody>
|
|
9663
|
+
</table>
|
|
9664
|
+
|
|
9665
|
+
|
|
9666
|
+
|
|
9667
|
+
|
|
9668
|
+
|
|
9669
|
+
|
|
9670
|
+
|
|
9671
|
+
|
|
9672
|
+
|
|
9673
|
+
|
|
9674
|
+
|
|
9675
|
+
|
|
9676
|
+
|
|
9677
|
+
|
|
9678
|
+
|
|
9679
|
+
|
|
9680
|
+
<h5 class="h5-returns">Returns:</h5>
|
|
9681
|
+
|
|
9682
|
+
|
|
9683
|
+
|
|
9684
|
+
|
|
9685
|
+
<dl class="param-type">
|
|
9686
|
+
<dt>
|
|
9687
|
+
Type
|
|
9688
|
+
</dt>
|
|
9689
|
+
<dd>
|
|
9690
|
+
|
|
9691
|
+
<span class="param-type">Object</span>
|
|
9692
|
+
|
|
9693
|
+
|
|
9694
|
+
|
|
9695
|
+
</dd>
|
|
9696
|
+
</dl>
|
|
9697
|
+
|
|
9698
|
+
|
|
9699
|
+
|
|
9700
|
+
|
|
9701
|
+
|
|
9702
|
+
|
|
9703
|
+
|
|
9704
|
+
|
|
9705
|
+
|
|
9706
|
+
|
|
9707
|
+
<h4 class="name" id="~getNextAndPreviousQuarterDates"><span class="type-signature type-signature-inner">(inner) </span>getNextAndPreviousQuarterDates<span class="signature">()</span><span class="type-signature"> → {Array.<any>}</span></h4>
|
|
9708
|
+
|
|
9709
|
+
|
|
9710
|
+
|
|
9711
|
+
|
|
9712
|
+
|
|
9713
|
+
|
|
9714
|
+
<dl class="details">
|
|
9715
|
+
|
|
9716
|
+
<dt class="tag-description">Description:</dt>
|
|
9717
|
+
<dd class="tag-description"><ul class="dummy"><li>returns array of next and previous quarter dates as strings</li></ul></dd>
|
|
9718
|
+
|
|
9719
|
+
|
|
9720
|
+
|
|
9721
|
+
<dt class="tag-source">Source:</dt>
|
|
9722
|
+
<dd class="tag-source"><ul class="dummy"><li>
|
|
9723
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line165">line 165</a>
|
|
9724
|
+
</li></ul></dd>
|
|
9725
|
+
|
|
9726
|
+
|
|
9727
|
+
|
|
9728
|
+
|
|
9729
|
+
|
|
9730
|
+
|
|
9731
|
+
|
|
9732
|
+
|
|
9733
|
+
|
|
9734
|
+
|
|
9735
|
+
|
|
9736
|
+
|
|
9737
|
+
|
|
9738
|
+
|
|
9739
|
+
|
|
9740
|
+
|
|
9741
|
+
|
|
9742
|
+
|
|
9743
|
+
|
|
9744
|
+
|
|
9745
|
+
|
|
9746
|
+
|
|
9747
|
+
|
|
9748
|
+
|
|
9749
|
+
|
|
9750
|
+
|
|
9751
|
+
|
|
9752
|
+
|
|
9753
|
+
|
|
9754
|
+
|
|
9755
|
+
|
|
9756
|
+
</dl>
|
|
9757
|
+
|
|
9758
|
+
|
|
9759
|
+
|
|
9760
|
+
|
|
9761
|
+
|
|
9762
|
+
|
|
9763
|
+
|
|
9764
|
+
|
|
9765
|
+
|
|
9766
|
+
|
|
9767
|
+
|
|
9768
|
+
|
|
9769
|
+
|
|
9770
|
+
|
|
9771
|
+
|
|
9772
|
+
|
|
9773
|
+
|
|
9774
|
+
|
|
9775
|
+
|
|
9776
|
+
|
|
9777
|
+
|
|
9778
|
+
|
|
9779
|
+
|
|
9780
|
+
|
|
9781
|
+
|
|
9782
|
+
|
|
9783
|
+
|
|
9784
|
+
<h5 class="h5-returns">Returns:</h5>
|
|
9785
|
+
|
|
9786
|
+
|
|
9787
|
+
|
|
9788
|
+
|
|
9789
|
+
<dl class="param-type">
|
|
9790
|
+
<dt>
|
|
9791
|
+
Type
|
|
9792
|
+
</dt>
|
|
9793
|
+
<dd>
|
|
9794
|
+
|
|
9795
|
+
<span class="param-type">Array.<any></span>
|
|
9796
|
+
|
|
9797
|
+
|
|
9798
|
+
|
|
9799
|
+
</dd>
|
|
9800
|
+
</dl>
|
|
9801
|
+
|
|
9802
|
+
|
|
9803
|
+
|
|
9804
|
+
|
|
9805
|
+
|
|
9806
|
+
|
|
9807
|
+
|
|
9808
|
+
|
|
9809
|
+
|
|
9810
|
+
|
|
9811
|
+
<h4 class="name" id="~getQueryFromPage"><span class="type-signature type-signature-inner">(inner) </span>getQueryFromPage<span class="signature">()</span><span class="type-signature"> → {Array.<number>}</span></h4>
|
|
9812
|
+
|
|
9813
|
+
|
|
9814
|
+
|
|
9815
|
+
|
|
9816
|
+
|
|
9817
|
+
|
|
9818
|
+
<dl class="details">
|
|
9819
|
+
|
|
9820
|
+
|
|
9821
|
+
|
|
9822
|
+
<dt class="tag-source">Source:</dt>
|
|
9823
|
+
<dd class="tag-source"><ul class="dummy"><li>
|
|
9824
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line151">line 151</a>
|
|
9825
|
+
</li></ul></dd>
|
|
9826
|
+
|
|
9827
|
+
|
|
9828
|
+
|
|
9829
|
+
|
|
9830
|
+
|
|
9831
|
+
|
|
9832
|
+
|
|
9833
|
+
|
|
9834
|
+
|
|
9835
|
+
|
|
9836
|
+
|
|
9837
|
+
|
|
9838
|
+
|
|
9839
|
+
|
|
9840
|
+
|
|
9841
|
+
|
|
9842
|
+
|
|
9843
|
+
|
|
9844
|
+
|
|
9845
|
+
|
|
9846
|
+
|
|
9847
|
+
|
|
9848
|
+
|
|
9849
|
+
|
|
9850
|
+
|
|
9851
|
+
|
|
9852
|
+
|
|
9853
|
+
|
|
9854
|
+
|
|
9855
|
+
|
|
9856
|
+
|
|
9857
|
+
</dl>
|
|
8086
9858
|
|
|
8087
9859
|
|
|
8088
9860
|
|
|
@@ -8137,6 +9909,160 @@ fetchSanity(query, true)
|
|
|
8137
9909
|
|
|
8138
9910
|
|
|
8139
9911
|
|
|
9912
|
+
<h4 class="name" id="~groupCurrentContentData"><span class="type-signature type-signature-inner">(inner) </span>groupCurrentContentData<span class="signature">(currentContent)</span><span class="type-signature"> → {Object}</span></h4>
|
|
9913
|
+
|
|
9914
|
+
|
|
9915
|
+
|
|
9916
|
+
|
|
9917
|
+
|
|
9918
|
+
|
|
9919
|
+
<dl class="details">
|
|
9920
|
+
|
|
9921
|
+
<dt class="tag-description">Description:</dt>
|
|
9922
|
+
<dd class="tag-description"><ul class="dummy"><li>group and return specific data retrieved from parent data</li></ul></dd>
|
|
9923
|
+
|
|
9924
|
+
|
|
9925
|
+
|
|
9926
|
+
<dt class="tag-source">Source:</dt>
|
|
9927
|
+
<dd class="tag-source"><ul class="dummy"><li>
|
|
9928
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line1428">line 1428</a>
|
|
9929
|
+
</li></ul></dd>
|
|
9930
|
+
|
|
9931
|
+
|
|
9932
|
+
|
|
9933
|
+
|
|
9934
|
+
|
|
9935
|
+
|
|
9936
|
+
|
|
9937
|
+
|
|
9938
|
+
|
|
9939
|
+
|
|
9940
|
+
|
|
9941
|
+
|
|
9942
|
+
|
|
9943
|
+
|
|
9944
|
+
|
|
9945
|
+
|
|
9946
|
+
|
|
9947
|
+
|
|
9948
|
+
|
|
9949
|
+
|
|
9950
|
+
|
|
9951
|
+
|
|
9952
|
+
|
|
9953
|
+
|
|
9954
|
+
|
|
9955
|
+
|
|
9956
|
+
|
|
9957
|
+
|
|
9958
|
+
|
|
9959
|
+
|
|
9960
|
+
|
|
9961
|
+
</dl>
|
|
9962
|
+
|
|
9963
|
+
|
|
9964
|
+
|
|
9965
|
+
|
|
9966
|
+
|
|
9967
|
+
|
|
9968
|
+
|
|
9969
|
+
|
|
9970
|
+
|
|
9971
|
+
|
|
9972
|
+
|
|
9973
|
+
|
|
9974
|
+
|
|
9975
|
+
<h5 class="h5-parameters">Parameters:</h5>
|
|
9976
|
+
|
|
9977
|
+
|
|
9978
|
+
<table class="params">
|
|
9979
|
+
<thead>
|
|
9980
|
+
<tr>
|
|
9981
|
+
|
|
9982
|
+
<th>Name</th>
|
|
9983
|
+
|
|
9984
|
+
|
|
9985
|
+
<th>Type</th>
|
|
9986
|
+
|
|
9987
|
+
|
|
9988
|
+
|
|
9989
|
+
|
|
9990
|
+
|
|
9991
|
+
<th class="last">Description</th>
|
|
9992
|
+
</tr>
|
|
9993
|
+
</thead>
|
|
9994
|
+
|
|
9995
|
+
<tbody>
|
|
9996
|
+
|
|
9997
|
+
|
|
9998
|
+
<tr>
|
|
9999
|
+
|
|
10000
|
+
<td class="name"><code>currentContent</code></td>
|
|
10001
|
+
|
|
10002
|
+
|
|
10003
|
+
<td class="type">
|
|
10004
|
+
|
|
10005
|
+
|
|
10006
|
+
<span class="param-type">Object</span>
|
|
10007
|
+
|
|
10008
|
+
|
|
10009
|
+
|
|
10010
|
+
|
|
10011
|
+
</td>
|
|
10012
|
+
|
|
10013
|
+
|
|
10014
|
+
|
|
10015
|
+
|
|
10016
|
+
|
|
10017
|
+
<td class="description last"></td>
|
|
10018
|
+
</tr>
|
|
10019
|
+
|
|
10020
|
+
|
|
10021
|
+
</tbody>
|
|
10022
|
+
</table>
|
|
10023
|
+
|
|
10024
|
+
|
|
10025
|
+
|
|
10026
|
+
|
|
10027
|
+
|
|
10028
|
+
|
|
10029
|
+
|
|
10030
|
+
|
|
10031
|
+
|
|
10032
|
+
|
|
10033
|
+
|
|
10034
|
+
|
|
10035
|
+
|
|
10036
|
+
|
|
10037
|
+
|
|
10038
|
+
|
|
10039
|
+
<h5 class="h5-returns">Returns:</h5>
|
|
10040
|
+
|
|
10041
|
+
|
|
10042
|
+
|
|
10043
|
+
|
|
10044
|
+
<dl class="param-type">
|
|
10045
|
+
<dt>
|
|
10046
|
+
Type
|
|
10047
|
+
</dt>
|
|
10048
|
+
<dd>
|
|
10049
|
+
|
|
10050
|
+
<span class="param-type">Object</span>
|
|
10051
|
+
|
|
10052
|
+
|
|
10053
|
+
|
|
10054
|
+
</dd>
|
|
10055
|
+
</dl>
|
|
10056
|
+
|
|
10057
|
+
|
|
10058
|
+
|
|
10059
|
+
|
|
10060
|
+
|
|
10061
|
+
|
|
10062
|
+
|
|
10063
|
+
|
|
10064
|
+
|
|
10065
|
+
|
|
8140
10066
|
<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>
|
|
8141
10067
|
|
|
8142
10068
|
|
|
@@ -8153,7 +10079,7 @@ fetchSanity(query, true)
|
|
|
8153
10079
|
|
|
8154
10080
|
<dt class="tag-source">Source:</dt>
|
|
8155
10081
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
8156
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
10082
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line737">line 737</a>
|
|
8157
10083
|
</li></ul></dd>
|
|
8158
10084
|
|
|
8159
10085
|
|
|
@@ -8786,7 +10712,7 @@ fetchSanity(query, true)
|
|
|
8786
10712
|
<br class="clear">
|
|
8787
10713
|
|
|
8788
10714
|
<footer>
|
|
8789
|
-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on
|
|
10715
|
+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Mon Jun 02 2025 15:37:28 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
|
|
8790
10716
|
</footer>
|
|
8791
10717
|
|
|
8792
10718
|
<script>prettyPrint();</script>
|