musora-content-services 1.7.0 → 1.7.5
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/.claude/settings.local.json +17 -0
- package/.github/workflows/conventional-commits.yaml +0 -0
- package/.github/workflows/node.js.yml +0 -0
- package/.prettierignore +0 -0
- package/.prettierrc +0 -0
- package/CHANGELOG.md +15 -0
- package/docs/v2/Content.html +269 -0
- package/docs/v2/ContentOrganization.html +2 -2
- package/docs/v2/Forums.html +2 -2
- package/docs/v2/Gamification.html +2 -2
- package/docs/v2/TestUser.html +2 -2
- package/docs/v2/UserManagementSystem.html +2 -2
- package/docs/v2/api_types.js.html +2 -2
- package/docs/v2/config.js.html +5 -2
- package/docs/v2/content-org_content-org.js.html +2 -2
- package/docs/v2/content-org_guided-courses.ts.html +2 -2
- package/docs/v2/content-org_learning-paths.ts.html +194 -59
- package/docs/v2/content-org_playlists-types.js.html +2 -2
- package/docs/v2/content-org_playlists.js.html +2 -2
- package/docs/v2/content.js.html +88 -10
- package/docs/v2/content_artist.ts.html +206 -0
- package/docs/v2/content_content.ts.html +77 -0
- package/docs/v2/content_genre.ts.html +209 -0
- package/docs/v2/content_instructor.ts.html +206 -0
- package/docs/v2/forums_categories.ts.html +22 -3
- package/docs/v2/forums_forums.ts.html +2 -2
- package/docs/v2/forums_posts.ts.html +22 -3
- package/docs/v2/forums_threads.ts.html +23 -10
- package/docs/v2/gamification_awards.ts.html +26 -12
- package/docs/v2/gamification_gamification.js.html +2 -2
- package/docs/v2/global.html +56 -8
- package/docs/v2/index.html +2 -2
- package/docs/v2/liveTesting.ts.html +2 -2
- package/docs/v2/module-Accounts.html +202 -13
- package/docs/v2/module-Artist.html +993 -0
- package/docs/v2/module-Awards.html +106 -6
- package/docs/v2/module-Config.html +5 -4
- package/docs/v2/module-Content-Services-V2.html +440 -9
- package/docs/v2/module-Forums.html +1398 -192
- package/docs/v2/module-Genre.html +981 -0
- package/docs/v2/module-GuidedCourses.html +2 -2
- package/docs/v2/module-Instructor.html +929 -0
- package/docs/v2/module-Interests.html +2 -2
- package/docs/v2/module-LearningPaths.html +1276 -182
- package/docs/v2/module-Onboarding.html +32 -8
- package/docs/v2/module-Payments.html +2 -2
- package/docs/v2/module-Permissions.html +2 -2
- package/docs/v2/module-Playlists.html +2 -2
- package/docs/v2/module-ProgressRow.html +2 -2
- package/docs/v2/module-Railcontent-Services.html +34 -626
- package/docs/v2/module-Sanity-Services.html +803 -1722
- package/docs/v2/module-Sessions.html +2 -2
- package/docs/v2/module-UserActivity.html +70 -116
- package/docs/v2/module-UserChat.html +2 -2
- package/docs/v2/module-UserManagement.html +2 -2
- package/docs/v2/module-UserMemberships.html +2 -2
- package/docs/v2/module-UserNotifications.html +2 -2
- package/docs/v2/module-UserProfile.html +2 -2
- package/docs/v2/progress-row_method-card.js.html +46 -47
- package/docs/v2/railcontent.js.html +14 -125
- package/docs/v2/sanity.js.html +247 -320
- package/docs/v2/userActivity.js.html +93 -169
- package/docs/v2/user_account.ts.html +41 -13
- package/docs/v2/user_chat.js.html +2 -2
- package/docs/v2/user_interests.js.html +2 -2
- package/docs/v2/user_management.js.html +2 -2
- package/docs/v2/user_memberships.ts.html +2 -2
- package/docs/v2/user_notifications.js.html +2 -2
- package/docs/v2/user_onboarding.ts.html +99 -4
- package/docs/v2/user_payments.ts.html +2 -2
- package/docs/v2/user_permissions.js.html +3 -3
- package/docs/v2/user_profile.js.html +2 -2
- package/docs/v2/user_sessions.js.html +2 -2
- package/docs/v2/user_types.js.html +4 -2
- package/docs/v2/user_user-management-system.js.html +2 -2
- package/jest.config.js +0 -0
- package/link_mcs.sh +0 -0
- package/package.json +1 -1
- package/src/services/imageSRCBuilder.js +1 -1
- package/src/services/imageSRCVerify.js +1 -1
- package/src/services/sanity.js +3 -3
- package/test/dataContext.test.js +0 -0
- package/test/imageSRCBuilder.test.js +1 -1
- package/test/imageSRCVerify.test.js +4 -4
- package/test/localStorageMock.js +0 -0
- package/test/log.js +0 -0
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
<nav >
|
|
30
30
|
|
|
31
31
|
|
|
32
|
-
<h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-Accounts.html">Accounts</a><ul class='methods'><li data-type='method'><a href="module-Accounts.html#~confirmEmailChange">confirmEmailChange</a></li><li data-type='method'><a href="module-Accounts.html#~deleteAccount">deleteAccount</a></li><li data-type='method'><a href="module-Accounts.html#~numberOfActiveUsers">numberOfActiveUsers</a></li><li data-type='method'><a href="module-Accounts.html#~requestEmailChange">requestEmailChange</a></li><li data-type='method'><a href="module-Accounts.html#~resetPassword">resetPassword</a></li><li data-type='method'><a href="module-Accounts.html#~sendAccountSetupEmail">sendAccountSetupEmail</a></li><li data-type='method'><a href="module-Accounts.html#~sendPasswordResetEmail">sendPasswordResetEmail</a></li><li data-type='method'><a href="module-Accounts.html#~setupAccount">setupAccount</a></li><li data-type='method'><a href="module-Accounts.html#~status">status</a></li></ul></li><li><a href="module-Awards.html">Awards</a><ul class='methods'><li data-type='method'><a href="module-Awards.html#~fetchAwardsForUser">fetchAwardsForUser</a></li><li data-type='method'><a href="module-Awards.html#~fetchCertificate">fetchCertificate</a></li><li data-type='method'><a href="module-Awards.html#~getAwardDataForGuidedContent">getAwardDataForGuidedContent</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#.getLegacyMethods">getLegacyMethods</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-Forums.html">Forums</a><ul class='methods'><li data-type='method'><a href="module-Forums.html#~createForumCategory">createForumCategory</a></li><li data-type='method'><a href="module-Forums.html#~createPost">createPost</a></li><li data-type='method'><a href="module-Forums.html#~createThread">createThread</a></li><li data-type='method'><a href="module-Forums.html#~deletePost">deletePost</a></li><li data-type='method'><a href="module-Forums.html#~deleteThread">deleteThread</a></li><li data-type='method'><a href="module-Forums.html#~fetchCommunityGuidelines">fetchCommunityGuidelines</a></li><li data-type='method'><a href="module-Forums.html#~fetchFollowedThreads">fetchFollowedThreads</a></li><li data-type='method'><a href="module-Forums.html#~fetchForumCategories">fetchForumCategories</a></li><li data-type='method'><a href="module-Forums.html#~fetchLatestThreads">fetchLatestThreads</a></li><li data-type='method'><a href="module-Forums.html#~fetchPosts">fetchPosts</a></li><li data-type='method'><a href="module-Forums.html#~fetchThreads">fetchThreads</a></li><li data-type='method'><a href="module-Forums.html#~followThread">followThread</a></li><li data-type='method'><a href="module-Forums.html#~jumpToPost">jumpToPost</a></li><li data-type='method'><a href="module-Forums.html#~likePost">likePost</a></li><li data-type='method'><a href="module-Forums.html#~lockThread">lockThread</a></li><li data-type='method'><a href="module-Forums.html#~pinThread">pinThread</a></li><li data-type='method'><a href="module-Forums.html#~search">search</a></li><li data-type='method'><a href="module-Forums.html#~unfollowThread">unfollowThread</a></li><li data-type='method'><a href="module-Forums.html#~unlikePost">unlikePost</a></li><li data-type='method'><a href="module-Forums.html#~unlockThread">unlockThread</a></li><li data-type='method'><a href="module-Forums.html#~unpinThread">unpinThread</a></li><li data-type='method'><a href="module-Forums.html#~updateForumCategory">updateForumCategory</a></li><li data-type='method'><a href="module-Forums.html#~updatePost">updatePost</a></li><li data-type='method'><a href="module-Forums.html#~updateThread">updateThread</a></li></ul></li><li></li><li></li><li><a href="module-GuidedCourses.html">GuidedCourses</a></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-LearningPaths.html">LearningPaths</a><ul class='methods'><li data-type='method'><a href="module-LearningPaths.html#~fetchLearningPathLessons">fetchLearningPathLessons</a></li><li data-type='method'><a href="module-LearningPaths.html#~getActivePath">getActivePath</a></li><li data-type='method'><a href="module-LearningPaths.html#~getDailySession">getDailySession</a></li><li data-type='method'><a href="module-LearningPaths.html#~resetAllLearningPaths">resetAllLearningPaths</a></li><li data-type='method'><a href="module-LearningPaths.html#~startLearningPath">startLearningPath</a></li><li data-type='method'><a href="module-LearningPaths.html#~updateActivePath">updateActivePath</a></li><li data-type='method'><a href="module-LearningPaths.html#~updateDailySession">updateDailySession</a></li></ul></li><li><a href="module-Onboarding.html">Onboarding</a><ul class='methods'><li data-type='method'><a href="module-Onboarding.html#~getOnboardingRecommendedContent">getOnboardingRecommendedContent</a></li><li data-type='method'><a href="module-Onboarding.html#~startOnboarding">startOnboarding</a></li><li data-type='method'><a href="module-Onboarding.html#~updateOnboarding">updateOnboarding</a></li><li data-type='method'><a href="module-Onboarding.html#~userOnboardingForBrand">userOnboardingForBrand</a></li></ul></li><li><a href="module-Payments.html">Payments</a><ul class='methods'><li data-type='method'><a href="module-Payments.html#~fetchCustomerPayments">fetchCustomerPayments</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-ProgressRow.html">ProgressRow</a></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#.postContentStart">postContentStart</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#.fetchMethodV2IntroVideo">fetchMethodV2IntroVideo</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchMethodV2Structure">fetchMethodV2Structure</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#.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#.getUserSignature">getUserSignature</a></li><li data-type='method'><a href="module-UserManagement.html#.isUsernameAvailable">isUsernameAvailable</a></li><li data-type='method'><a href="module-UserManagement.html#.setUserSignature">setUserSignature</a></li><li data-type='method'><a href="module-UserManagement.html#.toggleSignaturePrivate">toggleSignaturePrivate</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-UserMemberships.html">UserMemberships</a><ul class='methods'><li data-type='method'><a href="module-UserMemberships.html#~fetchMemberships">fetchMemberships</a></li><li data-type='method'><a href="module-UserMemberships.html#~fetchRechargeTokens">fetchRechargeTokens</a></li><li data-type='method'><a href="module-UserMemberships.html#~restorePurchases">restorePurchases</a></li><li data-type='method'><a href="module-UserMemberships.html#~upgradeSubscription">upgradeSubscription</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="Forums.html">Forums</a></li><li><a href="Gamification.html">Gamification</a></li><li><a href="UserManagementSystem.html">UserManagementSystem</a></li></ul><h3>Interfaces</h3><ul><li><a href="TestUser.html">TestUser</a></li></ul><h3>Global</h3><ul><li><a href="global.html#createTestUser">createTestUser</a></li></ul>
|
|
32
|
+
<h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-Accounts.html">Accounts</a><ul class='methods'><li data-type='method'><a href="module-Accounts.html#~confirmEmailChange">confirmEmailChange</a></li><li data-type='method'><a href="module-Accounts.html#~deleteAccount">deleteAccount</a></li><li data-type='method'><a href="module-Accounts.html#~numberOfActiveUsers">numberOfActiveUsers</a></li><li data-type='method'><a href="module-Accounts.html#~requestEmailChange">requestEmailChange</a></li><li data-type='method'><a href="module-Accounts.html#~resetPassword">resetPassword</a></li><li data-type='method'><a href="module-Accounts.html#~sendAccountSetupEmail">sendAccountSetupEmail</a></li><li data-type='method'><a href="module-Accounts.html#~sendPasswordResetEmail">sendPasswordResetEmail</a></li><li data-type='method'><a href="module-Accounts.html#~setupAccount">setupAccount</a></li><li data-type='method'><a href="module-Accounts.html#~status">status</a></li><li data-type='method'><a href="module-Accounts.html#~toggleStudentView">toggleStudentView</a></li></ul></li><li><a href="module-Artist.html">Artist</a><ul class='methods'><li data-type='method'><a href="module-Artist.html#~fetchArtistBySlug">fetchArtistBySlug</a></li><li data-type='method'><a href="module-Artist.html#~fetchArtistLessons">fetchArtistLessons</a></li><li data-type='method'><a href="module-Artist.html#~fetchArtists">fetchArtists</a></li></ul></li><li><a href="module-Awards.html">Awards</a><ul class='methods'><li data-type='method'><a href="module-Awards.html#~fetchAwardsForUser">fetchAwardsForUser</a></li><li data-type='method'><a href="module-Awards.html#~fetchCertificate">fetchCertificate</a></li><li data-type='method'><a href="module-Awards.html#~getAwardDataForGuidedContent">getAwardDataForGuidedContent</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#.getLegacyMethods">getLegacyMethods</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#.getOwnedContent">getOwnedContent</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-Forums.html">Forums</a><ul class='methods'><li data-type='method'><a href="module-Forums.html#~createForumCategory">createForumCategory</a></li><li data-type='method'><a href="module-Forums.html#~createPost">createPost</a></li><li data-type='method'><a href="module-Forums.html#~createThread">createThread</a></li><li data-type='method'><a href="module-Forums.html#~deleteForumCategory">deleteForumCategory</a></li><li data-type='method'><a href="module-Forums.html#~deletePost">deletePost</a></li><li data-type='method'><a href="module-Forums.html#~deleteThread">deleteThread</a></li><li data-type='method'><a href="module-Forums.html#~fetchCommunityGuidelines">fetchCommunityGuidelines</a></li><li data-type='method'><a href="module-Forums.html#~fetchFollowedThreads">fetchFollowedThreads</a></li><li data-type='method'><a href="module-Forums.html#~fetchForumCategories">fetchForumCategories</a></li><li data-type='method'><a href="module-Forums.html#~fetchLatestThreads">fetchLatestThreads</a></li><li data-type='method'><a href="module-Forums.html#~fetchPosts">fetchPosts</a></li><li data-type='method'><a href="module-Forums.html#~fetchThreads">fetchThreads</a></li><li data-type='method'><a href="module-Forums.html#~followThread">followThread</a></li><li data-type='method'><a href="module-Forums.html#~jumpToPost">jumpToPost</a></li><li data-type='method'><a href="module-Forums.html#~likePost">likePost</a></li><li data-type='method'><a href="module-Forums.html#~lockThread">lockThread</a></li><li data-type='method'><a href="module-Forums.html#~markThreadAsRead">markThreadAsRead</a></li><li data-type='method'><a href="module-Forums.html#~pinThread">pinThread</a></li><li data-type='method'><a href="module-Forums.html#~search">search</a></li><li data-type='method'><a href="module-Forums.html#~unfollowThread">unfollowThread</a></li><li data-type='method'><a href="module-Forums.html#~unlikePost">unlikePost</a></li><li data-type='method'><a href="module-Forums.html#~unlockThread">unlockThread</a></li><li data-type='method'><a href="module-Forums.html#~unpinThread">unpinThread</a></li><li data-type='method'><a href="module-Forums.html#~updateForumCategory">updateForumCategory</a></li><li data-type='method'><a href="module-Forums.html#~updatePost">updatePost</a></li><li data-type='method'><a href="module-Forums.html#~updateThread">updateThread</a></li></ul></li><li></li><li></li><li><a href="module-Genre.html">Genre</a><ul class='methods'><li data-type='method'><a href="module-Genre.html#~fetchGenreBySlug">fetchGenreBySlug</a></li><li data-type='method'><a href="module-Genre.html#~fetchGenreLessons">fetchGenreLessons</a></li><li data-type='method'><a href="module-Genre.html#~fetchGenres">fetchGenres</a></li></ul></li><li><a href="module-GuidedCourses.html">GuidedCourses</a></li><li><a href="module-Instructor.html">Instructor</a><ul class='methods'><li data-type='method'><a href="module-Instructor.html#~fetchInstructorBySlug">fetchInstructorBySlug</a></li><li data-type='method'><a href="module-Instructor.html#~fetchInstructorLessons">fetchInstructorLessons</a></li><li data-type='method'><a href="module-Instructor.html#~fetchInstructors">fetchInstructors</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-LearningPaths.html">LearningPaths</a><ul class='methods'><li data-type='method'><a href="module-LearningPaths.html#~completeLearningPathIntroVideo">completeLearningPathIntroVideo</a></li><li data-type='method'><a href="module-LearningPaths.html#~completeMethodIntroVideo">completeMethodIntroVideo</a></li><li data-type='method'><a href="module-LearningPaths.html#~fetchLearningPathLessons">fetchLearningPathLessons</a></li><li data-type='method'><a href="module-LearningPaths.html#~fetchLearningPathProgressCheckLessons">fetchLearningPathProgressCheckLessons</a></li><li data-type='method'><a href="module-LearningPaths.html#~getActivePath">getActivePath</a></li><li data-type='method'><a href="module-LearningPaths.html#~getDailySession">getDailySession</a></li><li data-type='method'><a href="module-LearningPaths.html#~getEnrichedLearningPath">getEnrichedLearningPath</a></li><li data-type='method'><a href="module-LearningPaths.html#~getLearningPathLessonsByIds">getLearningPathLessonsByIds</a></li><li data-type='method'><a href="module-LearningPaths.html#~mapContentToParent">mapContentToParent</a></li><li data-type='method'><a href="module-LearningPaths.html#~resetAllLearningPaths">resetAllLearningPaths</a></li><li data-type='method'><a href="module-LearningPaths.html#~startLearningPath">startLearningPath</a></li><li data-type='method'><a href="module-LearningPaths.html#~updateDailySession">updateDailySession</a></li></ul></li><li><a href="module-Onboarding.html">Onboarding</a><ul class='methods'><li data-type='method'><a href="module-Onboarding.html#~getOnboardingRecommendedContent">getOnboardingRecommendedContent</a></li><li data-type='method'><a href="module-Onboarding.html#~startOnboarding">startOnboarding</a></li><li data-type='method'><a href="module-Onboarding.html#~updateOnboarding">updateOnboarding</a></li><li data-type='method'><a href="module-Onboarding.html#~userOnboardingForBrand">userOnboardingForBrand</a></li></ul></li><li><a href="module-Payments.html">Payments</a><ul class='methods'><li data-type='method'><a href="module-Payments.html#~fetchCustomerPayments">fetchCustomerPayments</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-ProgressRow.html">ProgressRow</a></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#.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#.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#.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#.fetchMethodV2IntroVideo">fetchMethodV2IntroVideo</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchMethodV2Structure">fetchMethodV2Structure</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchMethodV2StructureFromId">fetchMethodV2StructureFromId</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#.fetchOwnedContent">fetchOwnedContent</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#.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#.fetchTopLevelParentId">fetchTopLevelParentId</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#.getUserSignature">getUserSignature</a></li><li data-type='method'><a href="module-UserManagement.html#.isUsernameAvailable">isUsernameAvailable</a></li><li data-type='method'><a href="module-UserManagement.html#.setUserSignature">setUserSignature</a></li><li data-type='method'><a href="module-UserManagement.html#.toggleSignaturePrivate">toggleSignaturePrivate</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-UserMemberships.html">UserMemberships</a><ul class='methods'><li data-type='method'><a href="module-UserMemberships.html#~fetchMemberships">fetchMemberships</a></li><li data-type='method'><a href="module-UserMemberships.html#~fetchRechargeTokens">fetchRechargeTokens</a></li><li data-type='method'><a href="module-UserMemberships.html#~restorePurchases">restorePurchases</a></li><li data-type='method'><a href="module-UserMemberships.html#~upgradeSubscription">upgradeSubscription</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="Forums.html">Forums</a></li><li><a href="Gamification.html">Gamification</a></li><li><a href="UserManagementSystem.html">UserManagementSystem</a></li></ul><h3>Interfaces</h3><ul><li><a href="TestUser.html">TestUser</a></li></ul><h3>Global</h3><ul><li><a href="global.html#createTestUser">createTestUser</a></li></ul>
|
|
33
33
|
|
|
34
34
|
</nav>
|
|
35
35
|
|
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
|
|
85
85
|
|
|
86
86
|
|
|
87
|
-
<h4 class="name" id="~
|
|
87
|
+
<h4 class="name" id="~completeLearningPathIntroVideo"><span class="type-signature type-signature-async, inner">(async, inner) </span>completeLearningPathIntroVideo<span class="signature">(introVideoId, learningPathId, lessonsToImport)</span><span class="type-signature"> → {Promise.<Array>|Promise.<(Object|null)>|Promise.<void>|Promise.<Array.<Object>>}</span></h4>
|
|
88
88
|
|
|
89
89
|
|
|
90
90
|
|
|
@@ -94,13 +94,13 @@
|
|
|
94
94
|
<dl class="details">
|
|
95
95
|
|
|
96
96
|
<dt class="tag-description">Description:</dt>
|
|
97
|
-
<dd class="tag-description"><ul class="dummy"><li>
|
|
97
|
+
<dd class="tag-description"><ul class="dummy"><li>Handles completion of learning path intro video and other related actions.</li></ul></dd>
|
|
98
98
|
|
|
99
99
|
|
|
100
100
|
|
|
101
101
|
<dt class="tag-source">Source:</dt>
|
|
102
102
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
103
|
-
<a href="content-org_learning-paths.ts.html">content-org/learning-paths.ts</a>, <a href="content-org_learning-paths.ts.html#
|
|
103
|
+
<a href="content-org_learning-paths.ts.html">content-org/learning-paths.ts</a>, <a href="content-org_learning-paths.ts.html#line283">line 283</a>
|
|
104
104
|
</li></ul></dd>
|
|
105
105
|
|
|
106
106
|
|
|
@@ -172,72 +172,54 @@
|
|
|
172
172
|
|
|
173
173
|
<tr>
|
|
174
174
|
|
|
175
|
-
<td class="name"><code>
|
|
175
|
+
<td class="name"><code>introVideoId</code></td>
|
|
176
176
|
|
|
177
177
|
|
|
178
178
|
<td class="type">
|
|
179
179
|
|
|
180
|
-
|
|
181
|
-
<span class="param-type">number</span>
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
180
|
</td>
|
|
187
181
|
|
|
188
182
|
|
|
189
183
|
|
|
190
184
|
|
|
191
185
|
|
|
192
|
-
<td class="description last">The learning path ID.</td>
|
|
186
|
+
<td class="description last">The learning path intro video content ID.</td>
|
|
193
187
|
</tr>
|
|
194
188
|
|
|
195
189
|
|
|
196
190
|
|
|
197
191
|
<tr>
|
|
198
192
|
|
|
199
|
-
<td class="name"><code>
|
|
193
|
+
<td class="name"><code>learningPathId</code></td>
|
|
200
194
|
|
|
201
195
|
|
|
202
196
|
<td class="type">
|
|
203
197
|
|
|
204
|
-
|
|
205
|
-
<span class="param-type">string</span>
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
198
|
</td>
|
|
211
199
|
|
|
212
200
|
|
|
213
201
|
|
|
214
202
|
|
|
215
203
|
|
|
216
|
-
<td class="description last"
|
|
204
|
+
<td class="description last">The content_id of the learning path that this learning path intro video belongs to.</td>
|
|
217
205
|
</tr>
|
|
218
206
|
|
|
219
207
|
|
|
220
208
|
|
|
221
209
|
<tr>
|
|
222
210
|
|
|
223
|
-
<td class="name"><code>
|
|
211
|
+
<td class="name"><code>lessonsToImport</code></td>
|
|
224
212
|
|
|
225
213
|
|
|
226
214
|
<td class="type">
|
|
227
215
|
|
|
228
|
-
|
|
229
|
-
<span class="param-type">Date</span>
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
216
|
</td>
|
|
235
217
|
|
|
236
218
|
|
|
237
219
|
|
|
238
220
|
|
|
239
221
|
|
|
240
|
-
<td class="description last">
|
|
222
|
+
<td class="description last">content ids for all lessons with progress found during intro video progress check. empty if user chose not to keep learning path progress.</td>
|
|
241
223
|
</tr>
|
|
242
224
|
|
|
243
225
|
|
|
@@ -263,7 +245,7 @@
|
|
|
263
245
|
<ul>
|
|
264
246
|
<li>
|
|
265
247
|
<div class="param-desc">
|
|
266
|
-
|
|
248
|
+
response - The response object.
|
|
267
249
|
</div>
|
|
268
250
|
|
|
269
251
|
|
|
@@ -274,7 +256,7 @@
|
|
|
274
256
|
</dt>
|
|
275
257
|
<dd>
|
|
276
258
|
|
|
277
|
-
<span class="param-type">Promise.<
|
|
259
|
+
<span class="param-type">Promise.<Array></span>
|
|
278
260
|
|
|
279
261
|
|
|
280
262
|
|
|
@@ -284,7 +266,7 @@
|
|
|
284
266
|
|
|
285
267
|
<li>
|
|
286
268
|
<div class="param-desc">
|
|
287
|
-
|
|
269
|
+
response.intro_video_response - The intro video completion response or null if already completed.
|
|
288
270
|
</div>
|
|
289
271
|
|
|
290
272
|
|
|
@@ -295,7 +277,7 @@
|
|
|
295
277
|
</dt>
|
|
296
278
|
<dd>
|
|
297
279
|
|
|
298
|
-
<span class="param-type">
|
|
280
|
+
<span class="param-type">Promise.<(Object|null)></span>
|
|
299
281
|
|
|
300
282
|
|
|
301
283
|
|
|
@@ -305,7 +287,7 @@
|
|
|
305
287
|
|
|
306
288
|
<li>
|
|
307
289
|
<div class="param-desc">
|
|
308
|
-
|
|
290
|
+
response.learning_path_reset_response - The reset learning path response.
|
|
309
291
|
</div>
|
|
310
292
|
|
|
311
293
|
|
|
@@ -316,7 +298,7 @@
|
|
|
316
298
|
</dt>
|
|
317
299
|
<dd>
|
|
318
300
|
|
|
319
|
-
<span class="param-type">
|
|
301
|
+
<span class="param-type">Promise.<void></span>
|
|
320
302
|
|
|
321
303
|
|
|
322
304
|
|
|
@@ -326,7 +308,7 @@
|
|
|
326
308
|
|
|
327
309
|
<li>
|
|
328
310
|
<div class="param-desc">
|
|
329
|
-
|
|
311
|
+
response.lesson_import_response - The responses for completing each content_id within the learning path.
|
|
330
312
|
</div>
|
|
331
313
|
|
|
332
314
|
|
|
@@ -337,80 +319,166 @@
|
|
|
337
319
|
</dt>
|
|
338
320
|
<dd>
|
|
339
321
|
|
|
340
|
-
<span class="param-type">
|
|
322
|
+
<span class="param-type">Promise.<Array.<Object>></span>
|
|
341
323
|
|
|
342
324
|
|
|
343
325
|
|
|
344
326
|
</dd>
|
|
345
327
|
</dl>
|
|
346
328
|
</li>
|
|
347
|
-
|
|
348
|
-
<li>
|
|
349
|
-
<div class="param-desc">
|
|
350
|
-
result.is_active_learning_path - Whether the learning path is currently active.
|
|
351
|
-
</div>
|
|
329
|
+
</ul>
|
|
352
330
|
|
|
353
331
|
|
|
354
332
|
|
|
355
|
-
<dl class="param-type">
|
|
356
|
-
<dt>
|
|
357
|
-
Type
|
|
358
|
-
</dt>
|
|
359
|
-
<dd>
|
|
360
333
|
|
|
361
|
-
|
|
334
|
+
|
|
362
335
|
|
|
336
|
+
|
|
363
337
|
|
|
338
|
+
<h4 class="name" id="~completeMethodIntroVideo"><span class="type-signature type-signature-async, inner">(async, inner) </span>completeMethodIntroVideo<span class="signature">(introVideoId, brand)</span><span class="type-signature"> → {Promise.<Array>|Promise.<(Object|null)>|Promise.<Object>}</span></h4>
|
|
364
339
|
|
|
365
|
-
</dd>
|
|
366
|
-
</dl>
|
|
367
|
-
</li>
|
|
368
340
|
|
|
369
|
-
<li>
|
|
370
|
-
<div class="param-desc">
|
|
371
|
-
result.children - Array of all lessons.
|
|
372
|
-
</div>
|
|
373
341
|
|
|
374
342
|
|
|
375
343
|
|
|
376
|
-
<dl class="param-type">
|
|
377
|
-
<dt>
|
|
378
|
-
Type
|
|
379
|
-
</dt>
|
|
380
|
-
<dd>
|
|
381
|
-
|
|
382
|
-
<span class="param-type">Array</span>
|
|
383
344
|
|
|
345
|
+
<dl class="details">
|
|
346
|
+
|
|
347
|
+
<dt class="tag-description">Description:</dt>
|
|
348
|
+
<dd class="tag-description"><ul class="dummy"><li>Handles completion of method intro video and other related actions.</li></ul></dd>
|
|
349
|
+
|
|
350
|
+
|
|
351
|
+
|
|
352
|
+
<dt class="tag-source">Source:</dt>
|
|
353
|
+
<dd class="tag-source"><ul class="dummy"><li>
|
|
354
|
+
<a href="content-org_learning-paths.ts.html">content-org/learning-paths.ts</a>, <a href="content-org_learning-paths.ts.html#line256">line 256</a>
|
|
355
|
+
</li></ul></dd>
|
|
356
|
+
|
|
357
|
+
|
|
358
|
+
|
|
359
|
+
|
|
360
|
+
|
|
384
361
|
|
|
362
|
+
|
|
385
363
|
|
|
386
|
-
|
|
364
|
+
|
|
365
|
+
|
|
366
|
+
|
|
367
|
+
|
|
368
|
+
|
|
369
|
+
|
|
370
|
+
|
|
371
|
+
|
|
372
|
+
|
|
373
|
+
|
|
374
|
+
|
|
375
|
+
|
|
376
|
+
|
|
377
|
+
|
|
378
|
+
|
|
379
|
+
|
|
380
|
+
|
|
381
|
+
|
|
382
|
+
|
|
383
|
+
|
|
384
|
+
|
|
385
|
+
|
|
386
|
+
|
|
387
387
|
</dl>
|
|
388
|
-
|
|
388
|
+
|
|
389
|
+
|
|
390
|
+
|
|
391
|
+
|
|
392
|
+
|
|
393
|
+
|
|
394
|
+
|
|
395
|
+
|
|
396
|
+
|
|
397
|
+
|
|
398
|
+
|
|
399
|
+
|
|
400
|
+
|
|
401
|
+
<h5 class="h5-parameters">Parameters:</h5>
|
|
389
402
|
|
|
390
|
-
<li>
|
|
391
|
-
<div class="param-desc">
|
|
392
|
-
result.upcoming_lessons - Array of upcoming/additional lessons.
|
|
393
|
-
</div>
|
|
394
403
|
|
|
404
|
+
<table class="params">
|
|
405
|
+
<thead>
|
|
406
|
+
<tr>
|
|
407
|
+
|
|
408
|
+
<th>Name</th>
|
|
409
|
+
|
|
410
|
+
|
|
411
|
+
<th>Type</th>
|
|
395
412
|
|
|
413
|
+
|
|
396
414
|
|
|
397
|
-
<dl class="param-type">
|
|
398
|
-
<dt>
|
|
399
|
-
Type
|
|
400
|
-
</dt>
|
|
401
|
-
<dd>
|
|
402
415
|
|
|
403
|
-
<span class="param-type">Array</span>
|
|
404
416
|
|
|
417
|
+
<th class="last">Description</th>
|
|
418
|
+
</tr>
|
|
419
|
+
</thead>
|
|
405
420
|
|
|
421
|
+
<tbody>
|
|
422
|
+
|
|
423
|
+
|
|
424
|
+
<tr>
|
|
425
|
+
|
|
426
|
+
<td class="name"><code>introVideoId</code></td>
|
|
427
|
+
|
|
428
|
+
|
|
429
|
+
<td class="type">
|
|
430
|
+
|
|
431
|
+
</td>
|
|
432
|
+
|
|
433
|
+
|
|
434
|
+
|
|
435
|
+
|
|
436
|
+
|
|
437
|
+
<td class="description last">The method intro video content ID.</td>
|
|
438
|
+
</tr>
|
|
439
|
+
|
|
440
|
+
|
|
441
|
+
|
|
442
|
+
<tr>
|
|
443
|
+
|
|
444
|
+
<td class="name"><code>brand</code></td>
|
|
445
|
+
|
|
446
|
+
|
|
447
|
+
<td class="type">
|
|
448
|
+
|
|
449
|
+
</td>
|
|
450
|
+
|
|
451
|
+
|
|
452
|
+
|
|
453
|
+
|
|
454
|
+
|
|
455
|
+
<td class="description last"></td>
|
|
456
|
+
</tr>
|
|
406
457
|
|
|
407
|
-
</dd>
|
|
408
|
-
</dl>
|
|
409
|
-
</li>
|
|
410
458
|
|
|
459
|
+
</tbody>
|
|
460
|
+
</table>
|
|
461
|
+
|
|
462
|
+
|
|
463
|
+
|
|
464
|
+
|
|
465
|
+
|
|
466
|
+
|
|
467
|
+
|
|
468
|
+
|
|
469
|
+
|
|
470
|
+
|
|
471
|
+
|
|
472
|
+
|
|
473
|
+
|
|
474
|
+
|
|
475
|
+
|
|
476
|
+
|
|
477
|
+
<h5 class="h5-returns">Returns:</h5>
|
|
478
|
+
<ul>
|
|
411
479
|
<li>
|
|
412
480
|
<div class="param-desc">
|
|
413
|
-
|
|
481
|
+
response - The response object.
|
|
414
482
|
</div>
|
|
415
483
|
|
|
416
484
|
|
|
@@ -421,7 +489,7 @@
|
|
|
421
489
|
</dt>
|
|
422
490
|
<dd>
|
|
423
491
|
|
|
424
|
-
<span class="param-type">Array
|
|
492
|
+
<span class="param-type">Promise.<Array></span>
|
|
425
493
|
|
|
426
494
|
|
|
427
495
|
|
|
@@ -431,7 +499,7 @@
|
|
|
431
499
|
|
|
432
500
|
<li>
|
|
433
501
|
<div class="param-desc">
|
|
434
|
-
|
|
502
|
+
response.intro_video_response - The intro video completion response or null if already completed.
|
|
435
503
|
</div>
|
|
436
504
|
|
|
437
505
|
|
|
@@ -442,7 +510,7 @@
|
|
|
442
510
|
</dt>
|
|
443
511
|
<dd>
|
|
444
512
|
|
|
445
|
-
<span class="param-type">
|
|
513
|
+
<span class="param-type">Promise.<(Object|null)></span>
|
|
446
514
|
|
|
447
515
|
|
|
448
516
|
|
|
@@ -452,7 +520,7 @@
|
|
|
452
520
|
|
|
453
521
|
<li>
|
|
454
522
|
<div class="param-desc">
|
|
455
|
-
|
|
523
|
+
response.active_path_response - The set active learning path response.
|
|
456
524
|
</div>
|
|
457
525
|
|
|
458
526
|
|
|
@@ -463,35 +531,961 @@
|
|
|
463
531
|
</dt>
|
|
464
532
|
<dd>
|
|
465
533
|
|
|
466
|
-
<span class="param-type">
|
|
534
|
+
<span class="param-type">Promise.<Object></span>
|
|
467
535
|
|
|
468
536
|
|
|
469
537
|
|
|
470
538
|
</dd>
|
|
471
539
|
</dl>
|
|
472
540
|
</li>
|
|
541
|
+
</ul>
|
|
542
|
+
|
|
543
|
+
|
|
544
|
+
|
|
545
|
+
|
|
546
|
+
|
|
547
|
+
|
|
473
548
|
|
|
474
|
-
|
|
475
|
-
<
|
|
476
|
-
|
|
477
|
-
|
|
549
|
+
|
|
550
|
+
<h4 class="name" id="~fetchLearningPathLessons"><span class="type-signature type-signature-async, inner">(async, inner) </span>fetchLearningPathLessons<span class="signature">(learningPathId, brand, userDate)</span><span class="type-signature"> → {Promise.<Object>|number|string|string|boolean|Array|Array|Array|Array|Array|Array}</span></h4>
|
|
551
|
+
|
|
552
|
+
|
|
553
|
+
|
|
554
|
+
|
|
555
|
+
|
|
556
|
+
|
|
557
|
+
<dl class="details">
|
|
558
|
+
|
|
559
|
+
<dt class="tag-description">Description:</dt>
|
|
560
|
+
<dd class="tag-description"><ul class="dummy"><li>Fetches and organizes learning path lessons.</li></ul></dd>
|
|
561
|
+
|
|
562
|
+
|
|
563
|
+
|
|
564
|
+
<dt class="tag-source">Source:</dt>
|
|
565
|
+
<dd class="tag-source"><ul class="dummy"><li>
|
|
566
|
+
<a href="content-org_learning-paths.ts.html">content-org/learning-paths.ts</a>, <a href="content-org_learning-paths.ts.html#line158">line 158</a>
|
|
567
|
+
</li></ul></dd>
|
|
568
|
+
|
|
569
|
+
|
|
570
|
+
|
|
571
|
+
|
|
572
|
+
|
|
573
|
+
|
|
574
|
+
|
|
575
|
+
|
|
576
|
+
|
|
577
|
+
|
|
578
|
+
|
|
579
|
+
|
|
580
|
+
|
|
581
|
+
|
|
582
|
+
|
|
583
|
+
|
|
584
|
+
|
|
585
|
+
|
|
586
|
+
|
|
587
|
+
|
|
588
|
+
|
|
589
|
+
|
|
590
|
+
|
|
591
|
+
|
|
592
|
+
|
|
593
|
+
|
|
594
|
+
|
|
595
|
+
|
|
596
|
+
|
|
597
|
+
|
|
598
|
+
|
|
599
|
+
</dl>
|
|
600
|
+
|
|
601
|
+
|
|
602
|
+
|
|
603
|
+
|
|
604
|
+
|
|
605
|
+
|
|
606
|
+
|
|
607
|
+
|
|
608
|
+
|
|
609
|
+
|
|
610
|
+
|
|
611
|
+
|
|
612
|
+
|
|
613
|
+
<h5 class="h5-parameters">Parameters:</h5>
|
|
614
|
+
|
|
615
|
+
|
|
616
|
+
<table class="params">
|
|
617
|
+
<thead>
|
|
618
|
+
<tr>
|
|
619
|
+
|
|
620
|
+
<th>Name</th>
|
|
621
|
+
|
|
622
|
+
|
|
623
|
+
<th>Type</th>
|
|
624
|
+
|
|
625
|
+
|
|
626
|
+
|
|
627
|
+
|
|
628
|
+
|
|
629
|
+
<th class="last">Description</th>
|
|
630
|
+
</tr>
|
|
631
|
+
</thead>
|
|
632
|
+
|
|
633
|
+
<tbody>
|
|
634
|
+
|
|
635
|
+
|
|
636
|
+
<tr>
|
|
637
|
+
|
|
638
|
+
<td class="name"><code>learningPathId</code></td>
|
|
639
|
+
|
|
640
|
+
|
|
641
|
+
<td class="type">
|
|
642
|
+
|
|
643
|
+
|
|
644
|
+
<span class="param-type">number</span>
|
|
645
|
+
|
|
646
|
+
|
|
647
|
+
|
|
648
|
+
|
|
649
|
+
</td>
|
|
650
|
+
|
|
651
|
+
|
|
652
|
+
|
|
653
|
+
|
|
654
|
+
|
|
655
|
+
<td class="description last">The learning path ID.</td>
|
|
656
|
+
</tr>
|
|
657
|
+
|
|
658
|
+
|
|
659
|
+
|
|
660
|
+
<tr>
|
|
661
|
+
|
|
662
|
+
<td class="name"><code>brand</code></td>
|
|
663
|
+
|
|
664
|
+
|
|
665
|
+
<td class="type">
|
|
666
|
+
|
|
667
|
+
|
|
668
|
+
<span class="param-type">string</span>
|
|
669
|
+
|
|
670
|
+
|
|
671
|
+
|
|
672
|
+
|
|
673
|
+
</td>
|
|
674
|
+
|
|
675
|
+
|
|
676
|
+
|
|
677
|
+
|
|
678
|
+
|
|
679
|
+
<td class="description last"></td>
|
|
680
|
+
</tr>
|
|
681
|
+
|
|
682
|
+
|
|
683
|
+
|
|
684
|
+
<tr>
|
|
685
|
+
|
|
686
|
+
<td class="name"><code>userDate</code></td>
|
|
687
|
+
|
|
688
|
+
|
|
689
|
+
<td class="type">
|
|
690
|
+
|
|
691
|
+
|
|
692
|
+
<span class="param-type">Date</span>
|
|
693
|
+
|
|
694
|
+
|
|
695
|
+
|
|
696
|
+
|
|
697
|
+
</td>
|
|
698
|
+
|
|
699
|
+
|
|
700
|
+
|
|
701
|
+
|
|
702
|
+
|
|
703
|
+
<td class="description last">Users local date - format 2025-10-31</td>
|
|
704
|
+
</tr>
|
|
705
|
+
|
|
706
|
+
|
|
707
|
+
</tbody>
|
|
708
|
+
</table>
|
|
709
|
+
|
|
710
|
+
|
|
711
|
+
|
|
712
|
+
|
|
713
|
+
|
|
714
|
+
|
|
715
|
+
|
|
716
|
+
|
|
717
|
+
|
|
718
|
+
|
|
719
|
+
|
|
720
|
+
|
|
721
|
+
|
|
722
|
+
|
|
723
|
+
|
|
724
|
+
|
|
725
|
+
<h5 class="h5-returns">Returns:</h5>
|
|
726
|
+
<ul>
|
|
727
|
+
<li>
|
|
728
|
+
<div class="param-desc">
|
|
729
|
+
result - The result object.
|
|
730
|
+
</div>
|
|
731
|
+
|
|
732
|
+
|
|
733
|
+
|
|
734
|
+
<dl class="param-type">
|
|
735
|
+
<dt>
|
|
736
|
+
Type
|
|
737
|
+
</dt>
|
|
738
|
+
<dd>
|
|
739
|
+
|
|
740
|
+
<span class="param-type">Promise.<Object></span>
|
|
741
|
+
|
|
742
|
+
|
|
743
|
+
|
|
744
|
+
</dd>
|
|
745
|
+
</dl>
|
|
746
|
+
</li>
|
|
747
|
+
|
|
748
|
+
<li>
|
|
749
|
+
<div class="param-desc">
|
|
750
|
+
result.id - The learning path ID.
|
|
751
|
+
</div>
|
|
752
|
+
|
|
753
|
+
|
|
754
|
+
|
|
755
|
+
<dl class="param-type">
|
|
756
|
+
<dt>
|
|
757
|
+
Type
|
|
758
|
+
</dt>
|
|
759
|
+
<dd>
|
|
760
|
+
|
|
761
|
+
<span class="param-type">number</span>
|
|
762
|
+
|
|
763
|
+
|
|
764
|
+
|
|
765
|
+
</dd>
|
|
766
|
+
</dl>
|
|
767
|
+
</li>
|
|
768
|
+
|
|
769
|
+
<li>
|
|
770
|
+
<div class="param-desc">
|
|
771
|
+
result.thumbnail - Optional thumbnail URL for the learning path.
|
|
772
|
+
</div>
|
|
773
|
+
|
|
774
|
+
|
|
775
|
+
|
|
776
|
+
<dl class="param-type">
|
|
777
|
+
<dt>
|
|
778
|
+
Type
|
|
779
|
+
</dt>
|
|
780
|
+
<dd>
|
|
781
|
+
|
|
782
|
+
<span class="param-type">string</span>
|
|
783
|
+
|
|
784
|
+
|
|
785
|
+
|
|
786
|
+
</dd>
|
|
787
|
+
</dl>
|
|
788
|
+
</li>
|
|
789
|
+
|
|
790
|
+
<li>
|
|
791
|
+
<div class="param-desc">
|
|
792
|
+
result.title - The title of the learning path.
|
|
793
|
+
</div>
|
|
794
|
+
|
|
795
|
+
|
|
796
|
+
|
|
797
|
+
<dl class="param-type">
|
|
798
|
+
<dt>
|
|
799
|
+
Type
|
|
800
|
+
</dt>
|
|
801
|
+
<dd>
|
|
802
|
+
|
|
803
|
+
<span class="param-type">string</span>
|
|
804
|
+
|
|
805
|
+
|
|
806
|
+
|
|
807
|
+
</dd>
|
|
808
|
+
</dl>
|
|
809
|
+
</li>
|
|
810
|
+
|
|
811
|
+
<li>
|
|
812
|
+
<div class="param-desc">
|
|
813
|
+
result.is_active_learning_path - Whether the learning path is currently active.
|
|
814
|
+
</div>
|
|
815
|
+
|
|
816
|
+
|
|
817
|
+
|
|
818
|
+
<dl class="param-type">
|
|
819
|
+
<dt>
|
|
820
|
+
Type
|
|
821
|
+
</dt>
|
|
822
|
+
<dd>
|
|
823
|
+
|
|
824
|
+
<span class="param-type">boolean</span>
|
|
825
|
+
|
|
826
|
+
|
|
827
|
+
|
|
828
|
+
</dd>
|
|
829
|
+
</dl>
|
|
830
|
+
</li>
|
|
831
|
+
|
|
832
|
+
<li>
|
|
833
|
+
<div class="param-desc">
|
|
834
|
+
result.children - Array of all lessons.
|
|
835
|
+
</div>
|
|
836
|
+
|
|
837
|
+
|
|
838
|
+
|
|
839
|
+
<dl class="param-type">
|
|
840
|
+
<dt>
|
|
841
|
+
Type
|
|
842
|
+
</dt>
|
|
843
|
+
<dd>
|
|
844
|
+
|
|
845
|
+
<span class="param-type">Array</span>
|
|
846
|
+
|
|
847
|
+
|
|
848
|
+
|
|
849
|
+
</dd>
|
|
850
|
+
</dl>
|
|
851
|
+
</li>
|
|
852
|
+
|
|
853
|
+
<li>
|
|
854
|
+
<div class="param-desc">
|
|
855
|
+
result.upcoming_lessons - Array of upcoming/additional lessons.
|
|
856
|
+
</div>
|
|
857
|
+
|
|
858
|
+
|
|
859
|
+
|
|
860
|
+
<dl class="param-type">
|
|
861
|
+
<dt>
|
|
862
|
+
Type
|
|
863
|
+
</dt>
|
|
864
|
+
<dd>
|
|
865
|
+
|
|
866
|
+
<span class="param-type">Array</span>
|
|
867
|
+
|
|
868
|
+
|
|
869
|
+
|
|
870
|
+
</dd>
|
|
871
|
+
</dl>
|
|
872
|
+
</li>
|
|
873
|
+
|
|
874
|
+
<li>
|
|
875
|
+
<div class="param-desc">
|
|
876
|
+
result.todays_lessons - Array of today's lessons (max 3).
|
|
877
|
+
</div>
|
|
878
|
+
|
|
879
|
+
|
|
880
|
+
|
|
881
|
+
<dl class="param-type">
|
|
882
|
+
<dt>
|
|
883
|
+
Type
|
|
884
|
+
</dt>
|
|
885
|
+
<dd>
|
|
886
|
+
|
|
887
|
+
<span class="param-type">Array</span>
|
|
888
|
+
|
|
889
|
+
|
|
890
|
+
|
|
891
|
+
</dd>
|
|
892
|
+
</dl>
|
|
893
|
+
</li>
|
|
894
|
+
|
|
895
|
+
<li>
|
|
896
|
+
<div class="param-desc">
|
|
897
|
+
result.next_learning_path_lessons - Array of next lessons to be taken.
|
|
898
|
+
</div>
|
|
899
|
+
|
|
900
|
+
|
|
901
|
+
|
|
902
|
+
<dl class="param-type">
|
|
903
|
+
<dt>
|
|
904
|
+
Type
|
|
905
|
+
</dt>
|
|
906
|
+
<dd>
|
|
907
|
+
|
|
908
|
+
<span class="param-type">Array</span>
|
|
909
|
+
|
|
910
|
+
|
|
911
|
+
|
|
912
|
+
</dd>
|
|
913
|
+
</dl>
|
|
914
|
+
</li>
|
|
915
|
+
|
|
916
|
+
<li>
|
|
917
|
+
<div class="param-desc">
|
|
918
|
+
result.completed_lessons - Array of completed lessons.
|
|
919
|
+
</div>
|
|
920
|
+
|
|
921
|
+
|
|
922
|
+
|
|
923
|
+
<dl class="param-type">
|
|
924
|
+
<dt>
|
|
925
|
+
Type
|
|
926
|
+
</dt>
|
|
927
|
+
<dd>
|
|
928
|
+
|
|
929
|
+
<span class="param-type">Array</span>
|
|
930
|
+
|
|
931
|
+
|
|
932
|
+
|
|
933
|
+
</dd>
|
|
934
|
+
</dl>
|
|
935
|
+
</li>
|
|
936
|
+
|
|
937
|
+
<li>
|
|
938
|
+
<div class="param-desc">
|
|
939
|
+
result.previous_learning_path_todays - Array of completed lessons.
|
|
940
|
+
</div>
|
|
941
|
+
|
|
942
|
+
|
|
943
|
+
|
|
944
|
+
<dl class="param-type">
|
|
945
|
+
<dt>
|
|
946
|
+
Type
|
|
947
|
+
</dt>
|
|
948
|
+
<dd>
|
|
949
|
+
|
|
950
|
+
<span class="param-type">Array</span>
|
|
951
|
+
|
|
952
|
+
|
|
953
|
+
|
|
954
|
+
</dd>
|
|
955
|
+
</dl>
|
|
956
|
+
</li>
|
|
957
|
+
</ul>
|
|
958
|
+
|
|
959
|
+
|
|
960
|
+
|
|
961
|
+
|
|
962
|
+
|
|
963
|
+
|
|
964
|
+
|
|
965
|
+
|
|
966
|
+
<h4 class="name" id="~fetchLearningPathProgressCheckLessons"><span class="type-signature type-signature-async, inner">(async, inner) </span>fetchLearningPathProgressCheckLessons<span class="signature">(contentIds, learningPathId)</span><span class="type-signature"> → {Promise.<Object>|Array|Array|Array|Array}</span></h4>
|
|
967
|
+
|
|
968
|
+
|
|
969
|
+
|
|
970
|
+
|
|
971
|
+
|
|
972
|
+
|
|
973
|
+
<dl class="details">
|
|
974
|
+
|
|
975
|
+
<dt class="tag-description">Description:</dt>
|
|
976
|
+
<dd class="tag-description"><ul class="dummy"><li>For an array of contentIds, fetch any content progress with state=completed,
|
|
977
|
+
including other learning paths and a la carte progress.</li></ul></dd>
|
|
978
|
+
|
|
979
|
+
|
|
980
|
+
|
|
981
|
+
<dt class="tag-source">Source:</dt>
|
|
982
|
+
<dd class="tag-source"><ul class="dummy"><li>
|
|
983
|
+
<a href="content-org_learning-paths.ts.html">content-org/learning-paths.ts</a>, <a href="content-org_learning-paths.ts.html#line224">line 224</a>
|
|
984
|
+
</li></ul></dd>
|
|
985
|
+
|
|
986
|
+
|
|
987
|
+
|
|
988
|
+
|
|
989
|
+
|
|
990
|
+
|
|
991
|
+
|
|
992
|
+
|
|
993
|
+
|
|
994
|
+
|
|
995
|
+
|
|
996
|
+
|
|
997
|
+
|
|
998
|
+
|
|
999
|
+
|
|
1000
|
+
|
|
1001
|
+
|
|
1002
|
+
|
|
1003
|
+
|
|
1004
|
+
|
|
1005
|
+
|
|
1006
|
+
|
|
1007
|
+
|
|
1008
|
+
|
|
1009
|
+
|
|
1010
|
+
|
|
1011
|
+
|
|
1012
|
+
|
|
1013
|
+
|
|
1014
|
+
|
|
1015
|
+
|
|
1016
|
+
</dl>
|
|
1017
|
+
|
|
1018
|
+
|
|
1019
|
+
|
|
1020
|
+
|
|
1021
|
+
|
|
1022
|
+
|
|
1023
|
+
|
|
1024
|
+
|
|
1025
|
+
|
|
1026
|
+
|
|
1027
|
+
|
|
1028
|
+
|
|
1029
|
+
|
|
1030
|
+
<h5 class="h5-parameters">Parameters:</h5>
|
|
1031
|
+
|
|
1032
|
+
|
|
1033
|
+
<table class="params">
|
|
1034
|
+
<thead>
|
|
1035
|
+
<tr>
|
|
1036
|
+
|
|
1037
|
+
<th>Name</th>
|
|
1038
|
+
|
|
1039
|
+
|
|
1040
|
+
<th>Type</th>
|
|
1041
|
+
|
|
1042
|
+
|
|
1043
|
+
|
|
1044
|
+
|
|
1045
|
+
|
|
1046
|
+
<th class="last">Description</th>
|
|
1047
|
+
</tr>
|
|
1048
|
+
</thead>
|
|
1049
|
+
|
|
1050
|
+
<tbody>
|
|
1051
|
+
|
|
1052
|
+
|
|
1053
|
+
<tr>
|
|
1054
|
+
|
|
1055
|
+
<td class="name"><code>contentIds</code></td>
|
|
1056
|
+
|
|
1057
|
+
|
|
1058
|
+
<td class="type">
|
|
1059
|
+
|
|
1060
|
+
</td>
|
|
1061
|
+
|
|
1062
|
+
|
|
1063
|
+
|
|
1064
|
+
|
|
1065
|
+
|
|
1066
|
+
<td class="description last">The array of content IDs within the learning path</td>
|
|
1067
|
+
</tr>
|
|
1068
|
+
|
|
1069
|
+
|
|
1070
|
+
|
|
1071
|
+
<tr>
|
|
1072
|
+
|
|
1073
|
+
<td class="name"><code>learningPathId</code></td>
|
|
1074
|
+
|
|
1075
|
+
|
|
1076
|
+
<td class="type">
|
|
1077
|
+
|
|
1078
|
+
</td>
|
|
1079
|
+
|
|
1080
|
+
|
|
1081
|
+
|
|
1082
|
+
|
|
1083
|
+
|
|
1084
|
+
<td class="description last">The learning path ID</td>
|
|
1085
|
+
</tr>
|
|
1086
|
+
|
|
1087
|
+
|
|
1088
|
+
</tbody>
|
|
1089
|
+
</table>
|
|
1090
|
+
|
|
1091
|
+
|
|
1092
|
+
|
|
1093
|
+
|
|
1094
|
+
|
|
1095
|
+
|
|
1096
|
+
|
|
1097
|
+
|
|
1098
|
+
|
|
1099
|
+
|
|
1100
|
+
|
|
1101
|
+
|
|
1102
|
+
|
|
1103
|
+
|
|
1104
|
+
|
|
1105
|
+
|
|
1106
|
+
<h5 class="h5-returns">Returns:</h5>
|
|
1107
|
+
<ul>
|
|
1108
|
+
<li>
|
|
1109
|
+
<div class="param-desc">
|
|
1110
|
+
Response object
|
|
1111
|
+
</div>
|
|
1112
|
+
|
|
1113
|
+
|
|
1114
|
+
|
|
1115
|
+
<dl class="param-type">
|
|
1116
|
+
<dt>
|
|
1117
|
+
Type
|
|
1118
|
+
</dt>
|
|
1119
|
+
<dd>
|
|
1120
|
+
|
|
1121
|
+
<span class="param-type">Promise.<Object></span>
|
|
1122
|
+
|
|
1123
|
+
|
|
1124
|
+
|
|
1125
|
+
</dd>
|
|
1126
|
+
</dl>
|
|
1127
|
+
</li>
|
|
1128
|
+
|
|
1129
|
+
<li>
|
|
1130
|
+
<div class="param-desc">
|
|
1131
|
+
result.lessons - Array of all learning path lesson contentIds.
|
|
1132
|
+
</div>
|
|
1133
|
+
|
|
1134
|
+
|
|
1135
|
+
|
|
1136
|
+
<dl class="param-type">
|
|
1137
|
+
<dt>
|
|
1138
|
+
Type
|
|
1139
|
+
</dt>
|
|
1140
|
+
<dd>
|
|
1141
|
+
|
|
1142
|
+
<span class="param-type">Array</span>
|
|
1143
|
+
|
|
1144
|
+
|
|
1145
|
+
|
|
1146
|
+
</dd>
|
|
1147
|
+
</dl>
|
|
1148
|
+
</li>
|
|
1149
|
+
|
|
1150
|
+
<li>
|
|
1151
|
+
<div class="param-desc">
|
|
1152
|
+
result.completed_lessons - Array of learning path lesson contentIds that are completed.
|
|
1153
|
+
</div>
|
|
1154
|
+
|
|
1155
|
+
|
|
1156
|
+
|
|
1157
|
+
<dl class="param-type">
|
|
1158
|
+
<dt>
|
|
1159
|
+
Type
|
|
1160
|
+
</dt>
|
|
1161
|
+
<dd>
|
|
1162
|
+
|
|
1163
|
+
<span class="param-type">Array</span>
|
|
1164
|
+
|
|
1165
|
+
|
|
1166
|
+
|
|
1167
|
+
</dd>
|
|
1168
|
+
</dl>
|
|
1169
|
+
</li>
|
|
1170
|
+
|
|
1171
|
+
<li>
|
|
1172
|
+
<div class="param-desc">
|
|
1173
|
+
result.lessons_count - Count of learning path lessons.
|
|
1174
|
+
</div>
|
|
1175
|
+
|
|
1176
|
+
|
|
1177
|
+
|
|
1178
|
+
<dl class="param-type">
|
|
1179
|
+
<dt>
|
|
1180
|
+
Type
|
|
1181
|
+
</dt>
|
|
1182
|
+
<dd>
|
|
1183
|
+
|
|
1184
|
+
<span class="param-type">Array</span>
|
|
1185
|
+
|
|
1186
|
+
|
|
1187
|
+
|
|
1188
|
+
</dd>
|
|
1189
|
+
</dl>
|
|
1190
|
+
</li>
|
|
1191
|
+
|
|
1192
|
+
<li>
|
|
1193
|
+
<div class="param-desc">
|
|
1194
|
+
result.completed_lessons_count - Count of learning path completed lessons.
|
|
1195
|
+
</div>
|
|
1196
|
+
|
|
1197
|
+
|
|
1198
|
+
|
|
1199
|
+
<dl class="param-type">
|
|
1200
|
+
<dt>
|
|
1201
|
+
Type
|
|
1202
|
+
</dt>
|
|
1203
|
+
<dd>
|
|
1204
|
+
|
|
1205
|
+
<span class="param-type">Array</span>
|
|
1206
|
+
|
|
1207
|
+
|
|
1208
|
+
|
|
1209
|
+
</dd>
|
|
1210
|
+
</dl>
|
|
1211
|
+
</li>
|
|
1212
|
+
</ul>
|
|
1213
|
+
|
|
1214
|
+
|
|
1215
|
+
|
|
1216
|
+
|
|
1217
|
+
|
|
1218
|
+
|
|
1219
|
+
|
|
1220
|
+
|
|
1221
|
+
<h4 class="name" id="~getActivePath"><span class="type-signature type-signature-async, inner">(async, inner) </span>getActivePath<span class="signature">(brand)</span><span class="type-signature"></span></h4>
|
|
1222
|
+
|
|
1223
|
+
|
|
1224
|
+
|
|
1225
|
+
|
|
1226
|
+
|
|
1227
|
+
|
|
1228
|
+
<dl class="details">
|
|
1229
|
+
|
|
1230
|
+
<dt class="tag-description">Description:</dt>
|
|
1231
|
+
<dd class="tag-description"><ul class="dummy"><li>Gets user's active learning path.</li></ul></dd>
|
|
1232
|
+
|
|
1233
|
+
|
|
1234
|
+
|
|
1235
|
+
<dt class="tag-source">Source:</dt>
|
|
1236
|
+
<dd class="tag-source"><ul class="dummy"><li>
|
|
1237
|
+
<a href="content-org_learning-paths.ts.html">content-org/learning-paths.ts</a>, <a href="content-org_learning-paths.ts.html#line52">line 52</a>
|
|
1238
|
+
</li></ul></dd>
|
|
1239
|
+
|
|
1240
|
+
|
|
1241
|
+
|
|
1242
|
+
|
|
1243
|
+
|
|
1244
|
+
|
|
1245
|
+
|
|
1246
|
+
|
|
1247
|
+
|
|
1248
|
+
|
|
1249
|
+
|
|
1250
|
+
|
|
1251
|
+
|
|
1252
|
+
|
|
1253
|
+
|
|
1254
|
+
|
|
1255
|
+
|
|
1256
|
+
|
|
1257
|
+
|
|
1258
|
+
|
|
1259
|
+
|
|
1260
|
+
|
|
1261
|
+
|
|
1262
|
+
|
|
1263
|
+
|
|
1264
|
+
|
|
1265
|
+
|
|
1266
|
+
|
|
1267
|
+
|
|
1268
|
+
|
|
1269
|
+
|
|
1270
|
+
</dl>
|
|
1271
|
+
|
|
1272
|
+
|
|
1273
|
+
|
|
1274
|
+
|
|
1275
|
+
|
|
1276
|
+
|
|
1277
|
+
|
|
1278
|
+
|
|
1279
|
+
|
|
1280
|
+
|
|
1281
|
+
|
|
1282
|
+
|
|
1283
|
+
|
|
1284
|
+
<h5 class="h5-parameters">Parameters:</h5>
|
|
1285
|
+
|
|
1286
|
+
|
|
1287
|
+
<table class="params">
|
|
1288
|
+
<thead>
|
|
1289
|
+
<tr>
|
|
1290
|
+
|
|
1291
|
+
<th>Name</th>
|
|
1292
|
+
|
|
1293
|
+
|
|
1294
|
+
<th>Type</th>
|
|
1295
|
+
|
|
1296
|
+
|
|
1297
|
+
|
|
1298
|
+
|
|
1299
|
+
|
|
1300
|
+
<th class="last">Description</th>
|
|
1301
|
+
</tr>
|
|
1302
|
+
</thead>
|
|
1303
|
+
|
|
1304
|
+
<tbody>
|
|
1305
|
+
|
|
1306
|
+
|
|
1307
|
+
<tr>
|
|
1308
|
+
|
|
1309
|
+
<td class="name"><code>brand</code></td>
|
|
1310
|
+
|
|
1311
|
+
|
|
1312
|
+
<td class="type">
|
|
1313
|
+
|
|
1314
|
+
</td>
|
|
1315
|
+
|
|
1316
|
+
|
|
1317
|
+
|
|
1318
|
+
|
|
1319
|
+
|
|
1320
|
+
<td class="description last"></td>
|
|
1321
|
+
</tr>
|
|
1322
|
+
|
|
1323
|
+
|
|
1324
|
+
</tbody>
|
|
1325
|
+
</table>
|
|
1326
|
+
|
|
1327
|
+
|
|
1328
|
+
|
|
1329
|
+
|
|
1330
|
+
|
|
1331
|
+
|
|
1332
|
+
|
|
1333
|
+
|
|
1334
|
+
|
|
1335
|
+
|
|
1336
|
+
|
|
1337
|
+
|
|
1338
|
+
|
|
1339
|
+
|
|
1340
|
+
|
|
1341
|
+
|
|
1342
|
+
|
|
1343
|
+
|
|
1344
|
+
|
|
1345
|
+
|
|
1346
|
+
|
|
1347
|
+
|
|
1348
|
+
|
|
1349
|
+
|
|
1350
|
+
<h4 class="name" id="~getDailySession"><span class="type-signature type-signature-async, inner">(async, inner) </span>getDailySession<span class="signature">(brand, userDate)</span><span class="type-signature"></span></h4>
|
|
1351
|
+
|
|
1352
|
+
|
|
1353
|
+
|
|
1354
|
+
|
|
1355
|
+
|
|
1356
|
+
|
|
1357
|
+
<dl class="details">
|
|
1358
|
+
|
|
1359
|
+
<dt class="tag-description">Description:</dt>
|
|
1360
|
+
<dd class="tag-description"><ul class="dummy"><li>Gets today's daily session for the user.</li></ul></dd>
|
|
1361
|
+
|
|
1362
|
+
|
|
1363
|
+
|
|
1364
|
+
<dt class="tag-source">Source:</dt>
|
|
1365
|
+
<dd class="tag-source"><ul class="dummy"><li>
|
|
1366
|
+
<a href="content-org_learning-paths.ts.html">content-org/learning-paths.ts</a>, <a href="content-org_learning-paths.ts.html#line24">line 24</a>
|
|
1367
|
+
</li></ul></dd>
|
|
1368
|
+
|
|
1369
|
+
|
|
1370
|
+
|
|
1371
|
+
|
|
1372
|
+
|
|
1373
|
+
|
|
1374
|
+
|
|
1375
|
+
|
|
1376
|
+
|
|
1377
|
+
|
|
1378
|
+
|
|
1379
|
+
|
|
1380
|
+
|
|
1381
|
+
|
|
1382
|
+
|
|
1383
|
+
|
|
1384
|
+
|
|
1385
|
+
|
|
1386
|
+
|
|
1387
|
+
|
|
1388
|
+
|
|
1389
|
+
|
|
1390
|
+
|
|
1391
|
+
|
|
1392
|
+
|
|
1393
|
+
|
|
1394
|
+
|
|
1395
|
+
|
|
1396
|
+
|
|
1397
|
+
|
|
1398
|
+
|
|
1399
|
+
</dl>
|
|
1400
|
+
|
|
1401
|
+
|
|
1402
|
+
|
|
1403
|
+
|
|
1404
|
+
|
|
1405
|
+
|
|
1406
|
+
|
|
1407
|
+
|
|
1408
|
+
|
|
1409
|
+
|
|
1410
|
+
|
|
1411
|
+
|
|
1412
|
+
|
|
1413
|
+
<h5 class="h5-parameters">Parameters:</h5>
|
|
1414
|
+
|
|
1415
|
+
|
|
1416
|
+
<table class="params">
|
|
1417
|
+
<thead>
|
|
1418
|
+
<tr>
|
|
1419
|
+
|
|
1420
|
+
<th>Name</th>
|
|
1421
|
+
|
|
1422
|
+
|
|
1423
|
+
<th>Type</th>
|
|
1424
|
+
|
|
1425
|
+
|
|
1426
|
+
|
|
1427
|
+
|
|
1428
|
+
|
|
1429
|
+
<th class="last">Description</th>
|
|
1430
|
+
</tr>
|
|
1431
|
+
</thead>
|
|
1432
|
+
|
|
1433
|
+
<tbody>
|
|
1434
|
+
|
|
1435
|
+
|
|
1436
|
+
<tr>
|
|
1437
|
+
|
|
1438
|
+
<td class="name"><code>brand</code></td>
|
|
1439
|
+
|
|
1440
|
+
|
|
1441
|
+
<td class="type">
|
|
1442
|
+
|
|
1443
|
+
</td>
|
|
1444
|
+
|
|
1445
|
+
|
|
1446
|
+
|
|
1447
|
+
|
|
1448
|
+
|
|
1449
|
+
<td class="description last"></td>
|
|
1450
|
+
</tr>
|
|
1451
|
+
|
|
1452
|
+
|
|
1453
|
+
|
|
1454
|
+
<tr>
|
|
1455
|
+
|
|
1456
|
+
<td class="name"><code>userDate</code></td>
|
|
1457
|
+
|
|
1458
|
+
|
|
1459
|
+
<td class="type">
|
|
1460
|
+
|
|
1461
|
+
</td>
|
|
1462
|
+
|
|
1463
|
+
|
|
1464
|
+
|
|
1465
|
+
|
|
1466
|
+
|
|
1467
|
+
<td class="description last"></td>
|
|
1468
|
+
</tr>
|
|
1469
|
+
|
|
1470
|
+
|
|
1471
|
+
</tbody>
|
|
1472
|
+
</table>
|
|
1473
|
+
|
|
1474
|
+
|
|
1475
|
+
|
|
1476
|
+
|
|
1477
|
+
|
|
1478
|
+
|
|
1479
|
+
|
|
1480
|
+
|
|
1481
|
+
|
|
1482
|
+
|
|
478
1483
|
|
|
479
1484
|
|
|
480
1485
|
|
|
481
|
-
<dl class="param-type">
|
|
482
|
-
<dt>
|
|
483
|
-
Type
|
|
484
|
-
</dt>
|
|
485
|
-
<dd>
|
|
486
|
-
|
|
487
|
-
<span class="param-type">Array</span>
|
|
488
1486
|
|
|
489
1487
|
|
|
490
1488
|
|
|
491
|
-
</dd>
|
|
492
|
-
</dl>
|
|
493
|
-
</li>
|
|
494
|
-
</ul>
|
|
495
1489
|
|
|
496
1490
|
|
|
497
1491
|
|
|
@@ -500,7 +1494,7 @@
|
|
|
500
1494
|
|
|
501
1495
|
|
|
502
1496
|
|
|
503
|
-
<h4 class="name" id="~
|
|
1497
|
+
<h4 class="name" id="~getEnrichedLearningPath"><span class="type-signature type-signature-async, inner">(async, inner) </span>getEnrichedLearningPath<span class="signature">(learningPathId)</span><span class="type-signature"> → {Promise.<Object>}</span></h4>
|
|
504
1498
|
|
|
505
1499
|
|
|
506
1500
|
|
|
@@ -510,13 +1504,13 @@
|
|
|
510
1504
|
<dl class="details">
|
|
511
1505
|
|
|
512
1506
|
<dt class="tag-description">Description:</dt>
|
|
513
|
-
<dd class="tag-description"><ul class="dummy"><li>
|
|
1507
|
+
<dd class="tag-description"><ul class="dummy"><li>Returns learning path with lessons and progress data</li></ul></dd>
|
|
514
1508
|
|
|
515
1509
|
|
|
516
1510
|
|
|
517
1511
|
<dt class="tag-source">Source:</dt>
|
|
518
1512
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
519
|
-
<a href="content-org_learning-paths.ts.html">content-org/learning-paths.ts</a>, <a href="content-org_learning-paths.ts.html#
|
|
1513
|
+
<a href="content-org_learning-paths.ts.html">content-org/learning-paths.ts</a>, <a href="content-org_learning-paths.ts.html#line80">line 80</a>
|
|
520
1514
|
</li></ul></dd>
|
|
521
1515
|
|
|
522
1516
|
|
|
@@ -588,18 +1582,24 @@
|
|
|
588
1582
|
|
|
589
1583
|
<tr>
|
|
590
1584
|
|
|
591
|
-
<td class="name"><code>
|
|
1585
|
+
<td class="name"><code>learningPathId</code></td>
|
|
592
1586
|
|
|
593
1587
|
|
|
594
1588
|
<td class="type">
|
|
595
1589
|
|
|
1590
|
+
|
|
1591
|
+
<span class="param-type">number</span>
|
|
1592
|
+
|
|
1593
|
+
|
|
1594
|
+
|
|
1595
|
+
|
|
596
1596
|
</td>
|
|
597
1597
|
|
|
598
1598
|
|
|
599
1599
|
|
|
600
1600
|
|
|
601
1601
|
|
|
602
|
-
<td class="description last"
|
|
1602
|
+
<td class="description last">The learning path ID</td>
|
|
603
1603
|
</tr>
|
|
604
1604
|
|
|
605
1605
|
|
|
@@ -621,6 +1621,29 @@
|
|
|
621
1621
|
|
|
622
1622
|
|
|
623
1623
|
|
|
1624
|
+
<h5 class="h5-returns">Returns:</h5>
|
|
1625
|
+
|
|
1626
|
+
|
|
1627
|
+
<div class="param-desc">
|
|
1628
|
+
Learning path with enriched lesson data
|
|
1629
|
+
</div>
|
|
1630
|
+
|
|
1631
|
+
|
|
1632
|
+
|
|
1633
|
+
<dl class="param-type">
|
|
1634
|
+
<dt>
|
|
1635
|
+
Type
|
|
1636
|
+
</dt>
|
|
1637
|
+
<dd>
|
|
1638
|
+
|
|
1639
|
+
<span class="param-type">Promise.<Object></span>
|
|
1640
|
+
|
|
1641
|
+
|
|
1642
|
+
|
|
1643
|
+
</dd>
|
|
1644
|
+
</dl>
|
|
1645
|
+
|
|
1646
|
+
|
|
624
1647
|
|
|
625
1648
|
|
|
626
1649
|
|
|
@@ -629,7 +1652,7 @@
|
|
|
629
1652
|
|
|
630
1653
|
|
|
631
1654
|
|
|
632
|
-
<h4 class="name" id="~
|
|
1655
|
+
<h4 class="name" id="~getLearningPathLessonsByIds"><span class="type-signature type-signature-async, inner">(async, inner) </span>getLearningPathLessonsByIds<span class="signature">(contentIds, learningPathId)</span><span class="type-signature"> → {Promise.<Array>}</span></h4>
|
|
633
1656
|
|
|
634
1657
|
|
|
635
1658
|
|
|
@@ -639,13 +1662,13 @@
|
|
|
639
1662
|
<dl class="details">
|
|
640
1663
|
|
|
641
1664
|
<dt class="tag-description">Description:</dt>
|
|
642
|
-
<dd class="tag-description"><ul class="dummy"><li>
|
|
1665
|
+
<dd class="tag-description"><ul class="dummy"><li>Get specific learning path lessons by content IDs</li></ul></dd>
|
|
643
1666
|
|
|
644
1667
|
|
|
645
1668
|
|
|
646
1669
|
<dt class="tag-source">Source:</dt>
|
|
647
1670
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
648
|
-
<a href="content-org_learning-paths.ts.html">content-org/learning-paths.ts</a>, <a href="content-org_learning-paths.ts.html#
|
|
1671
|
+
<a href="content-org_learning-paths.ts.html">content-org/learning-paths.ts</a>, <a href="content-org_learning-paths.ts.html#line110">line 110</a>
|
|
649
1672
|
</li></ul></dd>
|
|
650
1673
|
|
|
651
1674
|
|
|
@@ -717,36 +1740,48 @@
|
|
|
717
1740
|
|
|
718
1741
|
<tr>
|
|
719
1742
|
|
|
720
|
-
<td class="name"><code>
|
|
1743
|
+
<td class="name"><code>contentIds</code></td>
|
|
721
1744
|
|
|
722
1745
|
|
|
723
1746
|
<td class="type">
|
|
724
1747
|
|
|
1748
|
+
|
|
1749
|
+
<span class="param-type">Array.<number></span>
|
|
1750
|
+
|
|
1751
|
+
|
|
1752
|
+
|
|
1753
|
+
|
|
725
1754
|
</td>
|
|
726
1755
|
|
|
727
1756
|
|
|
728
1757
|
|
|
729
1758
|
|
|
730
1759
|
|
|
731
|
-
<td class="description last"
|
|
1760
|
+
<td class="description last">Array of content IDs to filter</td>
|
|
732
1761
|
</tr>
|
|
733
1762
|
|
|
734
1763
|
|
|
735
1764
|
|
|
736
1765
|
<tr>
|
|
737
1766
|
|
|
738
|
-
<td class="name"><code>
|
|
1767
|
+
<td class="name"><code>learningPathId</code></td>
|
|
739
1768
|
|
|
740
1769
|
|
|
741
1770
|
<td class="type">
|
|
742
1771
|
|
|
1772
|
+
|
|
1773
|
+
<span class="param-type">number</span>
|
|
1774
|
+
|
|
1775
|
+
|
|
1776
|
+
|
|
1777
|
+
|
|
743
1778
|
</td>
|
|
744
1779
|
|
|
745
1780
|
|
|
746
1781
|
|
|
747
1782
|
|
|
748
1783
|
|
|
749
|
-
<td class="description last"
|
|
1784
|
+
<td class="description last">The learning path ID</td>
|
|
750
1785
|
</tr>
|
|
751
1786
|
|
|
752
1787
|
|
|
@@ -768,6 +1803,29 @@
|
|
|
768
1803
|
|
|
769
1804
|
|
|
770
1805
|
|
|
1806
|
+
<h5 class="h5-returns">Returns:</h5>
|
|
1807
|
+
|
|
1808
|
+
|
|
1809
|
+
<div class="param-desc">
|
|
1810
|
+
Filtered lessons
|
|
1811
|
+
</div>
|
|
1812
|
+
|
|
1813
|
+
|
|
1814
|
+
|
|
1815
|
+
<dl class="param-type">
|
|
1816
|
+
<dt>
|
|
1817
|
+
Type
|
|
1818
|
+
</dt>
|
|
1819
|
+
<dd>
|
|
1820
|
+
|
|
1821
|
+
<span class="param-type">Promise.<Array></span>
|
|
1822
|
+
|
|
1823
|
+
|
|
1824
|
+
|
|
1825
|
+
</dd>
|
|
1826
|
+
</dl>
|
|
1827
|
+
|
|
1828
|
+
|
|
771
1829
|
|
|
772
1830
|
|
|
773
1831
|
|
|
@@ -776,7 +1834,7 @@
|
|
|
776
1834
|
|
|
777
1835
|
|
|
778
1836
|
|
|
779
|
-
<h4 class="name" id="~
|
|
1837
|
+
<h4 class="name" id="~mapContentToParent"><span class="type-signature type-signature-inner">(inner) </span>mapContentToParent<span class="signature">(lessons, parentContentType, parentContentId)</span><span class="type-signature"></span></h4>
|
|
780
1838
|
|
|
781
1839
|
|
|
782
1840
|
|
|
@@ -786,13 +1844,13 @@
|
|
|
786
1844
|
<dl class="details">
|
|
787
1845
|
|
|
788
1846
|
<dt class="tag-description">Description:</dt>
|
|
789
|
-
<dd class="tag-description"><ul class="dummy"><li>
|
|
1847
|
+
<dd class="tag-description"><ul class="dummy"><li>Maps content to its parent learning path - fixes multi-parent problems for cta when lessons have a special collection.</li></ul></dd>
|
|
790
1848
|
|
|
791
1849
|
|
|
792
1850
|
|
|
793
1851
|
<dt class="tag-source">Source:</dt>
|
|
794
1852
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
795
|
-
<a href="content-org_learning-paths.ts.html">content-org/learning-paths.ts</a>, <a href="content-org_learning-paths.ts.html#
|
|
1853
|
+
<a href="content-org_learning-paths.ts.html">content-org/learning-paths.ts</a>, <a href="content-org_learning-paths.ts.html#line123">line 123</a>
|
|
796
1854
|
</li></ul></dd>
|
|
797
1855
|
|
|
798
1856
|
|
|
@@ -839,6 +1897,86 @@
|
|
|
839
1897
|
|
|
840
1898
|
|
|
841
1899
|
|
|
1900
|
+
<h5 class="h5-parameters">Parameters:</h5>
|
|
1901
|
+
|
|
1902
|
+
|
|
1903
|
+
<table class="params">
|
|
1904
|
+
<thead>
|
|
1905
|
+
<tr>
|
|
1906
|
+
|
|
1907
|
+
<th>Name</th>
|
|
1908
|
+
|
|
1909
|
+
|
|
1910
|
+
<th>Type</th>
|
|
1911
|
+
|
|
1912
|
+
|
|
1913
|
+
|
|
1914
|
+
|
|
1915
|
+
|
|
1916
|
+
<th class="last">Description</th>
|
|
1917
|
+
</tr>
|
|
1918
|
+
</thead>
|
|
1919
|
+
|
|
1920
|
+
<tbody>
|
|
1921
|
+
|
|
1922
|
+
|
|
1923
|
+
<tr>
|
|
1924
|
+
|
|
1925
|
+
<td class="name"><code>lessons</code></td>
|
|
1926
|
+
|
|
1927
|
+
|
|
1928
|
+
<td class="type">
|
|
1929
|
+
|
|
1930
|
+
</td>
|
|
1931
|
+
|
|
1932
|
+
|
|
1933
|
+
|
|
1934
|
+
|
|
1935
|
+
|
|
1936
|
+
<td class="description last"></td>
|
|
1937
|
+
</tr>
|
|
1938
|
+
|
|
1939
|
+
|
|
1940
|
+
|
|
1941
|
+
<tr>
|
|
1942
|
+
|
|
1943
|
+
<td class="name"><code>parentContentType</code></td>
|
|
1944
|
+
|
|
1945
|
+
|
|
1946
|
+
<td class="type">
|
|
1947
|
+
|
|
1948
|
+
</td>
|
|
1949
|
+
|
|
1950
|
+
|
|
1951
|
+
|
|
1952
|
+
|
|
1953
|
+
|
|
1954
|
+
<td class="description last"></td>
|
|
1955
|
+
</tr>
|
|
1956
|
+
|
|
1957
|
+
|
|
1958
|
+
|
|
1959
|
+
<tr>
|
|
1960
|
+
|
|
1961
|
+
<td class="name"><code>parentContentId</code></td>
|
|
1962
|
+
|
|
1963
|
+
|
|
1964
|
+
<td class="type">
|
|
1965
|
+
|
|
1966
|
+
</td>
|
|
1967
|
+
|
|
1968
|
+
|
|
1969
|
+
|
|
1970
|
+
|
|
1971
|
+
|
|
1972
|
+
<td class="description last"></td>
|
|
1973
|
+
</tr>
|
|
1974
|
+
|
|
1975
|
+
|
|
1976
|
+
</tbody>
|
|
1977
|
+
</table>
|
|
1978
|
+
|
|
1979
|
+
|
|
842
1980
|
|
|
843
1981
|
|
|
844
1982
|
|
|
@@ -861,7 +1999,7 @@
|
|
|
861
1999
|
|
|
862
2000
|
|
|
863
2001
|
|
|
864
|
-
<h4 class="name" id="~
|
|
2002
|
+
<h4 class="name" id="~resetAllLearningPaths"><span class="type-signature type-signature-async, inner">(async, inner) </span>resetAllLearningPaths<span class="signature">()</span><span class="type-signature"></span></h4>
|
|
865
2003
|
|
|
866
2004
|
|
|
867
2005
|
|
|
@@ -871,13 +2009,13 @@
|
|
|
871
2009
|
<dl class="details">
|
|
872
2010
|
|
|
873
2011
|
<dt class="tag-description">Description:</dt>
|
|
874
|
-
<dd class="tag-description"><ul class="dummy"><li>
|
|
2012
|
+
<dd class="tag-description"><ul class="dummy"><li>Resets the user's learning path.</li></ul></dd>
|
|
875
2013
|
|
|
876
2014
|
|
|
877
2015
|
|
|
878
2016
|
<dt class="tag-source">Source:</dt>
|
|
879
2017
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
880
|
-
<a href="content-org_learning-paths.ts.html">content-org/learning-paths.ts</a>, <a href="content-org_learning-paths.ts.html#
|
|
2018
|
+
<a href="content-org_learning-paths.ts.html">content-org/learning-paths.ts</a>, <a href="content-org_learning-paths.ts.html#line72">line 72</a>
|
|
881
2019
|
</li></ul></dd>
|
|
882
2020
|
|
|
883
2021
|
|
|
@@ -924,68 +2062,6 @@
|
|
|
924
2062
|
|
|
925
2063
|
|
|
926
2064
|
|
|
927
|
-
<h5 class="h5-parameters">Parameters:</h5>
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
<table class="params">
|
|
931
|
-
<thead>
|
|
932
|
-
<tr>
|
|
933
|
-
|
|
934
|
-
<th>Name</th>
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
<th>Type</th>
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
<th class="last">Description</th>
|
|
944
|
-
</tr>
|
|
945
|
-
</thead>
|
|
946
|
-
|
|
947
|
-
<tbody>
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
<tr>
|
|
951
|
-
|
|
952
|
-
<td class="name"><code>brand</code></td>
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
<td class="type">
|
|
956
|
-
|
|
957
|
-
</td>
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
<td class="description last"></td>
|
|
964
|
-
</tr>
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
<tr>
|
|
969
|
-
|
|
970
|
-
<td class="name"><code>learningPathId</code></td>
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
<td class="type">
|
|
974
|
-
|
|
975
|
-
</td>
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
<td class="description last"></td>
|
|
982
|
-
</tr>
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
</tbody>
|
|
986
|
-
</table>
|
|
987
|
-
|
|
988
|
-
|
|
989
2065
|
|
|
990
2066
|
|
|
991
2067
|
|
|
@@ -1008,7 +2084,7 @@
|
|
|
1008
2084
|
|
|
1009
2085
|
|
|
1010
2086
|
|
|
1011
|
-
<h4 class="name" id="~
|
|
2087
|
+
<h4 class="name" id="~startLearningPath"><span class="type-signature type-signature-async, inner">(async, inner) </span>startLearningPath<span class="signature">(brand, learningPathId)</span><span class="type-signature"></span></h4>
|
|
1012
2088
|
|
|
1013
2089
|
|
|
1014
2090
|
|
|
@@ -1018,13 +2094,13 @@
|
|
|
1018
2094
|
<dl class="details">
|
|
1019
2095
|
|
|
1020
2096
|
<dt class="tag-description">Description:</dt>
|
|
1021
|
-
<dd class="tag-description"><ul class="dummy"><li>
|
|
2097
|
+
<dd class="tag-description"><ul class="dummy"><li>Sets a new learning path as the user's active learning path.</li></ul></dd>
|
|
1022
2098
|
|
|
1023
2099
|
|
|
1024
2100
|
|
|
1025
2101
|
<dt class="tag-source">Source:</dt>
|
|
1026
2102
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
1027
|
-
<a href="content-org_learning-paths.ts.html">content-org/learning-paths.ts</a>, <a href="content-org_learning-paths.ts.html#
|
|
2103
|
+
<a href="content-org_learning-paths.ts.html">content-org/learning-paths.ts</a>, <a href="content-org_learning-paths.ts.html#line61">line 61</a>
|
|
1028
2104
|
</li></ul></dd>
|
|
1029
2105
|
|
|
1030
2106
|
|
|
@@ -1107,6 +2183,24 @@
|
|
|
1107
2183
|
|
|
1108
2184
|
|
|
1109
2185
|
|
|
2186
|
+
<td class="description last"></td>
|
|
2187
|
+
</tr>
|
|
2188
|
+
|
|
2189
|
+
|
|
2190
|
+
|
|
2191
|
+
<tr>
|
|
2192
|
+
|
|
2193
|
+
<td class="name"><code>learningPathId</code></td>
|
|
2194
|
+
|
|
2195
|
+
|
|
2196
|
+
<td class="type">
|
|
2197
|
+
|
|
2198
|
+
</td>
|
|
2199
|
+
|
|
2200
|
+
|
|
2201
|
+
|
|
2202
|
+
|
|
2203
|
+
|
|
1110
2204
|
<td class="description last"></td>
|
|
1111
2205
|
</tr>
|
|
1112
2206
|
|
|
@@ -1153,7 +2247,7 @@
|
|
|
1153
2247
|
|
|
1154
2248
|
<dt class="tag-source">Source:</dt>
|
|
1155
2249
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
1156
|
-
<a href="content-org_learning-paths.ts.html">content-org/learning-paths.ts</a>, <a href="content-org_learning-paths.ts.html#
|
|
2250
|
+
<a href="content-org_learning-paths.ts.html">content-org/learning-paths.ts</a>, <a href="content-org_learning-paths.ts.html#line35">line 35</a>
|
|
1157
2251
|
</li></ul></dd>
|
|
1158
2252
|
|
|
1159
2253
|
|
|
@@ -1317,7 +2411,7 @@
|
|
|
1317
2411
|
<br class="clear">
|
|
1318
2412
|
|
|
1319
2413
|
<footer>
|
|
1320
|
-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on
|
|
2414
|
+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Fri Nov 28 2025 11:22:56 GMT-0800 (Pacific Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
|
|
1321
2415
|
</footer>
|
|
1322
2416
|
|
|
1323
2417
|
<script>prettyPrint();</script>
|