musora-content-services 2.80.0 → 2.81.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (73) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/docs/ContentOrganization.html +1 -1
  3. package/docs/Forums.html +1 -1
  4. package/docs/Gamification.html +1 -1
  5. package/docs/TestUser.html +1 -1
  6. package/docs/UserManagementSystem.html +1 -1
  7. package/docs/api_types.js.html +1 -1
  8. package/docs/config.js.html +1 -1
  9. package/docs/content-org_content-org.js.html +1 -1
  10. package/docs/content-org_guided-courses.ts.html +1 -1
  11. package/docs/content-org_learning-paths.ts.html +4 -1
  12. package/docs/content-org_playlists-types.js.html +1 -1
  13. package/docs/content-org_playlists.js.html +1 -1
  14. package/docs/content.js.html +1 -1
  15. package/docs/content_artist.ts.html +1 -2
  16. package/docs/content_genre.ts.html +1 -1
  17. package/docs/content_instructor.ts.html +1 -1
  18. package/docs/forums_categories.ts.html +1 -1
  19. package/docs/forums_forums.ts.html +1 -1
  20. package/docs/forums_posts.ts.html +1 -1
  21. package/docs/forums_threads.ts.html +1 -1
  22. package/docs/gamification_awards.ts.html +1 -1
  23. package/docs/gamification_gamification.js.html +1 -1
  24. package/docs/global.html +1 -1
  25. package/docs/index.html +1 -1
  26. package/docs/liveTesting.ts.html +1 -1
  27. package/docs/module-Accounts.html +13 -13
  28. package/docs/module-Artist.html +4 -4
  29. package/docs/module-Awards.html +1 -1
  30. package/docs/module-Config.html +1 -1
  31. package/docs/module-Content-Services-V2.html +1 -1
  32. package/docs/module-Forums.html +1 -1
  33. package/docs/module-Genre.html +1 -1
  34. package/docs/module-GuidedCourses.html +1 -1
  35. package/docs/module-Instructor.html +1 -1
  36. package/docs/module-Interests.html +1 -1
  37. package/docs/module-LearningPaths.html +3 -3
  38. package/docs/module-Onboarding.html +1 -1
  39. package/docs/module-Payments.html +1 -1
  40. package/docs/module-Permissions.html +1 -1
  41. package/docs/module-Playlists.html +1 -1
  42. package/docs/module-ProgressRow.html +1 -1
  43. package/docs/module-Railcontent-Services.html +1 -1
  44. package/docs/module-Sanity-Services.html +1 -1
  45. package/docs/module-Sessions.html +1 -1
  46. package/docs/module-UserActivity.html +3 -3
  47. package/docs/module-UserChat.html +1 -1
  48. package/docs/module-UserManagement.html +1 -1
  49. package/docs/module-UserMemberships.html +1 -1
  50. package/docs/module-UserNotifications.html +1 -1
  51. package/docs/module-UserProfile.html +1 -1
  52. package/docs/progress-row_method-card.js.html +1 -1
  53. package/docs/railcontent.js.html +1 -1
  54. package/docs/sanity.js.html +1 -1
  55. package/docs/userActivity.js.html +2 -1
  56. package/docs/user_account.ts.html +10 -3
  57. package/docs/user_chat.js.html +1 -1
  58. package/docs/user_interests.js.html +1 -1
  59. package/docs/user_management.js.html +1 -1
  60. package/docs/user_memberships.ts.html +1 -1
  61. package/docs/user_notifications.js.html +1 -1
  62. package/docs/user_onboarding.ts.html +1 -1
  63. package/docs/user_payments.ts.html +1 -1
  64. package/docs/user_permissions.js.html +1 -1
  65. package/docs/user_profile.js.html +1 -1
  66. package/docs/user_sessions.js.html +1 -1
  67. package/docs/user_types.js.html +1 -1
  68. package/docs/user_user-management-system.js.html +1 -1
  69. package/package.json +1 -1
  70. package/src/services/content-org/learning-paths.ts +3 -0
  71. package/src/services/user/account.ts +9 -2
  72. package/src/services/user/types.d.ts +133 -0
  73. package/src/services/userActivity.js +1 -0
package/CHANGELOG.md CHANGED
@@ -2,6 +2,14 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ## [2.81.0](https://github.com/railroadmedia/musora-content-services/compare/v2.80.0...v2.81.0) (2025-11-20)
6
+
7
+
8
+ ### Features
9
+
10
+ * learning path v2 user activity for progress card ([8db1467](https://github.com/railroadmedia/musora-content-services/commit/8db1467adb0f6bbd092fd111f261315feec8ad24))
11
+ * **MU2E1-186:** return onboarding info account setup ([#567](https://github.com/railroadmedia/musora-content-services/issues/567)) ([e900aea](https://github.com/railroadmedia/musora-content-services/commit/e900aea9f2ae356258a8f0a0cdd8708101e0d6b2))
12
+
5
13
  ## [2.80.0](https://github.com/railroadmedia/musora-content-services/compare/v2.79.1...v2.80.0) (2025-11-19)
6
14
 
7
15
 
@@ -232,7 +232,7 @@
232
232
  <br class="clear">
233
233
 
234
234
  <footer>
235
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Wed Nov 19 2025 23:31:21 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
235
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Thu Nov 20 2025 18:26:49 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
236
236
  </footer>
237
237
 
238
238
  <script>prettyPrint();</script>
package/docs/Forums.html CHANGED
@@ -256,7 +256,7 @@
256
256
  <br class="clear">
257
257
 
258
258
  <footer>
259
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Wed Nov 19 2025 23:31:21 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
259
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Thu Nov 20 2025 18:26:49 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
260
260
  </footer>
261
261
 
262
262
  <script>prettyPrint();</script>
@@ -232,7 +232,7 @@
232
232
  <br class="clear">
233
233
 
234
234
  <footer>
235
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Wed Nov 19 2025 23:31:21 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
235
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Thu Nov 20 2025 18:26:49 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
236
236
  </footer>
237
237
 
238
238
  <script>prettyPrint();</script>
@@ -247,7 +247,7 @@
247
247
  <br class="clear">
248
248
 
249
249
  <footer>
250
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Wed Nov 19 2025 23:31:21 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
250
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Thu Nov 20 2025 18:26:49 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
251
251
  </footer>
252
252
 
253
253
  <script>prettyPrint();</script>
@@ -304,7 +304,7 @@
304
304
  <br class="clear">
305
305
 
306
306
  <footer>
307
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Wed Nov 19 2025 23:31:21 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
307
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Thu Nov 20 2025 18:26:49 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
308
308
  </footer>
309
309
 
310
310
  <script>prettyPrint();</script>
@@ -84,7 +84,7 @@
84
84
  <br class="clear">
85
85
 
86
86
  <footer>
87
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Wed Nov 19 2025 23:31:21 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
87
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Thu Nov 20 2025 18:26:49 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
88
88
  </footer>
89
89
 
90
90
  <script>prettyPrint();</script>
@@ -124,7 +124,7 @@ export function initializeService(config) {
124
124
  <br class="clear">
125
125
 
126
126
  <footer>
127
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Wed Nov 19 2025 23:31:21 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
127
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Thu Nov 20 2025 18:26:49 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
128
128
  </footer>
129
129
 
130
130
  <script>prettyPrint();</script>
@@ -63,7 +63,7 @@
63
63
  <br class="clear">
64
64
 
65
65
  <footer>
66
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Wed Nov 19 2025 23:31:21 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
66
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Thu Nov 20 2025 18:26:49 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
67
67
  </footer>
68
68
 
69
69
  <script>prettyPrint();</script>
@@ -97,7 +97,7 @@ export async function guidedCourses() {
97
97
  <br class="clear">
98
98
 
99
99
  <footer>
100
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Wed Nov 19 2025 23:31:21 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
100
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Thu Nov 20 2025 18:26:49 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
101
101
  </footer>
102
102
 
103
103
  <script>prettyPrint();</script>
@@ -265,9 +265,12 @@ export async function fetchLearningPathLessons(
265
265
  ) {
266
266
  // Daily sessions first lessons are the active learning path and the next lessons are not
267
267
  // load next lessons from next learning path
268
+ // TODO: update item status to locked when the current learning path is not complete
268
269
  nextLPLessons = await getLearningPathLessonsByIds(nextContentIds, nextLearningPathId)
269
270
  }
270
271
 
272
+
273
+
271
274
  return {
272
275
  ...learningPath,
273
276
  is_active_learning_path: isActiveLearningPath,
@@ -363,7 +366,7 @@ async function completeIfNotCompleted(contentId: number): Promise&lt;Object | nu
363
366
  <br class="clear">
364
367
 
365
368
  <footer>
366
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Wed Nov 19 2025 23:31:21 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
369
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Thu Nov 20 2025 18:26:49 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
367
370
  </footer>
368
371
 
369
372
  <script>prettyPrint();</script>
@@ -115,7 +115,7 @@
115
115
  <br class="clear">
116
116
 
117
117
  <footer>
118
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Wed Nov 19 2025 23:31:21 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
118
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Thu Nov 20 2025 18:26:49 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
119
119
  </footer>
120
120
 
121
121
  <script>prettyPrint();</script>
@@ -427,7 +427,7 @@ export async function fetchPlaylistItems(playlistId) {
427
427
  <br class="clear">
428
428
 
429
429
  <footer>
430
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Wed Nov 19 2025 23:31:21 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
430
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Thu Nov 20 2025 18:26:49 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
431
431
  </footer>
432
432
 
433
433
  <script>prettyPrint();</script>
@@ -512,7 +512,7 @@ export async function getLegacyMethods(brand) {
512
512
  <br class="clear">
513
513
 
514
514
  <footer>
515
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Wed Nov 19 2025 23:31:21 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
515
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Thu Nov 20 2025 18:26:49 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
516
516
  </footer>
517
517
 
518
518
  <script>prettyPrint();</script>
@@ -56,7 +56,6 @@ import { Lesson } from './content'
56
56
  export interface Artist {
57
57
  slug: string
58
58
  name: string
59
- page_type?: string
60
59
  lessons?: Lesson[]
61
60
  lessonsCount: number
62
61
  }
@@ -199,7 +198,7 @@ export async function fetchArtistLessons(
199
198
  <br class="clear">
200
199
 
201
200
  <footer>
202
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Wed Nov 19 2025 23:31:21 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
201
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Thu Nov 20 2025 18:26:49 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
203
202
  </footer>
204
203
 
205
204
  <script>prettyPrint();</script>
@@ -198,7 +198,7 @@ export async function fetchGenreLessons(
198
198
  <br class="clear">
199
199
 
200
200
  <footer>
201
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Wed Nov 19 2025 23:31:21 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
201
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Thu Nov 20 2025 18:26:49 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
202
202
  </footer>
203
203
 
204
204
  <script>prettyPrint();</script>
@@ -190,7 +190,7 @@ export async function fetchInstructorLessons(
190
190
  <br class="clear">
191
191
 
192
192
  <footer>
193
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Wed Nov 19 2025 23:31:21 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
193
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Thu Nov 20 2025 18:26:49 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
194
194
  </footer>
195
195
 
196
196
  <script>prettyPrint();</script>
@@ -124,7 +124,7 @@ export async function updateForumCategory(
124
124
  <br class="clear">
125
125
 
126
126
  <footer>
127
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Wed Nov 19 2025 23:31:21 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
127
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Thu Nov 20 2025 18:26:49 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
128
128
  </footer>
129
129
 
130
130
  <script>prettyPrint();</script>
@@ -147,7 +147,7 @@ function transformLatestDiscussions(response: PaginatedResponse&lt;ForumThread>)
147
147
  <br class="clear">
148
148
 
149
149
  <footer>
150
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Wed Nov 19 2025 23:31:21 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
150
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Thu Nov 20 2025 18:26:49 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
151
151
  </footer>
152
152
 
153
153
  <script>prettyPrint();</script>
@@ -271,7 +271,7 @@ export async function jumpToPost(
271
271
  <br class="clear">
272
272
 
273
273
  <footer>
274
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Wed Nov 19 2025 23:31:21 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
274
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Thu Nov 20 2025 18:26:49 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
275
275
  </footer>
276
276
 
277
277
  <script>prettyPrint();</script>
@@ -271,7 +271,7 @@ export async function deleteThread(threadId: number, brand: string): Promise&lt;
271
271
  <br class="clear">
272
272
 
273
273
  <footer>
274
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Wed Nov 19 2025 23:31:21 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
274
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Thu Nov 20 2025 18:26:49 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
275
275
  </footer>
276
276
 
277
277
  <script>prettyPrint();</script>
@@ -182,7 +182,7 @@ export async function fetchCertificate(userAwardId: number): Promise&lt;Certific
182
182
  <br class="clear">
183
183
 
184
184
  <footer>
185
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Wed Nov 19 2025 23:31:21 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
185
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Thu Nov 20 2025 18:26:49 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
186
186
  </footer>
187
187
 
188
188
  <script>prettyPrint();</script>
@@ -63,7 +63,7 @@
63
63
  <br class="clear">
64
64
 
65
65
  <footer>
66
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Wed Nov 19 2025 23:31:21 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
66
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Thu Nov 20 2025 18:26:49 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
67
67
  </footer>
68
68
 
69
69
  <script>prettyPrint();</script>
package/docs/global.html CHANGED
@@ -6006,7 +6006,7 @@
6006
6006
  <br class="clear">
6007
6007
 
6008
6008
  <footer>
6009
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Wed Nov 19 2025 23:31:21 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
6009
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Thu Nov 20 2025 18:26:49 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
6010
6010
  </footer>
6011
6011
 
6012
6012
  <script>prettyPrint();</script>
package/docs/index.html CHANGED
@@ -154,7 +154,7 @@ with <code>npm test -- -t=&quot;userContext&quot;</code> or just the contentLike
154
154
  <br class="clear">
155
155
 
156
156
  <footer>
157
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Wed Nov 19 2025 23:31:21 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
157
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Thu Nov 20 2025 18:26:49 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
158
158
  </footer>
159
159
 
160
160
  <script>prettyPrint();</script>
@@ -90,7 +90,7 @@ export function createTestUser(props: CreateTestUserProps): Promise&lt;void> {
90
90
  <br class="clear">
91
91
 
92
92
  <footer>
93
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Wed Nov 19 2025 23:31:21 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
93
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Thu Nov 20 2025 18:26:49 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
94
94
  </footer>
95
95
 
96
96
  <script>prettyPrint();</script>
@@ -97,7 +97,7 @@
97
97
 
98
98
  <dt class="tag-source">Source:</dt>
99
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#line127">line 127</a>
100
+ <a href="user_account.ts.html">user/account.ts</a>, <a href="user_account.ts.html#line134">line 134</a>
101
101
  </li></ul></dd>
102
102
 
103
103
 
@@ -282,7 +282,7 @@
282
282
 
283
283
  <dt class="tag-source">Source:</dt>
284
284
  <dd class="tag-source"><ul class="dummy"><li>
285
- <a href="user_account.ts.html">user/account.ts</a>, <a href="user_account.ts.html#line138">line 138</a>
285
+ <a href="user_account.ts.html">user/account.ts</a>, <a href="user_account.ts.html#line145">line 145</a>
286
286
  </li></ul></dd>
287
287
 
288
288
 
@@ -440,7 +440,7 @@
440
440
 
441
441
  <dt class="tag-source">Source:</dt>
442
442
  <dd class="tag-source"><ul class="dummy"><li>
443
- <a href="user_account.ts.html">user/account.ts</a>, <a href="user_account.ts.html#line148">line 148</a>
443
+ <a href="user_account.ts.html">user/account.ts</a>, <a href="user_account.ts.html#line155">line 155</a>
444
444
  </li></ul></dd>
445
445
 
446
446
 
@@ -575,7 +575,7 @@
575
575
 
576
576
  <dt class="tag-source">Source:</dt>
577
577
  <dd class="tag-source"><ul class="dummy"><li>
578
- <a href="user_account.ts.html">user/account.ts</a>, <a href="user_account.ts.html#line115">line 115</a>
578
+ <a href="user_account.ts.html">user/account.ts</a>, <a href="user_account.ts.html#line122">line 122</a>
579
579
  </li></ul></dd>
580
580
 
581
581
 
@@ -784,7 +784,7 @@
784
784
 
785
785
  <dt class="tag-source">Source:</dt>
786
786
  <dd class="tag-source"><ul class="dummy"><li>
787
- <a href="user_account.ts.html">user/account.ts</a>, <a href="user_account.ts.html#line91">line 91</a>
787
+ <a href="user_account.ts.html">user/account.ts</a>, <a href="user_account.ts.html#line98">line 98</a>
788
788
  </li></ul></dd>
789
789
 
790
790
 
@@ -1094,7 +1094,7 @@
1094
1094
 
1095
1095
  <dt class="tag-source">Source:</dt>
1096
1096
  <dd class="tag-source"><ul class="dummy"><li>
1097
- <a href="user_account.ts.html">user/account.ts</a>, <a href="user_account.ts.html#line22">line 22</a>
1097
+ <a href="user_account.ts.html">user/account.ts</a>, <a href="user_account.ts.html#line24">line 24</a>
1098
1098
  </li></ul></dd>
1099
1099
 
1100
1100
 
@@ -1279,7 +1279,7 @@
1279
1279
 
1280
1280
  <dt class="tag-source">Source:</dt>
1281
1281
  <dd class="tag-source"><ul class="dummy"><li>
1282
- <a href="user_account.ts.html">user/account.ts</a>, <a href="user_account.ts.html#line73">line 73</a>
1282
+ <a href="user_account.ts.html">user/account.ts</a>, <a href="user_account.ts.html#line80">line 80</a>
1283
1283
  </li></ul></dd>
1284
1284
 
1285
1285
 
@@ -1451,7 +1451,7 @@
1451
1451
 
1452
1452
 
1453
1453
 
1454
- <h4 class="name" id="~setupAccount"><span class="type-signature type-signature-async, inner">(async, inner) </span>setupAccount<span class="signature">(props)</span><span class="type-signature"> &rarr; {Promise.&lt;void>}</span></h4>
1454
+ <h4 class="name" id="~setupAccount"><span class="type-signature type-signature-async, inner">(async, inner) </span>setupAccount<span class="signature">(props)</span><span class="type-signature"> &rarr; {Promise.&lt;AccountSetupResponse>}</span></h4>
1455
1455
 
1456
1456
 
1457
1457
 
@@ -1464,7 +1464,7 @@
1464
1464
 
1465
1465
  <dt class="tag-source">Source:</dt>
1466
1466
  <dd class="tag-source"><ul class="dummy"><li>
1467
- <a href="user_account.ts.html">user/account.ts</a>, <a href="user_account.ts.html#line45">line 45</a>
1467
+ <a href="user_account.ts.html">user/account.ts</a>, <a href="user_account.ts.html#line52">line 52</a>
1468
1468
  </li></ul></dd>
1469
1469
 
1470
1470
 
@@ -1865,7 +1865,7 @@
1865
1865
  </dt>
1866
1866
  <dd>
1867
1867
 
1868
- <span class="param-type">Promise.&lt;void></span>
1868
+ <span class="param-type">Promise.&lt;AccountSetupResponse></span>
1869
1869
 
1870
1870
 
1871
1871
 
@@ -1894,7 +1894,7 @@
1894
1894
 
1895
1895
  <dt class="tag-source">Source:</dt>
1896
1896
  <dd class="tag-source"><ul class="dummy"><li>
1897
- <a href="user_account.ts.html">user/account.ts</a>, <a href="user_account.ts.html#line8">line 8</a>
1897
+ <a href="user_account.ts.html">user/account.ts</a>, <a href="user_account.ts.html#line10">line 10</a>
1898
1898
  </li></ul></dd>
1899
1899
 
1900
1900
 
@@ -2083,7 +2083,7 @@ When enabled, admins see the platform as a regular student would.</li></ul></dd>
2083
2083
 
2084
2084
  <dt class="tag-source">Source:</dt>
2085
2085
  <dd class="tag-source"><ul class="dummy"><li>
2086
- <a href="user_account.ts.html">user/account.ts</a>, <a href="user_account.ts.html#line174">line 174</a>
2086
+ <a href="user_account.ts.html">user/account.ts</a>, <a href="user_account.ts.html#line181">line 181</a>
2087
2087
  </li></ul></dd>
2088
2088
 
2089
2089
 
@@ -2270,7 +2270,7 @@ When enabled, admins see the platform as a regular student would.</li></ul></dd>
2270
2270
  <br class="clear">
2271
2271
 
2272
2272
  <footer>
2273
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Wed Nov 19 2025 23:31:21 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
2273
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Thu Nov 20 2025 18:26:49 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
2274
2274
  </footer>
2275
2275
 
2276
2276
  <script>prettyPrint();</script>
@@ -100,7 +100,7 @@
100
100
 
101
101
  <dt class="tag-source">Source:</dt>
102
102
  <dd class="tag-source"><ul class="dummy"><li>
103
- <a href="content_artist.ts.html">content/artist.ts</a>, <a href="content_artist.ts.html#line42">line 42</a>
103
+ <a href="content_artist.ts.html">content/artist.ts</a>, <a href="content_artist.ts.html#line41">line 41</a>
104
104
  </li></ul></dd>
105
105
 
106
106
 
@@ -309,7 +309,7 @@
309
309
 
310
310
  <dt class="tag-source">Source:</dt>
311
311
  <dd class="tag-source"><ul class="dummy"><li>
312
- <a href="content_artist.ts.html">content/artist.ts</a>, <a href="content_artist.ts.html#line81">line 81</a>
312
+ <a href="content_artist.ts.html">content/artist.ts</a>, <a href="content_artist.ts.html#line80">line 80</a>
313
313
  </li></ul></dd>
314
314
 
315
315
 
@@ -814,7 +814,7 @@
814
814
 
815
815
  <dt class="tag-source">Source:</dt>
816
816
  <dd class="tag-source"><ul class="dummy"><li>
817
- <a href="content_artist.ts.html">content/artist.ts</a>, <a href="content_artist.ts.html#line17">line 17</a>
817
+ <a href="content_artist.ts.html">content/artist.ts</a>, <a href="content_artist.ts.html#line16">line 16</a>
818
818
  </li></ul></dd>
819
819
 
820
820
 
@@ -978,7 +978,7 @@
978
978
  <br class="clear">
979
979
 
980
980
  <footer>
981
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Wed Nov 19 2025 23:31:21 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
981
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Thu Nov 20 2025 18:26:49 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
982
982
  </footer>
983
983
 
984
984
  <script>prettyPrint();</script>
@@ -823,7 +823,7 @@ NOTE: This function still expects brand because FE passes the argument. It is ig
823
823
  <br class="clear">
824
824
 
825
825
  <footer>
826
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Wed Nov 19 2025 23:31:21 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
826
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Thu Nov 20 2025 18:26:49 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
827
827
  </footer>
828
828
 
829
829
  <script>prettyPrint();</script>
@@ -417,7 +417,7 @@ initializeService({
417
417
  <br class="clear">
418
418
 
419
419
  <footer>
420
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Wed Nov 19 2025 23:31:21 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
420
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Thu Nov 20 2025 18:26:49 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
421
421
  </footer>
422
422
 
423
423
  <script>prettyPrint();</script>
@@ -2554,7 +2554,7 @@ getScheduleContentRows('drumeo', 'Live-Streams')
2554
2554
  <br class="clear">
2555
2555
 
2556
2556
  <footer>
2557
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Wed Nov 19 2025 23:31:21 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
2557
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Thu Nov 20 2025 18:26:49 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
2558
2558
  </footer>
2559
2559
 
2560
2560
  <script>prettyPrint();</script>
@@ -16022,7 +16022,7 @@ Automatically marks the thread as read when posts are fetched.</li></ul></dd>
16022
16022
  <br class="clear">
16023
16023
 
16024
16024
  <footer>
16025
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Wed Nov 19 2025 23:31:21 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
16025
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Thu Nov 20 2025 18:26:49 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
16026
16026
  </footer>
16027
16027
 
16028
16028
  <script>prettyPrint();</script>
@@ -968,7 +968,7 @@
968
968
  <br class="clear">
969
969
 
970
970
  <footer>
971
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Wed Nov 19 2025 23:31:21 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
971
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Thu Nov 20 2025 18:26:49 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
972
972
  </footer>
973
973
 
974
974
  <script>prettyPrint();</script>
@@ -95,7 +95,7 @@
95
95
  <br class="clear">
96
96
 
97
97
  <footer>
98
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Wed Nov 19 2025 23:31:21 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
98
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Thu Nov 20 2025 18:26:49 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
99
99
  </footer>
100
100
 
101
101
  <script>prettyPrint();</script>
@@ -916,7 +916,7 @@
916
916
  <br class="clear">
917
917
 
918
918
  <footer>
919
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Wed Nov 19 2025 23:31:21 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
919
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Thu Nov 20 2025 18:26:49 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
920
920
  </footer>
921
921
 
922
922
  <script>prettyPrint();</script>
@@ -1053,7 +1053,7 @@
1053
1053
  <br class="clear">
1054
1054
 
1055
1055
  <footer>
1056
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Wed Nov 19 2025 23:31:21 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
1056
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Thu Nov 20 2025 18:26:49 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
1057
1057
  </footer>
1058
1058
 
1059
1059
  <script>prettyPrint();</script>
@@ -100,7 +100,7 @@
100
100
 
101
101
  <dt class="tag-source">Source:</dt>
102
102
  <dd class="tag-source"><ul class="dummy"><li>
103
- <a href="content-org_learning-paths.ts.html">content-org/learning-paths.ts</a>, <a href="content-org_learning-paths.ts.html#line270">line 270</a>
103
+ <a href="content-org_learning-paths.ts.html">content-org/learning-paths.ts</a>, <a href="content-org_learning-paths.ts.html#line273">line 273</a>
104
104
  </li></ul></dd>
105
105
 
106
106
 
@@ -351,7 +351,7 @@
351
351
 
352
352
  <dt class="tag-source">Source:</dt>
353
353
  <dd class="tag-source"><ul class="dummy"><li>
354
- <a href="content-org_learning-paths.ts.html">content-org/learning-paths.ts</a>, <a href="content-org_learning-paths.ts.html#line242">line 242</a>
354
+ <a href="content-org_learning-paths.ts.html">content-org/learning-paths.ts</a>, <a href="content-org_learning-paths.ts.html#line245">line 245</a>
355
355
  </li></ul></dd>
356
356
 
357
357
 
@@ -2285,7 +2285,7 @@
2285
2285
  <br class="clear">
2286
2286
 
2287
2287
  <footer>
2288
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Wed Nov 19 2025 23:31:21 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
2288
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Thu Nov 20 2025 18:26:49 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
2289
2289
  </footer>
2290
2290
 
2291
2291
  <script>prettyPrint();</script>
@@ -845,7 +845,7 @@
845
845
  <br class="clear">
846
846
 
847
847
  <footer>
848
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Wed Nov 19 2025 23:31:21 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
848
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Thu Nov 20 2025 18:26:49 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
849
849
  </footer>
850
850
 
851
851
  <script>prettyPrint();</script>
@@ -379,7 +379,7 @@ const response = await fetchCustomerPayments({
379
379
  <br class="clear">
380
380
 
381
381
  <footer>
382
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Wed Nov 19 2025 23:31:21 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
382
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Thu Nov 20 2025 18:26:49 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
383
383
  </footer>
384
384
 
385
385
  <script>prettyPrint();</script>
@@ -393,7 +393,7 @@
393
393
  <br class="clear">
394
394
 
395
395
  <footer>
396
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Wed Nov 19 2025 23:31:21 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
396
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Thu Nov 20 2025 18:26:49 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
397
397
  </footer>
398
398
 
399
399
  <script>prettyPrint();</script>