musora-content-services 1.6.7 → 1.6.9

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 (150) hide show
  1. package/.github/workflows/conventional-commits.yaml +0 -0
  2. package/.github/workflows/docs.js.yml +0 -0
  3. package/.github/workflows/sync-docs.yml +0 -0
  4. package/CHANGELOG.md +4 -0
  5. package/README.md +0 -0
  6. package/docs/algolia.js.html +0 -0
  7. package/docs/config.js.html +0 -0
  8. package/docs/index.html +0 -0
  9. package/docs/module-Config.html +0 -0
  10. package/docs/module-Railcontent-Services.html +0 -0
  11. package/docs/module-Sanity-Services.html +0 -0
  12. package/docs/module-Search-Engine-Services.html +0 -0
  13. package/docs/railcontent.js.html +0 -0
  14. package/docs/sanity.js.html +0 -0
  15. package/docs/v2/ContentOrganization.html +2 -2
  16. package/docs/v2/Forums.html +269 -0
  17. package/docs/v2/Gamification.html +2 -2
  18. package/docs/v2/TestUser.html +260 -0
  19. package/docs/v2/UserManagementSystem.html +2 -2
  20. package/docs/v2/api_types.js.html +2 -2
  21. package/docs/v2/config.js.html +2 -8
  22. package/docs/v2/content-org_content-org.js.html +2 -2
  23. package/docs/v2/content-org_guided-courses.ts.html +110 -0
  24. package/docs/v2/content-org_learning-paths.ts.html +123 -0
  25. package/docs/v2/content-org_playlists-types.js.html +14 -2
  26. package/docs/v2/content-org_playlists.js.html +39 -17
  27. package/docs/v2/content.js.html +111 -52
  28. package/docs/v2/fonts/Montserrat/Montserrat-Bold.eot +0 -0
  29. package/docs/v2/fonts/Montserrat/Montserrat-Bold.ttf +0 -0
  30. package/docs/v2/fonts/Montserrat/Montserrat-Bold.woff +0 -0
  31. package/docs/v2/fonts/Montserrat/Montserrat-Bold.woff2 +0 -0
  32. package/docs/v2/fonts/Montserrat/Montserrat-Regular.eot +0 -0
  33. package/docs/v2/fonts/Montserrat/Montserrat-Regular.ttf +0 -0
  34. package/docs/v2/fonts/Montserrat/Montserrat-Regular.woff +0 -0
  35. package/docs/v2/fonts/Montserrat/Montserrat-Regular.woff2 +0 -0
  36. package/docs/v2/fonts/Source-Sans-Pro/sourcesanspro-light-webfont.eot +0 -0
  37. package/docs/v2/fonts/Source-Sans-Pro/sourcesanspro-light-webfont.svg +0 -0
  38. package/docs/v2/fonts/Source-Sans-Pro/sourcesanspro-light-webfont.ttf +0 -0
  39. package/docs/v2/fonts/Source-Sans-Pro/sourcesanspro-light-webfont.woff +0 -0
  40. package/docs/v2/fonts/Source-Sans-Pro/sourcesanspro-light-webfont.woff2 +0 -0
  41. package/docs/v2/fonts/Source-Sans-Pro/sourcesanspro-regular-webfont.eot +0 -0
  42. package/docs/v2/fonts/Source-Sans-Pro/sourcesanspro-regular-webfont.svg +0 -0
  43. package/docs/v2/fonts/Source-Sans-Pro/sourcesanspro-regular-webfont.ttf +0 -0
  44. package/docs/v2/fonts/Source-Sans-Pro/sourcesanspro-regular-webfont.woff +0 -0
  45. package/docs/v2/fonts/Source-Sans-Pro/sourcesanspro-regular-webfont.woff2 +0 -0
  46. package/docs/v2/forums_categories.ts.html +137 -0
  47. package/docs/v2/forums_discussions.js.html +95 -0
  48. package/docs/v2/forums_forum.js.html +95 -0
  49. package/docs/v2/forums_forums.ts.html +160 -0
  50. package/docs/v2/forums_posts.ts.html +258 -0
  51. package/docs/v2/forums_threads.ts.html +271 -0
  52. package/docs/v2/gamification_awards.js.html +35 -534
  53. package/docs/v2/gamification_awards.ts.html +181 -0
  54. package/docs/v2/gamification_gamification.js.html +2 -2
  55. package/docs/v2/gamification_types.js.html +7 -25
  56. package/docs/v2/global.html +849 -690
  57. package/docs/v2/index.html +2 -3
  58. package/docs/v2/liveTesting.ts.html +102 -0
  59. package/docs/v2/module-Accounts.html +2094 -0
  60. package/docs/v2/module-Awards.html +396 -14
  61. package/docs/v2/module-Categories.html +711 -0
  62. package/docs/v2/module-Config.html +4 -8
  63. package/docs/v2/module-Content-Services-V2.html +182 -49
  64. package/docs/v2/module-ForumCategories.html +687 -0
  65. package/docs/v2/module-ForumDiscussions.html +370 -0
  66. package/docs/v2/module-Forums.html +15393 -0
  67. package/docs/v2/module-GuidedCourses.html +1304 -0
  68. package/docs/v2/module-Interests.html +2 -2
  69. package/docs/v2/module-Onboarding.html +670 -0
  70. package/docs/v2/module-Payments.html +250 -0
  71. package/docs/v2/module-Permissions.html +2 -2
  72. package/docs/v2/module-Playlists.html +212 -44
  73. package/docs/v2/module-Railcontent-Services.html +689 -2175
  74. package/docs/v2/module-Sanity-Services.html +480 -925
  75. package/docs/v2/module-Sessions.html +3 -3
  76. package/docs/v2/module-Threads.html +1119 -0
  77. package/docs/v2/module-UserActivity.html +193 -23
  78. package/docs/v2/module-UserChat.html +410 -0
  79. package/docs/v2/module-UserManagement.html +1028 -11
  80. package/docs/v2/module-UserMemberships.html +829 -0
  81. package/docs/v2/module-UserNotifications.html +1399 -27
  82. package/docs/v2/module-UserProfile.html +106 -2
  83. package/docs/v2/railcontent.js.html +87 -236
  84. package/docs/v2/sanity.js.html +342 -415
  85. package/docs/v2/scripts/collapse.js +0 -0
  86. package/docs/v2/scripts/commonNav.js +0 -0
  87. package/docs/v2/scripts/linenumber.js +0 -0
  88. package/docs/v2/scripts/nav.js +0 -0
  89. package/docs/v2/scripts/polyfill.js +0 -0
  90. package/docs/v2/scripts/prettify/Apache-License-2.0.txt +0 -0
  91. package/docs/v2/scripts/prettify/lang-css.js +0 -0
  92. package/docs/v2/scripts/prettify/prettify.js +0 -0
  93. package/docs/v2/scripts/search.js +0 -0
  94. package/docs/v2/styles/jsdoc.css +0 -0
  95. package/docs/v2/styles/prettify.css +0 -0
  96. package/docs/v2/userActivity.js.html +532 -451
  97. package/docs/v2/user_account.ts.html +237 -0
  98. package/docs/v2/user_chat.js.html +98 -0
  99. package/docs/v2/user_interests.js.html +2 -2
  100. package/docs/v2/user_management.js.html +82 -2
  101. package/docs/v2/user_memberships.js.html +144 -0
  102. package/docs/v2/user_memberships.ts.html +292 -0
  103. package/docs/v2/user_notifications.js.html +203 -21
  104. package/docs/v2/user_onboarding.ts.html +183 -0
  105. package/docs/v2/user_payments.ts.html +97 -0
  106. package/docs/v2/user_permissions.js.html +2 -2
  107. package/docs/v2/user_profile.js.html +12 -2
  108. package/docs/v2/user_sessions.js.html +33 -2
  109. package/docs/v2/user_types.js.html +16 -2
  110. package/docs/v2/user_user-management-system.js.html +2 -2
  111. package/jsdoc.json +0 -0
  112. package/link_mcs.sh +0 -0
  113. package/package.json +1 -1
  114. package/src/contentMetaData.js +0 -0
  115. package/src/contentTypeConfig.js +3 -3
  116. package/src/filterBuilder.js +0 -0
  117. package/src/index.d.ts +0 -0
  118. package/src/index.js +0 -0
  119. package/src/services/algolia.js +0 -0
  120. package/src/services/config.js +0 -0
  121. package/src/services/contentLikes.js +0 -0
  122. package/src/services/contentProgress.js +0 -0
  123. package/src/services/dataContext.js +0 -0
  124. package/src/services/imageSRCBuilder.js +1 -1
  125. package/src/services/imageSRCVerify.js +1 -1
  126. package/src/services/lastUpdated.js +0 -0
  127. package/src/services/railcontent.js +0 -0
  128. package/src/services/recommendations.js +0 -0
  129. package/src/services/userPermissions.js +0 -0
  130. package/test/config.test.js +0 -0
  131. package/test/contentLikes.test.js +0 -0
  132. package/test/contentProgress.test.js +0 -0
  133. package/test/imageSRCBuilder.test.js +1 -1
  134. package/test/imageSRCVerify.test.js +4 -4
  135. package/test/initializeTests.js +0 -0
  136. package/test/lastUpdated.test.js +0 -0
  137. package/test/sanityQueryService.test.js +0 -0
  138. package/test/userPermissions.test.js +0 -0
  139. package/tools/generate-index.cjs +0 -0
  140. package/.yarnrc.yml +0 -1
  141. package/docs/v2/Content-Organization.html +0 -245
  142. package/docs/v2/UserManagement.html +0 -269
  143. package/docs/v2/global.html#User +0 -293
  144. package/docs/v2/module-Notifications.html +0 -1183
  145. package/docs/v2/module-Session-Management.html +0 -575
  146. package/docs/v2/module-User-Activity.html +0 -4410
  147. package/docs/v2/module-User-Management.html +0 -490
  148. package/docs/v2/module-User-Permissions.html +0 -406
  149. package/docs/v2/types.js.html +0 -122
  150. package/docs/v2/user_user-management.js.html +0 -78
@@ -29,7 +29,7 @@
29
29
  <nav >
30
30
 
31
31
 
32
- <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-Awards.html">Awards</a><ul class='methods'><li data-type='method'><a href="module-Awards.html#.fetchAwardsForUser">fetchAwardsForUser</a></li></ul></li><li><a href="module-Config.html">Config</a><ul class='methods'><li data-type='method'><a href="module-Config.html#.initializeService">initializeService</a></li></ul></li><li><a href="module-Content-Services-V2.html">Content-Services-V2</a><ul class='methods'><li data-type='method'><a href="module-Content-Services-V2.html#.getContentRows">getContentRows</a></li><li data-type='method'><a href="module-Content-Services-V2.html#.getNewAndUpcoming">getNewAndUpcoming</a></li><li data-type='method'><a href="module-Content-Services-V2.html#.getRecent">getRecent</a></li><li data-type='method'><a href="module-Content-Services-V2.html#.getRecommendedForYou">getRecommendedForYou</a></li><li data-type='method'><a href="module-Content-Services-V2.html#.getScheduleContentRows">getScheduleContentRows</a></li><li data-type='method'><a href="module-Content-Services-V2.html#.getTabResults">getTabResults</a></li></ul></li><li><a href="module-Interests.html">Interests</a><ul class='methods'><li data-type='method'><a href="module-Interests.html#.fetchInterests">fetchInterests</a></li><li data-type='method'><a href="module-Interests.html#.fetchUninterests">fetchUninterests</a></li><li data-type='method'><a href="module-Interests.html#.markContentAsInterested">markContentAsInterested</a></li><li data-type='method'><a href="module-Interests.html#.markContentAsNotInterested">markContentAsNotInterested</a></li><li data-type='method'><a href="module-Interests.html#.removeContentAsInterested">removeContentAsInterested</a></li><li data-type='method'><a href="module-Interests.html#.removeContentAsNotInterested">removeContentAsNotInterested</a></li></ul></li><li><a href="module-Permissions.html">Permissions</a><ul class='methods'><li data-type='method'><a href="module-Permissions.html#.fetchUserPermissions">fetchUserPermissions</a></li><li data-type='method'><a href="module-Permissions.html#.reset">reset</a></li></ul></li><li><a href="module-Playlists.html">Playlists</a><ul class='methods'><li data-type='method'><a href="module-Playlists.html#.addItemToPlaylist">addItemToPlaylist</a></li><li data-type='method'><a href="module-Playlists.html#.createPlaylist">createPlaylist</a></li><li data-type='method'><a href="module-Playlists.html#.deletePlaylist">deletePlaylist</a></li><li data-type='method'><a href="module-Playlists.html#.duplicatePlaylist">duplicatePlaylist</a></li><li data-type='method'><a href="module-Playlists.html#.fetchPlaylist">fetchPlaylist</a></li><li data-type='method'><a href="module-Playlists.html#.fetchPlaylistItems">fetchPlaylistItems</a></li><li data-type='method'><a href="module-Playlists.html#.fetchUserPlaylists">fetchUserPlaylists</a></li><li data-type='method'><a href="module-Playlists.html#.togglePlaylistPrivate">togglePlaylistPrivate</a></li><li data-type='method'><a href="module-Playlists.html#.undeletePlaylist">undeletePlaylist</a></li><li data-type='method'><a href="module-Playlists.html#.updatePlaylist">updatePlaylist</a></li><li data-type='method'><a href="module-Playlists.html#~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#~togglePlaylistPrivate">togglePlaylistPrivate</a></li><li data-type='method'><a href="module-Playlists.html#~unlikePlaylist">unlikePlaylist</a></li></ul></li><li><a href="module-Railcontent-Services.html">Railcontent-Services</a><ul class='methods'><li data-type='method'><a href="module-Railcontent-Services.html#.assignModeratorToComment">assignModeratorToComment</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.closeComment">closeComment</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.createComment">createComment</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.deleteComment">deleteComment</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.editComment">editComment</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.fetchAllCompletedStates">fetchAllCompletedStates</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.fetchCarouselCardData">fetchCarouselCardData</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.fetchChallengeIndexMetadata">fetchChallengeIndexMetadata</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.fetchChallengeLessonData">fetchChallengeLessonData</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.fetchChallengeMetadata">fetchChallengeMetadata</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.fetchChallengeUserActiveChallenges">fetchChallengeUserActiveChallenges</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.fetchCommentRelies">fetchCommentRelies</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.fetchComments">fetchComments</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.fetchCompletedChallenges">fetchCompletedChallenges</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.fetchCompletedContent">fetchCompletedContent</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.fetchCompletedState">fetchCompletedState</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.fetchContentInProgress">fetchContentInProgress</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.fetchContentPageUserData">fetchContentPageUserData</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.fetchNextContentDataForParent">fetchNextContentDataForParent</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.fetchOwnedChallenges">fetchOwnedChallenges</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.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#.fetchUserChallengeProgress">fetchUserChallengeProgress</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#.postChallengesCommunityNotification">postChallengesCommunityNotification</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.postChallengesEnroll">postChallengesEnroll</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.postChallengesEnrollmentNotification">postChallengesEnrollmentNotification</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.postChallengesHideCompletedBanner">postChallengesHideCompletedBanner</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.postChallengesLeave">postChallengesLeave</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.postChallengesSetStartDate">postChallengesSetStartDate</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.postChallengesSoloNotification">postChallengesSoloNotification</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.postChallengesUnlock">postChallengesUnlock</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.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#.setStudentViewForUser">setStudentViewForUser</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.unassignModeratorToComment">unassignModeratorToComment</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.unlikeComment">unlikeComment</a></li><li data-type='method'><a href="module-Railcontent-Services.html#~fetchLastInteractedChild">fetchLastInteractedChild</a></li></ul></li><li><a href="module-Sanity-Services.html">Sanity-Services</a><ul class='methods'><li data-type='method'><a href="module-Sanity-Services.html#.fetchAll">fetchAll</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchAllFilterOptions">fetchAllFilterOptions</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchAllPacks">fetchAllPacks</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchArtistLessons">fetchArtistLessons</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchArtists">fetchArtists</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchByRailContentId">fetchByRailContentId</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchByRailContentIds">fetchByRailContentIds</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchByReference">fetchByReference</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchCoachLessons">fetchCoachLessons</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchComingSoon">fetchComingSoon</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchCommentModContentData">fetchCommentModContentData</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchFoundation">fetchFoundation</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchGenreLessons">fetchGenreLessons</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchLeaving">fetchLeaving</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchLessonContent">fetchLessonContent</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchLessonsFeaturingThisContent">fetchLessonsFeaturingThisContent</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchMetadata">fetchMetadata</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchMethod">fetchMethod</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchMethodChildren">fetchMethodChildren</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchMethodChildrenIds">fetchMethodChildrenIds</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchMethodPreviousNextLesson">fetchMethodPreviousNextLesson</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchNewReleases">fetchNewReleases</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchNextPreviousLesson">fetchNextPreviousLesson</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchOtherSongVersions">fetchOtherSongVersions</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchPackAll">fetchPackAll</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchPackData">fetchPackData</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchParentForDownload">fetchParentForDownload</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchRelatedLessons">fetchRelatedLessons</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchRelatedRecommendedContent">fetchRelatedRecommendedContent</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchRelatedSongs">fetchRelatedSongs</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchReturning">fetchReturning</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchSanity">fetchSanity</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchScheduledReleases">fetchScheduledReleases</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchShowsData">fetchShowsData</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchSongArtistCount">fetchSongArtistCount</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchSongById">fetchSongById</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchUpcomingEvents">fetchUpcomingEvents</a></li><li data-type='method'><a href="module-Sanity-Services.html#.jumpToContinueContent">jumpToContinueContent</a></li><li data-type='method'><a href="module-Sanity-Services.html#~fetchRelatedByLicense">fetchRelatedByLicense</a></li><li data-type='method'><a href="module-Sanity-Services.html#~getNextAndPreviousQuarterDates">getNextAndPreviousQuarterDates</a></li><li data-type='method'><a href="module-Sanity-Services.html#~getQueryFromPage">getQueryFromPage</a></li><li data-type='method'><a href="module-Sanity-Services.html#~handleCustomFetchAll">handleCustomFetchAll</a></li></ul></li><li><a href="module-Sessions.html">Sessions</a><ul class='methods'><li data-type='method'><a href="module-Sessions.html#.login">login</a></li><li data-type='method'><a href="module-Sessions.html#.logout">logout</a></li></ul></li><li><a href="module-UserActivity.html">UserActivity</a><ul class='methods'><li data-type='method'><a href="module-UserActivity.html#.calculateLongestStreaks">calculateLongestStreaks</a></li><li data-type='method'><a href="module-UserActivity.html#.createPracticeNotes">createPracticeNotes</a></li><li data-type='method'><a href="module-UserActivity.html#.deletePracticeSession">deletePracticeSession</a></li><li data-type='method'><a href="module-UserActivity.html#.deleteUserActivity">deleteUserActivity</a></li><li data-type='method'><a href="module-UserActivity.html#.getPracticeNotes">getPracticeNotes</a></li><li data-type='method'><a href="module-UserActivity.html#.getPracticeSessions">getPracticeSessions</a></li><li data-type='method'><a href="module-UserActivity.html#.getProgressRows">getProgressRows</a></li><li data-type='method'><a href="module-UserActivity.html#.getRecentActivity">getRecentActivity</a></li><li data-type='method'><a href="module-UserActivity.html#.getUserMonthlyStats">getUserMonthlyStats</a></li><li data-type='method'><a href="module-UserActivity.html#.getUserWeeklyStats">getUserWeeklyStats</a></li><li data-type='method'><a href="module-UserActivity.html#.pinProgressRow">pinProgressRow</a></li><li data-type='method'><a href="module-UserActivity.html#.recordUserActivity">recordUserActivity</a></li><li data-type='method'><a href="module-UserActivity.html#.recordUserPractice">recordUserPractice</a></li><li data-type='method'><a href="module-UserActivity.html#.removeUserPractice">removeUserPractice</a></li><li data-type='method'><a href="module-UserActivity.html#.restorePracticeSession">restorePracticeSession</a></li><li data-type='method'><a href="module-UserActivity.html#.restoreUserPractice">restoreUserPractice</a></li><li data-type='method'><a href="module-UserActivity.html#.unpinProgressRow">unpinProgressRow</a></li><li data-type='method'><a href="module-UserActivity.html#.updatePracticeNotes">updatePracticeNotes</a></li><li data-type='method'><a href="module-UserActivity.html#.updateUserPractice">updateUserPractice</a></li></ul></li><li><a href="module-UserChat.html">UserChat</a><ul class='methods'><li data-type='method'><a href="module-UserChat.html#.fetchChatSettings">fetchChatSettings</a></li></ul></li><li><a href="module-UserManagement.html">UserManagement</a><ul class='methods'><li data-type='method'><a href="module-UserManagement.html#.blockUser">blockUser</a></li><li data-type='method'><a href="module-UserManagement.html#.deletePicture">deletePicture</a></li><li data-type='method'><a href="module-UserManagement.html#.unblockUser">unblockUser</a></li><li data-type='method'><a href="module-UserManagement.html#.uploadPicture">uploadPicture</a></li><li data-type='method'><a href="module-UserManagement.html#.uploadPictureFromS3">uploadPictureFromS3</a></li></ul></li><li><a href="module-UserNotifications.html">UserNotifications</a><ul class='methods'><li data-type='method'><a href="module-UserNotifications.html#.deleteNotification">deleteNotification</a></li><li data-type='method'><a href="module-UserNotifications.html#.fetchNotifications">fetchNotifications</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></ul></li><li><a href="module-UserProfile.html">UserProfile</a><ul class='methods'><li data-type='method'><a href="module-UserProfile.html#.otherStats">otherStats</a></li></ul></li></ul><h3>Namespaces</h3><ul><li><a href="ContentOrganization.html">ContentOrganization</a></li><li><a href="Gamification.html">Gamification</a></li><li><a href="UserManagementSystem.html">UserManagementSystem</a></li></ul><h3><a href="global.html">Global</a></h3>
32
+ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-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><ul class='methods'><li data-type='method'><a href="module-GuidedCourses.html#~getActivePath">getActivePath</a></li><li data-type='method'><a href="module-GuidedCourses.html#~getDailySession">getDailySession</a></li><li data-type='method'><a href="module-GuidedCourses.html#~updateActivePath">updateActivePath</a></li><li data-type='method'><a href="module-GuidedCourses.html#~updateDailySession">updateDailySession</a></li></ul></li><li></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-Onboarding.html">Onboarding</a><ul class='methods'><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-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>
33
33
 
34
34
  </nav>
35
35
 
@@ -122,6 +122,237 @@
122
122
 
123
123
 
124
124
 
125
+
126
+ <h3 class="subsection-title">Methods</h3>
127
+
128
+
129
+
130
+
131
+
132
+
133
+ <h4 class="name" id="createTestUser"><span class="type-signature"></span>createTestUser<span class="signature">(props)</span><span class="type-signature"></span></h4>
134
+
135
+
136
+
137
+
138
+
139
+
140
+ <dl class="details">
141
+
142
+
143
+
144
+ <dt class="tag-source">Source:</dt>
145
+ <dd class="tag-source"><ul class="dummy"><li>
146
+ <a href="liveTesting.ts.html">liveTesting.ts</a>, <a href="liveTesting.ts.html#line22">line 22</a>
147
+ </li></ul></dd>
148
+
149
+
150
+
151
+
152
+
153
+
154
+
155
+
156
+
157
+
158
+
159
+
160
+
161
+
162
+
163
+
164
+
165
+
166
+
167
+
168
+
169
+
170
+
171
+
172
+
173
+
174
+
175
+
176
+
177
+
178
+
179
+ </dl>
180
+
181
+
182
+
183
+ <h5 class="subsection-title">Properties:</h5>
184
+
185
+
186
+
187
+ <table class="props">
188
+ <thead>
189
+ <tr>
190
+
191
+ <th>Name</th>
192
+
193
+
194
+ <th>Type</th>
195
+
196
+
197
+ <th>Attributes</th>
198
+
199
+
200
+
201
+
202
+ <th class="last">Description</th>
203
+ </tr>
204
+ </thead>
205
+
206
+ <tbody>
207
+
208
+
209
+ <tr>
210
+
211
+ <td class="name"><code>productId</code></td>
212
+
213
+
214
+ <td class="type">
215
+
216
+
217
+ <span class="param-type">number</span>
218
+
219
+
220
+
221
+
222
+ </td>
223
+
224
+
225
+ <td class="attributes">
226
+
227
+ &lt;optional><br>
228
+
229
+
230
+
231
+ </td>
232
+
233
+
234
+
235
+
236
+ <td class="description last">The product ID to associate with the test user.</td>
237
+ </tr>
238
+
239
+
240
+
241
+ <tr>
242
+
243
+ <td class="name"><code>createdAt</code></td>
244
+
245
+
246
+ <td class="type">
247
+
248
+
249
+ <span class="param-type">Date</span>
250
+
251
+
252
+
253
+
254
+ </td>
255
+
256
+
257
+ <td class="attributes">
258
+
259
+ &lt;optional><br>
260
+
261
+
262
+
263
+ </td>
264
+
265
+
266
+
267
+
268
+ <td class="description last">The creation date for the test user.</td>
269
+ </tr>
270
+
271
+
272
+ </tbody>
273
+ </table>
274
+
275
+
276
+
277
+
278
+
279
+
280
+
281
+
282
+
283
+
284
+
285
+
286
+
287
+
288
+ <h5 class="h5-parameters">Parameters:</h5>
289
+
290
+
291
+ <table class="params">
292
+ <thead>
293
+ <tr>
294
+
295
+ <th>Name</th>
296
+
297
+
298
+ <th>Type</th>
299
+
300
+
301
+
302
+
303
+
304
+ <th class="last">Description</th>
305
+ </tr>
306
+ </thead>
307
+
308
+ <tbody>
309
+
310
+
311
+ <tr>
312
+
313
+ <td class="name"><code>props</code></td>
314
+
315
+
316
+ <td class="type">
317
+
318
+
319
+ <span class="param-type">CreateTestUserProps</span>
320
+
321
+
322
+
323
+
324
+ </td>
325
+
326
+
327
+
328
+
329
+
330
+ <td class="description last">The parameters for creating a test user.</td>
331
+ </tr>
332
+
333
+
334
+ </tbody>
335
+ </table>
336
+
337
+
338
+
339
+
340
+
341
+
342
+
343
+
344
+
345
+
346
+
347
+
348
+
349
+
350
+
351
+
352
+
353
+
354
+
355
+
125
356
 
126
357
 
127
358
 
@@ -141,7 +372,7 @@
141
372
 
142
373
  <dt class="tag-source">Source:</dt>
143
374
  <dd class="tag-source"><ul class="dummy"><li>
144
- <a href="content-org_playlists-types.js.html">content-org/playlists-types.js</a>, <a href="content-org_playlists-types.js.html#line37">line 37</a>
375
+ <a href="content-org_playlists-types.js.html">content-org/playlists-types.js</a>, <a href="content-org_playlists-types.js.html#line48">line 48</a>
145
376
  </li></ul></dd>
146
377
 
147
378
 
@@ -250,6 +481,30 @@
250
481
 
251
482
 
252
483
 
484
+ <tr>
485
+
486
+ <td class="name"><code>skip_duplicates</code></td>
487
+
488
+
489
+ <td class="type">
490
+
491
+
492
+ <span class="param-type">Array.&lt;number></span>
493
+
494
+
495
+
496
+
497
+ </td>
498
+
499
+
500
+
501
+
502
+
503
+ <td class="description last">An array of playlist IDs to skip duplicated content</td>
504
+ </tr>
505
+
506
+
507
+
253
508
  <tr>
254
509
 
255
510
  <td class="name"><code>position</code></td>
@@ -486,7 +741,7 @@
486
741
 
487
742
 
488
743
 
489
- <h4 class="name" id="Award">Award</h4>
744
+ <h4 class="name" id="BlockedUsersDTO">BlockedUsersDTO</h4>
490
745
 
491
746
 
492
747
 
@@ -498,7 +753,7 @@
498
753
 
499
754
  <dt class="tag-source">Source:</dt>
500
755
  <dd class="tag-source"><ul class="dummy"><li>
501
- <a href="gamification_types.js.html">gamification/types.js</a>, <a href="gamification_types.js.html#line1">line 1</a>
756
+ <a href="user_types.js.html">user/types.js</a>, <a href="user_types.js.html#line138">line 138</a>
502
757
  </li></ul></dd>
503
758
 
504
759
 
@@ -561,13 +816,13 @@
561
816
 
562
817
  <tr>
563
818
 
564
- <td class="name"><code>username</code></td>
819
+ <td class="name"><code>id</code></td>
565
820
 
566
821
 
567
822
  <td class="type">
568
823
 
569
824
 
570
- <span class="param-type">string</span>
825
+ <span class="param-type">number</span>
571
826
 
572
827
 
573
828
 
@@ -578,20 +833,20 @@
578
833
 
579
834
 
580
835
 
581
- <td class="description last">The username of the user.</td>
836
+ <td class="description last"></td>
582
837
  </tr>
583
838
 
584
839
 
585
840
 
586
841
  <tr>
587
842
 
588
- <td class="name"><code>streak</code></td>
843
+ <td class="name"><code>display_name</code></td>
589
844
 
590
845
 
591
846
  <td class="type">
592
847
 
593
848
 
594
- <span class="param-type">number</span>
849
+ <span class="param-type">string</span>
595
850
 
596
851
 
597
852
 
@@ -602,20 +857,23 @@
602
857
 
603
858
 
604
859
 
605
- <td class="description last">The name of the award.</td>
860
+ <td class="description last"></td>
606
861
  </tr>
607
862
 
608
863
 
609
864
 
610
865
  <tr>
611
866
 
612
- <td class="name"><code>minutes_practiced</code></td>
867
+ <td class="name"><code>profile_picture_url</code></td>
613
868
 
614
869
 
615
870
  <td class="type">
616
871
 
617
872
 
618
- <span class="param-type">number</span>
873
+ <span class="param-type">string</span>
874
+ |
875
+
876
+ <span class="param-type">null</span>
619
877
 
620
878
 
621
879
 
@@ -626,158 +884,114 @@
626
884
 
627
885
 
628
886
 
629
- <td class="description last">The name of the award.</td>
887
+ <td class="description last"></td>
630
888
  </tr>
631
889
 
632
890
 
891
+ </tbody>
892
+ </table>
633
893
 
634
- <tr>
635
-
636
- <td class="name"><code>date_completed</code></td>
637
-
638
894
 
639
- <td class="type">
640
-
641
-
642
- <span class="param-type">Date</span>
643
895
 
644
896
 
645
897
 
646
-
647
- </td>
648
-
649
-
650
-
651
-
652
898
 
653
- <td class="description last">Date of completion</td>
654
- </tr>
655
899
 
656
-
657
900
 
658
- <tr>
659
-
660
- <td class="name"><code>challenge_title</code></td>
901
+ <h5 class="h5-types">Type:</h5>
902
+ <ul>
903
+ <li>
661
904
 
905
+ <span class="param-type">Object</span>
662
906
 
663
- <td class="type">
664
-
665
-
666
- <span class="param-type">string</span>
667
907
 
668
908
 
909
+ </li>
910
+ </ul>
669
911
 
670
-
671
- </td>
672
912
 
673
-
674
913
 
675
-
676
914
 
677
- <td class="description last">The name of the challenge completed.</td>
678
- </tr>
679
915
 
680
-
681
916
 
682
- <tr>
683
-
684
- <td class="name"><code>award_text</code></td>
685
-
686
-
687
- <td class="type">
688
917
 
689
918
 
690
- <span class="param-type">string</span>
919
+ <h4 class="name" id="BrandMethodLevels">BrandMethodLevels</h4>
691
920
 
692
921
 
693
922
 
694
-
695
- </td>
696
923
 
697
-
698
924
 
699
-
925
+ <dl class="details">
926
+
700
927
 
701
- <td class="description last">Award description</td>
702
- </tr>
928
+
929
+ <dt class="tag-source">Source:</dt>
930
+ <dd class="tag-source"><ul class="dummy"><li>
931
+ <a href="user_types.js.html">user/types.js</a>, <a href="user_types.js.html#line1">line 1</a>
932
+ </li></ul></dd>
933
+
703
934
 
704
935
 
705
936
 
706
- <tr>
707
-
708
- <td class="name"><code>tier</code></td>
709
-
937
+
710
938
 
711
- <td class="type">
712
-
713
-
714
- <span class="param-type">string</span>
939
+
715
940
 
941
+
716
942
 
943
+
717
944
 
718
-
719
- </td>
945
+
720
946
 
721
-
947
+
722
948
 
723
-
949
+
724
950
 
725
- <td class="description last">Award tier [bronze, silver, gold]</td>
726
- </tr>
951
+
727
952
 
728
953
 
729
954
 
730
- <tr>
731
-
732
- <td class="name"><code>award</code></td>
733
-
955
+
734
956
 
735
- <td class="type">
736
-
737
-
738
- <span class="param-type">string</span>
957
+
739
958
 
959
+
740
960
 
961
+
741
962
 
742
-
743
- </td>
963
+
964
+ </dl>
744
965
 
745
-
746
966
 
747
-
748
967
 
749
- <td class="description last">Award image URL</td>
750
- </tr>
968
+ <h5 class="subsection-title">Properties:</h5>
751
969
 
752
970
 
753
971
 
754
- <tr>
755
-
756
- <td class="name"><code>award_64</code></td>
757
-
758
-
759
- <td class="type">
760
-
761
-
762
- <span class="param-type">string</span>
763
-
764
-
972
+ <table class="props">
973
+ <thead>
974
+ <tr>
975
+
976
+ <th>Name</th>
977
+
765
978
 
766
-
767
- </td>
979
+ <th>Type</th>
768
980
 
769
-
981
+
770
982
 
771
-
983
+
772
984
 
773
- <td class="description last">Award image in base64</td>
774
- </tr>
985
+ <th class="last">Description</th>
986
+ </tr>
987
+ </thead>
775
988
 
989
+ <tbody>
776
990
 
777
991
 
778
992
  <tr>
779
993
 
780
- <td class="name"><code>instructor_signature</code></td>
994
+ <td class="name"><code>drumeo</code></td>
781
995
 
782
996
 
783
997
  <td class="type">
@@ -794,14 +1008,14 @@
794
1008
 
795
1009
 
796
1010
 
797
- <td class="description last">Instructor signature image URL</td>
1011
+ <td class="description last"></td>
798
1012
  </tr>
799
1013
 
800
1014
 
801
1015
 
802
1016
  <tr>
803
1017
 
804
- <td class="name"><code>instructor_signature_64</code></td>
1018
+ <td class="name"><code>pianote</code></td>
805
1019
 
806
1020
 
807
1021
  <td class="type">
@@ -818,14 +1032,14 @@
818
1032
 
819
1033
 
820
1034
 
821
- <td class="description last">Instructor signature image in base64</td>
1035
+ <td class="description last"></td>
822
1036
  </tr>
823
1037
 
824
1038
 
825
1039
 
826
1040
  <tr>
827
1041
 
828
- <td class="name"><code>musora_logo</code></td>
1042
+ <td class="name"><code>guitareo</code></td>
829
1043
 
830
1044
 
831
1045
  <td class="type">
@@ -842,14 +1056,14 @@
842
1056
 
843
1057
 
844
1058
 
845
- <td class="description last">Musora logo image URL</td>
1059
+ <td class="description last"></td>
846
1060
  </tr>
847
1061
 
848
1062
 
849
1063
 
850
1064
  <tr>
851
1065
 
852
- <td class="name"><code>musora_logo_64</code></td>
1066
+ <td class="name"><code>singeo</code></td>
853
1067
 
854
1068
 
855
1069
  <td class="type">
@@ -866,164 +1080,120 @@
866
1080
 
867
1081
 
868
1082
 
869
- <td class="description last">Musora logo image in base64</td>
1083
+ <td class="description last"></td>
870
1084
  </tr>
871
1085
 
872
1086
 
873
-
874
- <tr>
875
-
876
- <td class="name"><code>brand_logo</code></td>
877
-
878
-
879
- <td class="type">
880
-
881
-
882
- <span class="param-type">string</span>
883
-
1087
+ </tbody>
1088
+ </table>
884
1089
 
885
1090
 
886
-
887
- </td>
888
1091
 
889
-
890
1092
 
891
-
892
1093
 
893
- <td class="description last">Brand logo image URL</td>
894
- </tr>
895
1094
 
896
-
897
1095
 
898
- <tr>
899
-
900
- <td class="name"><code>brand_logo_64</code></td>
901
-
902
1096
 
903
- <td class="type">
1097
+ <h5 class="h5-types">Type:</h5>
1098
+ <ul>
1099
+ <li>
904
1100
 
905
-
906
- <span class="param-type">string</span>
1101
+ <span class="param-type">object</span>
907
1102
 
908
1103
 
909
1104
 
910
-
911
- </td>
1105
+ </li>
1106
+ </ul>
912
1107
 
913
-
914
1108
 
915
-
916
1109
 
917
- <td class="description last">Brand logo image in base64</td>
918
- </tr>
919
1110
 
920
-
921
1111
 
922
- <tr>
923
-
924
- <td class="name"><code>ribbon_image</code></td>
925
-
926
1112
 
927
- <td class="type">
928
1113
 
929
1114
 
930
- <span class="param-type">string</span>
1115
+ <h4 class="name" id="BrandTimePracticed">BrandTimePracticed</h4>
931
1116
 
932
1117
 
933
1118
 
934
-
935
- </td>
936
1119
 
937
-
938
1120
 
939
-
1121
+ <dl class="details">
1122
+
940
1123
 
941
- <td class="description last">Ribbon image URL</td>
942
- </tr>
1124
+
1125
+ <dt class="tag-source">Source:</dt>
1126
+ <dd class="tag-source"><ul class="dummy"><li>
1127
+ <a href="user_types.js.html">user/types.js</a>, <a href="user_types.js.html#line17">line 17</a>
1128
+ </li></ul></dd>
1129
+
943
1130
 
944
1131
 
945
1132
 
946
- <tr>
947
-
948
- <td class="name"><code>ribbon_image_64</code></td>
949
-
1133
+
950
1134
 
951
- <td class="type">
952
-
953
-
954
- <span class="param-type">string</span>
1135
+
955
1136
 
1137
+
956
1138
 
1139
+
957
1140
 
958
-
959
- </td>
1141
+
960
1142
 
961
-
1143
+
962
1144
 
963
-
1145
+
964
1146
 
965
- <td class="description last">Ribbon image in base64</td>
966
- </tr>
1147
+
967
1148
 
968
1149
 
969
1150
 
970
- <tr>
971
-
972
- <td class="name"><code>id</code></td>
973
-
1151
+
974
1152
 
975
- <td class="type">
976
-
977
-
978
- <span class="param-type">number</span>
1153
+
979
1154
 
1155
+
980
1156
 
1157
+
981
1158
 
982
-
983
- </td>
1159
+
1160
+ </dl>
984
1161
 
985
-
986
1162
 
987
-
988
1163
 
989
- <td class="description last">ID of the challenge completed</td>
990
- </tr>
1164
+ <h5 class="subsection-title">Properties:</h5>
991
1165
 
992
1166
 
993
1167
 
994
- <tr>
995
-
996
- <td class="name"><code>artist_name</code></td>
997
-
998
-
999
- <td class="type">
1000
-
1001
-
1002
- <span class="param-type">string</span>
1003
-
1004
-
1168
+ <table class="props">
1169
+ <thead>
1170
+ <tr>
1171
+
1172
+ <th>Name</th>
1173
+
1005
1174
 
1006
-
1007
- </td>
1175
+ <th>Type</th>
1008
1176
 
1009
-
1177
+
1010
1178
 
1011
-
1179
+
1012
1180
 
1013
- <td class="description last">Name of the artist featured in the challenge</td>
1014
- </tr>
1181
+ <th class="last">Description</th>
1182
+ </tr>
1183
+ </thead>
1015
1184
 
1185
+ <tbody>
1016
1186
 
1017
1187
 
1018
1188
  <tr>
1019
1189
 
1020
- <td class="name"><code>dark_mode_logo_url</code></td>
1190
+ <td class="name"><code>drumeo</code></td>
1021
1191
 
1022
1192
 
1023
1193
  <td class="type">
1024
1194
 
1025
1195
 
1026
- <span class="param-type">string</span>
1196
+ <span class="param-type">number</span>
1027
1197
 
1028
1198
 
1029
1199
 
@@ -1034,20 +1204,20 @@
1034
1204
 
1035
1205
 
1036
1206
 
1037
- <td class="description last">Dark mode logo image URL</td>
1207
+ <td class="description last"></td>
1038
1208
  </tr>
1039
1209
 
1040
1210
 
1041
1211
 
1042
1212
  <tr>
1043
1213
 
1044
- <td class="name"><code>light_mode_logo_url</code></td>
1214
+ <td class="name"><code>pianote</code></td>
1045
1215
 
1046
1216
 
1047
1217
  <td class="type">
1048
1218
 
1049
1219
 
1050
- <span class="param-type">string</span>
1220
+ <span class="param-type">number</span>
1051
1221
 
1052
1222
 
1053
1223
 
@@ -1058,20 +1228,20 @@
1058
1228
 
1059
1229
 
1060
1230
 
1061
- <td class="description last">Light mode logo image URL</td>
1231
+ <td class="description last"></td>
1062
1232
  </tr>
1063
1233
 
1064
1234
 
1065
1235
 
1066
1236
  <tr>
1067
1237
 
1068
- <td class="name"><code>logo_image_url</code></td>
1238
+ <td class="name"><code>guitareo</code></td>
1069
1239
 
1070
1240
 
1071
1241
  <td class="type">
1072
1242
 
1073
1243
 
1074
- <span class="param-type">string</span>
1244
+ <span class="param-type">number</span>
1075
1245
 
1076
1246
 
1077
1247
 
@@ -1082,20 +1252,20 @@
1082
1252
 
1083
1253
 
1084
1254
 
1085
- <td class="description last">Name of the artist featured in the challenge</td>
1255
+ <td class="description last"></td>
1086
1256
  </tr>
1087
1257
 
1088
1258
 
1089
1259
 
1090
1260
  <tr>
1091
1261
 
1092
- <td class="name"><code>web_url_path</code></td>
1262
+ <td class="name"><code>singeo</code></td>
1093
1263
 
1094
1264
 
1095
1265
  <td class="type">
1096
1266
 
1097
1267
 
1098
- <span class="param-type">string</span>
1268
+ <span class="param-type">number</span>
1099
1269
 
1100
1270
 
1101
1271
 
@@ -1106,7 +1276,7 @@
1106
1276
 
1107
1277
 
1108
1278
 
1109
- <td class="description last">URL path for the challenge</td>
1279
+ <td class="description last"></td>
1110
1280
  </tr>
1111
1281
 
1112
1282
 
@@ -1124,7 +1294,7 @@
1124
1294
  <ul>
1125
1295
  <li>
1126
1296
 
1127
- <span class="param-type">Object</span>
1297
+ <span class="param-type">object</span>
1128
1298
 
1129
1299
 
1130
1300
 
@@ -1138,7 +1308,7 @@
1138
1308
 
1139
1309
 
1140
1310
 
1141
- <h4 class="name" id="BrandMethodLevels">BrandMethodLevels</h4>
1311
+ <h4 class="name" id="BrandTotalXp">BrandTotalXp</h4>
1142
1312
 
1143
1313
 
1144
1314
 
@@ -1150,7 +1320,7 @@
1150
1320
 
1151
1321
  <dt class="tag-source">Source:</dt>
1152
1322
  <dd class="tag-source"><ul class="dummy"><li>
1153
- <a href="user_types.js.html">user/types.js</a>, <a href="user_types.js.html#line1">line 1</a>
1323
+ <a href="user_types.js.html">user/types.js</a>, <a href="user_types.js.html#line9">line 9</a>
1154
1324
  </li></ul></dd>
1155
1325
 
1156
1326
 
@@ -1334,7 +1504,7 @@
1334
1504
 
1335
1505
 
1336
1506
 
1337
- <h4 class="name" id="BrandTimePracticed">BrandTimePracticed</h4>
1507
+ <h4 class="name" id="CreatePlaylistDTO">CreatePlaylistDTO</h4>
1338
1508
 
1339
1509
 
1340
1510
 
@@ -1346,7 +1516,7 @@
1346
1516
 
1347
1517
  <dt class="tag-source">Source:</dt>
1348
1518
  <dd class="tag-source"><ul class="dummy"><li>
1349
- <a href="user_types.js.html">user/types.js</a>, <a href="user_types.js.html#line17">line 17</a>
1519
+ <a href="content-org_playlists-types.js.html">content-org/playlists-types.js</a>, <a href="content-org_playlists-types.js.html#line1">line 1</a>
1350
1520
  </li></ul></dd>
1351
1521
 
1352
1522
 
@@ -1409,13 +1579,13 @@
1409
1579
 
1410
1580
  <tr>
1411
1581
 
1412
- <td class="name"><code>drumeo</code></td>
1582
+ <td class="name"><code>name</code></td>
1413
1583
 
1414
1584
 
1415
1585
  <td class="type">
1416
1586
 
1417
1587
 
1418
- <span class="param-type">number</span>
1588
+ <span class="param-type">string</span>
1419
1589
 
1420
1590
 
1421
1591
 
@@ -1426,20 +1596,20 @@
1426
1596
 
1427
1597
 
1428
1598
 
1429
- <td class="description last"></td>
1599
+ <td class="description last">The name of the new playlist. (required, max 255 characters)</td>
1430
1600
  </tr>
1431
1601
 
1432
1602
 
1433
1603
 
1434
1604
  <tr>
1435
1605
 
1436
- <td class="name"><code>pianote</code></td>
1606
+ <td class="name"><code>description</code></td>
1437
1607
 
1438
1608
 
1439
1609
  <td class="type">
1440
1610
 
1441
1611
 
1442
- <span class="param-type">number</span>
1612
+ <span class="param-type">string</span>
1443
1613
 
1444
1614
 
1445
1615
 
@@ -1450,20 +1620,20 @@
1450
1620
 
1451
1621
 
1452
1622
 
1453
- <td class="description last"></td>
1623
+ <td class="description last">A description of the playlist. (optional, max 1000 characters)</td>
1454
1624
  </tr>
1455
1625
 
1456
1626
 
1457
1627
 
1458
1628
  <tr>
1459
1629
 
1460
- <td class="name"><code>guitareo</code></td>
1630
+ <td class="name"><code>category</code></td>
1461
1631
 
1462
1632
 
1463
1633
  <td class="type">
1464
1634
 
1465
1635
 
1466
- <span class="param-type">number</span>
1636
+ <span class="param-type">string</span>
1467
1637
 
1468
1638
 
1469
1639
 
@@ -1474,20 +1644,20 @@
1474
1644
 
1475
1645
 
1476
1646
 
1477
- <td class="description last"></td>
1647
+ <td class="description last">The category of the playlist.</td>
1478
1648
  </tr>
1479
1649
 
1480
1650
 
1481
1651
 
1482
1652
  <tr>
1483
1653
 
1484
- <td class="name"><code>singeo</code></td>
1654
+ <td class="name"><code>thumbnail_url</code></td>
1485
1655
 
1486
1656
 
1487
1657
  <td class="type">
1488
1658
 
1489
1659
 
1490
- <span class="param-type">number</span>
1660
+ <span class="param-type">string</span>
1491
1661
 
1492
1662
 
1493
1663
 
@@ -1498,30 +1668,67 @@
1498
1668
 
1499
1669
 
1500
1670
 
1501
- <td class="description last"></td>
1671
+ <td class="description last">The URL of the playlist thumbnail. (optional, must be a valid URL)</td>
1502
1672
  </tr>
1503
1673
 
1504
1674
 
1505
- </tbody>
1506
- </table>
1675
+
1676
+ <tr>
1677
+
1678
+ <td class="name"><code>private</code></td>
1679
+
1680
+
1681
+ <td class="type">
1682
+
1683
+
1684
+ <span class="param-type">boolean</span>
1507
1685
 
1508
1686
 
1509
1687
 
1688
+
1689
+ </td>
1510
1690
 
1691
+
1511
1692
 
1693
+
1512
1694
 
1695
+ <td class="description last">Whether the playlist is private. (optional, defaults to false)</td>
1696
+ </tr>
1513
1697
 
1698
+
1514
1699
 
1515
- <h5 class="h5-types">Type:</h5>
1516
- <ul>
1517
- <li>
1700
+ <tr>
1518
1701
 
1519
- <span class="param-type">object</span>
1702
+ <td class="name"><code>brand</code></td>
1703
+
1704
+
1705
+ <td class="type">
1706
+
1707
+
1708
+ <span class="param-type">string</span>
1709
+
1710
+
1711
+
1712
+
1713
+ </td>
1714
+
1715
+
1716
+
1717
+
1718
+
1719
+ <td class="description last">Brand identifier for the playlist.</td>
1720
+ </tr>
1721
+
1722
+
1723
+ </tbody>
1724
+ </table>
1725
+
1726
+
1727
+
1728
+
1520
1729
 
1521
1730
 
1522
1731
 
1523
- </li>
1524
- </ul>
1525
1732
 
1526
1733
 
1527
1734
 
@@ -1530,7 +1737,7 @@
1530
1737
 
1531
1738
 
1532
1739
 
1533
- <h4 class="name" id="BrandTotalXp">BrandTotalXp</h4>
1740
+ <h4 class="name" id="DuplicatePlaylistDTO">DuplicatePlaylistDTO</h4>
1534
1741
 
1535
1742
 
1536
1743
 
@@ -1542,7 +1749,7 @@
1542
1749
 
1543
1750
  <dt class="tag-source">Source:</dt>
1544
1751
  <dd class="tag-source"><ul class="dummy"><li>
1545
- <a href="user_types.js.html">user/types.js</a>, <a href="user_types.js.html#line9">line 9</a>
1752
+ <a href="content-org_playlists-types.js.html">content-org/playlists-types.js</a>, <a href="content-org_playlists-types.js.html#line21">line 21</a>
1546
1753
  </li></ul></dd>
1547
1754
 
1548
1755
 
@@ -1560,52 +1767,124 @@
1560
1767
 
1561
1768
 
1562
1769
 
1563
-
1770
+
1771
+
1772
+
1773
+
1774
+
1775
+
1776
+
1777
+
1778
+
1779
+
1780
+
1781
+
1782
+
1783
+
1784
+
1785
+ </dl>
1786
+
1787
+
1788
+
1789
+ <h5 class="subsection-title">Properties:</h5>
1790
+
1791
+
1792
+
1793
+ <table class="props">
1794
+ <thead>
1795
+ <tr>
1796
+
1797
+ <th>Name</th>
1798
+
1799
+
1800
+ <th>Type</th>
1801
+
1802
+
1803
+
1804
+
1805
+
1806
+ <th class="last">Description</th>
1807
+ </tr>
1808
+ </thead>
1809
+
1810
+ <tbody>
1811
+
1812
+
1813
+ <tr>
1814
+
1815
+ <td class="name"><code>name</code></td>
1816
+
1817
+
1818
+ <td class="type">
1819
+
1820
+
1821
+ <span class="param-type">string</span>
1822
+
1823
+
1824
+
1825
+
1826
+ </td>
1827
+
1828
+
1829
+
1830
+
1831
+
1832
+ <td class="description last">The name of the new playlist. (required, max 255 characters)</td>
1833
+ </tr>
1834
+
1835
+
1836
+
1837
+ <tr>
1838
+
1839
+ <td class="name"><code>description</code></td>
1840
+
1841
+
1842
+ <td class="type">
1843
+
1844
+
1845
+ <span class="param-type">string</span>
1564
1846
 
1565
-
1566
1847
 
1567
-
1568
1848
 
1569
-
1849
+
1850
+ </td>
1570
1851
 
1571
-
1852
+
1572
1853
 
1573
-
1854
+
1574
1855
 
1575
-
1856
+ <td class="description last">A description of the playlist. (optional, max 1000 characters)</td>
1857
+ </tr>
1576
1858
 
1577
1859
 
1578
- </dl>
1579
-
1580
1860
 
1861
+ <tr>
1862
+
1863
+ <td class="name"><code>category</code></td>
1864
+
1581
1865
 
1582
- <h5 class="subsection-title">Properties:</h5>
1866
+ <td class="type">
1867
+
1868
+
1869
+ <span class="param-type">string</span>
1583
1870
 
1584
-
1585
1871
 
1586
- <table class="props">
1587
- <thead>
1588
- <tr>
1589
-
1590
- <th>Name</th>
1591
-
1592
1872
 
1593
- <th>Type</th>
1873
+
1874
+ </td>
1594
1875
 
1595
-
1876
+
1596
1877
 
1597
-
1878
+
1598
1879
 
1599
- <th class="last">Description</th>
1600
- </tr>
1601
- </thead>
1880
+ <td class="description last">The category of the playlist.</td>
1881
+ </tr>
1602
1882
 
1603
- <tbody>
1604
1883
 
1605
1884
 
1606
1885
  <tr>
1607
1886
 
1608
- <td class="name"><code>drumeo</code></td>
1887
+ <td class="name"><code>thumbnail_url</code></td>
1609
1888
 
1610
1889
 
1611
1890
  <td class="type">
@@ -1622,20 +1901,20 @@
1622
1901
 
1623
1902
 
1624
1903
 
1625
- <td class="description last"></td>
1904
+ <td class="description last">The URL of the playlist thumbnail. (optional, must be a valid URL)</td>
1626
1905
  </tr>
1627
1906
 
1628
1907
 
1629
1908
 
1630
1909
  <tr>
1631
1910
 
1632
- <td class="name"><code>pianote</code></td>
1911
+ <td class="name"><code>private</code></td>
1633
1912
 
1634
1913
 
1635
1914
  <td class="type">
1636
1915
 
1637
1916
 
1638
- <span class="param-type">string</span>
1917
+ <span class="param-type">boolean</span>
1639
1918
 
1640
1919
 
1641
1920
 
@@ -1646,14 +1925,14 @@
1646
1925
 
1647
1926
 
1648
1927
 
1649
- <td class="description last"></td>
1928
+ <td class="description last">Whether the playlist is private. (optional, defaults to false)</td>
1650
1929
  </tr>
1651
1930
 
1652
1931
 
1653
1932
 
1654
1933
  <tr>
1655
1934
 
1656
- <td class="name"><code>guitareo</code></td>
1935
+ <td class="name"><code>brand</code></td>
1657
1936
 
1658
1937
 
1659
1938
  <td class="type">
@@ -1670,20 +1949,20 @@
1670
1949
 
1671
1950
 
1672
1951
 
1673
- <td class="description last"></td>
1952
+ <td class="description last">Brand identifier for the playlist.</td>
1674
1953
  </tr>
1675
1954
 
1676
1955
 
1677
1956
 
1678
1957
  <tr>
1679
1958
 
1680
- <td class="name"><code>singeo</code></td>
1959
+ <td class="name"><code>items</code></td>
1681
1960
 
1682
1961
 
1683
1962
  <td class="type">
1684
1963
 
1685
1964
 
1686
- <span class="param-type">string</span>
1965
+ <span class="param-type">array</span>
1687
1966
 
1688
1967
 
1689
1968
 
@@ -1694,7 +1973,7 @@
1694
1973
 
1695
1974
 
1696
1975
 
1697
- <td class="description last"></td>
1976
+ <td class="description last">Ids of playlist items to duplicate (in order)</td>
1698
1977
  </tr>
1699
1978
 
1700
1979
 
@@ -1708,17 +1987,6 @@
1708
1987
 
1709
1988
 
1710
1989
 
1711
- <h5 class="h5-types">Type:</h5>
1712
- <ul>
1713
- <li>
1714
-
1715
- <span class="param-type">object</span>
1716
-
1717
-
1718
-
1719
- </li>
1720
- </ul>
1721
-
1722
1990
 
1723
1991
 
1724
1992
 
@@ -1726,7 +1994,7 @@
1726
1994
 
1727
1995
 
1728
1996
 
1729
- <h4 class="name" id="CreatePlaylistDTO">CreatePlaylistDTO</h4>
1997
+ <h4 class="name" id="OtherStatsDTO">OtherStatsDTO</h4>
1730
1998
 
1731
1999
 
1732
2000
 
@@ -1738,7 +2006,7 @@
1738
2006
 
1739
2007
  <dt class="tag-source">Source:</dt>
1740
2008
  <dd class="tag-source"><ul class="dummy"><li>
1741
- <a href="content-org_playlists-types.js.html">content-org/playlists-types.js</a>, <a href="content-org_playlists-types.js.html#line1">line 1</a>
2009
+ <a href="user_types.js.html">user/types.js</a>, <a href="user_types.js.html#line127">line 127</a>
1742
2010
  </li></ul></dd>
1743
2011
 
1744
2012
 
@@ -1801,13 +2069,13 @@
1801
2069
 
1802
2070
  <tr>
1803
2071
 
1804
- <td class="name"><code>name</code></td>
2072
+ <td class="name"><code>longest_day_streak</code></td>
1805
2073
 
1806
2074
 
1807
2075
  <td class="type">
1808
2076
 
1809
2077
 
1810
- <span class="param-type">string</span>
2078
+ <span class="param-type"><a href="global.html#StreakDTO">StreakDTO</a></span>
1811
2079
 
1812
2080
 
1813
2081
 
@@ -1818,20 +2086,20 @@
1818
2086
 
1819
2087
 
1820
2088
 
1821
- <td class="description last">The name of the new playlist. (required, max 255 characters)</td>
2089
+ <td class="description last"></td>
1822
2090
  </tr>
1823
2091
 
1824
2092
 
1825
2093
 
1826
2094
  <tr>
1827
2095
 
1828
- <td class="name"><code>description</code></td>
2096
+ <td class="name"><code>longest_week_streak</code></td>
1829
2097
 
1830
2098
 
1831
2099
  <td class="type">
1832
2100
 
1833
2101
 
1834
- <span class="param-type">string</span>
2102
+ <span class="param-type"><a href="global.html#StreakDTO">StreakDTO</a></span>
1835
2103
 
1836
2104
 
1837
2105
 
@@ -1842,20 +2110,20 @@
1842
2110
 
1843
2111
 
1844
2112
 
1845
- <td class="description last">A description of the playlist. (optional, max 1000 characters)</td>
2113
+ <td class="description last"></td>
1846
2114
  </tr>
1847
2115
 
1848
2116
 
1849
2117
 
1850
2118
  <tr>
1851
2119
 
1852
- <td class="name"><code>category</code></td>
2120
+ <td class="name"><code>total_practice_time</code></td>
1853
2121
 
1854
2122
 
1855
2123
  <td class="type">
1856
2124
 
1857
2125
 
1858
- <span class="param-type">string</span>
2126
+ <span class="param-type">number</span>
1859
2127
 
1860
2128
 
1861
2129
 
@@ -1866,20 +2134,20 @@
1866
2134
 
1867
2135
 
1868
2136
 
1869
- <td class="description last">The category of the playlist.</td>
2137
+ <td class="description last"></td>
1870
2138
  </tr>
1871
2139
 
1872
2140
 
1873
2141
 
1874
2142
  <tr>
1875
2143
 
1876
- <td class="name"><code>thumbnail_url</code></td>
2144
+ <td class="name"><code>comment_likes</code></td>
1877
2145
 
1878
2146
 
1879
2147
  <td class="type">
1880
2148
 
1881
2149
 
1882
- <span class="param-type">string</span>
2150
+ <span class="param-type">number</span>
1883
2151
 
1884
2152
 
1885
2153
 
@@ -1890,20 +2158,20 @@
1890
2158
 
1891
2159
 
1892
2160
 
1893
- <td class="description last">The URL of the playlist thumbnail. (optional, must be a valid URL)</td>
2161
+ <td class="description last"></td>
1894
2162
  </tr>
1895
2163
 
1896
2164
 
1897
2165
 
1898
2166
  <tr>
1899
2167
 
1900
- <td class="name"><code>private</code></td>
2168
+ <td class="name"><code>forum_post_likes</code></td>
1901
2169
 
1902
2170
 
1903
2171
  <td class="type">
1904
2172
 
1905
2173
 
1906
- <span class="param-type">boolean</span>
2174
+ <span class="param-type">number</span>
1907
2175
 
1908
2176
 
1909
2177
 
@@ -1914,20 +2182,20 @@
1914
2182
 
1915
2183
 
1916
2184
 
1917
- <td class="description last">Whether the playlist is private. (optional, defaults to false)</td>
2185
+ <td class="description last"></td>
1918
2186
  </tr>
1919
2187
 
1920
2188
 
1921
2189
 
1922
2190
  <tr>
1923
2191
 
1924
- <td class="name"><code>brand</code></td>
2192
+ <td class="name"><code>experience_points</code></td>
1925
2193
 
1926
2194
 
1927
2195
  <td class="type">
1928
2196
 
1929
2197
 
1930
- <span class="param-type">string</span>
2198
+ <span class="param-type">number</span>
1931
2199
 
1932
2200
 
1933
2201
 
@@ -1938,7 +2206,7 @@
1938
2206
 
1939
2207
 
1940
2208
 
1941
- <td class="description last">Brand identifier for the playlist.</td>
2209
+ <td class="description last"></td>
1942
2210
  </tr>
1943
2211
 
1944
2212
 
@@ -1952,6 +2220,17 @@
1952
2220
 
1953
2221
 
1954
2222
 
2223
+ <h5 class="h5-types">Type:</h5>
2224
+ <ul>
2225
+ <li>
2226
+
2227
+ <span class="param-type">Object</span>
2228
+
2229
+
2230
+
2231
+ </li>
2232
+ </ul>
2233
+
1955
2234
 
1956
2235
 
1957
2236
 
@@ -1959,7 +2238,7 @@
1959
2238
 
1960
2239
 
1961
2240
 
1962
- <h4 class="name" id="DuplicatePlaylistDTO">DuplicatePlaylistDTO</h4>
2241
+ <h4 class="name" id="PaginatedLinks">PaginatedLinks</h4>
1963
2242
 
1964
2243
 
1965
2244
 
@@ -1971,7 +2250,7 @@
1971
2250
 
1972
2251
  <dt class="tag-source">Source:</dt>
1973
2252
  <dd class="tag-source"><ul class="dummy"><li>
1974
- <a href="content-org_playlists-types.js.html">content-org/playlists-types.js</a>, <a href="content-org_playlists-types.js.html#line11">line 11</a>
2253
+ <a href="api_types.js.html">api/types.js</a>, <a href="api_types.js.html#line12">line 12</a>
1975
2254
  </li></ul></dd>
1976
2255
 
1977
2256
 
@@ -2034,7 +2313,7 @@
2034
2313
 
2035
2314
  <tr>
2036
2315
 
2037
- <td class="name"><code>name</code></td>
2316
+ <td class="name"><code>first</code></td>
2038
2317
 
2039
2318
 
2040
2319
  <td class="type">
@@ -2051,14 +2330,14 @@
2051
2330
 
2052
2331
 
2053
2332
 
2054
- <td class="description last">The name of the new playlist. (required, max 255 characters)</td>
2333
+ <td class="description last">URL of the first page</td>
2055
2334
  </tr>
2056
2335
 
2057
2336
 
2058
2337
 
2059
2338
  <tr>
2060
2339
 
2061
- <td class="name"><code>description</code></td>
2340
+ <td class="name"><code>last</code></td>
2062
2341
 
2063
2342
 
2064
2343
  <td class="type">
@@ -2075,14 +2354,14 @@
2075
2354
 
2076
2355
 
2077
2356
 
2078
- <td class="description last">A description of the playlist. (optional, max 1000 characters)</td>
2357
+ <td class="description last">URL of the last page</td>
2079
2358
  </tr>
2080
2359
 
2081
2360
 
2082
2361
 
2083
2362
  <tr>
2084
2363
 
2085
- <td class="name"><code>category</code></td>
2364
+ <td class="name"><code>next</code></td>
2086
2365
 
2087
2366
 
2088
2367
  <td class="type">
@@ -2099,14 +2378,14 @@
2099
2378
 
2100
2379
 
2101
2380
 
2102
- <td class="description last">The category of the playlist.</td>
2381
+ <td class="description last">URL of the next page</td>
2103
2382
  </tr>
2104
2383
 
2105
2384
 
2106
2385
 
2107
2386
  <tr>
2108
2387
 
2109
- <td class="name"><code>thumbnail_url</code></td>
2388
+ <td class="name"><code>prev</code></td>
2110
2389
 
2111
2390
 
2112
2391
  <td class="type">
@@ -2123,91 +2402,30 @@
2123
2402
 
2124
2403
 
2125
2404
 
2126
- <td class="description last">The URL of the playlist thumbnail. (optional, must be a valid URL)</td>
2127
- </tr>
2128
-
2129
-
2130
-
2131
- <tr>
2132
-
2133
- <td class="name"><code>private</code></td>
2134
-
2135
-
2136
- <td class="type">
2137
-
2138
-
2139
- <span class="param-type">boolean</span>
2140
-
2141
-
2142
-
2143
-
2144
- </td>
2145
-
2146
-
2147
-
2148
-
2149
-
2150
- <td class="description last">Whether the playlist is private. (optional, defaults to false)</td>
2405
+ <td class="description last">URL of the previous page</td>
2151
2406
  </tr>
2152
2407
 
2153
2408
 
2409
+ </tbody>
2410
+ </table>
2154
2411
 
2155
- <tr>
2156
-
2157
- <td class="name"><code>brand</code></td>
2158
-
2159
-
2160
- <td class="type">
2161
-
2162
-
2163
- <span class="param-type">string</span>
2164
-
2165
-
2166
-
2167
-
2168
- </td>
2169
-
2170
-
2171
-
2172
-
2173
-
2174
- <td class="description last">Brand identifier for the playlist.</td>
2175
- </tr>
2176
-
2177
-
2178
2412
 
2179
- <tr>
2180
-
2181
- <td class="name"><code>items</code></td>
2182
-
2183
2413
 
2184
- <td class="type">
2185
-
2186
-
2187
- <span class="param-type">array</span>
2188
2414
 
2189
2415
 
2190
2416
 
2191
-
2192
- </td>
2193
2417
 
2194
-
2195
2418
 
2419
+ <h5 class="h5-types">Type:</h5>
2420
+ <ul>
2421
+ <li>
2196
2422
 
2197
-
2198
- <td class="description last">Ids of playlist items to duplicate (in order)</td>
2199
- </tr>
2200
-
2201
-
2202
- </tbody>
2203
- </table>
2204
-
2205
-
2206
-
2207
-
2423
+ <span class="param-type">Object</span>
2208
2424
 
2209
2425
 
2210
2426
 
2427
+ </li>
2428
+ </ul>
2211
2429
 
2212
2430
 
2213
2431
 
@@ -2216,7 +2434,7 @@
2216
2434
 
2217
2435
 
2218
2436
 
2219
- <h4 class="name" id="OtherStatsDTO">OtherStatsDTO</h4>
2437
+ <h4 class="name" id="PaginatedMeta">PaginatedMeta</h4>
2220
2438
 
2221
2439
 
2222
2440
 
@@ -2228,7 +2446,7 @@
2228
2446
 
2229
2447
  <dt class="tag-source">Source:</dt>
2230
2448
  <dd class="tag-source"><ul class="dummy"><li>
2231
- <a href="user_types.js.html">user/types.js</a>, <a href="user_types.js.html#line127">line 127</a>
2449
+ <a href="api_types.js.html">api/types.js</a>, <a href="api_types.js.html#line1">line 1</a>
2232
2450
  </li></ul></dd>
2233
2451
 
2234
2452
 
@@ -2282,22 +2500,46 @@
2282
2500
 
2283
2501
 
2284
2502
 
2285
- <th class="last">Description</th>
2286
- </tr>
2287
- </thead>
2503
+ <th class="last">Description</th>
2504
+ </tr>
2505
+ </thead>
2506
+
2507
+ <tbody>
2508
+
2509
+
2510
+ <tr>
2511
+
2512
+ <td class="name"><code>current_page</code></td>
2513
+
2514
+
2515
+ <td class="type">
2516
+
2517
+
2518
+ <span class="param-type">number</span>
2519
+
2520
+
2521
+
2522
+
2523
+ </td>
2524
+
2525
+
2526
+
2527
+
2528
+
2529
+ <td class="description last">Total number of items</td>
2530
+ </tr>
2288
2531
 
2289
- <tbody>
2290
2532
 
2291
2533
 
2292
2534
  <tr>
2293
2535
 
2294
- <td class="name"><code>longest_day_streak</code></td>
2536
+ <td class="name"><code>from</code></td>
2295
2537
 
2296
2538
 
2297
2539
  <td class="type">
2298
2540
 
2299
2541
 
2300
- <span class="param-type"><a href="global.html#StreakDTO">StreakDTO</a></span>
2542
+ <span class="param-type">number</span>
2301
2543
 
2302
2544
 
2303
2545
 
@@ -2308,20 +2550,20 @@
2308
2550
 
2309
2551
 
2310
2552
 
2311
- <td class="description last"></td>
2553
+ <td class="description last">First index of returned data</td>
2312
2554
  </tr>
2313
2555
 
2314
2556
 
2315
2557
 
2316
2558
  <tr>
2317
2559
 
2318
- <td class="name"><code>longest_week_streak</code></td>
2560
+ <td class="name"><code>to</code></td>
2319
2561
 
2320
2562
 
2321
2563
  <td class="type">
2322
2564
 
2323
2565
 
2324
- <span class="param-type"><a href="global.html#StreakDTO">StreakDTO</a></span>
2566
+ <span class="param-type">number</span>
2325
2567
 
2326
2568
 
2327
2569
 
@@ -2332,14 +2574,14 @@
2332
2574
 
2333
2575
 
2334
2576
 
2335
- <td class="description last"></td>
2577
+ <td class="description last">Last index of returned data</td>
2336
2578
  </tr>
2337
2579
 
2338
2580
 
2339
2581
 
2340
2582
  <tr>
2341
2583
 
2342
- <td class="name"><code>total_practice_time</code></td>
2584
+ <td class="name"><code>per_page</code></td>
2343
2585
 
2344
2586
 
2345
2587
  <td class="type">
@@ -2356,14 +2598,14 @@
2356
2598
 
2357
2599
 
2358
2600
 
2359
- <td class="description last"></td>
2601
+ <td class="description last">Total number of items per page</td>
2360
2602
  </tr>
2361
2603
 
2362
2604
 
2363
2605
 
2364
2606
  <tr>
2365
2607
 
2366
- <td class="name"><code>comment_likes</code></td>
2608
+ <td class="name"><code>last_page</code></td>
2367
2609
 
2368
2610
 
2369
2611
  <td class="type">
@@ -2380,14 +2622,14 @@
2380
2622
 
2381
2623
 
2382
2624
 
2383
- <td class="description last"></td>
2625
+ <td class="description last">Last page accessed</td>
2384
2626
  </tr>
2385
2627
 
2386
2628
 
2387
2629
 
2388
2630
  <tr>
2389
2631
 
2390
- <td class="name"><code>forum_post_likes</code></td>
2632
+ <td class="name"><code>total</code></td>
2391
2633
 
2392
2634
 
2393
2635
  <td class="type">
@@ -2404,20 +2646,20 @@
2404
2646
 
2405
2647
 
2406
2648
 
2407
- <td class="description last"></td>
2649
+ <td class="description last">Total number of items</td>
2408
2650
  </tr>
2409
2651
 
2410
2652
 
2411
2653
 
2412
2654
  <tr>
2413
2655
 
2414
- <td class="name"><code>experience_points</code></td>
2656
+ <td class="name"><code>path</code></td>
2415
2657
 
2416
2658
 
2417
2659
  <td class="type">
2418
2660
 
2419
2661
 
2420
- <span class="param-type">number</span>
2662
+ <span class="param-type">string</span>
2421
2663
 
2422
2664
 
2423
2665
 
@@ -2428,7 +2670,7 @@
2428
2670
 
2429
2671
 
2430
2672
 
2431
- <td class="description last"></td>
2673
+ <td class="description last">Url of the current page</td>
2432
2674
  </tr>
2433
2675
 
2434
2676
 
@@ -2460,7 +2702,7 @@
2460
2702
 
2461
2703
 
2462
2704
 
2463
- <h4 class="name" id="PaginatedLinks">PaginatedLinks</h4>
2705
+ <h4 class="name" id="PaginatedResponse">PaginatedResponse</h4>
2464
2706
 
2465
2707
 
2466
2708
 
@@ -2472,7 +2714,7 @@
2472
2714
 
2473
2715
  <dt class="tag-source">Source:</dt>
2474
2716
  <dd class="tag-source"><ul class="dummy"><li>
2475
- <a href="api_types.js.html">api/types.js</a>, <a href="api_types.js.html#line12">line 12</a>
2717
+ <a href="api_types.js.html">api/types.js</a>, <a href="api_types.js.html#line20">line 20</a>
2476
2718
  </li></ul></dd>
2477
2719
 
2478
2720
 
@@ -2535,37 +2777,13 @@
2535
2777
 
2536
2778
  <tr>
2537
2779
 
2538
- <td class="name"><code>first</code></td>
2539
-
2540
-
2541
- <td class="type">
2542
-
2543
-
2544
- <span class="param-type">string</span>
2545
-
2546
-
2547
-
2548
-
2549
- </td>
2550
-
2551
-
2552
-
2553
-
2554
-
2555
- <td class="description last">URL of the first page</td>
2556
- </tr>
2557
-
2558
-
2559
-
2560
- <tr>
2561
-
2562
- <td class="name"><code>last</code></td>
2780
+ <td class="name"><code>meta</code></td>
2563
2781
 
2564
2782
 
2565
2783
  <td class="type">
2566
2784
 
2567
2785
 
2568
- <span class="param-type">string</span>
2786
+ <span class="param-type"><a href="global.html#PaginatedMeta">PaginatedMeta</a></span>
2569
2787
 
2570
2788
 
2571
2789
 
@@ -2576,20 +2794,20 @@
2576
2794
 
2577
2795
 
2578
2796
 
2579
- <td class="description last">URL of the last page</td>
2797
+ <td class="description last">Meta information</td>
2580
2798
  </tr>
2581
2799
 
2582
2800
 
2583
2801
 
2584
2802
  <tr>
2585
2803
 
2586
- <td class="name"><code>next</code></td>
2804
+ <td class="name"><code>links</code></td>
2587
2805
 
2588
2806
 
2589
2807
  <td class="type">
2590
2808
 
2591
2809
 
2592
- <span class="param-type">string</span>
2810
+ <span class="param-type"><a href="global.html#PaginatedLinks">PaginatedLinks</a></span>
2593
2811
 
2594
2812
 
2595
2813
 
@@ -2600,20 +2818,20 @@
2600
2818
 
2601
2819
 
2602
2820
 
2603
- <td class="description last">URL of the next page</td>
2821
+ <td class="description last">Links information</td>
2604
2822
  </tr>
2605
2823
 
2606
2824
 
2607
2825
 
2608
2826
  <tr>
2609
2827
 
2610
- <td class="name"><code>prev</code></td>
2828
+ <td class="name"><code>data</code></td>
2611
2829
 
2612
2830
 
2613
2831
  <td class="type">
2614
2832
 
2615
2833
 
2616
- <span class="param-type">string</span>
2834
+ <span class="param-type">Array.&lt;T></span>
2617
2835
 
2618
2836
 
2619
2837
 
@@ -2624,7 +2842,7 @@
2624
2842
 
2625
2843
 
2626
2844
 
2627
- <td class="description last">URL of the previous page</td>
2845
+ <td class="description last">Data</td>
2628
2846
  </tr>
2629
2847
 
2630
2848
 
@@ -2642,7 +2860,7 @@
2642
2860
  <ul>
2643
2861
  <li>
2644
2862
 
2645
- <span class="param-type">Object</span>
2863
+ <span class="param-type">Object.&lt;T></span>
2646
2864
 
2647
2865
 
2648
2866
 
@@ -2656,7 +2874,7 @@
2656
2874
 
2657
2875
 
2658
2876
 
2659
- <h4 class="name" id="PaginatedMeta">PaginatedMeta</h4>
2877
+ <h4 class="name" id="Playlist">Playlist</h4>
2660
2878
 
2661
2879
 
2662
2880
 
@@ -2668,7 +2886,7 @@
2668
2886
 
2669
2887
  <dt class="tag-source">Source:</dt>
2670
2888
  <dd class="tag-source"><ul class="dummy"><li>
2671
- <a href="api_types.js.html">api/types.js</a>, <a href="api_types.js.html#line1">line 1</a>
2889
+ <a href="content-org_playlists-types.js.html">content-org/playlists-types.js</a>, <a href="content-org_playlists-types.js.html#line32">line 32</a>
2672
2890
  </li></ul></dd>
2673
2891
 
2674
2892
 
@@ -2731,7 +2949,7 @@
2731
2949
 
2732
2950
  <tr>
2733
2951
 
2734
- <td class="name"><code>current_page</code></td>
2952
+ <td class="name"><code>id</code></td>
2735
2953
 
2736
2954
 
2737
2955
  <td class="type">
@@ -2748,20 +2966,20 @@
2748
2966
 
2749
2967
 
2750
2968
 
2751
- <td class="description last">Total number of items</td>
2969
+ <td class="description last"></td>
2752
2970
  </tr>
2753
2971
 
2754
2972
 
2755
2973
 
2756
2974
  <tr>
2757
2975
 
2758
- <td class="name"><code>from</code></td>
2976
+ <td class="name"><code>brand</code></td>
2759
2977
 
2760
2978
 
2761
2979
  <td class="type">
2762
2980
 
2763
2981
 
2764
- <span class="param-type">number</span>
2982
+ <span class="param-type">string</span>
2765
2983
 
2766
2984
 
2767
2985
 
@@ -2772,20 +2990,20 @@
2772
2990
 
2773
2991
 
2774
2992
 
2775
- <td class="description last">First index of returned data</td>
2993
+ <td class="description last"></td>
2776
2994
  </tr>
2777
2995
 
2778
2996
 
2779
2997
 
2780
2998
  <tr>
2781
2999
 
2782
- <td class="name"><code>to</code></td>
3000
+ <td class="name"><code>name</code></td>
2783
3001
 
2784
3002
 
2785
3003
  <td class="type">
2786
3004
 
2787
3005
 
2788
- <span class="param-type">number</span>
3006
+ <span class="param-type">string</span>
2789
3007
 
2790
3008
 
2791
3009
 
@@ -2796,20 +3014,20 @@
2796
3014
 
2797
3015
 
2798
3016
 
2799
- <td class="description last">Last index of returned data</td>
3017
+ <td class="description last"></td>
2800
3018
  </tr>
2801
3019
 
2802
3020
 
2803
3021
 
2804
3022
  <tr>
2805
3023
 
2806
- <td class="name"><code>per_page</code></td>
3024
+ <td class="name"><code>description</code></td>
2807
3025
 
2808
3026
 
2809
3027
  <td class="type">
2810
3028
 
2811
3029
 
2812
- <span class="param-type">number</span>
3030
+ <span class="param-type">string</span>
2813
3031
 
2814
3032
 
2815
3033
 
@@ -2820,14 +3038,14 @@
2820
3038
 
2821
3039
 
2822
3040
 
2823
- <td class="description last">Total number of items per page</td>
3041
+ <td class="description last"></td>
2824
3042
  </tr>
2825
3043
 
2826
3044
 
2827
3045
 
2828
3046
  <tr>
2829
3047
 
2830
- <td class="name"><code>last_page</code></td>
3048
+ <td class="name"><code>duplicated_count</code></td>
2831
3049
 
2832
3050
 
2833
3051
  <td class="type">
@@ -2844,20 +3062,20 @@
2844
3062
 
2845
3063
 
2846
3064
 
2847
- <td class="description last">Last page accessed</td>
3065
+ <td class="description last"></td>
2848
3066
  </tr>
2849
3067
 
2850
3068
 
2851
3069
 
2852
3070
  <tr>
2853
3071
 
2854
- <td class="name"><code>total</code></td>
3072
+ <td class="name"><code>duration_formated</code></td>
2855
3073
 
2856
3074
 
2857
3075
  <td class="type">
2858
3076
 
2859
3077
 
2860
- <span class="param-type">number</span>
3078
+ <span class="param-type">string</span>
2861
3079
 
2862
3080
 
2863
3081
 
@@ -2868,20 +3086,20 @@
2868
3086
 
2869
3087
 
2870
3088
 
2871
- <td class="description last">Total number of items</td>
3089
+ <td class="description last"></td>
2872
3090
  </tr>
2873
3091
 
2874
3092
 
2875
3093
 
2876
3094
  <tr>
2877
3095
 
2878
- <td class="name"><code>path</code></td>
3096
+ <td class="name"><code>first_4_items_thumbnail_url</code></td>
2879
3097
 
2880
3098
 
2881
3099
  <td class="type">
2882
3100
 
2883
3101
 
2884
- <span class="param-type">string</span>
3102
+ <span class="param-type">Array.&lt;string></span>
2885
3103
 
2886
3104
 
2887
3105
 
@@ -2892,120 +3110,68 @@
2892
3110
 
2893
3111
 
2894
3112
 
2895
- <td class="description last">Url of the current page</td>
3113
+ <td class="description last"></td>
2896
3114
  </tr>
2897
3115
 
2898
3116
 
2899
- </tbody>
2900
- </table>
2901
-
2902
3117
 
2903
-
2904
-
2905
-
2906
-
2907
-
2908
-
2909
- <h5 class="h5-types">Type:</h5>
2910
- <ul>
2911
- <li>
3118
+ <tr>
3119
+
3120
+ <td class="name"><code>total_items</code></td>
2912
3121
 
2913
- <span class="param-type">Object</span>
2914
-
2915
-
2916
-
2917
- </li>
2918
- </ul>
2919
-
2920
-
2921
-
2922
-
2923
-
2924
3122
 
3123
+ <td class="type">
2925
3124
 
2926
3125
 
2927
- <h4 class="name" id="PaginatedResponse">PaginatedResponse</h4>
2928
-
2929
-
2930
-
2931
-
2932
-
2933
- <dl class="details">
2934
-
2935
-
2936
-
2937
- <dt class="tag-source">Source:</dt>
2938
- <dd class="tag-source"><ul class="dummy"><li>
2939
- <a href="api_types.js.html">api/types.js</a>, <a href="api_types.js.html#line20">line 20</a>
2940
- </li></ul></dd>
2941
-
2942
-
2943
-
2944
-
2945
-
2946
-
2947
-
2948
-
2949
-
2950
-
2951
-
2952
-
2953
-
2954
-
2955
-
2956
-
2957
-
3126
+ <span class="param-type">number</span>
2958
3127
 
2959
-
2960
3128
 
2961
-
2962
3129
 
2963
-
3130
+
3131
+ </td>
2964
3132
 
2965
-
3133
+
2966
3134
 
2967
-
3135
+
2968
3136
 
2969
-
3137
+ <td class="description last"></td>
3138
+ </tr>
2970
3139
 
2971
3140
 
2972
- </dl>
2973
-
2974
3141
 
3142
+ <tr>
3143
+
3144
+ <td class="name"><code>likes</code></td>
3145
+
2975
3146
 
2976
- <h5 class="subsection-title">Properties:</h5>
3147
+ <td class="type">
3148
+
3149
+
3150
+ <span class="param-type">number</span>
2977
3151
 
2978
-
2979
3152
 
2980
- <table class="props">
2981
- <thead>
2982
- <tr>
2983
-
2984
- <th>Name</th>
2985
-
2986
3153
 
2987
- <th>Type</th>
3154
+
3155
+ </td>
2988
3156
 
2989
-
3157
+
2990
3158
 
2991
-
3159
+
2992
3160
 
2993
- <th class="last">Description</th>
2994
- </tr>
2995
- </thead>
3161
+ <td class="description last"></td>
3162
+ </tr>
2996
3163
 
2997
- <tbody>
2998
3164
 
2999
3165
 
3000
3166
  <tr>
3001
3167
 
3002
- <td class="name"><code>meta</code></td>
3168
+ <td class="name"><code>pinned</code></td>
3003
3169
 
3004
3170
 
3005
3171
  <td class="type">
3006
3172
 
3007
3173
 
3008
- <span class="param-type"><a href="global.html#PaginatedMeta">PaginatedMeta</a></span>
3174
+ <span class="param-type">boolean</span>
3009
3175
 
3010
3176
 
3011
3177
 
@@ -3016,20 +3182,20 @@
3016
3182
 
3017
3183
 
3018
3184
 
3019
- <td class="description last">Meta information</td>
3185
+ <td class="description last"></td>
3020
3186
  </tr>
3021
3187
 
3022
3188
 
3023
3189
 
3024
3190
  <tr>
3025
3191
 
3026
- <td class="name"><code>links</code></td>
3192
+ <td class="name"><code>is_my_playlist</code></td>
3027
3193
 
3028
3194
 
3029
3195
  <td class="type">
3030
3196
 
3031
3197
 
3032
- <span class="param-type"><a href="global.html#PaginatedLinks">PaginatedLinks</a></span>
3198
+ <span class="param-type">boolean</span>
3033
3199
 
3034
3200
 
3035
3201
 
@@ -3040,20 +3206,20 @@
3040
3206
 
3041
3207
 
3042
3208
 
3043
- <td class="description last">Links information</td>
3209
+ <td class="description last"></td>
3044
3210
  </tr>
3045
3211
 
3046
3212
 
3047
3213
 
3048
3214
  <tr>
3049
3215
 
3050
- <td class="name"><code>data</code></td>
3216
+ <td class="name"><code>user</code></td>
3051
3217
 
3052
3218
 
3053
3219
  <td class="type">
3054
3220
 
3055
3221
 
3056
- <span class="param-type">Array.&lt;T></span>
3222
+ <span class="param-type"><a href="global.html#User">User</a></span>
3057
3223
 
3058
3224
 
3059
3225
 
@@ -3064,7 +3230,7 @@
3064
3230
 
3065
3231
 
3066
3232
 
3067
- <td class="description last">Data</td>
3233
+ <td class="description last"></td>
3068
3234
  </tr>
3069
3235
 
3070
3236
 
@@ -3075,19 +3241,8 @@
3075
3241
 
3076
3242
 
3077
3243
 
3078
-
3079
-
3080
-
3081
- <h5 class="h5-types">Type:</h5>
3082
- <ul>
3083
- <li>
3084
-
3085
- <span class="param-type">Object.&lt;T></span>
3086
-
3087
-
3088
-
3089
- </li>
3090
- </ul>
3244
+
3245
+
3091
3246
 
3092
3247
 
3093
3248
 
@@ -3096,7 +3251,7 @@
3096
3251
 
3097
3252
 
3098
3253
 
3099
- <h4 class="name" id="Playlist">Playlist</h4>
3254
+ <h4 class="name" id="SetUserSignatureParams">SetUserSignatureParams</h4>
3100
3255
 
3101
3256
 
3102
3257
 
@@ -3108,7 +3263,7 @@
3108
3263
 
3109
3264
  <dt class="tag-source">Source:</dt>
3110
3265
  <dd class="tag-source"><ul class="dummy"><li>
3111
- <a href="content-org_playlists-types.js.html">content-org/playlists-types.js</a>, <a href="content-org_playlists-types.js.html#line22">line 22</a>
3266
+ <a href="user_types.js.html">user/types.js</a>, <a href="user_types.js.html#line146">line 146</a>
3112
3267
  </li></ul></dd>
3113
3268
 
3114
3269
 
@@ -3171,13 +3326,13 @@
3171
3326
 
3172
3327
  <tr>
3173
3328
 
3174
- <td class="name"><code>id</code></td>
3329
+ <td class="name"><code>signature</code></td>
3175
3330
 
3176
3331
 
3177
3332
  <td class="type">
3178
3333
 
3179
3334
 
3180
- <span class="param-type">number</span>
3335
+ <span class="param-type">string</span>
3181
3336
 
3182
3337
 
3183
3338
 
@@ -3188,164 +3343,120 @@
3188
3343
 
3189
3344
 
3190
3345
 
3191
- <td class="description last"></td>
3346
+ <td class="description last">The signature text to set for the user.</td>
3192
3347
  </tr>
3193
3348
 
3194
3349
 
3195
-
3196
- <tr>
3197
-
3198
- <td class="name"><code>brand</code></td>
3199
-
3200
-
3201
- <td class="type">
3202
-
3203
-
3204
- <span class="param-type">string</span>
3205
-
3350
+ </tbody>
3351
+ </table>
3206
3352
 
3207
3353
 
3208
-
3209
- </td>
3210
3354
 
3211
-
3212
3355
 
3213
-
3214
3356
 
3215
- <td class="description last"></td>
3216
- </tr>
3217
3357
 
3218
-
3219
3358
 
3220
- <tr>
3221
-
3222
- <td class="name"><code>name</code></td>
3223
-
3224
3359
 
3225
- <td class="type">
3360
+ <h5 class="h5-types">Type:</h5>
3361
+ <ul>
3362
+ <li>
3226
3363
 
3227
-
3228
- <span class="param-type">string</span>
3364
+ <span class="param-type">Object</span>
3229
3365
 
3230
3366
 
3231
3367
 
3232
-
3233
- </td>
3368
+ </li>
3369
+ </ul>
3234
3370
 
3235
-
3236
3371
 
3237
-
3238
3372
 
3239
- <td class="description last"></td>
3240
- </tr>
3241
3373
 
3242
-
3243
3374
 
3244
- <tr>
3245
-
3246
- <td class="name"><code>description</code></td>
3247
-
3248
3375
 
3249
- <td class="type">
3250
3376
 
3251
3377
 
3252
- <span class="param-type">string</span>
3378
+ <h4 class="name" id="StreakDTO">StreakDTO</h4>
3253
3379
 
3254
3380
 
3255
3381
 
3256
-
3257
- </td>
3258
3382
 
3259
-
3260
3383
 
3261
-
3384
+ <dl class="details">
3385
+
3262
3386
 
3263
- <td class="description last"></td>
3264
- </tr>
3387
+
3388
+ <dt class="tag-source">Source:</dt>
3389
+ <dd class="tag-source"><ul class="dummy"><li>
3390
+ <a href="user_types.js.html">user/types.js</a>, <a href="user_types.js.html#line118">line 118</a>
3391
+ </li></ul></dd>
3392
+
3265
3393
 
3266
3394
 
3267
3395
 
3268
- <tr>
3269
-
3270
- <td class="name"><code>duration_formated</code></td>
3271
-
3396
+
3272
3397
 
3273
- <td class="type">
3274
-
3275
-
3276
- <span class="param-type">string</span>
3398
+
3277
3399
 
3400
+
3278
3401
 
3402
+
3279
3403
 
3280
-
3281
- </td>
3404
+
3282
3405
 
3283
-
3406
+
3284
3407
 
3285
-
3408
+
3286
3409
 
3287
- <td class="description last"></td>
3288
- </tr>
3410
+
3289
3411
 
3290
3412
 
3291
3413
 
3292
- <tr>
3293
-
3294
- <td class="name"><code>first_4_items_thumbnail_url</code></td>
3295
-
3414
+
3296
3415
 
3297
- <td class="type">
3298
-
3299
-
3300
- <span class="param-type">Array.&lt;string></span>
3416
+
3301
3417
 
3418
+
3302
3419
 
3420
+
3303
3421
 
3304
-
3305
- </td>
3422
+
3423
+ </dl>
3306
3424
 
3307
-
3308
3425
 
3309
-
3310
3426
 
3311
- <td class="description last"></td>
3312
- </tr>
3427
+ <h5 class="subsection-title">Properties:</h5>
3313
3428
 
3314
3429
 
3315
3430
 
3316
- <tr>
3317
-
3318
- <td class="name"><code>total_items</code></td>
3319
-
3320
-
3321
- <td class="type">
3322
-
3323
-
3324
- <span class="param-type">number</span>
3325
-
3326
-
3431
+ <table class="props">
3432
+ <thead>
3433
+ <tr>
3434
+
3435
+ <th>Name</th>
3436
+
3327
3437
 
3328
-
3329
- </td>
3438
+ <th>Type</th>
3330
3439
 
3331
-
3440
+
3332
3441
 
3333
-
3442
+
3334
3443
 
3335
- <td class="description last"></td>
3336
- </tr>
3444
+ <th class="last">Description</th>
3445
+ </tr>
3446
+ </thead>
3337
3447
 
3448
+ <tbody>
3338
3449
 
3339
3450
 
3340
3451
  <tr>
3341
3452
 
3342
- <td class="name"><code>likes</code></td>
3453
+ <td class="name"><code>type</code></td>
3343
3454
 
3344
3455
 
3345
3456
  <td class="type">
3346
3457
 
3347
3458
 
3348
- <span class="param-type">number</span>
3459
+ <span class="param-type">string</span>
3349
3460
 
3350
3461
 
3351
3462
 
@@ -3356,20 +3467,20 @@
3356
3467
 
3357
3468
 
3358
3469
 
3359
- <td class="description last"></td>
3470
+ <td class="description last">week or day</td>
3360
3471
  </tr>
3361
3472
 
3362
3473
 
3363
3474
 
3364
3475
  <tr>
3365
3476
 
3366
- <td class="name"><code>pinned</code></td>
3477
+ <td class="name"><code>length</code></td>
3367
3478
 
3368
3479
 
3369
3480
  <td class="type">
3370
3481
 
3371
3482
 
3372
- <span class="param-type">boolean</span>
3483
+ <span class="param-type">number</span>
3373
3484
 
3374
3485
 
3375
3486
 
@@ -3387,13 +3498,16 @@
3387
3498
 
3388
3499
  <tr>
3389
3500
 
3390
- <td class="name"><code>is_my_playlist</code></td>
3501
+ <td class="name"><code>start_date</code></td>
3391
3502
 
3392
3503
 
3393
3504
  <td class="type">
3394
3505
 
3395
3506
 
3396
- <span class="param-type">boolean</span>
3507
+ <span class="param-type">Date</span>
3508
+ |
3509
+
3510
+ <span class="param-type">null</span>
3397
3511
 
3398
3512
 
3399
3513
 
@@ -3411,13 +3525,16 @@
3411
3525
 
3412
3526
  <tr>
3413
3527
 
3414
- <td class="name"><code>user</code></td>
3528
+ <td class="name"><code>end_date</code></td>
3415
3529
 
3416
3530
 
3417
3531
  <td class="type">
3418
3532
 
3419
3533
 
3420
- <span class="param-type"><a href="global.html#User">User</a></span>
3534
+ <span class="param-type">Date</span>
3535
+ |
3536
+
3537
+ <span class="param-type">null</span>
3421
3538
 
3422
3539
 
3423
3540
 
@@ -3442,6 +3559,17 @@
3442
3559
 
3443
3560
 
3444
3561
 
3562
+ <h5 class="h5-types">Type:</h5>
3563
+ <ul>
3564
+ <li>
3565
+
3566
+ <span class="param-type">Object</span>
3567
+
3568
+
3569
+
3570
+ </li>
3571
+ </ul>
3572
+
3445
3573
 
3446
3574
 
3447
3575
 
@@ -3449,7 +3577,7 @@
3449
3577
 
3450
3578
 
3451
3579
 
3452
- <h4 class="name" id="StreakDTO">StreakDTO</h4>
3580
+ <h4 class="name" id="UpdatePlaylistDTO">UpdatePlaylistDTO</h4>
3453
3581
 
3454
3582
 
3455
3583
 
@@ -3461,7 +3589,7 @@
3461
3589
 
3462
3590
  <dt class="tag-source">Source:</dt>
3463
3591
  <dd class="tag-source"><ul class="dummy"><li>
3464
- <a href="user_types.js.html">user/types.js</a>, <a href="user_types.js.html#line118">line 118</a>
3592
+ <a href="content-org_playlists-types.js.html">content-org/playlists-types.js</a>, <a href="content-org_playlists-types.js.html#line11">line 11</a>
3465
3593
  </li></ul></dd>
3466
3594
 
3467
3595
 
@@ -3524,7 +3652,7 @@
3524
3652
 
3525
3653
  <tr>
3526
3654
 
3527
- <td class="name"><code>type</code></td>
3655
+ <td class="name"><code>name</code></td>
3528
3656
 
3529
3657
 
3530
3658
  <td class="type">
@@ -3541,20 +3669,20 @@
3541
3669
 
3542
3670
 
3543
3671
 
3544
- <td class="description last">week or day</td>
3672
+ <td class="description last">The name of the new playlist. (required, max 255 characters)</td>
3545
3673
  </tr>
3546
3674
 
3547
3675
 
3548
3676
 
3549
3677
  <tr>
3550
3678
 
3551
- <td class="name"><code>length</code></td>
3679
+ <td class="name"><code>description</code></td>
3552
3680
 
3553
3681
 
3554
3682
  <td class="type">
3555
3683
 
3556
3684
 
3557
- <span class="param-type">number</span>
3685
+ <span class="param-type">string</span>
3558
3686
 
3559
3687
 
3560
3688
 
@@ -3565,23 +3693,20 @@
3565
3693
 
3566
3694
 
3567
3695
 
3568
- <td class="description last"></td>
3696
+ <td class="description last">A description of the playlist. (optional, max 1000 characters)</td>
3569
3697
  </tr>
3570
3698
 
3571
3699
 
3572
3700
 
3573
3701
  <tr>
3574
3702
 
3575
- <td class="name"><code>start_date</code></td>
3703
+ <td class="name"><code>category</code></td>
3576
3704
 
3577
3705
 
3578
3706
  <td class="type">
3579
3707
 
3580
3708
 
3581
- <span class="param-type">Date</span>
3582
- |
3583
-
3584
- <span class="param-type">null</span>
3709
+ <span class="param-type">string</span>
3585
3710
 
3586
3711
 
3587
3712
 
@@ -3592,23 +3717,20 @@
3592
3717
 
3593
3718
 
3594
3719
 
3595
- <td class="description last"></td>
3720
+ <td class="description last">The category of the playlist. (optional, max 255 characters)</td>
3596
3721
  </tr>
3597
3722
 
3598
3723
 
3599
3724
 
3600
3725
  <tr>
3601
3726
 
3602
- <td class="name"><code>end_date</code></td>
3727
+ <td class="name"><code>is_private</code></td>
3603
3728
 
3604
3729
 
3605
3730
  <td class="type">
3606
3731
 
3607
3732
 
3608
- <span class="param-type">Date</span>
3609
- |
3610
-
3611
- <span class="param-type">null</span>
3733
+ <span class="param-type">boolean</span>
3612
3734
 
3613
3735
 
3614
3736
 
@@ -3619,30 +3741,67 @@
3619
3741
 
3620
3742
 
3621
3743
 
3622
- <td class="description last"></td>
3744
+ <td class="description last">Whether the playlist is private. (optional, defaults to false)</td>
3623
3745
  </tr>
3624
3746
 
3625
3747
 
3626
- </tbody>
3627
- </table>
3628
3748
 
3749
+ <tr>
3750
+
3751
+ <td class="name"><code>deleted_items</code></td>
3752
+
3629
3753
 
3754
+ <td class="type">
3755
+
3756
+
3757
+ <span class="param-type">Array.&lt;number></span>
3630
3758
 
3631
3759
 
3632
3760
 
3761
+
3762
+ </td>
3633
3763
 
3764
+
3634
3765
 
3766
+
3635
3767
 
3636
- <h5 class="h5-types">Type:</h5>
3637
- <ul>
3638
- <li>
3768
+ <td class="description last">List of playlist items to be deleted. (optional)</td>
3769
+ </tr>
3770
+
3771
+
3772
+
3773
+ <tr>
3639
3774
 
3640
- <span class="param-type">Object</span>
3775
+ <td class="name"><code>item_order</code></td>
3776
+
3777
+
3778
+ <td class="type">
3779
+
3780
+
3781
+ <span class="param-type">Array.&lt;number></span>
3782
+
3783
+
3784
+
3785
+
3786
+ </td>
3787
+
3788
+
3789
+
3790
+
3791
+
3792
+ <td class="description last">List of all remaining playlist item ids (not content_ids) provided in the new order. (optional)</td>
3793
+ </tr>
3794
+
3795
+
3796
+ </tbody>
3797
+ </table>
3798
+
3799
+
3800
+
3801
+
3641
3802
 
3642
3803
 
3643
3804
 
3644
- </li>
3645
- </ul>
3646
3805
 
3647
3806
 
3648
3807
 
@@ -5799,7 +5958,7 @@
5799
5958
  <br class="clear">
5800
5959
 
5801
5960
  <footer>
5802
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Mon Jun 16 2025 14:26:22 GMT+0300 (Eastern European Summer Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
5961
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Tue Nov 04 2025 18:21:55 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
5803
5962
  </footer>
5804
5963
 
5805
5964
  <script>prettyPrint();</script>