musora-content-services 2.90.0 → 2.92.6

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.
Files changed (177) hide show
  1. package/CHANGELOG.md +40 -0
  2. package/package.json +11 -3
  3. package/src/index.d.ts +9 -31
  4. package/src/index.js +12 -34
  5. package/src/services/content-org/learning-paths.ts +33 -3
  6. package/src/services/contentAggregator.js +2 -2
  7. package/src/services/contentLikes.js +6 -39
  8. package/src/services/contentProgress.js +181 -479
  9. package/src/services/dataContext.js +0 -2
  10. package/src/services/progress-row/method-card.js +2 -1
  11. package/src/services/railcontent.js +12 -135
  12. package/src/services/sentry/.indexignore +0 -0
  13. package/src/services/sentry/index.ts +23 -0
  14. package/src/services/sync/.indexignore +0 -0
  15. package/src/services/sync/adapters/factory.ts +26 -0
  16. package/src/services/sync/adapters/lokijs.ts +1 -0
  17. package/src/services/sync/adapters/sqlite.ts +1 -0
  18. package/src/services/sync/concurrency-safety.ts +4 -0
  19. package/src/services/sync/context/index.ts +43 -0
  20. package/src/services/sync/context/providers/base.ts +4 -0
  21. package/src/services/sync/context/providers/connectivity.ts +14 -0
  22. package/src/services/sync/context/providers/durability.ts +5 -0
  23. package/src/services/sync/context/providers/index.ts +5 -0
  24. package/src/services/sync/context/providers/session.ts +8 -0
  25. package/src/services/sync/context/providers/tabs.ts +18 -0
  26. package/src/services/sync/context/providers/visibility.ts +14 -0
  27. package/src/services/sync/database/factory.ts +10 -0
  28. package/src/services/sync/errors/boundary.ts +45 -0
  29. package/src/services/sync/errors/index.ts +49 -0
  30. package/src/services/sync/fetch.ts +313 -0
  31. package/src/services/sync/index.ts +80 -0
  32. package/src/services/sync/manager.ts +139 -0
  33. package/src/services/sync/models/Base.ts +47 -0
  34. package/src/services/sync/models/ContentLike.ts +16 -0
  35. package/src/services/sync/models/ContentProgress.ts +69 -0
  36. package/src/services/sync/models/Practice.ts +72 -0
  37. package/src/services/sync/models/PracticeDayNote.ts +23 -0
  38. package/src/services/sync/models/index.ts +4 -0
  39. package/src/services/sync/repositories/base.ts +247 -0
  40. package/src/services/sync/repositories/content-likes.ts +26 -0
  41. package/src/services/sync/repositories/content-progress.ts +160 -0
  42. package/src/services/sync/repositories/index.ts +4 -0
  43. package/src/services/sync/repositories/practice-day-notes.ts +4 -0
  44. package/src/services/sync/repositories/practices.ts +52 -0
  45. package/src/services/sync/repository-proxy.ts +48 -0
  46. package/src/services/sync/resolver.ts +84 -0
  47. package/src/services/sync/retry.ts +88 -0
  48. package/src/services/sync/run-scope.ts +30 -0
  49. package/src/services/sync/schema/index.ts +66 -0
  50. package/src/services/sync/serializers/index.ts +2 -0
  51. package/src/services/sync/serializers/model.ts +32 -0
  52. package/src/services/sync/serializers/raw.ts +21 -0
  53. package/src/services/sync/store/index.ts +779 -0
  54. package/src/services/sync/store/push-coalescer.ts +57 -0
  55. package/src/services/sync/store-configs.ts +41 -0
  56. package/src/services/sync/strategies/base.ts +21 -0
  57. package/src/services/sync/strategies/index.ts +12 -0
  58. package/src/services/sync/strategies/initial.ts +11 -0
  59. package/src/services/sync/strategies/polling.ts +54 -0
  60. package/src/services/sync/telemetry/index.ts +140 -0
  61. package/src/services/sync/telemetry/sampling.ts +91 -0
  62. package/src/services/sync/utils/event-emitter.ts +24 -0
  63. package/src/services/sync/utils/index.ts +1 -0
  64. package/src/services/sync/utils/throttle.ts +93 -0
  65. package/src/services/sync/utils/timers.ts +9 -0
  66. package/src/services/userActivity.js +83 -148
  67. package/test/contentProgress.test.js +6 -39
  68. package/test/live/contentProgressLive.test.js +2 -31
  69. package/tools/generate-index.cjs +10 -4
  70. package/babel.config.cjs +0 -3
  71. package/docs/Content.html +0 -269
  72. package/docs/ContentOrganization.html +0 -245
  73. package/docs/Forums.html +0 -269
  74. package/docs/Gamification.html +0 -245
  75. package/docs/TestUser.html +0 -260
  76. package/docs/UserManagementSystem.html +0 -317
  77. package/docs/api_types.js.html +0 -97
  78. package/docs/config.js.html +0 -140
  79. package/docs/content-org_content-org.js.html +0 -76
  80. package/docs/content-org_guided-courses.ts.html +0 -110
  81. package/docs/content-org_learning-paths.ts.html +0 -379
  82. package/docs/content-org_playlists-types.js.html +0 -128
  83. package/docs/content-org_playlists.js.html +0 -440
  84. package/docs/content.js.html +0 -603
  85. package/docs/content_artist.ts.html +0 -206
  86. package/docs/content_content.ts.html +0 -77
  87. package/docs/content_genre.ts.html +0 -209
  88. package/docs/content_instructor.ts.html +0 -206
  89. package/docs/fonts/Montserrat/Montserrat-Bold.eot +0 -0
  90. package/docs/fonts/Montserrat/Montserrat-Bold.ttf +0 -0
  91. package/docs/fonts/Montserrat/Montserrat-Bold.woff +0 -0
  92. package/docs/fonts/Montserrat/Montserrat-Bold.woff2 +0 -0
  93. package/docs/fonts/Montserrat/Montserrat-Regular.eot +0 -0
  94. package/docs/fonts/Montserrat/Montserrat-Regular.ttf +0 -0
  95. package/docs/fonts/Montserrat/Montserrat-Regular.woff +0 -0
  96. package/docs/fonts/Montserrat/Montserrat-Regular.woff2 +0 -0
  97. package/docs/fonts/Source-Sans-Pro/sourcesanspro-light-webfont.eot +0 -0
  98. package/docs/fonts/Source-Sans-Pro/sourcesanspro-light-webfont.svg +0 -978
  99. package/docs/fonts/Source-Sans-Pro/sourcesanspro-light-webfont.ttf +0 -0
  100. package/docs/fonts/Source-Sans-Pro/sourcesanspro-light-webfont.woff +0 -0
  101. package/docs/fonts/Source-Sans-Pro/sourcesanspro-light-webfont.woff2 +0 -0
  102. package/docs/fonts/Source-Sans-Pro/sourcesanspro-regular-webfont.eot +0 -0
  103. package/docs/fonts/Source-Sans-Pro/sourcesanspro-regular-webfont.svg +0 -1049
  104. package/docs/fonts/Source-Sans-Pro/sourcesanspro-regular-webfont.ttf +0 -0
  105. package/docs/fonts/Source-Sans-Pro/sourcesanspro-regular-webfont.woff +0 -0
  106. package/docs/fonts/Source-Sans-Pro/sourcesanspro-regular-webfont.woff2 +0 -0
  107. package/docs/forums_categories.ts.html +0 -156
  108. package/docs/forums_discussions.js.html +0 -95
  109. package/docs/forums_forum.js.html +0 -95
  110. package/docs/forums_forums.ts.html +0 -160
  111. package/docs/forums_posts.ts.html +0 -284
  112. package/docs/forums_threads.ts.html +0 -284
  113. package/docs/gamification_awards.js.html +0 -165
  114. package/docs/gamification_awards.ts.html +0 -195
  115. package/docs/gamification_gamification.js.html +0 -76
  116. package/docs/gamification_types.js.html +0 -80
  117. package/docs/global.html +0 -6019
  118. package/docs/index.html +0 -167
  119. package/docs/liveTesting.ts.html +0 -103
  120. package/docs/module-Accounts.html +0 -2283
  121. package/docs/module-Artist.html +0 -993
  122. package/docs/module-Awards.html +0 -836
  123. package/docs/module-Categories.html +0 -711
  124. package/docs/module-Config.html +0 -431
  125. package/docs/module-Content-Services-V2.html +0 -2998
  126. package/docs/module-ForumCategories.html +0 -687
  127. package/docs/module-ForumDiscussions.html +0 -370
  128. package/docs/module-Forums.html +0 -16599
  129. package/docs/module-Genre.html +0 -981
  130. package/docs/module-GuidedCourses.html +0 -108
  131. package/docs/module-Instructor.html +0 -929
  132. package/docs/module-Interests.html +0 -1066
  133. package/docs/module-LearningPaths.html +0 -2298
  134. package/docs/module-Onboarding.html +0 -882
  135. package/docs/module-Payments.html +0 -392
  136. package/docs/module-Permissions.html +0 -406
  137. package/docs/module-Playlists.html +0 -3030
  138. package/docs/module-ProgressRow.html +0 -108
  139. package/docs/module-Railcontent-Services.html +0 -6735
  140. package/docs/module-Sanity-Services.html +0 -8244
  141. package/docs/module-Sessions.html +0 -575
  142. package/docs/module-Threads.html +0 -1119
  143. package/docs/module-UserActivity.html +0 -4580
  144. package/docs/module-UserChat.html +0 -410
  145. package/docs/module-UserManagement.html +0 -1932
  146. package/docs/module-UserMemberships.html +0 -829
  147. package/docs/module-UserNotifications.html +0 -2595
  148. package/docs/module-UserProfile.html +0 -370
  149. package/docs/progress-row_method-card.js.html +0 -183
  150. package/docs/railcontent.js.html +0 -847
  151. package/docs/sanity.js.html +0 -2322
  152. package/docs/scripts/collapse.js +0 -39
  153. package/docs/scripts/commonNav.js +0 -28
  154. package/docs/scripts/linenumber.js +0 -25
  155. package/docs/scripts/nav.js +0 -12
  156. package/docs/scripts/polyfill.js +0 -4
  157. package/docs/scripts/prettify/Apache-License-2.0.txt +0 -202
  158. package/docs/scripts/prettify/lang-css.js +0 -2
  159. package/docs/scripts/prettify/prettify.js +0 -28
  160. package/docs/scripts/search.js +0 -99
  161. package/docs/styles/jsdoc.css +0 -776
  162. package/docs/styles/prettify.css +0 -80
  163. package/docs/userActivity.js.html +0 -1577
  164. package/docs/user_account.ts.html +0 -265
  165. package/docs/user_chat.js.html +0 -98
  166. package/docs/user_interests.js.html +0 -150
  167. package/docs/user_management.js.html +0 -258
  168. package/docs/user_memberships.js.html +0 -144
  169. package/docs/user_memberships.ts.html +0 -292
  170. package/docs/user_notifications.js.html +0 -374
  171. package/docs/user_onboarding.ts.html +0 -325
  172. package/docs/user_payments.ts.html +0 -146
  173. package/docs/user_permissions.js.html +0 -110
  174. package/docs/user_profile.js.html +0 -115
  175. package/docs/user_sessions.js.html +0 -170
  176. package/docs/user_types.js.html +0 -224
  177. package/docs/user_user-management-system.js.html +0 -79
@@ -1,2298 +0,0 @@
1
- <!DOCTYPE html>
2
- <html lang="en">
3
- <head>
4
-
5
- <meta charset="utf-8">
6
- <title>LearningPaths - Documentation</title>
7
-
8
-
9
- <script src="scripts/prettify/prettify.js"></script>
10
- <script src="scripts/prettify/lang-css.js"></script>
11
- <!--[if lt IE 9]>
12
- <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
13
- <![endif]-->
14
- <link type="text/css" rel="stylesheet" href="styles/prettify.css">
15
- <link type="text/css" rel="stylesheet" href="styles/jsdoc.css">
16
- <script src="scripts/nav.js" defer></script>
17
-
18
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
19
- </head>
20
- <body>
21
-
22
- <input type="checkbox" id="nav-trigger" class="nav-trigger" />
23
- <label for="nav-trigger" class="navicon-button x">
24
- <div class="navicon"></div>
25
- </label>
26
-
27
- <label for="nav-trigger" class="overlay"></label>
28
-
29
- <nav >
30
-
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><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#~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#~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#.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
-
34
- </nav>
35
-
36
- <div id="main">
37
-
38
- <h1 class="page-title">LearningPaths</h1>
39
-
40
-
41
-
42
-
43
-
44
-
45
-
46
- <section>
47
-
48
- <header>
49
-
50
-
51
-
52
- </header>
53
-
54
- <article>
55
-
56
- <div class="container-overview">
57
-
58
-
59
-
60
-
61
-
62
- </div>
63
-
64
-
65
-
66
-
67
-
68
-
69
-
70
-
71
-
72
-
73
-
74
-
75
-
76
-
77
-
78
-
79
-
80
- <h3 class="subsection-title">Methods</h3>
81
-
82
-
83
-
84
-
85
-
86
-
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"> &rarr; {Promise.&lt;Array>|Promise.&lt;(Object|null)>|Promise.&lt;void>|Promise.&lt;Array.&lt;Object>>}</span></h4>
88
-
89
-
90
-
91
-
92
-
93
-
94
- <dl class="details">
95
-
96
- <dt class="tag-description">Description:</dt>
97
- <dd class="tag-description"><ul class="dummy"><li>Handles completion of learning path intro video and other related actions.</li></ul></dd>
98
-
99
-
100
-
101
- <dt class="tag-source">Source:</dt>
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#line273">line 273</a>
104
- </li></ul></dd>
105
-
106
-
107
-
108
-
109
-
110
-
111
-
112
-
113
-
114
-
115
-
116
-
117
-
118
-
119
-
120
-
121
-
122
-
123
-
124
-
125
-
126
-
127
-
128
-
129
-
130
-
131
-
132
-
133
-
134
-
135
-
136
- </dl>
137
-
138
-
139
-
140
-
141
-
142
-
143
-
144
-
145
-
146
-
147
-
148
-
149
-
150
- <h5 class="h5-parameters">Parameters:</h5>
151
-
152
-
153
- <table class="params">
154
- <thead>
155
- <tr>
156
-
157
- <th>Name</th>
158
-
159
-
160
- <th>Type</th>
161
-
162
-
163
-
164
-
165
-
166
- <th class="last">Description</th>
167
- </tr>
168
- </thead>
169
-
170
- <tbody>
171
-
172
-
173
- <tr>
174
-
175
- <td class="name"><code>introVideoId</code></td>
176
-
177
-
178
- <td class="type">
179
-
180
- </td>
181
-
182
-
183
-
184
-
185
-
186
- <td class="description last">The learning path intro video content ID.</td>
187
- </tr>
188
-
189
-
190
-
191
- <tr>
192
-
193
- <td class="name"><code>learningPathId</code></td>
194
-
195
-
196
- <td class="type">
197
-
198
- </td>
199
-
200
-
201
-
202
-
203
-
204
- <td class="description last">The content_id of the learning path that this learning path intro video belongs to.</td>
205
- </tr>
206
-
207
-
208
-
209
- <tr>
210
-
211
- <td class="name"><code>lessonsToImport</code></td>
212
-
213
-
214
- <td class="type">
215
-
216
- </td>
217
-
218
-
219
-
220
-
221
-
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>
223
- </tr>
224
-
225
-
226
- </tbody>
227
- </table>
228
-
229
-
230
-
231
-
232
-
233
-
234
-
235
-
236
-
237
-
238
-
239
-
240
-
241
-
242
-
243
-
244
- <h5 class="h5-returns">Returns:</h5>
245
- <ul>
246
- <li>
247
- <div class="param-desc">
248
- response - The response object.
249
- </div>
250
-
251
-
252
-
253
- <dl class="param-type">
254
- <dt>
255
- Type
256
- </dt>
257
- <dd>
258
-
259
- <span class="param-type">Promise.&lt;Array></span>
260
-
261
-
262
-
263
- </dd>
264
- </dl>
265
- </li>
266
-
267
- <li>
268
- <div class="param-desc">
269
- response.intro_video_response - The intro video completion response or null if already completed.
270
- </div>
271
-
272
-
273
-
274
- <dl class="param-type">
275
- <dt>
276
- Type
277
- </dt>
278
- <dd>
279
-
280
- <span class="param-type">Promise.&lt;(Object|null)></span>
281
-
282
-
283
-
284
- </dd>
285
- </dl>
286
- </li>
287
-
288
- <li>
289
- <div class="param-desc">
290
- response.learning_path_reset_response - The reset learning path response.
291
- </div>
292
-
293
-
294
-
295
- <dl class="param-type">
296
- <dt>
297
- Type
298
- </dt>
299
- <dd>
300
-
301
- <span class="param-type">Promise.&lt;void></span>
302
-
303
-
304
-
305
- </dd>
306
- </dl>
307
- </li>
308
-
309
- <li>
310
- <div class="param-desc">
311
- response.lesson_import_response - The responses for completing each content_id within the learning path.
312
- </div>
313
-
314
-
315
-
316
- <dl class="param-type">
317
- <dt>
318
- Type
319
- </dt>
320
- <dd>
321
-
322
- <span class="param-type">Promise.&lt;Array.&lt;Object>></span>
323
-
324
-
325
-
326
- </dd>
327
- </dl>
328
- </li>
329
- </ul>
330
-
331
-
332
-
333
-
334
-
335
-
336
-
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"> &rarr; {Promise.&lt;Array>|Promise.&lt;(Object|null)>|Promise.&lt;Object>}</span></h4>
339
-
340
-
341
-
342
-
343
-
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#line245">line 245</a>
355
- </li></ul></dd>
356
-
357
-
358
-
359
-
360
-
361
-
362
-
363
-
364
-
365
-
366
-
367
-
368
-
369
-
370
-
371
-
372
-
373
-
374
-
375
-
376
-
377
-
378
-
379
-
380
-
381
-
382
-
383
-
384
-
385
-
386
-
387
- </dl>
388
-
389
-
390
-
391
-
392
-
393
-
394
-
395
-
396
-
397
-
398
-
399
-
400
-
401
- <h5 class="h5-parameters">Parameters:</h5>
402
-
403
-
404
- <table class="params">
405
- <thead>
406
- <tr>
407
-
408
- <th>Name</th>
409
-
410
-
411
- <th>Type</th>
412
-
413
-
414
-
415
-
416
-
417
- <th class="last">Description</th>
418
- </tr>
419
- </thead>
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>
457
-
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>
479
- <li>
480
- <div class="param-desc">
481
- response - The response object.
482
- </div>
483
-
484
-
485
-
486
- <dl class="param-type">
487
- <dt>
488
- Type
489
- </dt>
490
- <dd>
491
-
492
- <span class="param-type">Promise.&lt;Array></span>
493
-
494
-
495
-
496
- </dd>
497
- </dl>
498
- </li>
499
-
500
- <li>
501
- <div class="param-desc">
502
- response.intro_video_response - The intro video completion response or null if already completed.
503
- </div>
504
-
505
-
506
-
507
- <dl class="param-type">
508
- <dt>
509
- Type
510
- </dt>
511
- <dd>
512
-
513
- <span class="param-type">Promise.&lt;(Object|null)></span>
514
-
515
-
516
-
517
- </dd>
518
- </dl>
519
- </li>
520
-
521
- <li>
522
- <div class="param-desc">
523
- response.active_path_response - The set active learning path response.
524
- </div>
525
-
526
-
527
-
528
- <dl class="param-type">
529
- <dt>
530
- Type
531
- </dt>
532
- <dd>
533
-
534
- <span class="param-type">Promise.&lt;Object></span>
535
-
536
-
537
-
538
- </dd>
539
- </dl>
540
- </li>
541
- </ul>
542
-
543
-
544
-
545
-
546
-
547
-
548
-
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"> &rarr; {Promise.&lt;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#line179">line 179</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.&lt;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="~getActivePath"><span class="type-signature type-signature-async, inner">(async, inner) </span>getActivePath<span class="signature">(brand)</span><span class="type-signature"></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>Gets user's active learning path.</li></ul></dd>
977
-
978
-
979
-
980
- <dt class="tag-source">Source:</dt>
981
- <dd class="tag-source"><ul class="dummy"><li>
982
- <a href="content-org_learning-paths.ts.html">content-org/learning-paths.ts</a>, <a href="content-org_learning-paths.ts.html#line57">line 57</a>
983
- </li></ul></dd>
984
-
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
- </dl>
1016
-
1017
-
1018
-
1019
-
1020
-
1021
-
1022
-
1023
-
1024
-
1025
-
1026
-
1027
-
1028
-
1029
- <h5 class="h5-parameters">Parameters:</h5>
1030
-
1031
-
1032
- <table class="params">
1033
- <thead>
1034
- <tr>
1035
-
1036
- <th>Name</th>
1037
-
1038
-
1039
- <th>Type</th>
1040
-
1041
-
1042
-
1043
-
1044
-
1045
- <th class="last">Description</th>
1046
- </tr>
1047
- </thead>
1048
-
1049
- <tbody>
1050
-
1051
-
1052
- <tr>
1053
-
1054
- <td class="name"><code>brand</code></td>
1055
-
1056
-
1057
- <td class="type">
1058
-
1059
- </td>
1060
-
1061
-
1062
-
1063
-
1064
-
1065
- <td class="description last"></td>
1066
- </tr>
1067
-
1068
-
1069
- </tbody>
1070
- </table>
1071
-
1072
-
1073
-
1074
-
1075
-
1076
-
1077
-
1078
-
1079
-
1080
-
1081
-
1082
-
1083
-
1084
-
1085
-
1086
-
1087
-
1088
-
1089
-
1090
-
1091
-
1092
-
1093
-
1094
-
1095
- <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>
1096
-
1097
-
1098
-
1099
-
1100
-
1101
-
1102
- <dl class="details">
1103
-
1104
- <dt class="tag-description">Description:</dt>
1105
- <dd class="tag-description"><ul class="dummy"><li>Gets today's daily session for the user.</li></ul></dd>
1106
-
1107
-
1108
-
1109
- <dt class="tag-source">Source:</dt>
1110
- <dd class="tag-source"><ul class="dummy"><li>
1111
- <a href="content-org_learning-paths.ts.html">content-org/learning-paths.ts</a>, <a href="content-org_learning-paths.ts.html#line28">line 28</a>
1112
- </li></ul></dd>
1113
-
1114
-
1115
-
1116
-
1117
-
1118
-
1119
-
1120
-
1121
-
1122
-
1123
-
1124
-
1125
-
1126
-
1127
-
1128
-
1129
-
1130
-
1131
-
1132
-
1133
-
1134
-
1135
-
1136
-
1137
-
1138
-
1139
-
1140
-
1141
-
1142
-
1143
-
1144
- </dl>
1145
-
1146
-
1147
-
1148
-
1149
-
1150
-
1151
-
1152
-
1153
-
1154
-
1155
-
1156
-
1157
-
1158
- <h5 class="h5-parameters">Parameters:</h5>
1159
-
1160
-
1161
- <table class="params">
1162
- <thead>
1163
- <tr>
1164
-
1165
- <th>Name</th>
1166
-
1167
-
1168
- <th>Type</th>
1169
-
1170
-
1171
-
1172
-
1173
-
1174
- <th class="last">Description</th>
1175
- </tr>
1176
- </thead>
1177
-
1178
- <tbody>
1179
-
1180
-
1181
- <tr>
1182
-
1183
- <td class="name"><code>brand</code></td>
1184
-
1185
-
1186
- <td class="type">
1187
-
1188
- </td>
1189
-
1190
-
1191
-
1192
-
1193
-
1194
- <td class="description last"></td>
1195
- </tr>
1196
-
1197
-
1198
-
1199
- <tr>
1200
-
1201
- <td class="name"><code>userDate</code></td>
1202
-
1203
-
1204
- <td class="type">
1205
-
1206
- </td>
1207
-
1208
-
1209
-
1210
-
1211
-
1212
- <td class="description last"></td>
1213
- </tr>
1214
-
1215
-
1216
- </tbody>
1217
- </table>
1218
-
1219
-
1220
-
1221
-
1222
-
1223
-
1224
-
1225
-
1226
-
1227
-
1228
-
1229
-
1230
-
1231
-
1232
-
1233
-
1234
-
1235
-
1236
-
1237
-
1238
-
1239
-
1240
-
1241
-
1242
- <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"> &rarr; {Promise.&lt;Object>}</span></h4>
1243
-
1244
-
1245
-
1246
-
1247
-
1248
-
1249
- <dl class="details">
1250
-
1251
- <dt class="tag-description">Description:</dt>
1252
- <dd class="tag-description"><ul class="dummy"><li>Returns learning path with lessons and progress data</li></ul></dd>
1253
-
1254
-
1255
-
1256
- <dt class="tag-source">Source:</dt>
1257
- <dd class="tag-source"><ul class="dummy"><li>
1258
- <a href="content-org_learning-paths.ts.html">content-org/learning-paths.ts</a>, <a href="content-org_learning-paths.ts.html#line98">line 98</a>
1259
- </li></ul></dd>
1260
-
1261
-
1262
-
1263
-
1264
-
1265
-
1266
-
1267
-
1268
-
1269
-
1270
-
1271
-
1272
-
1273
-
1274
-
1275
-
1276
-
1277
-
1278
-
1279
-
1280
-
1281
-
1282
-
1283
-
1284
-
1285
-
1286
-
1287
-
1288
-
1289
-
1290
-
1291
- </dl>
1292
-
1293
-
1294
-
1295
-
1296
-
1297
-
1298
-
1299
-
1300
-
1301
-
1302
-
1303
-
1304
-
1305
- <h5 class="h5-parameters">Parameters:</h5>
1306
-
1307
-
1308
- <table class="params">
1309
- <thead>
1310
- <tr>
1311
-
1312
- <th>Name</th>
1313
-
1314
-
1315
- <th>Type</th>
1316
-
1317
-
1318
-
1319
-
1320
-
1321
- <th class="last">Description</th>
1322
- </tr>
1323
- </thead>
1324
-
1325
- <tbody>
1326
-
1327
-
1328
- <tr>
1329
-
1330
- <td class="name"><code>learningPathId</code></td>
1331
-
1332
-
1333
- <td class="type">
1334
-
1335
-
1336
- <span class="param-type">number</span>
1337
-
1338
-
1339
-
1340
-
1341
- </td>
1342
-
1343
-
1344
-
1345
-
1346
-
1347
- <td class="description last">The learning path ID</td>
1348
- </tr>
1349
-
1350
-
1351
- </tbody>
1352
- </table>
1353
-
1354
-
1355
-
1356
-
1357
-
1358
-
1359
-
1360
-
1361
-
1362
-
1363
-
1364
-
1365
-
1366
-
1367
-
1368
-
1369
- <h5 class="h5-returns">Returns:</h5>
1370
-
1371
-
1372
- <div class="param-desc">
1373
- Learning path with enriched lesson data
1374
- </div>
1375
-
1376
-
1377
-
1378
- <dl class="param-type">
1379
- <dt>
1380
- Type
1381
- </dt>
1382
- <dd>
1383
-
1384
- <span class="param-type">Promise.&lt;Object></span>
1385
-
1386
-
1387
-
1388
- </dd>
1389
- </dl>
1390
-
1391
-
1392
-
1393
-
1394
-
1395
-
1396
-
1397
-
1398
-
1399
-
1400
- <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"> &rarr; {Promise.&lt;Array>}</span></h4>
1401
-
1402
-
1403
-
1404
-
1405
-
1406
-
1407
- <dl class="details">
1408
-
1409
- <dt class="tag-description">Description:</dt>
1410
- <dd class="tag-description"><ul class="dummy"><li>Get specific learning path lessons by content IDs</li></ul></dd>
1411
-
1412
-
1413
-
1414
- <dt class="tag-source">Source:</dt>
1415
- <dd class="tag-source"><ul class="dummy"><li>
1416
- <a href="content-org_learning-paths.ts.html">content-org/learning-paths.ts</a>, <a href="content-org_learning-paths.ts.html#line128">line 128</a>
1417
- </li></ul></dd>
1418
-
1419
-
1420
-
1421
-
1422
-
1423
-
1424
-
1425
-
1426
-
1427
-
1428
-
1429
-
1430
-
1431
-
1432
-
1433
-
1434
-
1435
-
1436
-
1437
-
1438
-
1439
-
1440
-
1441
-
1442
-
1443
-
1444
-
1445
-
1446
-
1447
-
1448
-
1449
- </dl>
1450
-
1451
-
1452
-
1453
-
1454
-
1455
-
1456
-
1457
-
1458
-
1459
-
1460
-
1461
-
1462
-
1463
- <h5 class="h5-parameters">Parameters:</h5>
1464
-
1465
-
1466
- <table class="params">
1467
- <thead>
1468
- <tr>
1469
-
1470
- <th>Name</th>
1471
-
1472
-
1473
- <th>Type</th>
1474
-
1475
-
1476
-
1477
-
1478
-
1479
- <th class="last">Description</th>
1480
- </tr>
1481
- </thead>
1482
-
1483
- <tbody>
1484
-
1485
-
1486
- <tr>
1487
-
1488
- <td class="name"><code>contentIds</code></td>
1489
-
1490
-
1491
- <td class="type">
1492
-
1493
-
1494
- <span class="param-type">Array.&lt;number></span>
1495
-
1496
-
1497
-
1498
-
1499
- </td>
1500
-
1501
-
1502
-
1503
-
1504
-
1505
- <td class="description last">Array of content IDs to filter</td>
1506
- </tr>
1507
-
1508
-
1509
-
1510
- <tr>
1511
-
1512
- <td class="name"><code>learningPathId</code></td>
1513
-
1514
-
1515
- <td class="type">
1516
-
1517
-
1518
- <span class="param-type">number</span>
1519
-
1520
-
1521
-
1522
-
1523
- </td>
1524
-
1525
-
1526
-
1527
-
1528
-
1529
- <td class="description last">The learning path ID</td>
1530
- </tr>
1531
-
1532
-
1533
- </tbody>
1534
- </table>
1535
-
1536
-
1537
-
1538
-
1539
-
1540
-
1541
-
1542
-
1543
-
1544
-
1545
-
1546
-
1547
-
1548
-
1549
-
1550
-
1551
- <h5 class="h5-returns">Returns:</h5>
1552
-
1553
-
1554
- <div class="param-desc">
1555
- Filtered lessons
1556
- </div>
1557
-
1558
-
1559
-
1560
- <dl class="param-type">
1561
- <dt>
1562
- Type
1563
- </dt>
1564
- <dd>
1565
-
1566
- <span class="param-type">Promise.&lt;Array></span>
1567
-
1568
-
1569
-
1570
- </dd>
1571
- </dl>
1572
-
1573
-
1574
-
1575
-
1576
-
1577
-
1578
-
1579
-
1580
-
1581
-
1582
- <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>
1583
-
1584
-
1585
-
1586
-
1587
-
1588
-
1589
- <dl class="details">
1590
-
1591
- <dt class="tag-description">Description:</dt>
1592
- <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>
1593
-
1594
-
1595
-
1596
- <dt class="tag-source">Source:</dt>
1597
- <dd class="tag-source"><ul class="dummy"><li>
1598
- <a href="content-org_learning-paths.ts.html">content-org/learning-paths.ts</a>, <a href="content-org_learning-paths.ts.html#line141">line 141</a>
1599
- </li></ul></dd>
1600
-
1601
-
1602
-
1603
-
1604
-
1605
-
1606
-
1607
-
1608
-
1609
-
1610
-
1611
-
1612
-
1613
-
1614
-
1615
-
1616
-
1617
-
1618
-
1619
-
1620
-
1621
-
1622
-
1623
-
1624
-
1625
-
1626
-
1627
-
1628
-
1629
-
1630
-
1631
- </dl>
1632
-
1633
-
1634
-
1635
-
1636
-
1637
-
1638
-
1639
-
1640
-
1641
-
1642
-
1643
-
1644
-
1645
- <h5 class="h5-parameters">Parameters:</h5>
1646
-
1647
-
1648
- <table class="params">
1649
- <thead>
1650
- <tr>
1651
-
1652
- <th>Name</th>
1653
-
1654
-
1655
- <th>Type</th>
1656
-
1657
-
1658
-
1659
-
1660
-
1661
- <th class="last">Description</th>
1662
- </tr>
1663
- </thead>
1664
-
1665
- <tbody>
1666
-
1667
-
1668
- <tr>
1669
-
1670
- <td class="name"><code>lessons</code></td>
1671
-
1672
-
1673
- <td class="type">
1674
-
1675
- </td>
1676
-
1677
-
1678
-
1679
-
1680
-
1681
- <td class="description last"></td>
1682
- </tr>
1683
-
1684
-
1685
-
1686
- <tr>
1687
-
1688
- <td class="name"><code>parentContentType</code></td>
1689
-
1690
-
1691
- <td class="type">
1692
-
1693
- </td>
1694
-
1695
-
1696
-
1697
-
1698
-
1699
- <td class="description last"></td>
1700
- </tr>
1701
-
1702
-
1703
-
1704
- <tr>
1705
-
1706
- <td class="name"><code>parentContentId</code></td>
1707
-
1708
-
1709
- <td class="type">
1710
-
1711
- </td>
1712
-
1713
-
1714
-
1715
-
1716
-
1717
- <td class="description last"></td>
1718
- </tr>
1719
-
1720
-
1721
- </tbody>
1722
- </table>
1723
-
1724
-
1725
-
1726
-
1727
-
1728
-
1729
-
1730
-
1731
-
1732
-
1733
-
1734
-
1735
-
1736
-
1737
-
1738
-
1739
-
1740
-
1741
-
1742
-
1743
-
1744
-
1745
-
1746
-
1747
- <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>
1748
-
1749
-
1750
-
1751
-
1752
-
1753
-
1754
- <dl class="details">
1755
-
1756
- <dt class="tag-description">Description:</dt>
1757
- <dd class="tag-description"><ul class="dummy"><li>Resets the user's learning path.</li></ul></dd>
1758
-
1759
-
1760
-
1761
- <dt class="tag-source">Source:</dt>
1762
- <dd class="tag-source"><ul class="dummy"><li>
1763
- <a href="content-org_learning-paths.ts.html">content-org/learning-paths.ts</a>, <a href="content-org_learning-paths.ts.html#line90">line 90</a>
1764
- </li></ul></dd>
1765
-
1766
-
1767
-
1768
-
1769
-
1770
-
1771
-
1772
-
1773
-
1774
-
1775
-
1776
-
1777
-
1778
-
1779
-
1780
-
1781
-
1782
-
1783
-
1784
-
1785
-
1786
-
1787
-
1788
-
1789
-
1790
-
1791
-
1792
-
1793
-
1794
-
1795
-
1796
- </dl>
1797
-
1798
-
1799
-
1800
-
1801
-
1802
-
1803
-
1804
-
1805
-
1806
-
1807
-
1808
-
1809
-
1810
-
1811
-
1812
-
1813
-
1814
-
1815
-
1816
-
1817
-
1818
-
1819
-
1820
-
1821
-
1822
-
1823
-
1824
-
1825
-
1826
-
1827
-
1828
-
1829
-
1830
-
1831
-
1832
- <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>
1833
-
1834
-
1835
-
1836
-
1837
-
1838
-
1839
- <dl class="details">
1840
-
1841
- <dt class="tag-description">Description:</dt>
1842
- <dd class="tag-description"><ul class="dummy"><li>Starts a new learning path for the user.</li></ul></dd>
1843
-
1844
-
1845
-
1846
- <dt class="tag-source">Source:</dt>
1847
- <dd class="tag-source"><ul class="dummy"><li>
1848
- <a href="content-org_learning-paths.ts.html">content-org/learning-paths.ts</a>, <a href="content-org_learning-paths.ts.html#line79">line 79</a>
1849
- </li></ul></dd>
1850
-
1851
-
1852
-
1853
-
1854
-
1855
-
1856
-
1857
-
1858
-
1859
-
1860
-
1861
-
1862
-
1863
-
1864
-
1865
-
1866
-
1867
-
1868
-
1869
-
1870
-
1871
-
1872
-
1873
-
1874
-
1875
-
1876
-
1877
-
1878
-
1879
-
1880
-
1881
- </dl>
1882
-
1883
-
1884
-
1885
-
1886
-
1887
-
1888
-
1889
-
1890
-
1891
-
1892
-
1893
-
1894
-
1895
- <h5 class="h5-parameters">Parameters:</h5>
1896
-
1897
-
1898
- <table class="params">
1899
- <thead>
1900
- <tr>
1901
-
1902
- <th>Name</th>
1903
-
1904
-
1905
- <th>Type</th>
1906
-
1907
-
1908
-
1909
-
1910
-
1911
- <th class="last">Description</th>
1912
- </tr>
1913
- </thead>
1914
-
1915
- <tbody>
1916
-
1917
-
1918
- <tr>
1919
-
1920
- <td class="name"><code>brand</code></td>
1921
-
1922
-
1923
- <td class="type">
1924
-
1925
- </td>
1926
-
1927
-
1928
-
1929
-
1930
-
1931
- <td class="description last"></td>
1932
- </tr>
1933
-
1934
-
1935
-
1936
- <tr>
1937
-
1938
- <td class="name"><code>learningPathId</code></td>
1939
-
1940
-
1941
- <td class="type">
1942
-
1943
- </td>
1944
-
1945
-
1946
-
1947
-
1948
-
1949
- <td class="description last"></td>
1950
- </tr>
1951
-
1952
-
1953
- </tbody>
1954
- </table>
1955
-
1956
-
1957
-
1958
-
1959
-
1960
-
1961
-
1962
-
1963
-
1964
-
1965
-
1966
-
1967
-
1968
-
1969
-
1970
-
1971
-
1972
-
1973
-
1974
-
1975
-
1976
-
1977
-
1978
-
1979
- <h4 class="name" id="~updateActivePath"><span class="type-signature type-signature-async, inner">(async, inner) </span>updateActivePath<span class="signature">(brand)</span><span class="type-signature"></span></h4>
1980
-
1981
-
1982
-
1983
-
1984
-
1985
-
1986
- <dl class="details">
1987
-
1988
- <dt class="tag-description">Description:</dt>
1989
- <dd class="tag-description"><ul class="dummy"><li>Updates user's active learning path.</li></ul></dd>
1990
-
1991
-
1992
-
1993
- <dt class="tag-source">Source:</dt>
1994
- <dd class="tag-source"><ul class="dummy"><li>
1995
- <a href="content-org_learning-paths.ts.html">content-org/learning-paths.ts</a>, <a href="content-org_learning-paths.ts.html#line69">line 69</a>
1996
- </li></ul></dd>
1997
-
1998
-
1999
-
2000
-
2001
-
2002
-
2003
-
2004
-
2005
-
2006
-
2007
-
2008
-
2009
-
2010
-
2011
-
2012
-
2013
-
2014
-
2015
-
2016
-
2017
-
2018
-
2019
-
2020
-
2021
-
2022
-
2023
-
2024
-
2025
-
2026
-
2027
-
2028
- </dl>
2029
-
2030
-
2031
-
2032
-
2033
-
2034
-
2035
-
2036
-
2037
-
2038
-
2039
-
2040
-
2041
-
2042
- <h5 class="h5-parameters">Parameters:</h5>
2043
-
2044
-
2045
- <table class="params">
2046
- <thead>
2047
- <tr>
2048
-
2049
- <th>Name</th>
2050
-
2051
-
2052
- <th>Type</th>
2053
-
2054
-
2055
-
2056
-
2057
-
2058
- <th class="last">Description</th>
2059
- </tr>
2060
- </thead>
2061
-
2062
- <tbody>
2063
-
2064
-
2065
- <tr>
2066
-
2067
- <td class="name"><code>brand</code></td>
2068
-
2069
-
2070
- <td class="type">
2071
-
2072
- </td>
2073
-
2074
-
2075
-
2076
-
2077
-
2078
- <td class="description last"></td>
2079
- </tr>
2080
-
2081
-
2082
- </tbody>
2083
- </table>
2084
-
2085
-
2086
-
2087
-
2088
-
2089
-
2090
-
2091
-
2092
-
2093
-
2094
-
2095
-
2096
-
2097
-
2098
-
2099
-
2100
-
2101
-
2102
-
2103
-
2104
-
2105
-
2106
-
2107
-
2108
- <h4 class="name" id="~updateDailySession"><span class="type-signature type-signature-async, inner">(async, inner) </span>updateDailySession<span class="signature">(brand, userDate, keepFirstLearningPath)</span><span class="type-signature"></span></h4>
2109
-
2110
-
2111
-
2112
-
2113
-
2114
-
2115
- <dl class="details">
2116
-
2117
- <dt class="tag-description">Description:</dt>
2118
- <dd class="tag-description"><ul class="dummy"><li>Updates the daily session for the user. Optionally, keeps the first learning path's dailies from a matching day's session.</li></ul></dd>
2119
-
2120
-
2121
-
2122
- <dt class="tag-source">Source:</dt>
2123
- <dd class="tag-source"><ul class="dummy"><li>
2124
- <a href="content-org_learning-paths.ts.html">content-org/learning-paths.ts</a>, <a href="content-org_learning-paths.ts.html#line40">line 40</a>
2125
- </li></ul></dd>
2126
-
2127
-
2128
-
2129
-
2130
-
2131
-
2132
-
2133
-
2134
-
2135
-
2136
-
2137
-
2138
-
2139
-
2140
-
2141
-
2142
-
2143
-
2144
-
2145
-
2146
-
2147
-
2148
-
2149
-
2150
-
2151
-
2152
-
2153
-
2154
-
2155
-
2156
-
2157
- </dl>
2158
-
2159
-
2160
-
2161
-
2162
-
2163
-
2164
-
2165
-
2166
-
2167
-
2168
-
2169
-
2170
-
2171
- <h5 class="h5-parameters">Parameters:</h5>
2172
-
2173
-
2174
- <table class="params">
2175
- <thead>
2176
- <tr>
2177
-
2178
- <th>Name</th>
2179
-
2180
-
2181
- <th>Type</th>
2182
-
2183
-
2184
-
2185
-
2186
-
2187
- <th class="last">Description</th>
2188
- </tr>
2189
- </thead>
2190
-
2191
- <tbody>
2192
-
2193
-
2194
- <tr>
2195
-
2196
- <td class="name"><code>brand</code></td>
2197
-
2198
-
2199
- <td class="type">
2200
-
2201
- </td>
2202
-
2203
-
2204
-
2205
-
2206
-
2207
- <td class="description last"></td>
2208
- </tr>
2209
-
2210
-
2211
-
2212
- <tr>
2213
-
2214
- <td class="name"><code>userDate</code></td>
2215
-
2216
-
2217
- <td class="type">
2218
-
2219
- </td>
2220
-
2221
-
2222
-
2223
-
2224
-
2225
- <td class="description last">format 2025-10-31</td>
2226
- </tr>
2227
-
2228
-
2229
-
2230
- <tr>
2231
-
2232
- <td class="name"><code>keepFirstLearningPath</code></td>
2233
-
2234
-
2235
- <td class="type">
2236
-
2237
- </td>
2238
-
2239
-
2240
-
2241
-
2242
-
2243
- <td class="description last"></td>
2244
- </tr>
2245
-
2246
-
2247
- </tbody>
2248
- </table>
2249
-
2250
-
2251
-
2252
-
2253
-
2254
-
2255
-
2256
-
2257
-
2258
-
2259
-
2260
-
2261
-
2262
-
2263
-
2264
-
2265
-
2266
-
2267
-
2268
-
2269
-
2270
-
2271
-
2272
-
2273
-
2274
- </article>
2275
-
2276
- </section>
2277
-
2278
-
2279
-
2280
-
2281
-
2282
-
2283
- </div>
2284
-
2285
- <br class="clear">
2286
-
2287
- <footer>
2288
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Tue Nov 25 2025 19:26:53 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
2289
- </footer>
2290
-
2291
- <script>prettyPrint();</script>
2292
- <script src="scripts/polyfill.js"></script>
2293
- <script src="scripts/linenumber.js"></script>
2294
-
2295
-
2296
-
2297
- </body>
2298
- </html>