musora-content-services 2.31.2 → 2.32.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/ContentOrganization.html +2 -2
- package/docs/Gamification.html +2 -2
- package/docs/UserManagementSystem.html +2 -2
- package/docs/api_types.js.html +2 -2
- package/docs/config.js.html +2 -8
- package/docs/content-org_content-org.js.html +2 -2
- package/docs/content-org_playlists-types.js.html +12 -2
- package/docs/content-org_playlists.js.html +16 -16
- package/docs/content.js.html +71 -39
- package/docs/gamification_awards.js.html +54 -35
- package/docs/gamification_gamification.js.html +2 -2
- package/docs/gamification_types.js.html +7 -25
- package/docs/global.html +298 -322
- package/docs/index.html +2 -2
- package/docs/module-Awards.html +2 -2
- package/docs/module-Config.html +4 -8
- package/docs/module-Content-Services-V2.html +455 -8
- package/docs/module-Interests.html +2 -2
- package/docs/module-Permissions.html +2 -2
- package/docs/module-Playlists.html +18 -17
- package/docs/module-Railcontent-Services.html +479 -35
- package/docs/module-Sanity-Services.html +45 -173
- package/docs/module-Sessions.html +2 -2
- package/docs/module-UserActivity.html +189 -21
- package/docs/module-UserChat.html +2 -2
- package/docs/module-UserManagement.html +410 -8
- package/docs/module-UserNotifications.html +203 -8
- package/docs/module-UserProfile.html +2 -2
- package/docs/railcontent.js.html +65 -37
- package/docs/sanity.js.html +120 -185
- package/docs/userActivity.js.html +448 -466
- package/docs/user_chat.js.html +2 -2
- package/docs/user_interests.js.html +2 -2
- package/docs/user_management.js.html +32 -2
- package/docs/user_notifications.js.html +27 -5
- package/docs/user_permissions.js.html +2 -2
- package/docs/user_profile.js.html +3 -9
- package/docs/user_sessions.js.html +2 -2
- package/docs/user_types.js.html +10 -2
- package/docs/user_user-management-system.js.html +2 -2
- package/package.json +1 -1
- package/src/contentTypeConfig.js +6 -1
- package/src/index.d.ts +6 -0
- package/src/index.js +6 -0
- package/src/services/sanity.js +14 -19
- package/src/services/user/management.js +30 -0
- package/src/services/user/types.js +8 -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-Awards.html">Awards</a><ul class='methods'><li data-type='method'><a href="module-Awards.html#.fetchAwardsForUser">fetchAwardsForUser</a></li></ul></li><li><a href="module-Config.html">Config</a><ul class='methods'><li data-type='method'><a href="module-Config.html#.initializeService">initializeService</a></li></ul></li><li><a href="module-Content-Services-V2.html">Content-Services-V2</a><ul class='methods'><li data-type='method'><a href="module-Content-Services-V2.html#.getContentRows">getContentRows</a></li><li data-type='method'><a href="module-Content-Services-V2.html#.getNewAndUpcoming">getNewAndUpcoming</a></li><li data-type='method'><a href="module-Content-Services-V2.html#.getRecent">getRecent</a></li><li data-type='method'><a href="module-Content-Services-V2.html#.getRecommendedForYou">getRecommendedForYou</a></li><li data-type='method'><a href="module-Content-Services-V2.html#.getScheduleContentRows">getScheduleContentRows</a></li><li data-type='method'><a href="module-Content-Services-V2.html#.getTabResults">getTabResults</a></li></ul></li><li><a href="module-Interests.html">Interests</a><ul class='methods'><li data-type='method'><a href="module-Interests.html#.fetchInterests">fetchInterests</a></li><li data-type='method'><a href="module-Interests.html#.fetchUninterests">fetchUninterests</a></li><li data-type='method'><a href="module-Interests.html#.markContentAsInterested">markContentAsInterested</a></li><li data-type='method'><a href="module-Interests.html#.markContentAsNotInterested">markContentAsNotInterested</a></li><li data-type='method'><a href="module-Interests.html#.removeContentAsInterested">removeContentAsInterested</a></li><li data-type='method'><a href="module-Interests.html#.removeContentAsNotInterested">removeContentAsNotInterested</a></li></ul></li><li><a href="module-Permissions.html">Permissions</a><ul class='methods'><li data-type='method'><a href="module-Permissions.html#.fetchUserPermissions">fetchUserPermissions</a></li><li data-type='method'><a href="module-Permissions.html#.reset">reset</a></li></ul></li><li><a href="module-Playlists.html">Playlists</a><ul class='methods'><li data-type='method'><a href="module-Playlists.html#.addItemToPlaylist">addItemToPlaylist</a></li><li data-type='method'><a href="module-Playlists.html#.createPlaylist">createPlaylist</a></li><li data-type='method'><a href="module-Playlists.html#.deletePlaylist">deletePlaylist</a></li><li data-type='method'><a href="module-Playlists.html#.duplicatePlaylist">duplicatePlaylist</a></li><li data-type='method'><a href="module-Playlists.html#.fetchPlaylist">fetchPlaylist</a></li><li data-type='method'><a href="module-Playlists.html#.fetchPlaylistItems">fetchPlaylistItems</a></li><li data-type='method'><a href="module-Playlists.html#.fetchUserPlaylists">fetchUserPlaylists</a></li><li data-type='method'><a href="module-Playlists.html#.togglePlaylistPrivate">togglePlaylistPrivate</a></li><li data-type='method'><a href="module-Playlists.html#.undeletePlaylist">undeletePlaylist</a></li><li data-type='method'><a href="module-Playlists.html#.updatePlaylist">updatePlaylist</a></li><li data-type='method'><a href="module-Playlists.html#~deleteItemsFromPlaylist">deleteItemsFromPlaylist</a></li><li data-type='method'><a href="module-Playlists.html#~likePlaylist">likePlaylist</a></li><li data-type='method'><a href="module-Playlists.html#~reportPlaylist">reportPlaylist</a></li><li data-type='method'><a href="module-Playlists.html#~restoreItemFromPlaylist">restoreItemFromPlaylist</a></li><li data-type='method'><a href="module-Playlists.html#~unlikePlaylist">unlikePlaylist</a></li></ul></li><li><a href="module-Railcontent-Services.html">Railcontent-Services</a><ul class='methods'><li data-type='method'><a href="module-Railcontent-Services.html#.assignModeratorToComment">assignModeratorToComment</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.closeComment">closeComment</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.createComment">createComment</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.deleteComment">deleteComment</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.editComment">editComment</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.fetchAllCompletedStates">fetchAllCompletedStates</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.fetchCarouselCardData">fetchCarouselCardData</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.fetchComment">fetchComment</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#.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#.fetchRecentUserActivities">fetchRecentUserActivities</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#.fetchUserPracticeNotes">fetchUserPracticeNotes</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.likeComment">likeComment</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.openComment">openComment</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.replyToComment">replyToComment</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.reportComment">reportComment</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.restoreComment">restoreComment</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.setStudentViewForUser">setStudentViewForUser</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.unassignModeratorToComment">unassignModeratorToComment</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.unlikeComment">unlikeComment</a></li><li data-type='method'><a href="module-Railcontent-Services.html#~fetchLastInteractedChild">fetchLastInteractedChild</a></li></ul></li><li><a href="module-Sanity-Services.html">Sanity-Services</a><ul class='methods'><li data-type='method'><a href="module-Sanity-Services.html#.fetchAll">fetchAll</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchAllFilterOptions">fetchAllFilterOptions</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchAllPacks">fetchAllPacks</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchArtistLessons">fetchArtistLessons</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchArtists">fetchArtists</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchByRailContentId">fetchByRailContentId</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchByRailContentIds">fetchByRailContentIds</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchByReference">fetchByReference</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchCoachLessons">fetchCoachLessons</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchComingSoon">fetchComingSoon</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchCommentModContentData">fetchCommentModContentData</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchFoundation">fetchFoundation</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchGenreLessons">fetchGenreLessons</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchLeaving">fetchLeaving</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchLessonContent">fetchLessonContent</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchLessonsFeaturingThisContent">fetchLessonsFeaturingThisContent</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchMetadata">fetchMetadata</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchMethod">fetchMethod</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchMethodChildren">fetchMethodChildren</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchMethodChildrenIds">fetchMethodChildrenIds</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchMethodPreviousNextLesson">fetchMethodPreviousNextLesson</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchNewReleases">fetchNewReleases</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchNextPreviousLesson">fetchNextPreviousLesson</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchOtherSongVersions">fetchOtherSongVersions</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchPackAll">fetchPackAll</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchPackData">fetchPackData</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchParentForDownload">fetchParentForDownload</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchRelatedLessons">fetchRelatedLessons</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchRelatedRecommendedContent">fetchRelatedRecommendedContent</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchRelatedSongs">fetchRelatedSongs</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchReturning">fetchReturning</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchSanity">fetchSanity</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchScheduledReleases">fetchScheduledReleases</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchShowsData">fetchShowsData</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchSiblingContent">fetchSiblingContent</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchSongArtistCount">fetchSongArtistCount</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchSongById">fetchSongById</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchUpcomingEvents">fetchUpcomingEvents</a></li><li data-type='method'><a href="module-Sanity-Services.html#.jumpToContinueContent">jumpToContinueContent</a></li><li data-type='method'><a href="module-Sanity-Services.html#~fetchRelatedByLicense">fetchRelatedByLicense</a></li><li data-type='method'><a href="module-Sanity-Services.html#~getNextAndPreviousQuarterDates">getNextAndPreviousQuarterDates</a></li><li data-type='method'><a href="module-Sanity-Services.html#~getQueryFromPage">getQueryFromPage</a></li></ul></li><li><a href="module-Sessions.html">Sessions</a><ul class='methods'><li data-type='method'><a href="module-Sessions.html#.login">login</a></li><li data-type='method'><a href="module-Sessions.html#.logout">logout</a></li></ul></li><li><a href="module-UserActivity.html">UserActivity</a><ul class='methods'><li data-type='method'><a href="module-UserActivity.html#.calculateLongestStreaks">calculateLongestStreaks</a></li><li data-type='method'><a href="module-UserActivity.html#.createPracticeNotes">createPracticeNotes</a></li><li data-type='method'><a href="module-UserActivity.html#.deletePracticeSession">deletePracticeSession</a></li><li data-type='method'><a href="module-UserActivity.html#.deleteUserActivity">deleteUserActivity</a></li><li data-type='method'><a href="module-UserActivity.html#.getPracticeNotes">getPracticeNotes</a></li><li data-type='method'><a href="module-UserActivity.html#.getPracticeSessions">getPracticeSessions</a></li><li data-type='method'><a href="module-UserActivity.html#.getProgressRows">getProgressRows</a></li><li data-type='method'><a href="module-UserActivity.html#.getRecentActivity">getRecentActivity</a></li><li data-type='method'><a href="module-UserActivity.html#.getUserMonthlyStats">getUserMonthlyStats</a></li><li data-type='method'><a href="module-UserActivity.html#.getUserWeeklyStats">getUserWeeklyStats</a></li><li data-type='method'><a href="module-UserActivity.html#.pinProgressRow">pinProgressRow</a></li><li data-type='method'><a href="module-UserActivity.html#.recordUserActivity">recordUserActivity</a></li><li data-type='method'><a href="module-UserActivity.html#.recordUserPractice">recordUserPractice</a></li><li data-type='method'><a href="module-UserActivity.html#.removeUserPractice">removeUserPractice</a></li><li data-type='method'><a href="module-UserActivity.html#.restorePracticeSession">restorePracticeSession</a></li><li data-type='method'><a href="module-UserActivity.html#.restoreUserPractice">restoreUserPractice</a></li><li data-type='method'><a href="module-UserActivity.html#.unpinProgressRow">unpinProgressRow</a></li><li data-type='method'><a href="module-UserActivity.html#.updatePracticeNotes">updatePracticeNotes</a></li><li data-type='method'><a href="module-UserActivity.html#.updateUserPractice">updateUserPractice</a></li></ul></li><li><a href="module-UserChat.html">UserChat</a><ul class='methods'><li data-type='method'><a href="module-UserChat.html#.fetchChatSettings">fetchChatSettings</a></li></ul></li><li><a href="module-UserManagement.html">UserManagement</a><ul class='methods'><li data-type='method'><a href="module-UserManagement.html#.blockUser">blockUser</a></li><li data-type='method'><a href="module-UserManagement.html#.deletePicture">deletePicture</a></li><li data-type='method'><a href="module-UserManagement.html#.getUserData">getUserData</a></li><li data-type='method'><a href="module-UserManagement.html#.unblockUser">unblockUser</a></li><li data-type='method'><a href="module-UserManagement.html#.uploadPicture">uploadPicture</a></li><li data-type='method'><a href="module-UserManagement.html#.uploadPictureFromS3">uploadPictureFromS3</a></li></ul></li><li><a href="module-UserNotifications.html">UserNotifications</a><ul class='methods'><li data-type='method'><a href="module-UserNotifications.html#.deleteNotification">deleteNotification</a></li><li data-type='method'><a href="module-UserNotifications.html#.fetchLiveEventPollingState">fetchLiveEventPollingState</a></li><li data-type='method'><a href="module-UserNotifications.html#.fetchNotificationSettings">fetchNotificationSettings</a></li><li data-type='method'><a href="module-UserNotifications.html#.fetchNotifications">fetchNotifications</a></li><li data-type='method'><a href="module-UserNotifications.html#.fetchUnreadCount">fetchUnreadCount</a></li><li data-type='method'><a href="module-UserNotifications.html#.markAllNotificationsAsRead">markAllNotificationsAsRead</a></li><li data-type='method'><a href="module-UserNotifications.html#.markNotificationAsRead">markNotificationAsRead</a></li><li data-type='method'><a href="module-UserNotifications.html#.markNotificationAsUnread">markNotificationAsUnread</a></li><li data-type='method'><a href="module-UserNotifications.html#.pauseLiveEventPolling">pauseLiveEventPolling</a></li><li data-type='method'><a href="module-UserNotifications.html#.startLiveEventPolling">startLiveEventPolling</a></li><li data-type='method'><a href="module-UserNotifications.html#.updateNotificationSetting">updateNotificationSetting</a></li></ul></li><li><a href="module-UserProfile.html">UserProfile</a><ul class='methods'><li data-type='method'><a href="module-UserProfile.html#.deleteProfilePicture">deleteProfilePicture</a></li><li data-type='method'><a href="module-UserProfile.html#.otherStats">otherStats</a></li></ul></li></ul><h3>Namespaces</h3><ul><li><a href="ContentOrganization.html">ContentOrganization</a></li><li><a href="Gamification.html">Gamification</a></li><li><a href="UserManagementSystem.html">UserManagementSystem</a></li></ul><h3><a href="global.html">Global</a></h3>
|
|
32
|
+
<h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-Awards.html">Awards</a><ul class='methods'><li data-type='method'><a href="module-Awards.html#.fetchAwardsForUser">fetchAwardsForUser</a></li></ul></li><li><a href="module-Config.html">Config</a><ul class='methods'><li data-type='method'><a href="module-Config.html#.initializeService">initializeService</a></li></ul></li><li><a href="module-Content-Services-V2.html">Content-Services-V2</a><ul class='methods'><li data-type='method'><a href="module-Content-Services-V2.html#.getContentRows">getContentRows</a></li><li data-type='method'><a href="module-Content-Services-V2.html#.getNewAndUpcoming">getNewAndUpcoming</a></li><li data-type='method'><a href="module-Content-Services-V2.html#.getRecent">getRecent</a></li><li data-type='method'><a href="module-Content-Services-V2.html#.getRecentForTab">getRecentForTab</a></li><li data-type='method'><a href="module-Content-Services-V2.html#.getRecommendedForYou">getRecommendedForYou</a></li><li data-type='method'><a href="module-Content-Services-V2.html#.getScheduleContentRows">getScheduleContentRows</a></li><li data-type='method'><a href="module-Content-Services-V2.html#.getTabResults">getTabResults</a></li></ul></li><li><a href="module-Interests.html">Interests</a><ul class='methods'><li data-type='method'><a href="module-Interests.html#.fetchInterests">fetchInterests</a></li><li data-type='method'><a href="module-Interests.html#.fetchUninterests">fetchUninterests</a></li><li data-type='method'><a href="module-Interests.html#.markContentAsInterested">markContentAsInterested</a></li><li data-type='method'><a href="module-Interests.html#.markContentAsNotInterested">markContentAsNotInterested</a></li><li data-type='method'><a href="module-Interests.html#.removeContentAsInterested">removeContentAsInterested</a></li><li data-type='method'><a href="module-Interests.html#.removeContentAsNotInterested">removeContentAsNotInterested</a></li></ul></li><li><a href="module-Permissions.html">Permissions</a><ul class='methods'><li data-type='method'><a href="module-Permissions.html#.fetchUserPermissions">fetchUserPermissions</a></li><li data-type='method'><a href="module-Permissions.html#.reset">reset</a></li></ul></li><li><a href="module-Playlists.html">Playlists</a><ul class='methods'><li data-type='method'><a href="module-Playlists.html#.addItemToPlaylist">addItemToPlaylist</a></li><li data-type='method'><a href="module-Playlists.html#.createPlaylist">createPlaylist</a></li><li data-type='method'><a href="module-Playlists.html#.deletePlaylist">deletePlaylist</a></li><li data-type='method'><a href="module-Playlists.html#.duplicatePlaylist">duplicatePlaylist</a></li><li data-type='method'><a href="module-Playlists.html#.fetchPlaylist">fetchPlaylist</a></li><li data-type='method'><a href="module-Playlists.html#.fetchPlaylistItems">fetchPlaylistItems</a></li><li data-type='method'><a href="module-Playlists.html#.fetchUserPlaylists">fetchUserPlaylists</a></li><li data-type='method'><a href="module-Playlists.html#.togglePlaylistPrivate">togglePlaylistPrivate</a></li><li data-type='method'><a href="module-Playlists.html#.undeletePlaylist">undeletePlaylist</a></li><li data-type='method'><a href="module-Playlists.html#.updatePlaylist">updatePlaylist</a></li><li data-type='method'><a href="module-Playlists.html#~deleteItemsFromPlaylist">deleteItemsFromPlaylist</a></li><li data-type='method'><a href="module-Playlists.html#~likePlaylist">likePlaylist</a></li><li data-type='method'><a href="module-Playlists.html#~reportPlaylist">reportPlaylist</a></li><li data-type='method'><a href="module-Playlists.html#~restoreItemFromPlaylist">restoreItemFromPlaylist</a></li><li data-type='method'><a href="module-Playlists.html#~unlikePlaylist">unlikePlaylist</a></li></ul></li><li><a href="module-Railcontent-Services.html">Railcontent-Services</a><ul class='methods'><li data-type='method'><a href="module-Railcontent-Services.html#.assignModeratorToComment">assignModeratorToComment</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.closeComment">closeComment</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.createComment">createComment</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.deleteComment">deleteComment</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.editComment">editComment</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.fetchAllCompletedStates">fetchAllCompletedStates</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.fetchCarouselCardData">fetchCarouselCardData</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.fetchComment">fetchComment</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#.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#.fetchRecentUserActivities">fetchRecentUserActivities</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#.fetchUserPracticeNotes">fetchUserPracticeNotes</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.likeComment">likeComment</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.openComment">openComment</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.postContentComplete">postContentComplete</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.postContentReset">postContentReset</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.postContentRestore">postContentRestore</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.replyToComment">replyToComment</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.reportComment">reportComment</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.restoreComment">restoreComment</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.setStudentViewForUser">setStudentViewForUser</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.unassignModeratorToComment">unassignModeratorToComment</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.unlikeComment">unlikeComment</a></li><li data-type='method'><a href="module-Railcontent-Services.html#~fetchLastInteractedChild">fetchLastInteractedChild</a></li></ul></li><li><a href="module-Sanity-Services.html">Sanity-Services</a><ul class='methods'><li data-type='method'><a href="module-Sanity-Services.html#.fetchAll">fetchAll</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchAllFilterOptions">fetchAllFilterOptions</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchAllPacks">fetchAllPacks</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchArtistLessons">fetchArtistLessons</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchArtists">fetchArtists</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchByRailContentId">fetchByRailContentId</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchByRailContentIds">fetchByRailContentIds</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchByReference">fetchByReference</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchCoachLessons">fetchCoachLessons</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchComingSoon">fetchComingSoon</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchCommentModContentData">fetchCommentModContentData</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchFoundation">fetchFoundation</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchGenreLessons">fetchGenreLessons</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchLeaving">fetchLeaving</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchLessonContent">fetchLessonContent</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchLessonsFeaturingThisContent">fetchLessonsFeaturingThisContent</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchMetadata">fetchMetadata</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchMethod">fetchMethod</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchMethodChildren">fetchMethodChildren</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchMethodChildrenIds">fetchMethodChildrenIds</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchMethodPreviousNextLesson">fetchMethodPreviousNextLesson</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchNewReleases">fetchNewReleases</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchNextPreviousLesson">fetchNextPreviousLesson</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchOtherSongVersions">fetchOtherSongVersions</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchPackAll">fetchPackAll</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchPackData">fetchPackData</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchParentForDownload">fetchParentForDownload</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchRelatedLessons">fetchRelatedLessons</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchRelatedRecommendedContent">fetchRelatedRecommendedContent</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchRelatedSongs">fetchRelatedSongs</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchReturning">fetchReturning</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchSanity">fetchSanity</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchScheduledReleases">fetchScheduledReleases</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchShowsData">fetchShowsData</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchSiblingContent">fetchSiblingContent</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchSongArtistCount">fetchSongArtistCount</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchSongById">fetchSongById</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchUpcomingEvents">fetchUpcomingEvents</a></li><li data-type='method'><a href="module-Sanity-Services.html#.jumpToContinueContent">jumpToContinueContent</a></li><li data-type='method'><a href="module-Sanity-Services.html#~fetchRelatedByLicense">fetchRelatedByLicense</a></li><li data-type='method'><a href="module-Sanity-Services.html#~getQueryFromPage">getQueryFromPage</a></li></ul></li><li><a href="module-Sessions.html">Sessions</a><ul class='methods'><li data-type='method'><a href="module-Sessions.html#.login">login</a></li><li data-type='method'><a href="module-Sessions.html#.logout">logout</a></li></ul></li><li><a href="module-UserActivity.html">UserActivity</a><ul class='methods'><li data-type='method'><a href="module-UserActivity.html#.calculateLongestStreaks">calculateLongestStreaks</a></li><li data-type='method'><a href="module-UserActivity.html#.createPracticeNotes">createPracticeNotes</a></li><li data-type='method'><a href="module-UserActivity.html#.deletePracticeSession">deletePracticeSession</a></li><li data-type='method'><a href="module-UserActivity.html#.deleteUserActivity">deleteUserActivity</a></li><li data-type='method'><a href="module-UserActivity.html#.getPracticeNotes">getPracticeNotes</a></li><li data-type='method'><a href="module-UserActivity.html#.getPracticeSessions">getPracticeSessions</a></li><li data-type='method'><a href="module-UserActivity.html#.getProgressRows">getProgressRows</a></li><li data-type='method'><a href="module-UserActivity.html#.getRecentActivity">getRecentActivity</a></li><li data-type='method'><a href="module-UserActivity.html#.getUserMonthlyStats">getUserMonthlyStats</a></li><li data-type='method'><a href="module-UserActivity.html#.getUserWeeklyStats">getUserWeeklyStats</a></li><li data-type='method'><a href="module-UserActivity.html#.pinProgressRow">pinProgressRow</a></li><li data-type='method'><a href="module-UserActivity.html#.recordUserActivity">recordUserActivity</a></li><li data-type='method'><a href="module-UserActivity.html#.recordUserPractice">recordUserPractice</a></li><li data-type='method'><a href="module-UserActivity.html#.removeUserPractice">removeUserPractice</a></li><li data-type='method'><a href="module-UserActivity.html#.restorePracticeSession">restorePracticeSession</a></li><li data-type='method'><a href="module-UserActivity.html#.restoreUserActivity">restoreUserActivity</a></li><li data-type='method'><a href="module-UserActivity.html#.restoreUserPractice">restoreUserPractice</a></li><li data-type='method'><a href="module-UserActivity.html#.unpinProgressRow">unpinProgressRow</a></li><li data-type='method'><a href="module-UserActivity.html#.updatePracticeNotes">updatePracticeNotes</a></li><li data-type='method'><a href="module-UserActivity.html#.updateUserPractice">updateUserPractice</a></li></ul></li><li><a href="module-UserChat.html">UserChat</a><ul class='methods'><li data-type='method'><a href="module-UserChat.html#.fetchChatSettings">fetchChatSettings</a></li></ul></li><li><a href="module-UserManagement.html">UserManagement</a><ul class='methods'><li data-type='method'><a href="module-UserManagement.html#.blockUser">blockUser</a></li><li data-type='method'><a href="module-UserManagement.html#.blockedUsers">blockedUsers</a></li><li data-type='method'><a href="module-UserManagement.html#.deletePicture">deletePicture</a></li><li data-type='method'><a href="module-UserManagement.html#.getUserData">getUserData</a></li><li data-type='method'><a href="module-UserManagement.html#.isDisplayNameAvailable">isDisplayNameAvailable</a></li><li data-type='method'><a href="module-UserManagement.html#.unblockUser">unblockUser</a></li><li data-type='method'><a href="module-UserManagement.html#.updateDisplayName">updateDisplayName</a></li><li data-type='method'><a href="module-UserManagement.html#.uploadPicture">uploadPicture</a></li><li data-type='method'><a href="module-UserManagement.html#.uploadPictureFromS3">uploadPictureFromS3</a></li></ul></li><li><a href="module-UserNotifications.html">UserNotifications</a><ul class='methods'><li data-type='method'><a href="module-UserNotifications.html#.deleteNotification">deleteNotification</a></li><li data-type='method'><a href="module-UserNotifications.html#.fetchLiveEventPollingState">fetchLiveEventPollingState</a></li><li data-type='method'><a href="module-UserNotifications.html#.fetchNotificationSettings">fetchNotificationSettings</a></li><li data-type='method'><a href="module-UserNotifications.html#.fetchNotifications">fetchNotifications</a></li><li data-type='method'><a href="module-UserNotifications.html#.fetchUnreadCount">fetchUnreadCount</a></li><li data-type='method'><a href="module-UserNotifications.html#.markAllNotificationsAsRead">markAllNotificationsAsRead</a></li><li data-type='method'><a href="module-UserNotifications.html#.markNotificationAsRead">markNotificationAsRead</a></li><li data-type='method'><a href="module-UserNotifications.html#.markNotificationAsUnread">markNotificationAsUnread</a></li><li data-type='method'><a href="module-UserNotifications.html#.pauseLiveEventPolling">pauseLiveEventPolling</a></li><li data-type='method'><a href="module-UserNotifications.html#.restoreNotification">restoreNotification</a></li><li data-type='method'><a href="module-UserNotifications.html#.startLiveEventPolling">startLiveEventPolling</a></li><li data-type='method'><a href="module-UserNotifications.html#.updateNotificationSetting">updateNotificationSetting</a></li></ul></li><li><a href="module-UserProfile.html">UserProfile</a><ul class='methods'><li data-type='method'><a href="module-UserProfile.html#.deleteProfilePicture">deleteProfilePicture</a></li><li data-type='method'><a href="module-UserProfile.html#.otherStats">otherStats</a></li></ul></li></ul><h3>Namespaces</h3><ul><li><a href="ContentOrganization.html">ContentOrganization</a></li><li><a href="Gamification.html">Gamification</a></li><li><a href="UserManagementSystem.html">UserManagementSystem</a></li></ul><h3><a href="global.html">Global</a></h3>
|
|
33
33
|
|
|
34
34
|
</nav>
|
|
35
35
|
|
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
|
|
95
95
|
<dt class="tag-source">Source:</dt>
|
|
96
96
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
97
|
-
<a href="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#line43">line 43</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#line585">line 585</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#line813">line 813</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#line1335">line 1335</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#line1570">line 1570</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#line175">line 175</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#line441">line 441</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#line480">line 480</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#line1531">line 1531</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#line1476">line 1476</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#line133">line 133</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#line1760">line 1760</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#line883">line 883</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#line1630">line 1630</a>
|
|
3790
3790
|
</li></ul></dd>
|
|
3791
3791
|
|
|
3792
3792
|
|
|
@@ -4267,7 +4267,7 @@ fetchAllFilterOptions('myBrand', [], 'Rock', 'John Doe', 'coach-lessons', 'Love'
|
|
|
4267
4267
|
|
|
4268
4268
|
<dt class="tag-source">Source:</dt>
|
|
4269
4269
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
4270
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
4270
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line78">line 78</a>
|
|
4271
4271
|
</li></ul></dd>
|
|
4272
4272
|
|
|
4273
4273
|
|
|
@@ -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#line1105">line 1105</a>
|
|
4375
4375
|
</li></ul></dd>
|
|
4376
4376
|
|
|
4377
4377
|
|
|
@@ -4537,7 +4537,7 @@ These are linked through content that shares a license with the provided railcon
|
|
|
4537
4537
|
|
|
4538
4538
|
<dt class="tag-source">Source:</dt>
|
|
4539
4539
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
4540
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
4540
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line1212">line 1212</a>
|
|
4541
4541
|
</li></ul></dd>
|
|
4542
4542
|
|
|
4543
4543
|
|
|
@@ -4740,7 +4740,7 @@ For v2 you need to provide page type('lessons' or 'songs') in type parameter</li
|
|
|
4740
4740
|
|
|
4741
4741
|
<dt class="tag-source">Source:</dt>
|
|
4742
4742
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
4743
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
4743
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line1945">line 1945</a>
|
|
4744
4744
|
</li></ul></dd>
|
|
4745
4745
|
|
|
4746
4746
|
|
|
@@ -4925,7 +4925,7 @@ For v2 you need to provide page type('lessons' or 'songs') in type parameter</li
|
|
|
4925
4925
|
|
|
4926
4926
|
<dt class="tag-source">Source:</dt>
|
|
4927
4927
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
4928
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
4928
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line903">line 903</a>
|
|
4929
4929
|
</li></ul></dd>
|
|
4930
4930
|
|
|
4931
4931
|
|
|
@@ -5107,7 +5107,7 @@ For v2 you need to provide page type('lessons' or 'songs') in type parameter</li
|
|
|
5107
5107
|
|
|
5108
5108
|
<dt class="tag-source">Source:</dt>
|
|
5109
5109
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
5110
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
5110
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line951">line 951</a>
|
|
5111
5111
|
</li></ul></dd>
|
|
5112
5112
|
|
|
5113
5113
|
|
|
@@ -5265,7 +5265,7 @@ For v2 you need to provide page type('lessons' or 'songs') in type parameter</li
|
|
|
5265
5265
|
|
|
5266
5266
|
<dt class="tag-source">Source:</dt>
|
|
5267
5267
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
5268
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
5268
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line1009">line 1009</a>
|
|
5269
5269
|
</li></ul></dd>
|
|
5270
5270
|
|
|
5271
5271
|
|
|
@@ -5423,7 +5423,7 @@ For v2 you need to provide page type('lessons' or 'songs') in type parameter</li
|
|
|
5423
5423
|
|
|
5424
5424
|
<dt class="tag-source">Source:</dt>
|
|
5425
5425
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
5426
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
5426
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line986">line 986</a>
|
|
5427
5427
|
</li></ul></dd>
|
|
5428
5428
|
|
|
5429
5429
|
|
|
@@ -5612,7 +5612,7 @@ For v2 you need to provide page type('lessons' or 'songs') in type parameter</li
|
|
|
5612
5612
|
|
|
5613
5613
|
<dt class="tag-source">Source:</dt>
|
|
5614
5614
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
5615
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
5615
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line311">line 311</a>
|
|
5616
5616
|
</li></ul></dd>
|
|
5617
5617
|
|
|
5618
5618
|
|
|
@@ -5770,7 +5770,7 @@ For v2 you need to provide page type('lessons' or 'songs') in type parameter</li
|
|
|
5770
5770
|
|
|
5771
5771
|
<dt class="tag-source">Source:</dt>
|
|
5772
5772
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
5773
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
5773
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line1048">line 1048</a>
|
|
5774
5774
|
</li></ul></dd>
|
|
5775
5775
|
|
|
5776
5776
|
|
|
@@ -5929,7 +5929,7 @@ These are linked through content that shares a license with the provided railcon
|
|
|
5929
5929
|
|
|
5930
5930
|
<dt class="tag-source">Source:</dt>
|
|
5931
5931
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
5932
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
5932
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line1199">line 1199</a>
|
|
5933
5933
|
</li></ul></dd>
|
|
5934
5934
|
|
|
5935
5935
|
|
|
@@ -6113,7 +6113,7 @@ These are linked through content that shares a license with the provided railcon
|
|
|
6113
6113
|
|
|
6114
6114
|
<dt class="tag-source">Source:</dt>
|
|
6115
6115
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
6116
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
6116
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line1363">line 1363</a>
|
|
6117
6117
|
</li></ul></dd>
|
|
6118
6118
|
|
|
6119
6119
|
|
|
@@ -6271,7 +6271,7 @@ These are linked through content that shares a license with the provided railcon
|
|
|
6271
6271
|
|
|
6272
6272
|
<dt class="tag-source">Source:</dt>
|
|
6273
6273
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
6274
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
6274
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line1452">line 1452</a>
|
|
6275
6275
|
</li></ul></dd>
|
|
6276
6276
|
|
|
6277
6277
|
|
|
@@ -6436,7 +6436,7 @@ These are linked through content that shares a license with the provided railcon
|
|
|
6436
6436
|
|
|
6437
6437
|
<dt class="tag-source">Source:</dt>
|
|
6438
6438
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
6439
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
6439
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line1508">line 1508</a>
|
|
6440
6440
|
</li></ul></dd>
|
|
6441
6441
|
|
|
6442
6442
|
|
|
@@ -6585,7 +6585,7 @@ These are linked through content that shares a license with the provided railcon
|
|
|
6585
6585
|
|
|
6586
6586
|
|
|
6587
6587
|
|
|
6588
|
-
<h4 class="name" id=".fetchRelatedLessons"><span class="type-signature type-signature-static">(static) </span>fetchRelatedLessons<span class="signature">(railContentId
|
|
6588
|
+
<h4 class="name" id=".fetchRelatedLessons"><span class="type-signature type-signature-static">(static) </span>fetchRelatedLessons<span class="signature">(railContentId)</span><span class="type-signature"> → {Promise.<(Array.<Object>|null)>}</span></h4>
|
|
6589
6589
|
|
|
6590
6590
|
|
|
6591
6591
|
|
|
@@ -6601,7 +6601,7 @@ These are linked through content that shares a license with the provided railcon
|
|
|
6601
6601
|
|
|
6602
6602
|
<dt class="tag-source">Source:</dt>
|
|
6603
6603
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
6604
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
6604
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line1303">line 1303</a>
|
|
6605
6605
|
</li></ul></dd>
|
|
6606
6606
|
|
|
6607
6607
|
|
|
@@ -6694,30 +6694,6 @@ These are linked through content that shares a license with the provided railcon
|
|
|
6694
6694
|
</tr>
|
|
6695
6695
|
|
|
6696
6696
|
|
|
6697
|
-
|
|
6698
|
-
<tr>
|
|
6699
|
-
|
|
6700
|
-
<td class="name"><code>brand</code></td>
|
|
6701
|
-
|
|
6702
|
-
|
|
6703
|
-
<td class="type">
|
|
6704
|
-
|
|
6705
|
-
|
|
6706
|
-
<span class="param-type">string</span>
|
|
6707
|
-
|
|
6708
|
-
|
|
6709
|
-
|
|
6710
|
-
|
|
6711
|
-
</td>
|
|
6712
|
-
|
|
6713
|
-
|
|
6714
|
-
|
|
6715
|
-
|
|
6716
|
-
|
|
6717
|
-
<td class="description last">The current brand.</td>
|
|
6718
|
-
</tr>
|
|
6719
|
-
|
|
6720
|
-
|
|
6721
6697
|
</tbody>
|
|
6722
6698
|
</table>
|
|
6723
6699
|
|
|
@@ -6784,7 +6760,7 @@ If no recommendations found in recsys, falls back to fetching related lessons.</
|
|
|
6784
6760
|
|
|
6785
6761
|
<dt class="tag-source">Source:</dt>
|
|
6786
6762
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
6787
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
6763
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line1179">line 1179</a>
|
|
6788
6764
|
</li></ul></dd>
|
|
6789
6765
|
|
|
6790
6766
|
|
|
@@ -6968,7 +6944,7 @@ If no recommendations found in recsys, falls back to fetching related lessons.</
|
|
|
6968
6944
|
|
|
6969
6945
|
<dt class="tag-source">Source:</dt>
|
|
6970
6946
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
6971
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
6947
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line235">line 235</a>
|
|
6972
6948
|
</li></ul></dd>
|
|
6973
6949
|
|
|
6974
6950
|
|
|
@@ -7157,7 +7133,7 @@ If no recommendations found in recsys, falls back to fetching related lessons.</
|
|
|
7157
7133
|
|
|
7158
7134
|
<dt class="tag-source">Source:</dt>
|
|
7159
7135
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
7160
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
7136
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line105">line 105</a>
|
|
7161
7137
|
</li></ul></dd>
|
|
7162
7138
|
|
|
7163
7139
|
|
|
@@ -7258,7 +7234,7 @@ If no recommendations found in recsys, falls back to fetching related lessons.</
|
|
|
7258
7234
|
|
|
7259
7235
|
<dt class="tag-source">Source:</dt>
|
|
7260
7236
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
7261
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
7237
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line1798">line 1798</a>
|
|
7262
7238
|
</li></ul></dd>
|
|
7263
7239
|
|
|
7264
7240
|
|
|
@@ -7556,7 +7532,7 @@ fetchSanity(query, true)
|
|
|
7556
7532
|
|
|
7557
7533
|
<dt class="tag-source">Source:</dt>
|
|
7558
7534
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
7559
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
7535
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line402">line 402</a>
|
|
7560
7536
|
</li></ul></dd>
|
|
7561
7537
|
|
|
7562
7538
|
|
|
@@ -7724,7 +7700,7 @@ fetchSanity(query, true)
|
|
|
7724
7700
|
|
|
7725
7701
|
<dt class="tag-source">Source:</dt>
|
|
7726
7702
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
7727
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
7703
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line1919">line 1919</a>
|
|
7728
7704
|
</li></ul></dd>
|
|
7729
7705
|
|
|
7730
7706
|
|
|
@@ -7879,7 +7855,7 @@ fetchSanity(query, true)
|
|
|
7879
7855
|
|
|
7880
7856
|
<dt class="tag-source">Source:</dt>
|
|
7881
7857
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
7882
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
7858
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line1255">line 1255</a>
|
|
7883
7859
|
</li></ul></dd>
|
|
7884
7860
|
|
|
7885
7861
|
|
|
@@ -8061,7 +8037,7 @@ fetchSanity(query, true)
|
|
|
8061
8037
|
|
|
8062
8038
|
<dt class="tag-source">Source:</dt>
|
|
8063
8039
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
8064
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
8040
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line193">line 193</a>
|
|
8065
8041
|
</li></ul></dd>
|
|
8066
8042
|
|
|
8067
8043
|
|
|
@@ -8219,7 +8195,7 @@ fetchSanity(query, true)
|
|
|
8219
8195
|
|
|
8220
8196
|
<dt class="tag-source">Source:</dt>
|
|
8221
8197
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
8222
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
8198
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line56">line 56</a>
|
|
8223
8199
|
</li></ul></dd>
|
|
8224
8200
|
|
|
8225
8201
|
|
|
@@ -8384,7 +8360,7 @@ fetchSanity(query, true)
|
|
|
8384
8360
|
|
|
8385
8361
|
<dt class="tag-source">Source:</dt>
|
|
8386
8362
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
8387
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
8363
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line355">line 355</a>
|
|
8388
8364
|
</li></ul></dd>
|
|
8389
8365
|
|
|
8390
8366
|
|
|
@@ -8552,7 +8528,7 @@ fetchSanity(query, true)
|
|
|
8552
8528
|
|
|
8553
8529
|
<dt class="tag-source">Source:</dt>
|
|
8554
8530
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
8555
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
8531
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line1085">line 1085</a>
|
|
8556
8532
|
</li></ul></dd>
|
|
8557
8533
|
|
|
8558
8534
|
|
|
@@ -8717,7 +8693,7 @@ fetchSanity(query, true)
|
|
|
8717
8693
|
|
|
8718
8694
|
<dt class="tag-source">Source:</dt>
|
|
8719
8695
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
8720
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
8696
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line1225">line 1225</a>
|
|
8721
8697
|
</li></ul></dd>
|
|
8722
8698
|
|
|
8723
8699
|
|
|
@@ -8927,110 +8903,6 @@ fetchSanity(query, true)
|
|
|
8927
8903
|
|
|
8928
8904
|
|
|
8929
8905
|
|
|
8930
|
-
<h4 class="name" id="~getNextAndPreviousQuarterDates"><span class="type-signature type-signature-inner">(inner) </span>getNextAndPreviousQuarterDates<span class="signature">()</span><span class="type-signature"> → {Array.<string>}</span></h4>
|
|
8931
|
-
|
|
8932
|
-
|
|
8933
|
-
|
|
8934
|
-
|
|
8935
|
-
|
|
8936
|
-
|
|
8937
|
-
<dl class="details">
|
|
8938
|
-
|
|
8939
|
-
<dt class="tag-description">Description:</dt>
|
|
8940
|
-
<dd class="tag-description"><ul class="dummy"><li>returns array of next and previous quarter dates as strings</li></ul></dd>
|
|
8941
|
-
|
|
8942
|
-
|
|
8943
|
-
|
|
8944
|
-
<dt class="tag-source">Source:</dt>
|
|
8945
|
-
<dd class="tag-source"><ul class="dummy"><li>
|
|
8946
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line167">line 167</a>
|
|
8947
|
-
</li></ul></dd>
|
|
8948
|
-
|
|
8949
|
-
|
|
8950
|
-
|
|
8951
|
-
|
|
8952
|
-
|
|
8953
|
-
|
|
8954
|
-
|
|
8955
|
-
|
|
8956
|
-
|
|
8957
|
-
|
|
8958
|
-
|
|
8959
|
-
|
|
8960
|
-
|
|
8961
|
-
|
|
8962
|
-
|
|
8963
|
-
|
|
8964
|
-
|
|
8965
|
-
|
|
8966
|
-
|
|
8967
|
-
|
|
8968
|
-
|
|
8969
|
-
|
|
8970
|
-
|
|
8971
|
-
|
|
8972
|
-
|
|
8973
|
-
|
|
8974
|
-
|
|
8975
|
-
|
|
8976
|
-
|
|
8977
|
-
|
|
8978
|
-
|
|
8979
|
-
</dl>
|
|
8980
|
-
|
|
8981
|
-
|
|
8982
|
-
|
|
8983
|
-
|
|
8984
|
-
|
|
8985
|
-
|
|
8986
|
-
|
|
8987
|
-
|
|
8988
|
-
|
|
8989
|
-
|
|
8990
|
-
|
|
8991
|
-
|
|
8992
|
-
|
|
8993
|
-
|
|
8994
|
-
|
|
8995
|
-
|
|
8996
|
-
|
|
8997
|
-
|
|
8998
|
-
|
|
8999
|
-
|
|
9000
|
-
|
|
9001
|
-
|
|
9002
|
-
|
|
9003
|
-
|
|
9004
|
-
|
|
9005
|
-
|
|
9006
|
-
|
|
9007
|
-
<h5 class="h5-returns">Returns:</h5>
|
|
9008
|
-
|
|
9009
|
-
|
|
9010
|
-
|
|
9011
|
-
|
|
9012
|
-
<dl class="param-type">
|
|
9013
|
-
<dt>
|
|
9014
|
-
Type
|
|
9015
|
-
</dt>
|
|
9016
|
-
<dd>
|
|
9017
|
-
|
|
9018
|
-
<span class="param-type">Array.<string></span>
|
|
9019
|
-
|
|
9020
|
-
|
|
9021
|
-
|
|
9022
|
-
</dd>
|
|
9023
|
-
</dl>
|
|
9024
|
-
|
|
9025
|
-
|
|
9026
|
-
|
|
9027
|
-
|
|
9028
|
-
|
|
9029
|
-
|
|
9030
|
-
|
|
9031
|
-
|
|
9032
|
-
|
|
9033
|
-
|
|
9034
8906
|
<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>
|
|
9035
8907
|
|
|
9036
8908
|
|
|
@@ -9044,7 +8916,7 @@ fetchSanity(query, true)
|
|
|
9044
8916
|
|
|
9045
8917
|
<dt class="tag-source">Source:</dt>
|
|
9046
8918
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
9047
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
8919
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line155">line 155</a>
|
|
9048
8920
|
</li></ul></dd>
|
|
9049
8921
|
|
|
9050
8922
|
|
|
@@ -9147,7 +9019,7 @@ fetchSanity(query, true)
|
|
|
9147
9019
|
<br class="clear">
|
|
9148
9020
|
|
|
9149
9021
|
<footer>
|
|
9150
|
-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on
|
|
9022
|
+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Tue Aug 19 2025 17:54:03 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
|
|
9151
9023
|
</footer>
|
|
9152
9024
|
|
|
9153
9025
|
<script>prettyPrint();</script>
|