musora-content-services 2.32.0 → 2.33.1

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 (58) hide show
  1. package/.coderabbit.yaml +5 -0
  2. package/CHANGELOG.md +15 -0
  3. package/docs/ContentOrganization.html +2 -2
  4. package/docs/Gamification.html +2 -2
  5. package/docs/UserManagementSystem.html +2 -2
  6. package/docs/api_types.js.html +2 -2
  7. package/docs/config.js.html +2 -2
  8. package/docs/content-org_content-org.js.html +2 -2
  9. package/docs/content-org_guided-courses.ts.html +118 -0
  10. package/docs/content-org_playlists-types.js.html +2 -2
  11. package/docs/content-org_playlists.js.html +2 -2
  12. package/docs/content.js.html +2 -2
  13. package/docs/gamification_awards.js.html +1 -1
  14. package/docs/gamification_awards.ts.html +158 -0
  15. package/docs/gamification_gamification.js.html +2 -2
  16. package/docs/gamification_types.js.html +1 -1
  17. package/docs/global.html +2 -222
  18. package/docs/index.html +2 -2
  19. package/docs/module-Accounts.html +1471 -0
  20. package/docs/module-Awards.html +234 -14
  21. package/docs/module-Config.html +2 -2
  22. package/docs/module-Content-Services-V2.html +2 -2
  23. package/docs/module-GuidedCourses.html +108 -0
  24. package/docs/module-Interests.html +2 -2
  25. package/docs/module-Permissions.html +2 -2
  26. package/docs/module-Playlists.html +2 -2
  27. package/docs/module-Railcontent-Services.html +2 -2
  28. package/docs/module-Sanity-Services.html +2 -2
  29. package/docs/module-Sessions.html +2 -2
  30. package/docs/module-UserActivity.html +3 -3
  31. package/docs/module-UserChat.html +2 -2
  32. package/docs/module-UserManagement.html +2 -2
  33. package/docs/module-UserNotifications.html +2 -2
  34. package/docs/module-UserProfile.html +2 -2
  35. package/docs/railcontent.js.html +2 -2
  36. package/docs/sanity.js.html +2 -2
  37. package/docs/userActivity.js.html +7 -7
  38. package/docs/user_account.ts.html +190 -0
  39. package/docs/user_chat.js.html +2 -2
  40. package/docs/user_interests.js.html +2 -2
  41. package/docs/user_management.js.html +3 -2
  42. package/docs/user_notifications.js.html +2 -2
  43. package/docs/user_permissions.js.html +2 -2
  44. package/docs/user_profile.js.html +2 -2
  45. package/docs/user_sessions.js.html +2 -2
  46. package/docs/user_types.js.html +2 -2
  47. package/docs/user_user-management-system.js.html +2 -2
  48. package/jsdoc.json +11 -1
  49. package/package.json +5 -1
  50. package/src/index.d.ts +8 -2
  51. package/src/index.js +8 -2
  52. package/src/services/api/types.ts +22 -0
  53. package/src/services/gamification/awards.ts +86 -0
  54. package/src/services/user/account.ts +52 -0
  55. package/src/services/user/management.js +1 -0
  56. package/src/services/userActivity.js +5 -5
  57. package/src/services/gamification/awards.js +0 -93
  58. package/src/services/gamification/types.js +0 -8
@@ -0,0 +1,1471 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+
5
+ <meta charset="utf-8">
6
+ <title>Accounts - Documentation</title>
7
+
8
+
9
+ <script src="scripts/prettify/prettify.js"></script>
10
+ <script src="scripts/prettify/lang-css.js"></script>
11
+ <!--[if lt IE 9]>
12
+ <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
13
+ <![endif]-->
14
+ <link type="text/css" rel="stylesheet" href="styles/prettify.css">
15
+ <link type="text/css" rel="stylesheet" href="styles/jsdoc.css">
16
+ <script src="scripts/nav.js" defer></script>
17
+
18
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
19
+ </head>
20
+ <body>
21
+
22
+ <input type="checkbox" id="nav-trigger" class="nav-trigger" />
23
+ <label for="nav-trigger" class="navicon-button x">
24
+ <div class="navicon"></div>
25
+ </label>
26
+
27
+ <label for="nav-trigger" class="overlay"></label>
28
+
29
+ <nav >
30
+
31
+
32
+ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-Accounts.html">Accounts</a><ul class='methods'><li data-type='method'><a href="module-Accounts.html#~confirmEmailChange">confirmEmailChange</a></li><li data-type='method'><a href="module-Accounts.html#~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></ul></li><li><a href="module-Config.html">Config</a><ul class='methods'><li data-type='method'><a href="module-Config.html#.initializeService">initializeService</a></li></ul></li><li><a href="module-Content-Services-V2.html">Content-Services-V2</a><ul class='methods'><li data-type='method'><a href="module-Content-Services-V2.html#.getContentRows">getContentRows</a></li><li data-type='method'><a href="module-Content-Services-V2.html#.getNewAndUpcoming">getNewAndUpcoming</a></li><li data-type='method'><a href="module-Content-Services-V2.html#.getRecent">getRecent</a></li><li data-type='method'><a href="module-Content-Services-V2.html#.getRecentForTab">getRecentForTab</a></li><li data-type='method'><a href="module-Content-Services-V2.html#.getRecommendedForYou">getRecommendedForYou</a></li><li data-type='method'><a href="module-Content-Services-V2.html#.getScheduleContentRows">getScheduleContentRows</a></li><li data-type='method'><a href="module-Content-Services-V2.html#.getTabResults">getTabResults</a></li></ul></li><li><a href="module-GuidedCourses.html">GuidedCourses</a></li><li><a href="module-Interests.html">Interests</a><ul class='methods'><li data-type='method'><a href="module-Interests.html#.fetchInterests">fetchInterests</a></li><li data-type='method'><a href="module-Interests.html#.fetchUninterests">fetchUninterests</a></li><li data-type='method'><a href="module-Interests.html#.markContentAsInterested">markContentAsInterested</a></li><li data-type='method'><a href="module-Interests.html#.markContentAsNotInterested">markContentAsNotInterested</a></li><li data-type='method'><a href="module-Interests.html#.removeContentAsInterested">removeContentAsInterested</a></li><li data-type='method'><a href="module-Interests.html#.removeContentAsNotInterested">removeContentAsNotInterested</a></li></ul></li><li><a href="module-Permissions.html">Permissions</a><ul class='methods'><li data-type='method'><a href="module-Permissions.html#.fetchUserPermissions">fetchUserPermissions</a></li><li data-type='method'><a href="module-Permissions.html#.reset">reset</a></li></ul></li><li><a href="module-Playlists.html">Playlists</a><ul class='methods'><li data-type='method'><a href="module-Playlists.html#.addItemToPlaylist">addItemToPlaylist</a></li><li data-type='method'><a href="module-Playlists.html#.createPlaylist">createPlaylist</a></li><li data-type='method'><a href="module-Playlists.html#.deletePlaylist">deletePlaylist</a></li><li data-type='method'><a href="module-Playlists.html#.duplicatePlaylist">duplicatePlaylist</a></li><li data-type='method'><a href="module-Playlists.html#.fetchPlaylist">fetchPlaylist</a></li><li data-type='method'><a href="module-Playlists.html#.fetchPlaylistItems">fetchPlaylistItems</a></li><li data-type='method'><a href="module-Playlists.html#.fetchUserPlaylists">fetchUserPlaylists</a></li><li data-type='method'><a href="module-Playlists.html#.togglePlaylistPrivate">togglePlaylistPrivate</a></li><li data-type='method'><a href="module-Playlists.html#.undeletePlaylist">undeletePlaylist</a></li><li data-type='method'><a href="module-Playlists.html#.updatePlaylist">updatePlaylist</a></li><li data-type='method'><a href="module-Playlists.html#~deleteItemsFromPlaylist">deleteItemsFromPlaylist</a></li><li data-type='method'><a href="module-Playlists.html#~likePlaylist">likePlaylist</a></li><li data-type='method'><a href="module-Playlists.html#~reportPlaylist">reportPlaylist</a></li><li data-type='method'><a href="module-Playlists.html#~restoreItemFromPlaylist">restoreItemFromPlaylist</a></li><li data-type='method'><a href="module-Playlists.html#~unlikePlaylist">unlikePlaylist</a></li></ul></li><li><a href="module-Railcontent-Services.html">Railcontent-Services</a><ul class='methods'><li data-type='method'><a href="module-Railcontent-Services.html#.assignModeratorToComment">assignModeratorToComment</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.closeComment">closeComment</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.createComment">createComment</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.deleteComment">deleteComment</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.editComment">editComment</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.fetchAllCompletedStates">fetchAllCompletedStates</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.fetchCarouselCardData">fetchCarouselCardData</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.fetchComment">fetchComment</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.fetchCommentRelies">fetchCommentRelies</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.fetchComments">fetchComments</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.fetchCompletedContent">fetchCompletedContent</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.fetchCompletedState">fetchCompletedState</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.fetchContentInProgress">fetchContentInProgress</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.fetchContentPageUserData">fetchContentPageUserData</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.fetchNextContentDataForParent">fetchNextContentDataForParent</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.fetchRecentUserActivities">fetchRecentUserActivities</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.fetchSongsInProgress">fetchSongsInProgress</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.fetchTopComment">fetchTopComment</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.fetchUserAward">fetchUserAward</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.fetchUserBadges">fetchUserBadges</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.fetchUserPracticeNotes">fetchUserPracticeNotes</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.likeComment">likeComment</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.openComment">openComment</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.postContentComplete">postContentComplete</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.postContentReset">postContentReset</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.postContentRestore">postContentRestore</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.replyToComment">replyToComment</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.reportComment">reportComment</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.restoreComment">restoreComment</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.setStudentViewForUser">setStudentViewForUser</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.unassignModeratorToComment">unassignModeratorToComment</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.unlikeComment">unlikeComment</a></li><li data-type='method'><a href="module-Railcontent-Services.html#~fetchLastInteractedChild">fetchLastInteractedChild</a></li></ul></li><li><a href="module-Sanity-Services.html">Sanity-Services</a><ul class='methods'><li data-type='method'><a href="module-Sanity-Services.html#.fetchAll">fetchAll</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchAllFilterOptions">fetchAllFilterOptions</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchAllPacks">fetchAllPacks</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchArtistLessons">fetchArtistLessons</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchArtists">fetchArtists</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchByRailContentId">fetchByRailContentId</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchByRailContentIds">fetchByRailContentIds</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchByReference">fetchByReference</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchCoachLessons">fetchCoachLessons</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchComingSoon">fetchComingSoon</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchCommentModContentData">fetchCommentModContentData</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchFoundation">fetchFoundation</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchGenreLessons">fetchGenreLessons</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchLeaving">fetchLeaving</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchLessonContent">fetchLessonContent</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchLessonsFeaturingThisContent">fetchLessonsFeaturingThisContent</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchMetadata">fetchMetadata</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchMethod">fetchMethod</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchMethodChildren">fetchMethodChildren</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchMethodChildrenIds">fetchMethodChildrenIds</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchMethodPreviousNextLesson">fetchMethodPreviousNextLesson</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchNewReleases">fetchNewReleases</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchNextPreviousLesson">fetchNextPreviousLesson</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchOtherSongVersions">fetchOtherSongVersions</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchPackAll">fetchPackAll</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchPackData">fetchPackData</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchParentForDownload">fetchParentForDownload</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchRelatedLessons">fetchRelatedLessons</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchRelatedRecommendedContent">fetchRelatedRecommendedContent</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchRelatedSongs">fetchRelatedSongs</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchReturning">fetchReturning</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchSanity">fetchSanity</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchScheduledReleases">fetchScheduledReleases</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchShowsData">fetchShowsData</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchSiblingContent">fetchSiblingContent</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchSongArtistCount">fetchSongArtistCount</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchSongById">fetchSongById</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchUpcomingEvents">fetchUpcomingEvents</a></li><li data-type='method'><a href="module-Sanity-Services.html#.jumpToContinueContent">jumpToContinueContent</a></li><li data-type='method'><a href="module-Sanity-Services.html#~fetchRelatedByLicense">fetchRelatedByLicense</a></li><li data-type='method'><a href="module-Sanity-Services.html#~getQueryFromPage">getQueryFromPage</a></li></ul></li><li><a href="module-Sessions.html">Sessions</a><ul class='methods'><li data-type='method'><a href="module-Sessions.html#.login">login</a></li><li data-type='method'><a href="module-Sessions.html#.logout">logout</a></li></ul></li><li><a href="module-UserActivity.html">UserActivity</a><ul class='methods'><li data-type='method'><a href="module-UserActivity.html#.calculateLongestStreaks">calculateLongestStreaks</a></li><li data-type='method'><a href="module-UserActivity.html#.createPracticeNotes">createPracticeNotes</a></li><li data-type='method'><a href="module-UserActivity.html#.deletePracticeSession">deletePracticeSession</a></li><li data-type='method'><a href="module-UserActivity.html#.deleteUserActivity">deleteUserActivity</a></li><li data-type='method'><a href="module-UserActivity.html#.getPracticeNotes">getPracticeNotes</a></li><li data-type='method'><a href="module-UserActivity.html#.getPracticeSessions">getPracticeSessions</a></li><li data-type='method'><a href="module-UserActivity.html#.getProgressRows">getProgressRows</a></li><li data-type='method'><a href="module-UserActivity.html#.getRecentActivity">getRecentActivity</a></li><li data-type='method'><a href="module-UserActivity.html#.getUserMonthlyStats">getUserMonthlyStats</a></li><li data-type='method'><a href="module-UserActivity.html#.getUserWeeklyStats">getUserWeeklyStats</a></li><li data-type='method'><a href="module-UserActivity.html#.pinProgressRow">pinProgressRow</a></li><li data-type='method'><a href="module-UserActivity.html#.recordUserActivity">recordUserActivity</a></li><li data-type='method'><a href="module-UserActivity.html#.recordUserPractice">recordUserPractice</a></li><li data-type='method'><a href="module-UserActivity.html#.removeUserPractice">removeUserPractice</a></li><li data-type='method'><a href="module-UserActivity.html#.restorePracticeSession">restorePracticeSession</a></li><li data-type='method'><a href="module-UserActivity.html#.restoreUserActivity">restoreUserActivity</a></li><li data-type='method'><a href="module-UserActivity.html#.restoreUserPractice">restoreUserPractice</a></li><li data-type='method'><a href="module-UserActivity.html#.unpinProgressRow">unpinProgressRow</a></li><li data-type='method'><a href="module-UserActivity.html#.updatePracticeNotes">updatePracticeNotes</a></li><li data-type='method'><a href="module-UserActivity.html#.updateUserPractice">updateUserPractice</a></li></ul></li><li><a href="module-UserChat.html">UserChat</a><ul class='methods'><li data-type='method'><a href="module-UserChat.html#.fetchChatSettings">fetchChatSettings</a></li></ul></li><li><a href="module-UserManagement.html">UserManagement</a><ul class='methods'><li data-type='method'><a href="module-UserManagement.html#.blockUser">blockUser</a></li><li data-type='method'><a href="module-UserManagement.html#.blockedUsers">blockedUsers</a></li><li data-type='method'><a href="module-UserManagement.html#.deletePicture">deletePicture</a></li><li data-type='method'><a href="module-UserManagement.html#.getUserData">getUserData</a></li><li data-type='method'><a href="module-UserManagement.html#.isDisplayNameAvailable">isDisplayNameAvailable</a></li><li data-type='method'><a href="module-UserManagement.html#.unblockUser">unblockUser</a></li><li data-type='method'><a href="module-UserManagement.html#.updateDisplayName">updateDisplayName</a></li><li data-type='method'><a href="module-UserManagement.html#.uploadPicture">uploadPicture</a></li><li data-type='method'><a href="module-UserManagement.html#.uploadPictureFromS3">uploadPictureFromS3</a></li></ul></li><li><a href="module-UserNotifications.html">UserNotifications</a><ul class='methods'><li data-type='method'><a href="module-UserNotifications.html#.deleteNotification">deleteNotification</a></li><li data-type='method'><a href="module-UserNotifications.html#.fetchLiveEventPollingState">fetchLiveEventPollingState</a></li><li data-type='method'><a href="module-UserNotifications.html#.fetchNotificationSettings">fetchNotificationSettings</a></li><li data-type='method'><a href="module-UserNotifications.html#.fetchNotifications">fetchNotifications</a></li><li data-type='method'><a href="module-UserNotifications.html#.fetchUnreadCount">fetchUnreadCount</a></li><li data-type='method'><a href="module-UserNotifications.html#.markAllNotificationsAsRead">markAllNotificationsAsRead</a></li><li data-type='method'><a href="module-UserNotifications.html#.markNotificationAsRead">markNotificationAsRead</a></li><li data-type='method'><a href="module-UserNotifications.html#.markNotificationAsUnread">markNotificationAsUnread</a></li><li data-type='method'><a href="module-UserNotifications.html#.pauseLiveEventPolling">pauseLiveEventPolling</a></li><li data-type='method'><a href="module-UserNotifications.html#.restoreNotification">restoreNotification</a></li><li data-type='method'><a href="module-UserNotifications.html#.startLiveEventPolling">startLiveEventPolling</a></li><li data-type='method'><a href="module-UserNotifications.html#.updateNotificationSetting">updateNotificationSetting</a></li></ul></li><li><a href="module-UserProfile.html">UserProfile</a><ul class='methods'><li data-type='method'><a href="module-UserProfile.html#.deleteProfilePicture">deleteProfilePicture</a></li><li data-type='method'><a href="module-UserProfile.html#.otherStats">otherStats</a></li></ul></li></ul><h3>Namespaces</h3><ul><li><a href="ContentOrganization.html">ContentOrganization</a></li><li><a href="Gamification.html">Gamification</a></li><li><a href="UserManagementSystem.html">UserManagementSystem</a></li></ul><h3><a href="global.html">Global</a></h3>
33
+
34
+ </nav>
35
+
36
+ <div id="main">
37
+
38
+ <h1 class="page-title">Accounts</h1>
39
+
40
+
41
+
42
+
43
+
44
+
45
+
46
+ <section>
47
+
48
+ <header>
49
+
50
+
51
+
52
+ </header>
53
+
54
+ <article>
55
+
56
+ <div class="container-overview">
57
+
58
+
59
+
60
+
61
+
62
+ </div>
63
+
64
+
65
+
66
+
67
+
68
+
69
+
70
+
71
+
72
+
73
+
74
+
75
+
76
+
77
+
78
+
79
+
80
+ <h3 class="subsection-title">Methods</h3>
81
+
82
+
83
+
84
+
85
+
86
+
87
+ <h4 class="name" id="~confirmEmailChange"><span class="type-signature type-signature-async, inner">(async, inner) </span>confirmEmailChange<span class="signature">(token)</span><span class="type-signature"> &rarr; {Promise.&lt;(void|HttpError)>}</span></h4>
88
+
89
+
90
+
91
+
92
+
93
+
94
+ <dl class="details">
95
+
96
+
97
+
98
+ <dt class="tag-source">Source:</dt>
99
+ <dd class="tag-source"><ul class="dummy"><li>
100
+ <a href="user_account.ts.html">user/account.ts</a>, <a href="user_account.ts.html#line110">line 110</a>
101
+ </li></ul></dd>
102
+
103
+
104
+
105
+
106
+
107
+
108
+
109
+
110
+
111
+
112
+
113
+
114
+
115
+
116
+
117
+
118
+
119
+
120
+
121
+
122
+
123
+
124
+
125
+
126
+
127
+
128
+
129
+
130
+
131
+
132
+
133
+ </dl>
134
+
135
+
136
+
137
+
138
+
139
+
140
+
141
+
142
+
143
+
144
+
145
+
146
+
147
+ <h5 class="h5-parameters">Parameters:</h5>
148
+
149
+
150
+ <table class="params">
151
+ <thead>
152
+ <tr>
153
+
154
+ <th>Name</th>
155
+
156
+
157
+ <th>Type</th>
158
+
159
+
160
+
161
+
162
+
163
+ <th class="last">Description</th>
164
+ </tr>
165
+ </thead>
166
+
167
+ <tbody>
168
+
169
+
170
+ <tr>
171
+
172
+ <td class="name"><code>token</code></td>
173
+
174
+
175
+ <td class="type">
176
+
177
+
178
+ <span class="param-type">string</span>
179
+
180
+
181
+
182
+
183
+ </td>
184
+
185
+
186
+
187
+
188
+
189
+ <td class="description last">The token sent to the user's email for verification.</td>
190
+ </tr>
191
+
192
+
193
+ </tbody>
194
+ </table>
195
+
196
+
197
+
198
+
199
+
200
+
201
+
202
+
203
+
204
+
205
+
206
+
207
+
208
+
209
+
210
+
211
+ <h5 class="h5-returns">Returns:</h5>
212
+
213
+
214
+ <div class="param-desc">
215
+ - A promise that resolves when the email change is confirmed.
216
+ </div>
217
+
218
+
219
+
220
+ <dl class="param-type">
221
+ <dt>
222
+ Type
223
+ </dt>
224
+ <dd>
225
+
226
+ <span class="param-type">Promise.&lt;(void|HttpError)></span>
227
+
228
+
229
+
230
+ </dd>
231
+ </dl>
232
+
233
+
234
+
235
+
236
+
237
+
238
+
239
+
240
+
241
+
242
+ <h4 class="name" id="~requestEmailChange"><span class="type-signature type-signature-async, inner">(async, inner) </span>requestEmailChange<span class="signature">(email, password)</span><span class="type-signature"> &rarr; {Promise.&lt;(void|HttpError)>}</span></h4>
243
+
244
+
245
+
246
+
247
+
248
+
249
+ <dl class="details">
250
+
251
+
252
+
253
+ <dt class="tag-source">Source:</dt>
254
+ <dd class="tag-source"><ul class="dummy"><li>
255
+ <a href="user_account.ts.html">user/account.ts</a>, <a href="user_account.ts.html#line96">line 96</a>
256
+ </li></ul></dd>
257
+
258
+
259
+
260
+
261
+
262
+
263
+
264
+
265
+
266
+
267
+
268
+
269
+
270
+
271
+
272
+
273
+
274
+
275
+
276
+
277
+
278
+
279
+
280
+
281
+
282
+
283
+
284
+
285
+
286
+
287
+
288
+ </dl>
289
+
290
+
291
+
292
+
293
+
294
+
295
+
296
+
297
+
298
+
299
+
300
+
301
+
302
+ <h5 class="h5-parameters">Parameters:</h5>
303
+
304
+
305
+ <table class="params">
306
+ <thead>
307
+ <tr>
308
+
309
+ <th>Name</th>
310
+
311
+
312
+ <th>Type</th>
313
+
314
+
315
+
316
+
317
+
318
+ <th class="last">Description</th>
319
+ </tr>
320
+ </thead>
321
+
322
+ <tbody>
323
+
324
+
325
+ <tr>
326
+
327
+ <td class="name"><code>email</code></td>
328
+
329
+
330
+ <td class="type">
331
+
332
+
333
+ <span class="param-type">string</span>
334
+
335
+
336
+
337
+
338
+ </td>
339
+
340
+
341
+
342
+
343
+
344
+ <td class="description last">The new email address to set for the user.</td>
345
+ </tr>
346
+
347
+
348
+
349
+ <tr>
350
+
351
+ <td class="name"><code>password</code></td>
352
+
353
+
354
+ <td class="type">
355
+
356
+
357
+ <span class="param-type">string</span>
358
+
359
+
360
+
361
+
362
+ </td>
363
+
364
+
365
+
366
+
367
+
368
+ <td class="description last">The current password of the user for verification.</td>
369
+ </tr>
370
+
371
+
372
+ </tbody>
373
+ </table>
374
+
375
+
376
+
377
+
378
+
379
+
380
+
381
+
382
+
383
+
384
+
385
+
386
+
387
+
388
+
389
+
390
+ <h5 class="h5-returns">Returns:</h5>
391
+
392
+
393
+ <div class="param-desc">
394
+ - A promise that resolves when the email change request is made.
395
+ </div>
396
+
397
+
398
+
399
+ <dl class="param-type">
400
+ <dt>
401
+ Type
402
+ </dt>
403
+ <dd>
404
+
405
+ <span class="param-type">Promise.&lt;(void|HttpError)></span>
406
+
407
+
408
+
409
+ </dd>
410
+ </dl>
411
+
412
+
413
+
414
+
415
+
416
+
417
+
418
+
419
+
420
+
421
+ <h4 class="name" id="~resetPassword"><span class="type-signature type-signature-async, inner">(async, inner) </span>resetPassword<span class="signature">(params)</span><span class="type-signature"> &rarr; {Promise.&lt;(void|HttpError)>}</span></h4>
422
+
423
+
424
+
425
+
426
+
427
+
428
+ <dl class="details">
429
+
430
+
431
+
432
+ <dt class="tag-source">Source:</dt>
433
+ <dd class="tag-source"><ul class="dummy"><li>
434
+ <a href="user_account.ts.html">user/account.ts</a>, <a href="user_account.ts.html#line73">line 73</a>
435
+ </li></ul></dd>
436
+
437
+
438
+
439
+
440
+
441
+
442
+
443
+
444
+
445
+
446
+
447
+
448
+
449
+
450
+
451
+
452
+
453
+
454
+
455
+
456
+
457
+
458
+
459
+
460
+
461
+
462
+
463
+
464
+
465
+
466
+
467
+ </dl>
468
+
469
+
470
+
471
+ <h5 class="subsection-title">Properties:</h5>
472
+
473
+
474
+
475
+ <table class="props">
476
+ <thead>
477
+ <tr>
478
+
479
+ <th>Name</th>
480
+
481
+
482
+ <th>Type</th>
483
+
484
+
485
+
486
+
487
+
488
+ <th class="last">Description</th>
489
+ </tr>
490
+ </thead>
491
+
492
+ <tbody>
493
+
494
+
495
+ <tr>
496
+
497
+ <td class="name"><code>email</code></td>
498
+
499
+
500
+ <td class="type">
501
+
502
+
503
+ <span class="param-type">string</span>
504
+
505
+
506
+
507
+
508
+ </td>
509
+
510
+
511
+
512
+
513
+
514
+ <td class="description last">The email address for the account.</td>
515
+ </tr>
516
+
517
+
518
+
519
+ <tr>
520
+
521
+ <td class="name"><code>password</code></td>
522
+
523
+
524
+ <td class="type">
525
+
526
+
527
+ <span class="param-type">string</span>
528
+
529
+
530
+
531
+
532
+ </td>
533
+
534
+
535
+
536
+
537
+
538
+ <td class="description last">The new password for the account.</td>
539
+ </tr>
540
+
541
+
542
+
543
+ <tr>
544
+
545
+ <td class="name"><code>passwordConfirmation</code></td>
546
+
547
+
548
+ <td class="type">
549
+
550
+
551
+ <span class="param-type">string</span>
552
+
553
+
554
+
555
+
556
+ </td>
557
+
558
+
559
+
560
+
561
+
562
+ <td class="description last">The confirmation of the new password.</td>
563
+ </tr>
564
+
565
+
566
+
567
+ <tr>
568
+
569
+ <td class="name"><code>token</code></td>
570
+
571
+
572
+ <td class="type">
573
+
574
+
575
+ <span class="param-type">string</span>
576
+
577
+
578
+
579
+
580
+ </td>
581
+
582
+
583
+
584
+
585
+
586
+ <td class="description last">The token sent to the user's email for verification.</td>
587
+ </tr>
588
+
589
+
590
+ </tbody>
591
+ </table>
592
+
593
+
594
+
595
+
596
+
597
+
598
+
599
+
600
+
601
+
602
+
603
+
604
+
605
+
606
+ <h5 class="h5-parameters">Parameters:</h5>
607
+
608
+
609
+ <table class="params">
610
+ <thead>
611
+ <tr>
612
+
613
+ <th>Name</th>
614
+
615
+
616
+ <th>Type</th>
617
+
618
+
619
+
620
+
621
+
622
+ <th class="last">Description</th>
623
+ </tr>
624
+ </thead>
625
+
626
+ <tbody>
627
+
628
+
629
+ <tr>
630
+
631
+ <td class="name"><code>params</code></td>
632
+
633
+
634
+ <td class="type">
635
+
636
+
637
+ <span class="param-type">Object</span>
638
+
639
+
640
+
641
+
642
+ </td>
643
+
644
+
645
+
646
+
647
+
648
+ <td class="description last">The parameters for resetting the password.</td>
649
+ </tr>
650
+
651
+
652
+ </tbody>
653
+ </table>
654
+
655
+
656
+
657
+
658
+
659
+
660
+
661
+
662
+
663
+
664
+
665
+
666
+
667
+
668
+
669
+
670
+ <h5 class="h5-returns">Returns:</h5>
671
+
672
+
673
+ <div class="param-desc">
674
+ - A promise that resolves when the password reset is complete or an HttpError if the request fails.
675
+ </div>
676
+
677
+
678
+
679
+ <dl class="param-type">
680
+ <dt>
681
+ Type
682
+ </dt>
683
+ <dd>
684
+
685
+ <span class="param-type">Promise.&lt;(void|HttpError)></span>
686
+
687
+
688
+
689
+ </dd>
690
+ </dl>
691
+
692
+
693
+
694
+
695
+
696
+
697
+
698
+
699
+
700
+
701
+ <h4 class="name" id="~sendAccountSetupEmail"><span class="type-signature type-signature-async, inner">(async, inner) </span>sendAccountSetupEmail<span class="signature">(email)</span><span class="type-signature"> &rarr; {Promise.&lt;(void|HttpError)>}</span></h4>
702
+
703
+
704
+
705
+
706
+
707
+
708
+ <dl class="details">
709
+
710
+
711
+
712
+ <dt class="tag-source">Source:</dt>
713
+ <dd class="tag-source"><ul class="dummy"><li>
714
+ <a href="user_account.ts.html">user/account.ts</a>, <a href="user_account.ts.html#line27">line 27</a>
715
+ </li></ul></dd>
716
+
717
+
718
+
719
+
720
+
721
+
722
+
723
+
724
+
725
+
726
+
727
+
728
+
729
+
730
+
731
+
732
+
733
+
734
+
735
+
736
+
737
+
738
+
739
+
740
+
741
+
742
+
743
+
744
+
745
+
746
+
747
+ </dl>
748
+
749
+
750
+
751
+
752
+
753
+
754
+
755
+
756
+
757
+
758
+
759
+
760
+
761
+ <h5 class="h5-parameters">Parameters:</h5>
762
+
763
+
764
+ <table class="params">
765
+ <thead>
766
+ <tr>
767
+
768
+ <th>Name</th>
769
+
770
+
771
+ <th>Type</th>
772
+
773
+
774
+
775
+
776
+
777
+ <th class="last">Description</th>
778
+ </tr>
779
+ </thead>
780
+
781
+ <tbody>
782
+
783
+
784
+ <tr>
785
+
786
+ <td class="name"><code>email</code></td>
787
+
788
+
789
+ <td class="type">
790
+
791
+
792
+ <span class="param-type">string</span>
793
+
794
+
795
+
796
+
797
+ </td>
798
+
799
+
800
+
801
+
802
+
803
+ <td class="description last">The email address to send the account setup email to.</td>
804
+ </tr>
805
+
806
+
807
+ </tbody>
808
+ </table>
809
+
810
+
811
+
812
+
813
+
814
+
815
+
816
+
817
+
818
+
819
+
820
+
821
+
822
+
823
+
824
+
825
+ <h5 class="h5-returns">Returns:</h5>
826
+
827
+
828
+ <div class="param-desc">
829
+ - A promise that resolves when the email is sent or an HttpError if the request fails.
830
+ </div>
831
+
832
+
833
+
834
+ <dl class="param-type">
835
+ <dt>
836
+ Type
837
+ </dt>
838
+ <dd>
839
+
840
+ <span class="param-type">Promise.&lt;(void|HttpError)></span>
841
+
842
+
843
+
844
+ </dd>
845
+ </dl>
846
+
847
+
848
+
849
+
850
+
851
+
852
+
853
+
854
+
855
+
856
+ <h4 class="name" id="~sendPasswordResetEmail"><span class="type-signature type-signature-async, inner">(async, inner) </span>sendPasswordResetEmail<span class="signature">(email)</span><span class="type-signature"> &rarr; {Promise.&lt;(void|HttpError)>}</span></h4>
857
+
858
+
859
+
860
+
861
+
862
+
863
+ <dl class="details">
864
+
865
+
866
+
867
+ <dt class="tag-source">Source:</dt>
868
+ <dd class="tag-source"><ul class="dummy"><li>
869
+ <a href="user_account.ts.html">user/account.ts</a>, <a href="user_account.ts.html#line62">line 62</a>
870
+ </li></ul></dd>
871
+
872
+
873
+
874
+
875
+
876
+
877
+
878
+
879
+
880
+
881
+
882
+
883
+
884
+
885
+
886
+
887
+
888
+
889
+
890
+
891
+
892
+
893
+
894
+
895
+
896
+
897
+
898
+
899
+
900
+
901
+
902
+ </dl>
903
+
904
+
905
+
906
+
907
+
908
+
909
+
910
+
911
+
912
+
913
+
914
+
915
+
916
+ <h5 class="h5-parameters">Parameters:</h5>
917
+
918
+
919
+ <table class="params">
920
+ <thead>
921
+ <tr>
922
+
923
+ <th>Name</th>
924
+
925
+
926
+ <th>Type</th>
927
+
928
+
929
+
930
+
931
+
932
+ <th class="last">Description</th>
933
+ </tr>
934
+ </thead>
935
+
936
+ <tbody>
937
+
938
+
939
+ <tr>
940
+
941
+ <td class="name"><code>email</code></td>
942
+
943
+
944
+ <td class="type">
945
+
946
+
947
+ <span class="param-type">string</span>
948
+
949
+
950
+
951
+
952
+ </td>
953
+
954
+
955
+
956
+
957
+
958
+ <td class="description last">The email address to send the password reset email to.</td>
959
+ </tr>
960
+
961
+
962
+ </tbody>
963
+ </table>
964
+
965
+
966
+
967
+
968
+
969
+
970
+
971
+
972
+
973
+
974
+
975
+
976
+
977
+
978
+
979
+
980
+ <h5 class="h5-returns">Returns:</h5>
981
+
982
+
983
+ <div class="param-desc">
984
+ - A promise that resolves when the email change request is made.
985
+ </div>
986
+
987
+
988
+
989
+ <dl class="param-type">
990
+ <dt>
991
+ Type
992
+ </dt>
993
+ <dd>
994
+
995
+ <span class="param-type">Promise.&lt;(void|HttpError)></span>
996
+
997
+
998
+
999
+ </dd>
1000
+ </dl>
1001
+
1002
+
1003
+
1004
+
1005
+
1006
+
1007
+
1008
+
1009
+
1010
+
1011
+ <h4 class="name" id="~setupAccount"><span class="type-signature type-signature-async, inner">(async, inner) </span>setupAccount<span class="signature">(params)</span><span class="type-signature"> &rarr; {Promise.&lt;(void|HttpError)>}</span></h4>
1012
+
1013
+
1014
+
1015
+
1016
+
1017
+
1018
+ <dl class="details">
1019
+
1020
+
1021
+
1022
+ <dt class="tag-source">Source:</dt>
1023
+ <dd class="tag-source"><ul class="dummy"><li>
1024
+ <a href="user_account.ts.html">user/account.ts</a>, <a href="user_account.ts.html#line39">line 39</a>
1025
+ </li></ul></dd>
1026
+
1027
+
1028
+
1029
+
1030
+
1031
+
1032
+
1033
+
1034
+
1035
+
1036
+
1037
+
1038
+
1039
+
1040
+
1041
+
1042
+
1043
+
1044
+
1045
+
1046
+
1047
+
1048
+
1049
+
1050
+
1051
+
1052
+
1053
+
1054
+
1055
+
1056
+
1057
+ </dl>
1058
+
1059
+
1060
+
1061
+ <h5 class="subsection-title">Properties:</h5>
1062
+
1063
+
1064
+
1065
+ <table class="props">
1066
+ <thead>
1067
+ <tr>
1068
+
1069
+ <th>Name</th>
1070
+
1071
+
1072
+ <th>Type</th>
1073
+
1074
+
1075
+
1076
+
1077
+
1078
+ <th class="last">Description</th>
1079
+ </tr>
1080
+ </thead>
1081
+
1082
+ <tbody>
1083
+
1084
+
1085
+ <tr>
1086
+
1087
+ <td class="name"><code>email</code></td>
1088
+
1089
+
1090
+ <td class="type">
1091
+
1092
+
1093
+ <span class="param-type">string</span>
1094
+
1095
+
1096
+
1097
+
1098
+ </td>
1099
+
1100
+
1101
+
1102
+
1103
+
1104
+ <td class="description last">The email address for the account.</td>
1105
+ </tr>
1106
+
1107
+
1108
+
1109
+ <tr>
1110
+
1111
+ <td class="name"><code>password</code></td>
1112
+
1113
+
1114
+ <td class="type">
1115
+
1116
+
1117
+ <span class="param-type">string</span>
1118
+
1119
+
1120
+
1121
+
1122
+ </td>
1123
+
1124
+
1125
+
1126
+
1127
+
1128
+ <td class="description last">The new password for the account.</td>
1129
+ </tr>
1130
+
1131
+
1132
+
1133
+ <tr>
1134
+
1135
+ <td class="name"><code>passwordConfirmation</code></td>
1136
+
1137
+
1138
+ <td class="type">
1139
+
1140
+
1141
+ <span class="param-type">string</span>
1142
+
1143
+
1144
+
1145
+
1146
+ </td>
1147
+
1148
+
1149
+
1150
+
1151
+
1152
+ <td class="description last">The confirmation of the new password.</td>
1153
+ </tr>
1154
+
1155
+
1156
+
1157
+ <tr>
1158
+
1159
+ <td class="name"><code>token</code></td>
1160
+
1161
+
1162
+ <td class="type">
1163
+
1164
+
1165
+ <span class="param-type">string</span>
1166
+
1167
+
1168
+
1169
+
1170
+ </td>
1171
+
1172
+
1173
+
1174
+
1175
+
1176
+ <td class="description last">The token sent to the user's email for verification.</td>
1177
+ </tr>
1178
+
1179
+
1180
+ </tbody>
1181
+ </table>
1182
+
1183
+
1184
+
1185
+
1186
+
1187
+
1188
+
1189
+
1190
+
1191
+
1192
+
1193
+
1194
+
1195
+
1196
+ <h5 class="h5-parameters">Parameters:</h5>
1197
+
1198
+
1199
+ <table class="params">
1200
+ <thead>
1201
+ <tr>
1202
+
1203
+ <th>Name</th>
1204
+
1205
+
1206
+ <th>Type</th>
1207
+
1208
+
1209
+
1210
+
1211
+
1212
+ <th class="last">Description</th>
1213
+ </tr>
1214
+ </thead>
1215
+
1216
+ <tbody>
1217
+
1218
+
1219
+ <tr>
1220
+
1221
+ <td class="name"><code>params</code></td>
1222
+
1223
+
1224
+ <td class="type">
1225
+
1226
+
1227
+ <span class="param-type">Object</span>
1228
+
1229
+
1230
+
1231
+
1232
+ </td>
1233
+
1234
+
1235
+
1236
+
1237
+
1238
+ <td class="description last">The parameters for setting up the account.</td>
1239
+ </tr>
1240
+
1241
+
1242
+ </tbody>
1243
+ </table>
1244
+
1245
+
1246
+
1247
+
1248
+
1249
+
1250
+
1251
+
1252
+
1253
+
1254
+
1255
+
1256
+
1257
+
1258
+
1259
+
1260
+ <h5 class="h5-returns">Returns:</h5>
1261
+
1262
+
1263
+ <div class="param-desc">
1264
+ - A promise that resolves when the account setup is complete or an HttpError if the request fails.
1265
+ </div>
1266
+
1267
+
1268
+
1269
+ <dl class="param-type">
1270
+ <dt>
1271
+ Type
1272
+ </dt>
1273
+ <dd>
1274
+
1275
+ <span class="param-type">Promise.&lt;(void|HttpError)></span>
1276
+
1277
+
1278
+
1279
+ </dd>
1280
+ </dl>
1281
+
1282
+
1283
+
1284
+
1285
+
1286
+
1287
+
1288
+
1289
+
1290
+
1291
+ <h4 class="name" id="~status"><span class="type-signature type-signature-async, inner">(async, inner) </span>status<span class="signature">(email)</span><span class="type-signature"> &rarr; {Promise.&lt;({requires_setup: boolean}|HttpError)>}</span></h4>
1292
+
1293
+
1294
+
1295
+
1296
+
1297
+
1298
+ <dl class="details">
1299
+
1300
+
1301
+
1302
+ <dt class="tag-source">Source:</dt>
1303
+ <dd class="tag-source"><ul class="dummy"><li>
1304
+ <a href="user_account.ts.html">user/account.ts</a>, <a href="user_account.ts.html#line15">line 15</a>
1305
+ </li></ul></dd>
1306
+
1307
+
1308
+
1309
+
1310
+
1311
+
1312
+
1313
+
1314
+
1315
+
1316
+
1317
+
1318
+
1319
+
1320
+
1321
+
1322
+
1323
+
1324
+
1325
+
1326
+
1327
+
1328
+
1329
+
1330
+
1331
+
1332
+
1333
+
1334
+
1335
+
1336
+
1337
+ </dl>
1338
+
1339
+
1340
+
1341
+
1342
+
1343
+
1344
+
1345
+
1346
+
1347
+
1348
+
1349
+
1350
+
1351
+ <h5 class="h5-parameters">Parameters:</h5>
1352
+
1353
+
1354
+ <table class="params">
1355
+ <thead>
1356
+ <tr>
1357
+
1358
+ <th>Name</th>
1359
+
1360
+
1361
+ <th>Type</th>
1362
+
1363
+
1364
+
1365
+
1366
+
1367
+ <th class="last">Description</th>
1368
+ </tr>
1369
+ </thead>
1370
+
1371
+ <tbody>
1372
+
1373
+
1374
+ <tr>
1375
+
1376
+ <td class="name"><code>email</code></td>
1377
+
1378
+
1379
+ <td class="type">
1380
+
1381
+
1382
+ <span class="param-type">string</span>
1383
+
1384
+
1385
+
1386
+
1387
+ </td>
1388
+
1389
+
1390
+
1391
+
1392
+
1393
+ <td class="description last">The email address to check the account status for.</td>
1394
+ </tr>
1395
+
1396
+
1397
+ </tbody>
1398
+ </table>
1399
+
1400
+
1401
+
1402
+
1403
+
1404
+
1405
+
1406
+
1407
+
1408
+
1409
+
1410
+
1411
+
1412
+
1413
+
1414
+
1415
+ <h5 class="h5-returns">Returns:</h5>
1416
+
1417
+
1418
+ <div class="param-desc">
1419
+ - A promise that resolves to an object indicating whether account setup is required, or an HttpError if the request fails.
1420
+ </div>
1421
+
1422
+
1423
+
1424
+ <dl class="param-type">
1425
+ <dt>
1426
+ Type
1427
+ </dt>
1428
+ <dd>
1429
+
1430
+ <span class="param-type">Promise.&lt;({requires_setup: boolean}|HttpError)></span>
1431
+
1432
+
1433
+
1434
+ </dd>
1435
+ </dl>
1436
+
1437
+
1438
+
1439
+
1440
+
1441
+
1442
+
1443
+
1444
+
1445
+
1446
+
1447
+ </article>
1448
+
1449
+ </section>
1450
+
1451
+
1452
+
1453
+
1454
+
1455
+
1456
+ </div>
1457
+
1458
+ <br class="clear">
1459
+
1460
+ <footer>
1461
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Wed Aug 27 2025 17:20:43 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
1462
+ </footer>
1463
+
1464
+ <script>prettyPrint();</script>
1465
+ <script src="scripts/polyfill.js"></script>
1466
+ <script src="scripts/linenumber.js"></script>
1467
+
1468
+
1469
+
1470
+ </body>
1471
+ </html>