musora-content-services 2.31.1 → 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 +16 -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/content.js +1 -1
- 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="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#
|
|
97
|
+
<a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line12">line 12</a>
|
|
98
98
|
</li></ul></dd>
|
|
99
99
|
|
|
100
100
|
|
|
@@ -179,7 +179,7 @@
|
|
|
179
179
|
|
|
180
180
|
<dt class="tag-source">Source:</dt>
|
|
181
181
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
182
|
-
<a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#
|
|
182
|
+
<a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line506">line 506</a>
|
|
183
183
|
</li></ul></dd>
|
|
184
184
|
|
|
185
185
|
|
|
@@ -330,7 +330,7 @@
|
|
|
330
330
|
|
|
331
331
|
<dt class="tag-source">Source:</dt>
|
|
332
332
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
333
|
-
<a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#
|
|
333
|
+
<a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line542">line 542</a>
|
|
334
334
|
</li></ul></dd>
|
|
335
335
|
|
|
336
336
|
|
|
@@ -481,7 +481,7 @@
|
|
|
481
481
|
|
|
482
482
|
<dt class="tag-source">Source:</dt>
|
|
483
483
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
484
|
-
<a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#
|
|
484
|
+
<a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line493">line 493</a>
|
|
485
485
|
</li></ul></dd>
|
|
486
486
|
|
|
487
487
|
|
|
@@ -656,7 +656,7 @@
|
|
|
656
656
|
|
|
657
657
|
<dt class="tag-source">Source:</dt>
|
|
658
658
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
659
|
-
<a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#
|
|
659
|
+
<a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line463">line 463</a>
|
|
660
660
|
</li></ul></dd>
|
|
661
661
|
|
|
662
662
|
|
|
@@ -807,7 +807,7 @@
|
|
|
807
807
|
|
|
808
808
|
<dt class="tag-source">Source:</dt>
|
|
809
809
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
810
|
-
<a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#
|
|
810
|
+
<a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line567">line 567</a>
|
|
811
811
|
</li></ul></dd>
|
|
812
812
|
|
|
813
813
|
|
|
@@ -985,7 +985,7 @@
|
|
|
985
985
|
|
|
986
986
|
<dt class="tag-source">Source:</dt>
|
|
987
987
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
988
|
-
<a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#
|
|
988
|
+
<a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line67">line 67</a>
|
|
989
989
|
</li></ul></dd>
|
|
990
990
|
|
|
991
991
|
|
|
@@ -1150,7 +1150,7 @@
|
|
|
1150
1150
|
|
|
1151
1151
|
<dt class="tag-source">Source:</dt>
|
|
1152
1152
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
1153
|
-
<a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#
|
|
1153
|
+
<a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line363">line 363</a>
|
|
1154
1154
|
</li></ul></dd>
|
|
1155
1155
|
|
|
1156
1156
|
|
|
@@ -1254,7 +1254,7 @@
|
|
|
1254
1254
|
|
|
1255
1255
|
<dt class="tag-source">Source:</dt>
|
|
1256
1256
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
1257
|
-
<a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#
|
|
1257
|
+
<a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line599">line 599</a>
|
|
1258
1258
|
</li></ul></dd>
|
|
1259
1259
|
|
|
1260
1260
|
|
|
@@ -1419,7 +1419,7 @@
|
|
|
1419
1419
|
|
|
1420
1420
|
<dt class="tag-source">Source:</dt>
|
|
1421
1421
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
1422
|
-
<a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#
|
|
1422
|
+
<a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line454">line 454</a>
|
|
1423
1423
|
</li></ul></dd>
|
|
1424
1424
|
|
|
1425
1425
|
|
|
@@ -1618,7 +1618,7 @@
|
|
|
1618
1618
|
|
|
1619
1619
|
<dt class="tag-source">Source:</dt>
|
|
1620
1620
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
1621
|
-
<a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#
|
|
1621
|
+
<a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line442">line 442</a>
|
|
1622
1622
|
</li></ul></dd>
|
|
1623
1623
|
|
|
1624
1624
|
|
|
@@ -1820,7 +1820,7 @@
|
|
|
1820
1820
|
|
|
1821
1821
|
<dt class="tag-source">Source:</dt>
|
|
1822
1822
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
1823
|
-
<a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#
|
|
1823
|
+
<a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line180">line 180</a>
|
|
1824
1824
|
</li></ul></dd>
|
|
1825
1825
|
|
|
1826
1826
|
|
|
@@ -2117,7 +2117,7 @@
|
|
|
2117
2117
|
|
|
2118
2118
|
<dt class="tag-source">Source:</dt>
|
|
2119
2119
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
2120
|
-
<a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#
|
|
2120
|
+
<a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line33">line 33</a>
|
|
2121
2121
|
</li></ul></dd>
|
|
2122
2122
|
|
|
2123
2123
|
|
|
@@ -2282,7 +2282,7 @@
|
|
|
2282
2282
|
|
|
2283
2283
|
<dt class="tag-source">Source:</dt>
|
|
2284
2284
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
2285
|
-
<a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#
|
|
2285
|
+
<a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line137">line 137</a>
|
|
2286
2286
|
</li></ul></dd>
|
|
2287
2287
|
|
|
2288
2288
|
|
|
@@ -2579,7 +2579,7 @@
|
|
|
2579
2579
|
|
|
2580
2580
|
<dt class="tag-source">Source:</dt>
|
|
2581
2581
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
2582
|
-
<a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#
|
|
2582
|
+
<a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line220">line 220</a>
|
|
2583
2583
|
</li></ul></dd>
|
|
2584
2584
|
|
|
2585
2585
|
|
|
@@ -2744,7 +2744,7 @@
|
|
|
2744
2744
|
|
|
2745
2745
|
<dt class="tag-source">Source:</dt>
|
|
2746
2746
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
2747
|
-
<a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#
|
|
2747
|
+
<a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line249">line 249</a>
|
|
2748
2748
|
</li></ul></dd>
|
|
2749
2749
|
|
|
2750
2750
|
|
|
@@ -2902,7 +2902,7 @@
|
|
|
2902
2902
|
|
|
2903
2903
|
<dt class="tag-source">Source:</dt>
|
|
2904
2904
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
2905
|
-
<a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#
|
|
2905
|
+
<a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line744">line 744</a>
|
|
2906
2906
|
</li></ul></dd>
|
|
2907
2907
|
|
|
2908
2908
|
|
|
@@ -3240,7 +3240,7 @@
|
|
|
3240
3240
|
|
|
3241
3241
|
<dt class="tag-source">Source:</dt>
|
|
3242
3242
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
3243
|
-
<a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#
|
|
3243
|
+
<a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line100">line 100</a>
|
|
3244
3244
|
</li></ul></dd>
|
|
3245
3245
|
|
|
3246
3246
|
|
|
@@ -3405,7 +3405,7 @@
|
|
|
3405
3405
|
|
|
3406
3406
|
<dt class="tag-source">Source:</dt>
|
|
3407
3407
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
3408
|
-
<a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#
|
|
3408
|
+
<a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line430">line 430</a>
|
|
3409
3409
|
</li></ul></dd>
|
|
3410
3410
|
|
|
3411
3411
|
|
|
@@ -3563,7 +3563,7 @@
|
|
|
3563
3563
|
|
|
3564
3564
|
<dt class="tag-source">Source:</dt>
|
|
3565
3565
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
3566
|
-
<a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#
|
|
3566
|
+
<a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line353">line 353</a>
|
|
3567
3567
|
</li></ul></dd>
|
|
3568
3568
|
|
|
3569
3569
|
|
|
@@ -3715,7 +3715,7 @@
|
|
|
3715
3715
|
|
|
3716
3716
|
<dt class="tag-source">Source:</dt>
|
|
3717
3717
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
3718
|
-
<a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#
|
|
3718
|
+
<a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line375">line 375</a>
|
|
3719
3719
|
</li></ul></dd>
|
|
3720
3720
|
|
|
3721
3721
|
|
|
@@ -3872,7 +3872,7 @@
|
|
|
3872
3872
|
|
|
3873
3873
|
<dt class="tag-source">Source:</dt>
|
|
3874
3874
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
3875
|
-
<a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#
|
|
3875
|
+
<a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line666">line 666</a>
|
|
3876
3876
|
</li></ul></dd>
|
|
3877
3877
|
|
|
3878
3878
|
|
|
@@ -4034,7 +4034,7 @@
|
|
|
4034
4034
|
|
|
4035
4035
|
<dt class="tag-source">Source:</dt>
|
|
4036
4036
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
4037
|
-
<a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#
|
|
4037
|
+
<a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line524">line 524</a>
|
|
4038
4038
|
</li></ul></dd>
|
|
4039
4039
|
|
|
4040
4040
|
|
|
@@ -4185,7 +4185,7 @@
|
|
|
4185
4185
|
|
|
4186
4186
|
<dt class="tag-source">Source:</dt>
|
|
4187
4187
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
4188
|
-
<a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#
|
|
4188
|
+
<a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line554">line 554</a>
|
|
4189
4189
|
</li></ul></dd>
|
|
4190
4190
|
|
|
4191
4191
|
|
|
@@ -4323,6 +4323,450 @@
|
|
|
4323
4323
|
|
|
4324
4324
|
|
|
4325
4325
|
|
|
4326
|
+
<h4 class="name" id=".postContentComplete"><span class="type-signature type-signature-static">(static) </span>postContentComplete<span class="signature">(contentId)</span><span class="type-signature"> → {Promise.<(any|string|null)>}</span></h4>
|
|
4327
|
+
|
|
4328
|
+
|
|
4329
|
+
|
|
4330
|
+
|
|
4331
|
+
|
|
4332
|
+
|
|
4333
|
+
<dl class="details">
|
|
4334
|
+
|
|
4335
|
+
<dt class="tag-description">Description:</dt>
|
|
4336
|
+
<dd class="tag-description"><ul class="dummy"><li>complete a content's progress for a given user</li></ul></dd>
|
|
4337
|
+
|
|
4338
|
+
|
|
4339
|
+
|
|
4340
|
+
<dt class="tag-source">Source:</dt>
|
|
4341
|
+
<dd class="tag-source"><ul class="dummy"><li>
|
|
4342
|
+
<a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line386">line 386</a>
|
|
4343
|
+
</li></ul></dd>
|
|
4344
|
+
|
|
4345
|
+
|
|
4346
|
+
|
|
4347
|
+
|
|
4348
|
+
|
|
4349
|
+
|
|
4350
|
+
|
|
4351
|
+
|
|
4352
|
+
|
|
4353
|
+
|
|
4354
|
+
|
|
4355
|
+
|
|
4356
|
+
|
|
4357
|
+
|
|
4358
|
+
|
|
4359
|
+
|
|
4360
|
+
|
|
4361
|
+
|
|
4362
|
+
|
|
4363
|
+
|
|
4364
|
+
|
|
4365
|
+
|
|
4366
|
+
|
|
4367
|
+
|
|
4368
|
+
|
|
4369
|
+
|
|
4370
|
+
|
|
4371
|
+
|
|
4372
|
+
|
|
4373
|
+
|
|
4374
|
+
|
|
4375
|
+
</dl>
|
|
4376
|
+
|
|
4377
|
+
|
|
4378
|
+
|
|
4379
|
+
|
|
4380
|
+
|
|
4381
|
+
|
|
4382
|
+
|
|
4383
|
+
|
|
4384
|
+
|
|
4385
|
+
|
|
4386
|
+
|
|
4387
|
+
|
|
4388
|
+
|
|
4389
|
+
<h5 class="h5-parameters">Parameters:</h5>
|
|
4390
|
+
|
|
4391
|
+
|
|
4392
|
+
<table class="params">
|
|
4393
|
+
<thead>
|
|
4394
|
+
<tr>
|
|
4395
|
+
|
|
4396
|
+
<th>Name</th>
|
|
4397
|
+
|
|
4398
|
+
|
|
4399
|
+
<th>Type</th>
|
|
4400
|
+
|
|
4401
|
+
|
|
4402
|
+
|
|
4403
|
+
|
|
4404
|
+
|
|
4405
|
+
<th class="last">Description</th>
|
|
4406
|
+
</tr>
|
|
4407
|
+
</thead>
|
|
4408
|
+
|
|
4409
|
+
<tbody>
|
|
4410
|
+
|
|
4411
|
+
|
|
4412
|
+
<tr>
|
|
4413
|
+
|
|
4414
|
+
<td class="name"><code>contentId</code></td>
|
|
4415
|
+
|
|
4416
|
+
|
|
4417
|
+
<td class="type">
|
|
4418
|
+
|
|
4419
|
+
</td>
|
|
4420
|
+
|
|
4421
|
+
|
|
4422
|
+
|
|
4423
|
+
|
|
4424
|
+
|
|
4425
|
+
<td class="description last"></td>
|
|
4426
|
+
</tr>
|
|
4427
|
+
|
|
4428
|
+
|
|
4429
|
+
</tbody>
|
|
4430
|
+
</table>
|
|
4431
|
+
|
|
4432
|
+
|
|
4433
|
+
|
|
4434
|
+
|
|
4435
|
+
|
|
4436
|
+
|
|
4437
|
+
|
|
4438
|
+
|
|
4439
|
+
|
|
4440
|
+
|
|
4441
|
+
|
|
4442
|
+
|
|
4443
|
+
|
|
4444
|
+
|
|
4445
|
+
|
|
4446
|
+
|
|
4447
|
+
<h5 class="h5-returns">Returns:</h5>
|
|
4448
|
+
|
|
4449
|
+
|
|
4450
|
+
|
|
4451
|
+
|
|
4452
|
+
<dl class="param-type">
|
|
4453
|
+
<dt>
|
|
4454
|
+
Type
|
|
4455
|
+
</dt>
|
|
4456
|
+
<dd>
|
|
4457
|
+
|
|
4458
|
+
<span class="param-type">Promise.<(any|string|null)></span>
|
|
4459
|
+
|
|
4460
|
+
|
|
4461
|
+
|
|
4462
|
+
</dd>
|
|
4463
|
+
</dl>
|
|
4464
|
+
|
|
4465
|
+
|
|
4466
|
+
|
|
4467
|
+
|
|
4468
|
+
|
|
4469
|
+
|
|
4470
|
+
|
|
4471
|
+
|
|
4472
|
+
|
|
4473
|
+
|
|
4474
|
+
<h4 class="name" id=".postContentReset"><span class="type-signature type-signature-static">(static) </span>postContentReset<span class="signature">(contentId)</span><span class="type-signature"> → {Promise.<(any|string|null)>}</span></h4>
|
|
4475
|
+
|
|
4476
|
+
|
|
4477
|
+
|
|
4478
|
+
|
|
4479
|
+
|
|
4480
|
+
|
|
4481
|
+
<dl class="details">
|
|
4482
|
+
|
|
4483
|
+
<dt class="tag-description">Description:</dt>
|
|
4484
|
+
<dd class="tag-description"><ul class="dummy"><li>resets the user's progress on a content</li></ul></dd>
|
|
4485
|
+
|
|
4486
|
+
|
|
4487
|
+
|
|
4488
|
+
<dt class="tag-source">Source:</dt>
|
|
4489
|
+
<dd class="tag-source"><ul class="dummy"><li>
|
|
4490
|
+
<a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line396">line 396</a>
|
|
4491
|
+
</li></ul></dd>
|
|
4492
|
+
|
|
4493
|
+
|
|
4494
|
+
|
|
4495
|
+
|
|
4496
|
+
|
|
4497
|
+
|
|
4498
|
+
|
|
4499
|
+
|
|
4500
|
+
|
|
4501
|
+
|
|
4502
|
+
|
|
4503
|
+
|
|
4504
|
+
|
|
4505
|
+
|
|
4506
|
+
|
|
4507
|
+
|
|
4508
|
+
|
|
4509
|
+
|
|
4510
|
+
|
|
4511
|
+
|
|
4512
|
+
|
|
4513
|
+
|
|
4514
|
+
|
|
4515
|
+
|
|
4516
|
+
|
|
4517
|
+
|
|
4518
|
+
|
|
4519
|
+
|
|
4520
|
+
|
|
4521
|
+
|
|
4522
|
+
|
|
4523
|
+
</dl>
|
|
4524
|
+
|
|
4525
|
+
|
|
4526
|
+
|
|
4527
|
+
|
|
4528
|
+
|
|
4529
|
+
|
|
4530
|
+
|
|
4531
|
+
|
|
4532
|
+
|
|
4533
|
+
|
|
4534
|
+
|
|
4535
|
+
|
|
4536
|
+
|
|
4537
|
+
<h5 class="h5-parameters">Parameters:</h5>
|
|
4538
|
+
|
|
4539
|
+
|
|
4540
|
+
<table class="params">
|
|
4541
|
+
<thead>
|
|
4542
|
+
<tr>
|
|
4543
|
+
|
|
4544
|
+
<th>Name</th>
|
|
4545
|
+
|
|
4546
|
+
|
|
4547
|
+
<th>Type</th>
|
|
4548
|
+
|
|
4549
|
+
|
|
4550
|
+
|
|
4551
|
+
|
|
4552
|
+
|
|
4553
|
+
<th class="last">Description</th>
|
|
4554
|
+
</tr>
|
|
4555
|
+
</thead>
|
|
4556
|
+
|
|
4557
|
+
<tbody>
|
|
4558
|
+
|
|
4559
|
+
|
|
4560
|
+
<tr>
|
|
4561
|
+
|
|
4562
|
+
<td class="name"><code>contentId</code></td>
|
|
4563
|
+
|
|
4564
|
+
|
|
4565
|
+
<td class="type">
|
|
4566
|
+
|
|
4567
|
+
</td>
|
|
4568
|
+
|
|
4569
|
+
|
|
4570
|
+
|
|
4571
|
+
|
|
4572
|
+
|
|
4573
|
+
<td class="description last"></td>
|
|
4574
|
+
</tr>
|
|
4575
|
+
|
|
4576
|
+
|
|
4577
|
+
</tbody>
|
|
4578
|
+
</table>
|
|
4579
|
+
|
|
4580
|
+
|
|
4581
|
+
|
|
4582
|
+
|
|
4583
|
+
|
|
4584
|
+
|
|
4585
|
+
|
|
4586
|
+
|
|
4587
|
+
|
|
4588
|
+
|
|
4589
|
+
|
|
4590
|
+
|
|
4591
|
+
|
|
4592
|
+
|
|
4593
|
+
|
|
4594
|
+
|
|
4595
|
+
<h5 class="h5-returns">Returns:</h5>
|
|
4596
|
+
|
|
4597
|
+
|
|
4598
|
+
|
|
4599
|
+
|
|
4600
|
+
<dl class="param-type">
|
|
4601
|
+
<dt>
|
|
4602
|
+
Type
|
|
4603
|
+
</dt>
|
|
4604
|
+
<dd>
|
|
4605
|
+
|
|
4606
|
+
<span class="param-type">Promise.<(any|string|null)></span>
|
|
4607
|
+
|
|
4608
|
+
|
|
4609
|
+
|
|
4610
|
+
</dd>
|
|
4611
|
+
</dl>
|
|
4612
|
+
|
|
4613
|
+
|
|
4614
|
+
|
|
4615
|
+
|
|
4616
|
+
|
|
4617
|
+
|
|
4618
|
+
|
|
4619
|
+
|
|
4620
|
+
|
|
4621
|
+
|
|
4622
|
+
<h4 class="name" id=".postContentRestore"><span class="type-signature type-signature-static">(static) </span>postContentRestore<span class="signature">(contentId)</span><span class="type-signature"> → {Promise.<(any|string|null)>}</span></h4>
|
|
4623
|
+
|
|
4624
|
+
|
|
4625
|
+
|
|
4626
|
+
|
|
4627
|
+
|
|
4628
|
+
|
|
4629
|
+
<dl class="details">
|
|
4630
|
+
|
|
4631
|
+
<dt class="tag-description">Description:</dt>
|
|
4632
|
+
<dd class="tag-description"><ul class="dummy"><li>restores the user's progress on a content</li></ul></dd>
|
|
4633
|
+
|
|
4634
|
+
|
|
4635
|
+
|
|
4636
|
+
<dt class="tag-source">Source:</dt>
|
|
4637
|
+
<dd class="tag-source"><ul class="dummy"><li>
|
|
4638
|
+
<a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line406">line 406</a>
|
|
4639
|
+
</li></ul></dd>
|
|
4640
|
+
|
|
4641
|
+
|
|
4642
|
+
|
|
4643
|
+
|
|
4644
|
+
|
|
4645
|
+
|
|
4646
|
+
|
|
4647
|
+
|
|
4648
|
+
|
|
4649
|
+
|
|
4650
|
+
|
|
4651
|
+
|
|
4652
|
+
|
|
4653
|
+
|
|
4654
|
+
|
|
4655
|
+
|
|
4656
|
+
|
|
4657
|
+
|
|
4658
|
+
|
|
4659
|
+
|
|
4660
|
+
|
|
4661
|
+
|
|
4662
|
+
|
|
4663
|
+
|
|
4664
|
+
|
|
4665
|
+
|
|
4666
|
+
|
|
4667
|
+
|
|
4668
|
+
|
|
4669
|
+
|
|
4670
|
+
|
|
4671
|
+
</dl>
|
|
4672
|
+
|
|
4673
|
+
|
|
4674
|
+
|
|
4675
|
+
|
|
4676
|
+
|
|
4677
|
+
|
|
4678
|
+
|
|
4679
|
+
|
|
4680
|
+
|
|
4681
|
+
|
|
4682
|
+
|
|
4683
|
+
|
|
4684
|
+
|
|
4685
|
+
<h5 class="h5-parameters">Parameters:</h5>
|
|
4686
|
+
|
|
4687
|
+
|
|
4688
|
+
<table class="params">
|
|
4689
|
+
<thead>
|
|
4690
|
+
<tr>
|
|
4691
|
+
|
|
4692
|
+
<th>Name</th>
|
|
4693
|
+
|
|
4694
|
+
|
|
4695
|
+
<th>Type</th>
|
|
4696
|
+
|
|
4697
|
+
|
|
4698
|
+
|
|
4699
|
+
|
|
4700
|
+
|
|
4701
|
+
<th class="last">Description</th>
|
|
4702
|
+
</tr>
|
|
4703
|
+
</thead>
|
|
4704
|
+
|
|
4705
|
+
<tbody>
|
|
4706
|
+
|
|
4707
|
+
|
|
4708
|
+
<tr>
|
|
4709
|
+
|
|
4710
|
+
<td class="name"><code>contentId</code></td>
|
|
4711
|
+
|
|
4712
|
+
|
|
4713
|
+
<td class="type">
|
|
4714
|
+
|
|
4715
|
+
</td>
|
|
4716
|
+
|
|
4717
|
+
|
|
4718
|
+
|
|
4719
|
+
|
|
4720
|
+
|
|
4721
|
+
<td class="description last"></td>
|
|
4722
|
+
</tr>
|
|
4723
|
+
|
|
4724
|
+
|
|
4725
|
+
</tbody>
|
|
4726
|
+
</table>
|
|
4727
|
+
|
|
4728
|
+
|
|
4729
|
+
|
|
4730
|
+
|
|
4731
|
+
|
|
4732
|
+
|
|
4733
|
+
|
|
4734
|
+
|
|
4735
|
+
|
|
4736
|
+
|
|
4737
|
+
|
|
4738
|
+
|
|
4739
|
+
|
|
4740
|
+
|
|
4741
|
+
|
|
4742
|
+
|
|
4743
|
+
<h5 class="h5-returns">Returns:</h5>
|
|
4744
|
+
|
|
4745
|
+
|
|
4746
|
+
|
|
4747
|
+
|
|
4748
|
+
<dl class="param-type">
|
|
4749
|
+
<dt>
|
|
4750
|
+
Type
|
|
4751
|
+
</dt>
|
|
4752
|
+
<dd>
|
|
4753
|
+
|
|
4754
|
+
<span class="param-type">Promise.<(any|string|null)></span>
|
|
4755
|
+
|
|
4756
|
+
|
|
4757
|
+
|
|
4758
|
+
</dd>
|
|
4759
|
+
</dl>
|
|
4760
|
+
|
|
4761
|
+
|
|
4762
|
+
|
|
4763
|
+
|
|
4764
|
+
|
|
4765
|
+
|
|
4766
|
+
|
|
4767
|
+
|
|
4768
|
+
|
|
4769
|
+
|
|
4326
4770
|
<h4 class="name" id=".replyToComment"><span class="type-signature type-signature-static">(static) </span>replyToComment<span class="signature">(commentId, comment)</span><span class="type-signature"> → {Promise.<(*|null)>}</span></h4>
|
|
4327
4771
|
|
|
4328
4772
|
|
|
@@ -4336,7 +4780,7 @@
|
|
|
4336
4780
|
|
|
4337
4781
|
<dt class="tag-source">Source:</dt>
|
|
4338
4782
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
4339
|
-
<a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#
|
|
4783
|
+
<a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line482">line 482</a>
|
|
4340
4784
|
</li></ul></dd>
|
|
4341
4785
|
|
|
4342
4786
|
|
|
@@ -4511,7 +4955,7 @@
|
|
|
4511
4955
|
|
|
4512
4956
|
<dt class="tag-source">Source:</dt>
|
|
4513
4957
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
4514
|
-
<a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#
|
|
4958
|
+
<a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line580">line 580</a>
|
|
4515
4959
|
</li></ul></dd>
|
|
4516
4960
|
|
|
4517
4961
|
|
|
@@ -4686,7 +5130,7 @@
|
|
|
4686
5130
|
|
|
4687
5131
|
<dt class="tag-source">Source:</dt>
|
|
4688
5132
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
4689
|
-
<a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#
|
|
5133
|
+
<a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line472">line 472</a>
|
|
4690
5134
|
</li></ul></dd>
|
|
4691
5135
|
|
|
4692
5136
|
|
|
@@ -4840,7 +5284,7 @@
|
|
|
4840
5284
|
|
|
4841
5285
|
<dt class="tag-source">Source:</dt>
|
|
4842
5286
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
4843
|
-
<a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#
|
|
5287
|
+
<a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line418">line 418</a>
|
|
4844
5288
|
</li></ul></dd>
|
|
4845
5289
|
|
|
4846
5290
|
|
|
@@ -5018,7 +5462,7 @@
|
|
|
5018
5462
|
|
|
5019
5463
|
<dt class="tag-source">Source:</dt>
|
|
5020
5464
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
5021
|
-
<a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#
|
|
5465
|
+
<a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line515">line 515</a>
|
|
5022
5466
|
</li></ul></dd>
|
|
5023
5467
|
|
|
5024
5468
|
|
|
@@ -5169,7 +5613,7 @@
|
|
|
5169
5613
|
|
|
5170
5614
|
<dt class="tag-source">Source:</dt>
|
|
5171
5615
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
5172
|
-
<a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#
|
|
5616
|
+
<a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line533">line 533</a>
|
|
5173
5617
|
</li></ul></dd>
|
|
5174
5618
|
|
|
5175
5619
|
|
|
@@ -5323,7 +5767,7 @@
|
|
|
5323
5767
|
|
|
5324
5768
|
<dt class="tag-source">Source:</dt>
|
|
5325
5769
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
5326
|
-
<a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#
|
|
5770
|
+
<a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line690">line 690</a>
|
|
5327
5771
|
</li></ul></dd>
|
|
5328
5772
|
|
|
5329
5773
|
|
|
@@ -5491,7 +5935,7 @@
|
|
|
5491
5935
|
|
|
5492
5936
|
<dt class="tag-source">Source:</dt>
|
|
5493
5937
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
5494
|
-
<a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#
|
|
5938
|
+
<a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line716">line 716</a>
|
|
5495
5939
|
</li></ul></dd>
|
|
5496
5940
|
|
|
5497
5941
|
|
|
@@ -5687,7 +6131,7 @@
|
|
|
5687
6131
|
|
|
5688
6132
|
<dt class="tag-source">Source:</dt>
|
|
5689
6133
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
5690
|
-
<a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#
|
|
6134
|
+
<a href="railcontent.js.html">railcontent.js</a>, <a href="railcontent.js.html#line724">line 724</a>
|
|
5691
6135
|
</li></ul></dd>
|
|
5692
6136
|
|
|
5693
6137
|
|
|
@@ -5863,7 +6307,7 @@
|
|
|
5863
6307
|
<br class="clear">
|
|
5864
6308
|
|
|
5865
6309
|
<footer>
|
|
5866
|
-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on
|
|
6310
|
+
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.
|
|
5867
6311
|
</footer>
|
|
5868
6312
|
|
|
5869
6313
|
<script>prettyPrint();</script>
|