musora-content-services 2.59.1 → 2.60.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 (60) hide show
  1. package/CHANGELOG.md +21 -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/UserManagementSystem.html +1 -1
  6. package/docs/api_types.js.html +1 -1
  7. package/docs/config.js.html +1 -1
  8. package/docs/content-org_content-org.js.html +1 -1
  9. package/docs/content-org_guided-courses.ts.html +1 -1
  10. package/docs/content-org_playlists-types.js.html +1 -1
  11. package/docs/content-org_playlists.js.html +1 -1
  12. package/docs/content.js.html +1 -1
  13. package/docs/forums_categories.ts.html +1 -1
  14. package/docs/forums_forums.ts.html +9 -3
  15. package/docs/forums_posts.ts.html +1 -1
  16. package/docs/forums_threads.ts.html +1 -1
  17. package/docs/gamification_awards.ts.html +1 -1
  18. package/docs/gamification_gamification.js.html +1 -1
  19. package/docs/global.html +1 -1
  20. package/docs/index.html +1 -1
  21. package/docs/module-Accounts.html +1 -1
  22. package/docs/module-Awards.html +1 -1
  23. package/docs/module-Config.html +1 -1
  24. package/docs/module-Content-Services-V2.html +1 -1
  25. package/docs/module-Forums.html +1 -1
  26. package/docs/module-GuidedCourses.html +1 -1
  27. package/docs/module-Interests.html +1 -1
  28. package/docs/module-Onboarding.html +1 -1
  29. package/docs/module-Payments.html +1 -1
  30. package/docs/module-Permissions.html +1 -1
  31. package/docs/module-Playlists.html +1 -1
  32. package/docs/module-Railcontent-Services.html +1 -1
  33. package/docs/module-Sanity-Services.html +1 -1
  34. package/docs/module-Sessions.html +1 -1
  35. package/docs/module-UserActivity.html +1 -1
  36. package/docs/module-UserChat.html +1 -1
  37. package/docs/module-UserManagement.html +1 -1
  38. package/docs/module-UserMemberships.html +1 -1
  39. package/docs/module-UserNotifications.html +1 -1
  40. package/docs/module-UserProfile.html +1 -1
  41. package/docs/railcontent.js.html +1 -1
  42. package/docs/sanity.js.html +7 -7
  43. package/docs/userActivity.js.html +1 -1
  44. package/docs/user_account.ts.html +1 -1
  45. package/docs/user_chat.js.html +1 -1
  46. package/docs/user_interests.js.html +1 -1
  47. package/docs/user_management.js.html +1 -1
  48. package/docs/user_memberships.ts.html +1 -1
  49. package/docs/user_notifications.js.html +1 -1
  50. package/docs/user_onboarding.ts.html +1 -1
  51. package/docs/user_payments.ts.html +2 -2
  52. package/docs/user_permissions.js.html +1 -1
  53. package/docs/user_profile.js.html +1 -1
  54. package/docs/user_sessions.js.html +1 -1
  55. package/docs/user_types.js.html +1 -1
  56. package/docs/user_user-management-system.js.html +1 -1
  57. package/package.json +1 -1
  58. package/src/services/eventsAPI.js +15 -0
  59. package/src/services/imageSRCVerify.js +0 -0
  60. package/src/services/user/payments.ts +1 -1
package/CHANGELOG.md CHANGED
@@ -2,6 +2,27 @@
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.60.1](https://github.com/railroadmedia/musora-content-services/compare/v2.60.0...v2.60.1) (2025-10-24)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * **T3PS-865:** Update CustomerOrder from customer_url to status_url ([df46b99](https://github.com/railroadmedia/musora-content-services/commit/df46b991b9cd312d6e70a1d8ec5e5ef92400e363))
11
+ * **T3PS:** Update docs ([fd49e25](https://github.com/railroadmedia/musora-content-services/commit/fd49e25c9468f51f2982b0406efd514092a228b7))
12
+
13
+ ## [2.60.0](https://github.com/railroadmedia/musora-content-services/compare/v2.57.0...v2.60.0) (2025-10-23)
14
+
15
+
16
+ ### Features
17
+
18
+ * **BEH-1269:** Rename live_event_youtube_id -> live_event_stream_id ([#484](https://github.com/railroadmedia/musora-content-services/issues/484)) ([ae3f328](https://github.com/railroadmedia/musora-content-services/commit/ae3f328f90c3657ba8c1464757c0d7dc8ce2071d))
19
+ * **MU2E1-133:** update onboarding function ([#505](https://github.com/railroadmedia/musora-content-services/issues/505)) ([89f1a12](https://github.com/railroadmedia/musora-content-services/commit/89f1a12c36f8e0812afc2fa412cf9824cf0dab33))
20
+
21
+
22
+ ### Bug Fixes
23
+
24
+ * **MU2-1181:** Strip blockquotes from Active Discussions ([#506](https://github.com/railroadmedia/musora-content-services/issues/506)) ([9377e57](https://github.com/railroadmedia/musora-content-services/commit/9377e57e4ab3842f4c32d6c7c903ff555037cc5a))
25
+
5
26
  ### [2.59.1](https://github.com/railroadmedia/musora-content-services/compare/v2.59.0...v2.59.1) (2025-10-22)
6
27
 
7
28
  ## [2.59.0](https://github.com/railroadmedia/musora-content-services/compare/v2.58.0...v2.59.0) (2025-10-22)
@@ -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 Oct 22 2025 18:51:19 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 Oct 23 2025 16:10:56 GMT-0700 (Pacific Daylight 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 Oct 22 2025 18:51:19 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 Oct 23 2025 16:10:56 GMT-0700 (Pacific Daylight 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 Oct 22 2025 18:51:19 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 Oct 23 2025 16:10:56 GMT-0700 (Pacific Daylight Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
236
236
  </footer>
237
237
 
238
238
  <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 Oct 22 2025 18:51:19 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 Oct 23 2025 16:10:56 GMT-0700 (Pacific Daylight 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 Oct 22 2025 18:51:19 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 Oct 23 2025 16:10:56 GMT-0700 (Pacific Daylight 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 Oct 22 2025 18:51:19 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 Oct 23 2025 16:10:56 GMT-0700 (Pacific Daylight 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 Oct 22 2025 18:51:19 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 Oct 23 2025 16:10:56 GMT-0700 (Pacific Daylight 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 Oct 22 2025 18:51:19 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 Oct 23 2025 16:10:56 GMT-0700 (Pacific Daylight Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
101
101
  </footer>
102
102
 
103
103
  <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 Oct 22 2025 18:51:19 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 Oct 23 2025 16:10:56 GMT-0700 (Pacific Daylight 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 Oct 22 2025 18:51:19 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 Oct 23 2025 16:10:56 GMT-0700 (Pacific Daylight Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
431
431
  </footer>
432
432
 
433
433
  <script>prettyPrint();</script>
@@ -488,7 +488,7 @@ export async function getRecommendedForYou(brand, rowId = null, {
488
488
  <br class="clear">
489
489
 
490
490
  <footer>
491
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Wed Oct 22 2025 18:51:19 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
491
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Thu Oct 23 2025 16:10:56 GMT-0700 (Pacific Daylight Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
492
492
  </footer>
493
493
 
494
494
  <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 Oct 22 2025 18:51:19 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 Oct 23 2025 16:10:56 GMT-0700 (Pacific Daylight Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
128
128
  </footer>
129
129
 
130
130
  <script>prettyPrint();</script>
@@ -85,8 +85,14 @@ interface TransformedResponse {
85
85
 
86
86
  // Helper function to strip HTML tags and decode entities
87
87
  function stripHtml(html: string): string {
88
- // Remove HTML tags
89
- const withoutTags = html.replace(/&lt;[^>]*>/g, '');
88
+ // Remove blockquotes and their content first
89
+ let filtered = html.replace(/&lt;blockquote[^>]*>.*?&lt;\/blockquote>/gis, '');
90
+
91
+ // Remove iframes and their content
92
+ filtered = filtered.replace(/&lt;iframe[^>]*>.*?&lt;\/iframe>/gis, '');
93
+
94
+ // Remove remaining HTML tags
95
+ const withoutTags = filtered.replace(/&lt;[^>]*>/g, '');
90
96
 
91
97
  // Decode common HTML entities
92
98
  const decoded = withoutTags
@@ -141,7 +147,7 @@ function transformLatestDiscussions(
141
147
  <br class="clear">
142
148
 
143
149
  <footer>
144
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Wed Oct 22 2025 18:51:19 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 Oct 23 2025 16:10:56 GMT-0700 (Pacific Daylight Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
145
151
  </footer>
146
152
 
147
153
  <script>prettyPrint();</script>
@@ -244,7 +244,7 @@ export async function jumpToPost(
244
244
  <br class="clear">
245
245
 
246
246
  <footer>
247
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Wed Oct 22 2025 18:51:19 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
247
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Thu Oct 23 2025 16:10:56 GMT-0700 (Pacific Daylight Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
248
248
  </footer>
249
249
 
250
250
  <script>prettyPrint();</script>
@@ -258,7 +258,7 @@ export async function deleteThread(threadId: number, brand: string): Promise&lt;
258
258
  <br class="clear">
259
259
 
260
260
  <footer>
261
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Wed Oct 22 2025 18:51:19 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
261
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Thu Oct 23 2025 16:10:56 GMT-0700 (Pacific Daylight Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
262
262
  </footer>
263
263
 
264
264
  <script>prettyPrint();</script>
@@ -168,7 +168,7 @@ export async function fetchCertificate(userAwardId: number): Promise&lt;Certific
168
168
  <br class="clear">
169
169
 
170
170
  <footer>
171
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Wed Oct 22 2025 18:51:19 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
171
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Thu Oct 23 2025 16:10:56 GMT-0700 (Pacific Daylight Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
172
172
  </footer>
173
173
 
174
174
  <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 Oct 22 2025 18:51:19 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 Oct 23 2025 16:10:56 GMT-0700 (Pacific Daylight 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
@@ -5727,7 +5727,7 @@
5727
5727
  <br class="clear">
5728
5728
 
5729
5729
  <footer>
5730
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Wed Oct 22 2025 18:51:19 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
5730
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Thu Oct 23 2025 16:10:56 GMT-0700 (Pacific Daylight Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
5731
5731
  </footer>
5732
5732
 
5733
5733
  <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 Oct 22 2025 18:51:19 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 Oct 23 2025 16:10:56 GMT-0700 (Pacific Daylight Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
158
158
  </footer>
159
159
 
160
160
  <script>prettyPrint();</script>
@@ -1943,7 +1943,7 @@
1943
1943
  <br class="clear">
1944
1944
 
1945
1945
  <footer>
1946
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Wed Oct 22 2025 18:51:19 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
1946
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Thu Oct 23 2025 16:10:56 GMT-0700 (Pacific Daylight Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
1947
1947
  </footer>
1948
1948
 
1949
1949
  <script>prettyPrint();</script>
@@ -723,7 +723,7 @@ NOTE: This function still expects brand because FE passes the argument. It is ig
723
723
  <br class="clear">
724
724
 
725
725
  <footer>
726
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Wed Oct 22 2025 18:51:19 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
726
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Thu Oct 23 2025 16:10:56 GMT-0700 (Pacific Daylight Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
727
727
  </footer>
728
728
 
729
729
  <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 Oct 22 2025 18:51:19 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 Oct 23 2025 16:10:56 GMT-0700 (Pacific Daylight Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
421
421
  </footer>
422
422
 
423
423
  <script>prettyPrint();</script>
@@ -2388,7 +2388,7 @@ getScheduleContentRows('drumeo', 'Live-Streams')
2388
2388
  <br class="clear">
2389
2389
 
2390
2390
  <footer>
2391
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Wed Oct 22 2025 18:51:19 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
2391
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Thu Oct 23 2025 16:10:56 GMT-0700 (Pacific Daylight Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
2392
2392
  </footer>
2393
2393
 
2394
2394
  <script>prettyPrint();</script>
@@ -15380,7 +15380,7 @@
15380
15380
  <br class="clear">
15381
15381
 
15382
15382
  <footer>
15383
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Wed Oct 22 2025 18:51:19 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
15383
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Thu Oct 23 2025 16:10:56 GMT-0700 (Pacific Daylight Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
15384
15384
  </footer>
15385
15385
 
15386
15386
  <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 Oct 22 2025 18:51:19 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 Oct 23 2025 16:10:56 GMT-0700 (Pacific Daylight Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
99
99
  </footer>
100
100
 
101
101
  <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 Oct 22 2025 18:51:19 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 Oct 23 2025 16:10:56 GMT-0700 (Pacific Daylight Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
1057
1057
  </footer>
1058
1058
 
1059
1059
  <script>prettyPrint();</script>
@@ -469,7 +469,7 @@
469
469
  <br class="clear">
470
470
 
471
471
  <footer>
472
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Wed Oct 22 2025 18:51:19 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
472
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Thu Oct 23 2025 16:10:57 GMT-0700 (Pacific Daylight Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
473
473
  </footer>
474
474
 
475
475
  <script>prettyPrint();</script>
@@ -237,7 +237,7 @@
237
237
  <br class="clear">
238
238
 
239
239
  <footer>
240
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Wed Oct 22 2025 18:51:19 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
240
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Thu Oct 23 2025 16:10:57 GMT-0700 (Pacific Daylight Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
241
241
  </footer>
242
242
 
243
243
  <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 Oct 22 2025 18:51:19 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 Oct 23 2025 16:10:57 GMT-0700 (Pacific Daylight Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
397
397
  </footer>
398
398
 
399
399
  <script>prettyPrint();</script>
@@ -3017,7 +3017,7 @@ try {
3017
3017
  <br class="clear">
3018
3018
 
3019
3019
  <footer>
3020
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Wed Oct 22 2025 18:51:19 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
3020
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Thu Oct 23 2025 16:10:57 GMT-0700 (Pacific Daylight Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
3021
3021
  </footer>
3022
3022
 
3023
3023
  <script>prettyPrint();</script>
@@ -6455,7 +6455,7 @@
6455
6455
  <br class="clear">
6456
6456
 
6457
6457
  <footer>
6458
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Wed Oct 22 2025 18:51:19 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
6458
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Thu Oct 23 2025 16:10:57 GMT-0700 (Pacific Daylight Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
6459
6459
  </footer>
6460
6460
 
6461
6461
  <script>prettyPrint();</script>
@@ -8854,7 +8854,7 @@ fetchSanity(query, true)
8854
8854
  <br class="clear">
8855
8855
 
8856
8856
  <footer>
8857
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Wed Oct 22 2025 18:51:19 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
8857
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Thu Oct 23 2025 16:10:57 GMT-0700 (Pacific Daylight Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
8858
8858
  </footer>
8859
8859
 
8860
8860
  <script>prettyPrint();</script>
@@ -562,7 +562,7 @@
562
562
  <br class="clear">
563
563
 
564
564
  <footer>
565
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Wed Oct 22 2025 18:51:19 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
565
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Thu Oct 23 2025 16:10:57 GMT-0700 (Pacific Daylight Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
566
566
  </footer>
567
567
 
568
568
  <script>prettyPrint();</script>
@@ -4567,7 +4567,7 @@ updateUserPractice(456, { auto: false, category_id: 8 })
4567
4567
  <br class="clear">
4568
4568
 
4569
4569
  <footer>
4570
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Wed Oct 22 2025 18:51:19 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
4570
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Thu Oct 23 2025 16:10:57 GMT-0700 (Pacific Daylight Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
4571
4571
  </footer>
4572
4572
 
4573
4573
  <script>prettyPrint();</script>
@@ -397,7 +397,7 @@
397
397
  <br class="clear">
398
398
 
399
399
  <footer>
400
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Wed Oct 22 2025 18:51:19 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
400
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Thu Oct 23 2025 16:10:57 GMT-0700 (Pacific Daylight Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
401
401
  </footer>
402
402
 
403
403
  <script>prettyPrint();</script>
@@ -1919,7 +1919,7 @@
1919
1919
  <br class="clear">
1920
1920
 
1921
1921
  <footer>
1922
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Wed Oct 22 2025 18:51:19 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
1922
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Thu Oct 23 2025 16:10:57 GMT-0700 (Pacific Daylight Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
1923
1923
  </footer>
1924
1924
 
1925
1925
  <script>prettyPrint();</script>
@@ -816,7 +816,7 @@ restorePurchases('rc_user_123')
816
816
  <br class="clear">
817
817
 
818
818
  <footer>
819
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Wed Oct 22 2025 18:51:19 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
819
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Thu Oct 23 2025 16:10:57 GMT-0700 (Pacific Daylight Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
820
820
  </footer>
821
821
 
822
822
  <script>prettyPrint();</script>
@@ -2582,7 +2582,7 @@ polling is not paused.</li></ul></dd>
2582
2582
  <br class="clear">
2583
2583
 
2584
2584
  <footer>
2585
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Wed Oct 22 2025 18:51:19 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
2585
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Thu Oct 23 2025 16:10:57 GMT-0700 (Pacific Daylight Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
2586
2586
  </footer>
2587
2587
 
2588
2588
  <script>prettyPrint();</script>
@@ -357,7 +357,7 @@
357
357
  <br class="clear">
358
358
 
359
359
  <footer>
360
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Wed Oct 22 2025 18:51:19 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
360
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Thu Oct 23 2025 16:10:57 GMT-0700 (Pacific Daylight Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
361
361
  </footer>
362
362
 
363
363
  <script>prettyPrint();</script>
@@ -822,7 +822,7 @@ export async function fetchHandler(url, method = 'get', dataVersion = null, body
822
822
  <br class="clear">
823
823
 
824
824
  <footer>
825
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Wed Oct 22 2025 18:51:19 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
825
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Thu Oct 23 2025 16:10:56 GMT-0700 (Pacific Daylight Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
826
826
  </footer>
827
827
 
828
828
  <script>prettyPrint();</script>
@@ -1186,8 +1186,8 @@ export async function fetchLessonContent(railContentId, { addParent = false } =
1186
1186
  defined(live_event_start_time) => {
1187
1187
  "live_event_start_time": live_event_start_time,
1188
1188
  "live_event_end_time": live_event_end_time,
1189
- "live_event_youtube_id": live_event_youtube_id,
1190
- "videoId": coalesce(live_event_youtube_id, video.external_id),
1189
+ "live_event_stream_id": live_event_stream_id,
1190
+ "videoId": coalesce(live_event_stream_id, video.external_id),
1191
1191
  "live_event_is_global": live_global_event == true
1192
1192
  }
1193
1193
  )
@@ -1447,7 +1447,7 @@ export async function fetchLiveEvent(brand, forcedContentId = null) {
1447
1447
  'id': railcontent_id,
1448
1448
  live_event_start_time,
1449
1449
  live_event_end_time,
1450
- live_event_youtube_id,
1450
+ live_event_stream_id,
1451
1451
  railcontent_id,
1452
1452
  published_on,
1453
1453
  'event_coach_url' : instructor[0]->web_url_path,
@@ -1457,14 +1457,14 @@ export async function fetchLiveEvent(brand, forcedContentId = null) {
1457
1457
  ${artistOrInstructorName()},
1458
1458
  difficulty_string,
1459
1459
  "instructors": ${instructorField},
1460
- 'videoId': coalesce(live_event_youtube_id, video.external_id),
1460
+ 'videoId': coalesce(live_event_stream_id, video.external_id),
1461
1461
  } | order(live_event_start_time)[0...1]`
1462
1462
  : `*[status == 'scheduled' &amp;&amp; brand == '${brand}' &amp;&amp; defined(live_event_start_time) &amp;&amp; live_event_start_time &lt;= '${getSanityDate(startDateTemp, false)}' &amp;&amp; live_event_end_time >= '${getSanityDate(endDateTemp, false)}']{
1463
1463
  'slug': slug.current,
1464
1464
  'id': railcontent_id,
1465
1465
  live_event_start_time,
1466
1466
  live_event_end_time,
1467
- live_event_youtube_id,
1467
+ live_event_stream_id,
1468
1468
  railcontent_id,
1469
1469
  published_on,
1470
1470
  'event_coach_url' : instructor[0]->web_url_path,
@@ -1477,7 +1477,7 @@ export async function fetchLiveEvent(brand, forcedContentId = null) {
1477
1477
  name,
1478
1478
  web_url_path,
1479
1479
  },
1480
- 'videoId': coalesce(live_event_youtube_id, video.external_id),
1480
+ 'videoId': coalesce(live_event_stream_id, video.external_id),
1481
1481
  } | order(live_event_start_time)[0...1]`
1482
1482
 
1483
1483
  return await fetchSanity(query, false, { processNeedAccess: false })
@@ -2352,7 +2352,7 @@ export async function fetchMethodV2IntroVideo(brand) {
2352
2352
  <br class="clear">
2353
2353
 
2354
2354
  <footer>
2355
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Wed Oct 22 2025 18:51:19 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
2355
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Thu Oct 23 2025 16:10:56 GMT-0700 (Pacific Daylight Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
2356
2356
  </footer>
2357
2357
 
2358
2358
  <script>prettyPrint();</script>
@@ -1519,7 +1519,7 @@ export async function fetchRecentActivitiesActiveTabs() {
1519
1519
  <br class="clear">
1520
1520
 
1521
1521
  <footer>
1522
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Wed Oct 22 2025 18:51:19 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
1522
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Thu Oct 23 2025 16:10:56 GMT-0700 (Pacific Daylight Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
1523
1523
  </footer>
1524
1524
 
1525
1525
  <script>prettyPrint();</script>
@@ -212,7 +212,7 @@ export async function deleteAccount(userId: number): Promise&lt;void> {
212
212
  <br class="clear">
213
213
 
214
214
  <footer>
215
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Wed Oct 22 2025 18:51:19 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
215
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Thu Oct 23 2025 16:10:56 GMT-0700 (Pacific Daylight Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
216
216
  </footer>
217
217
 
218
218
  <script>prettyPrint();</script>
@@ -85,7 +85,7 @@ export async function fetchChatSettings({ brand = null, liveEventIsGlobal = fals
85
85
  <br class="clear">
86
86
 
87
87
  <footer>
88
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Wed Oct 22 2025 18:51:19 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
88
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Thu Oct 23 2025 16:10:56 GMT-0700 (Pacific Daylight Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
89
89
  </footer>
90
90
 
91
91
  <script>prettyPrint();</script>
@@ -137,7 +137,7 @@ export async function removeContentAsNotInterested(contentId) {
137
137
  <br class="clear">
138
138
 
139
139
  <footer>
140
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Wed Oct 22 2025 18:51:19 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
140
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Thu Oct 23 2025 16:10:56 GMT-0700 (Pacific Daylight Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
141
141
  </footer>
142
142
 
143
143
  <script>prettyPrint();</script>
@@ -245,7 +245,7 @@ export async function toggleSignaturePrivate(showSignature = true) {
245
245
  <br class="clear">
246
246
 
247
247
  <footer>
248
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Wed Oct 22 2025 18:51:19 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
248
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Thu Oct 23 2025 16:10:56 GMT-0700 (Pacific Daylight Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
249
249
  </footer>
250
250
 
251
251
  <script>prettyPrint();</script>
@@ -269,7 +269,7 @@ export async function restorePurchases(
269
269
  <br class="clear">
270
270
 
271
271
  <footer>
272
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Wed Oct 22 2025 18:51:19 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
272
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Thu Oct 23 2025 16:10:56 GMT-0700 (Pacific Daylight Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
273
273
  </footer>
274
274
 
275
275
  <script>prettyPrint();</script>
@@ -361,7 +361,7 @@ export async function fetchLiveEventPollingState() {
361
361
  <br class="clear">
362
362
 
363
363
  <footer>
364
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Wed Oct 22 2025 18:51:19 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
364
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Thu Oct 23 2025 16:10:56 GMT-0700 (Pacific Daylight Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
365
365
  </footer>
366
366
 
367
367
  <script>prettyPrint();</script>
@@ -155,7 +155,7 @@ export async function updateOnboarding({
155
155
  <br class="clear">
156
156
 
157
157
  <footer>
158
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Wed Oct 22 2025 18:51:19 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
158
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Thu Oct 23 2025 16:10:56 GMT-0700 (Pacific Daylight Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
159
159
  </footer>
160
160
 
161
161
  <script>prettyPrint();</script>
@@ -57,7 +57,7 @@ interface CustomerOrder {
57
57
  date: string
58
58
  total_price: string
59
59
  currency: string
60
- customer_url: string
60
+ status_url: string
61
61
  }
62
62
 
63
63
  /**
@@ -84,7 +84,7 @@ export async function fetchCustomerPayments(): Promise&lt;CustomerOrder[]> {
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 Oct 22 2025 18:51:19 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 Oct 23 2025 16:10:56 GMT-0700 (Pacific Daylight Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
88
88
  </footer>
89
89
 
90
90
  <script>prettyPrint();</script>
@@ -97,7 +97,7 @@ export async function reset() {
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 Oct 22 2025 18:51:19 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 Oct 23 2025 16:10:56 GMT-0700 (Pacific Daylight Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
101
101
  </footer>
102
102
 
103
103
  <script>prettyPrint();</script>
@@ -102,7 +102,7 @@ export async function deleteProfilePicture() {
102
102
  <br class="clear">
103
103
 
104
104
  <footer>
105
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Wed Oct 22 2025 18:51:19 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
105
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Thu Oct 23 2025 16:10:56 GMT-0700 (Pacific Daylight Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
106
106
  </footer>
107
107
 
108
108
  <script>prettyPrint();</script>
@@ -157,7 +157,7 @@ export async function logout() {
157
157
  <br class="clear">
158
158
 
159
159
  <footer>
160
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Wed Oct 22 2025 18:51:19 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
160
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Thu Oct 23 2025 16:10:56 GMT-0700 (Pacific Daylight Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
161
161
  </footer>
162
162
 
163
163
  <script>prettyPrint();</script>
@@ -209,7 +209,7 @@
209
209
  <br class="clear">
210
210
 
211
211
  <footer>
212
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Wed Oct 22 2025 18:51:19 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
212
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Thu Oct 23 2025 16:10:56 GMT-0700 (Pacific Daylight Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
213
213
  </footer>
214
214
 
215
215
  <script>prettyPrint();</script>
@@ -66,7 +66,7 @@
66
66
  <br class="clear">
67
67
 
68
68
  <footer>
69
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Wed Oct 22 2025 18:51:19 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
69
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Thu Oct 23 2025 16:10:56 GMT-0700 (Pacific Daylight Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
70
70
  </footer>
71
71
 
72
72
  <script>prettyPrint();</script>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "musora-content-services",
3
- "version": "2.59.1",
3
+ "version": "2.60.1",
4
4
  "description": "A package for Musoras content services ",
5
5
  "main": "src/index.js",
6
6
  "type": "module",
@@ -147,6 +147,21 @@ class EventsAPI {
147
147
  this.resumeLiveEventTimeout = null;
148
148
  }
149
149
  }
150
+
151
+ destroy() {
152
+ if (this.pollingInterval) {
153
+ clearInterval(this.pollingInterval);
154
+ this.pollingInterval = null;
155
+ }
156
+
157
+ if (this.resumeLiveEventTimeout) {
158
+ clearTimeout(this.resumeLiveEventTimeout);
159
+ this.resumeLiveEventTimeout = null;
160
+ }
161
+
162
+ this.onNotificationStateUpdated = [];
163
+ this.isLiveEventPollingActive = false;
164
+ }
150
165
  }
151
166
 
152
167
  // Export singleton
File without changes
@@ -10,7 +10,7 @@ interface CustomerOrder {
10
10
  date: string
11
11
  total_price: string
12
12
  currency: string
13
- customer_url: string
13
+ status_url: string
14
14
  }
15
15
 
16
16
  /**